@charset "utf-8";

/*===========================================
reset.css
===========================================*/

/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/

html, body, body div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  vertical-align:baseline;
  background:transparent;
  font-size:100%;
  font-weight:normal;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
*, ::after, ::before{
  box-sizing: border-box;
}

html{overflow-y:scroll;}
ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before,
blockquote:after,
q:before,
q:after{content:''; content:none;}
a{margin:0; padding:0;  vertical-align:baseline; background:transparent;}
del{text-decoration:line-through;}
abbr[title], dfn[title]{border-bottom:1px dotted #000; cursor:help;}
table{border-collapse:collapse; border-spacing:0;}
th{font-weight:bold; vertical-align:top;}
td{font-weight:normal; vertical-align:top;}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #B0B0B0;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
input[type="radio"]{vertical-align:middle;}
input[type="checkbox"]{vertical-align:middle; vertical-align:baseline;}
select, input, textarea{font:99% sans-serif;}

a:hover, a:active{outline:none;}
strong, th{font-weight:bold;}
td, td img{vertical-align:top;}
sub, sup{line-height:0; position:relative;}

sup {
  top: -0.25em;
  font-size: 0.95em;
}

sub{bottom:-0.25em;}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
label,
input[type=button],
input[type=submit],
button{cursor:pointer;}
button, input, select, textarea{margin:0;}
button{
  width:auto;
  overflow:visible;
  padding: 0;
  appearance: none;
  background: 0 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
img{vertical-align:bottom;}

ol {list-style:none;}
summary {
  list-style: none;
}
summary::marker {
  display: none;
  content: "";
}