@charset "utf-8";
html{
    font-family:sans-serif;
    line-height:1.15;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
}
body{
    margin:0;
}
article,aside,footer,header,nav,section{
    display:block;
}
h1{
    margin:.67em 0;
    font-size:2em;
}
figcaption,figure,main{
    display:block;
}
figure{
    margin:1em 2rem;
}
hr{
    overflow:visible;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    height:0;
}
pre{
    font-size:1em;
    font-family:monospace,monospace;
}
a{
    background-color:transparent;
    -webkit-text-decoration-skip:objects;
}
a:active,a:hover{
    outline-width:0;
}
abbr[title]{
    border-bottom:none;
    text-decoration:underline dotted;
}
b,strong{
    font-weight:inherit;
    font-weight:bolder;
}
code,kbd,samp{
    font-size:1em;
    font-family:monospace,monospace;
}
dfn{
    font-style:italic;
}
mark{
    background-color:#ff0;
    color:#000;
}
small{
    font-size:80%;
}
sub,sup{
    position:relative;
    vertical-align:baseline;
    font-size:75%;
    line-height:0;
}

sub{
    bottom:-.25em;
}

sup{
    top:-.5em;
}
audio,video{
    display:inline-block;
}
audio:not([controls]){
    display:none;
    height:0;
}
img{
    border-style:none;
}
svg:not(:root){
    overflow:hidden;
}
button,input,optgroup,select,textarea{
    margin:0;
    font-size:100%;
    font-family:sans-serif;
    line-height:1.15;
}
button,input{
    overflow:visible;
}
button,select{
    text-transform:none;
}
[type=reset],[type=submit],button,html [type=button]{
    -webkit-appearance:button;
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
    padding:0;
    border-style:none;
}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{
    outline:.05rem dotted ButtonText;
}
fieldset{
    margin:0 .1rem;
    padding:.35em .625em .75em;
    border:.05rem solid silver;
}
legend{
    display:table;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding:0;
    max-width:100%;
    color:inherit;
    white-space:normal;
}
progress{
    display:inline-block;
    vertical-align:baseline;
}
textarea{
    overflow:auto;
}
[type=checkbox],[type=radio]{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding:0;
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
    height:auto;
}
[type=search]{
    outline-offset:-.1rem;
    -webkit-appearance:textfield;
}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{
    -webkit-appearance:none;
}
::-webkit-file-upload-button{
    font:inherit;
    -webkit-appearance:button;
}
details,menu{
    display:block;
}
summary{
    display:list-item;
}
canvas{
    display:inline-block;
}
[hidden],template{
    display:none;
}
li{
    list-style:none;
}
a{
    text-decoration:none;
    *line-height:normal;
}
a:focus{
    outline:none;
}
button,dd,dl,dt,figure,h1,h2,h3,h4,h5,p,input,ol,ul{
    margin:0;
    padding:0;
}
*+address,*+blockquote,*+dl,*+fieldset,*+figure,*+hr,*+ol,*+p,*+pre,*+ul{
    margin:0;
}