* {
    box-sizing: border-box;
    min-height: 0;
    min-width: 0;
    -webkit-box-sizing: border-box;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
sup,
tbody,
tfoot,
thead,
time,
tt,
u,
ul,
var,
video {
    border: 0;
    font: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

li,
ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body,
html {
    height: 100%;
    line-height: 1;
    width: 100%;
}

img {
    vertical-align: bottom;
}

input {
    background: none;
    border: none;
    border-radius: 0;
    margin: 0;
    outline: none;
    padding: 0;
}

input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s !important;
}

button,
input,
option,
select,
textarea {
    appearance: none;
    background: transparent;
    border: none;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

button {
    appearance: none;
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
}

textarea {
    appearance: none;
    background: transparent;
    border: 0;
    outline: none;
    padding: 0;
    resize: none;
    -webkit-appearance: none;
}

a {
    color: inherit;
}

th {
    font-weight: normal;
}