/**
 *  Reset
 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%; }
body {
    /*hyphens: auto;
    hyphenate-limit-chars: 15;*/
}
main {
    display: block; }
ul,ol {
    margin-bottom: 0; }
li {
    margin-left: 1.25em; }
table caption {
    display: none; }
th {
    text-align: left;
    vertical-align: top; }
td {
    vertical-align: top; }
fieldset {
    border: 0; }
iframe {
    border: 0; }
img {
    display: block;
    border-style: none; }
img,
embed,
object,
video {
    max-width: 100%;
    height: auto;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
address {
    font-style: normal;
}
hr {
    display: block;
    height: 0;
    border: 0;
    color: #ccc;
    margin: 1em 0;
    padding: 0;
    box-sizing: content-box;
    overflow: visible;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
a {
    background-color: transparent;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
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:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.5em 0;
}

legend {
    color: inherit;
    display: block;
    max-width: 100%;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
::-ms-input-placeholder,
::placeholder {
    color: #a0a0a0;
    opacity: 0.75;
}
::selection {
    background: #a0a0a0;
    text-shadow: none;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}