html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}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:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[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}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none} * {
box-sizing: border-box;
}
html {
height: 100%;
}
body {
display: flex;
flex-direction: column;
min-height: 100vh;
overflow-x: hidden;
font-family: verdana, arial, sans-serif;
font-weight: normal;
line-height: 1.4;
background: white;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
main {
flex-grow: 1;
}
h1,h2,h3,h4,h5,h6 {
font-size: 100%;
}
h1,h2 {
font-size: 200%;
}
:hover,
:focus,
:active {
outline: none;
}
a {
color: blue;
text-decoration: none;
}
a:hover {
color: black;
text-decoration: underline;
}
a:focus,
a:active {
outline: none;
}
b,
strong {
font-weight: bold;
}
figure {
margin: 0 0 1rem 0;
}
ul,
ol {
margin-top: 0;
padding: 0;
list-style-position: outside;
}
ul ul {
list-style: circle;
margin-bottom: 0;
list-style-position: outside;
}
nav ul, nav ul ul {
list-style: none;
padding: 0;
margin: 0;
}
ol ol {
list-style: decimal;
margin-bottom: 0;
list-style-position: outside;
}
img,
svg {
height: auto;
max-width: 100%;
vertical-align: top;
border-style: none;
}
audio,
video {
display: block;
}
iframe {
margin: 0;
display: block;
}
hr {
border: 0;
border-top: 1px solid silver;
margin: 2em 0;
}
pre,
code {
font-family: monaco, monospace, courier;
}
code {
background: #f5f5f5;
border: 1px solid silver;
font-size: inherit;
padding: .1em .2em;
}
pre code {
display: inline-block;
padding: .5em .8em;
}
table {
width: 100%;
table-layout: fixed;
border-collapse: collapse;
}
table td, table th {
border-bottom: 1px solid silver;
padding: 0.5rem 1rem;
text-align: left;
}
table th {
font-size: 80%;
font-weight: normal;
}
form {
width: 100%;
}
textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="number"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="date"] {
border: 1px solid silver;
color: inherit;
line-height: inherit;
padding: .3rem 1rem;
vertical-align: middle;
max-width: 100%;
}
textarea:focus,
input:focus {
border-color: gray;
}
textarea {
height: 90px;
min-height: 90px;
max-height: 150px;
resize: vertical;
}
::-webkit-input-placeholder {
line-height: inherit;
}