html, body {
    margin: 0;
    padding: 0;

    /*line-height: 1.6;*/

    border: 0;
}

html {
    overflow-x: hidden;
}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

div, span, object, iframe, img, table, caption, thead, tbody, tfoot, tr, tr, td, article, aside, canvas, details, figure, hgroup, menu, nav, footer, header, section, summary, mark, audio, video {
    margin: 0;
    padding: 0;

    border: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cit, code, del, dfn, em, ins, q, samp, small, strong, sub, sup, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, legend, label {
    margin: 0;
    padding: 0;

    font-size: 100%;

    border: 0;

    vertical-align: baseline;
}

article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
    display: block;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    caption, th, td {
        text-align: left;

        vertical-align: middle;
    }
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a img {
    border: 0;
}

img {
    display: block;

    max-width: 100%;
}

button {
    border: none;
}

:focus {
    outline: 0;
}
