/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/* -------------------------------------------------- */
/* Horizontal rule (hr) styling                       */
/* -------------------------------------------------- */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/* -------------------------------------------------- */
/* Preformatted text (pre) styling                    */
/* -------------------------------------------------- */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* -------------------------------------------------- */
/* Abbreviation (abbr) styling                        */
/* -------------------------------------------------- */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/* -------------------------------------------------- */
/* Bold (b) and Strong (strong) styling               */
/* -------------------------------------------------- */
b,
strong {
    font-weight: bolder;
}

/* -------------------------------------------------- */
/* Code, Keyboard (kbd), Sample (samp) element styling*/
/* -------------------------------------------------- */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* -------------------------------------------------- */
/* Small element styling                              */
/* -------------------------------------------------- */
small {
    font-size: 80%;
}

/* -------------------------------------------------- */
/* Subscript (sub) and Superscript (sup) styling      */
/* -------------------------------------------------- */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* -------------------------------------------------- */
/* Image element styling                              */
/* -------------------------------------------------- */
img {
    border-style: none;
}

/* -------------------------------------------------- */
/* Form element styling                               */
/* -------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/* -------------------------------------------------- */
/* Button and Input element overflow settings         */
/* -------------------------------------------------- */
button,
input {
    overflow: visible;
}

/* -------------------------------------------------- */
/* Button and Select element styling                  */
/* -------------------------------------------------- */
button,
select {
    text-transform: none;
}

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

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

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

/* -------------------------------------------------- */
/* Fieldset element styling                           */
/* -------------------------------------------------- */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/* -------------------------------------------------- */
/* Legend element styling                             */
/* -------------------------------------------------- */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/* -------------------------------------------------- */
/* Progress element styling                           */
/* -------------------------------------------------- */
progress {
    vertical-align: baseline;
}

/* -------------------------------------------------- */
/* Textarea element overflow settings                 */
/* -------------------------------------------------- */
textarea {
    overflow: auto;
}

/* -------------------------------------------------- */
/* Checkbox and Radio input element styling           */
/* -------------------------------------------------- */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

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

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

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/* -------------------------------------------------- */
/* File upload button styling                         */
/* -------------------------------------------------- */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* -------------------------------------------------- */
/* Details element styling                            */
/* -------------------------------------------------- */
details {
    display: block;
}

/* -------------------------------------------------- */
/* Summary element styling                            */
/* -------------------------------------------------- */
summary {
    display: list-item;
}

/* -------------------------------------------------- */
/* Template element styling                           */
/* -------------------------------------------------- */
template {
    display: none;
}

/* -------------------------------------------------- */
/* Hidden attribute styling                           */
/* -------------------------------------------------- */
[hidden] {
    display: none;
}