/* 
  Normalize.css is a modern, HTML5-ready alternative to CSS resets. 
  It provides better cross-browser consistency in the default styling of HTML elements.
*/

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

h1 {
    font-size: 2em; /* 1 */
    margin: 0.67em 0; /* 2 */
}

hr {
    height: 0; /* 1 */
    color: inherit; /* 2 */
    border-top: 1px solid; /* 3 */
}

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

a {
    background-color: transparent; /* 1 */
}

abbr[title] {
    text-decoration: underline; /* 1 */
    text-decoration: underline dotted; /* 2 */
}

b,
strong {
    font-weight: bolder; /* 1 */
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

small {
    font-size: 80%; /* 1 */
}

sub {
    font-size: 75%; /* 1 */
    line-height: 0; /* 2 */
    position: relative; /* 3 */
    bottom: 0.25em; /* 4 */
}

sup {
    font-size: 75%; /* 1 */
    line-height: 0; /* 2 */
    position: relative; /* 3 */
    top: 0.25em; /* 4 */
}

img {
    border-style: none; /* 1 */
}

button,
input {
    font-family: inherit; /* 1 */
    font-size: inherit; /* 2 */
    line-height: inherit; /* 3 */
}

button,
select {
    text-transform: none; /* 1 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 1 */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none; /* 1 */
    padding: 0; /* 2 */
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; /* 1 */
}

input {
    overflow: visible; /* 1 */
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto; /* 1 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: 2px; /* 2 */
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none; /* 1 */
}

textarea {
    overflow: auto; /* 1 */
}

[hidden] {
    display: none; /* 1 */
}