/*
/* title: reset.css
/* target html: all
/* date created: Aug 2016
*/

html {
 color: #000;
 background: #fff;
}
body, div, header, footer, section, figure, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, pre, code, form, fieldset, legend, input, select, textarea, blockquote, table, th, td {
 margin: 0;
 padding: 0;
 vertical-align: middle;
}
header, footer, section, figure {
 display: block;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
fieldset, img {
 border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
 font-style: normal;
 font-weight: normal
}
ol, ul {
 list-style: none
}
caption, th {
 text-align: left
}
h1, h2, h3, h4, h5, h6 {
 font-size: 100%;
 font-weight: normal;
}
q:before, q:after {
 content: '';
}
abbr, acronym {
 border: 0;
 font-variant: normal;
}
sup {
 vertical-align: top;
 font-size: 0.8em;
}
sub {
 vertical-align: text-bottom;
 font-size: 0.8em;
}
form, fieldset, input, textarea, select, label, legend {
 font-family: inherit;
 font-size: inherit;
 font-weight: inherit;
}
input, select {
 display: block;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}


