html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

article, figure, footer, main, menu, nav, section {
    display: block;
}

audio, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none;
}

a:active, a:hover {
    outline: 0;
}

b, strong {
    font-weight: bold;
}

h1 {
    margin: 0;
}

small {
    font-size: 100%;
}

img {
    border: 0;
}

hr {
    border: 0;
    border-top: 1px solid;
    box-sizing: content-box;
    height: 0;
}

pre {
    white-space: normal;
}

code {
    font-family: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}