/*html,*/
/*body,*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
strong,
abbr,
acronym,
blockquote,
q,
cite,
ins,
del,
dfn,
a,
div,
span,
pre,
hr,
address,
br,
b,
i,
sub,
big,
small,
tt,
table,
tr,
caption,
thead,
tbody,
tfoot,
col,
colgroup,
form,
input,
label,
textarea,
button,
fieldset,
legend,
select,
option,
ul,
ol,
li,
dl,
dt,
dd,
code,
var,
samp,
img,
object,
param,
map,
area {
    margin: 0;
    padding: 0;
    border: none;
}
/*html,*/
/*body,*/
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
section,
aside,
figure,
figcaption,
input {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    background: transparent;
    vertical-align: baseline;
    font-size: 100%;
}
ol,
ul {
    list-style: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
input[type=button],
input[type=submit],
button {
    cursor: pointer;
}
button {
    overflow: visible;
    border: none;
    background: transparent;
}
:focus {
    outline: none;
}
button::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
input[type='file'] > input[type='button']::-moz-focus-inner {
    outline: none;
    border: none;
}
input::-ms-clear {
    width: 0;
    height: 0;
}
input,
textarea {
    resize: none;
    user-select: text;
}
::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
a {
    text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
input,
select,
textarea {
    border-radius: 0;
    box-shadow: none;
}
:disabled,
[disabled],
[aria-disabled='true'] {
    cursor: not-allowed;
}
video {
    background-position: center;
    background-size: cover;
}
img {
    display: block;
}
textarea {
    overflow-y: auto;
    background: transparent;
}
input,
textarea,
select,
button {
    border-radius: 0;
    -webkit-appearance: none;
}
[type='reset'] {
    cursor: pointer;
}
/*html,*/
/*body {*/
/*    height: 100%;*/
/*    -moz-osx-font-smoothing: grayscale;*/
/*    -ms-text-size-adjust: 100%;*/
/*    -webkit-focus-ring-color: rgba(255,255,255,0);*/
/*    -webkit-font-smoothing: antialiased;*/
/*    -webkit-overflow-scrolling: touch;*/
/*    -webkit-tap-highlight-color: rgba(0,0,0,0);*/
/*    -webkit-text-size-adjust: 100%;*/
/*}*/
*,
*:before,
*:after {
    box-sizing: border-box;
}
