@charset "utf-8";


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
code,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
legend,
input,
textarea,
th,
td,
figure,
figcaption,
iframe {
    margin: 0;
    padding: 0
}

body {
    line-height: 1
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
    font-size: 100%;
}

li {
    list-style: none
}

fieldset,
img {
    border: 0;
    vertical-align: baseline
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

address,
caption,
cite,
code,
dfn,
em,
i,
th,
var {
    font-style: normal;
    font-weight: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

header,
footer,
nav,
article,
section,
aside,
hgroup {
    display: block
}

a,
a:hover,
a:active,
a:visited {
    margin: 0;
    padding: 0;
    text-decoration: none;
    overflow: hidden;
    outline: none
}

iframe {
    border: none
}

hr {
    display: none
}

input[type="button"],
input[type="submit"] {
    border-radius: 0;
    -webkit-appearance: none
}

button {
    border: none;
    background: none;
    padding: 0;
    outline: none
}
