﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*unreset*/

.unreset[data-reset="n"] {
	/*color: #333;*/
}
.unreset[data-reset="n"] ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}
.unreset[data-reset="n"] ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
    -webkit-padding-start: 40px;
}
.unreset[data-reset="n"] a {
	color:blue;
    text-decoration:underline;
}
.unreset[data-reset="n"] table ,.unreset[data-reset="n"] td ,.unreset[data-reset="n"] th {
    border-width:1px;
    border-style:solid;
}
.unreset[data-reset="n"] table th ,.unreset[data-reset="n"] table td {
    padding:0;
    vertical-align:initial;
}
.unreset[data-reset="n"] li {
	display: list-item;
	text-align: -webkit-match-parent;
}
.unreset[data-reset="n"] i {
    font-style:italic;
}
.unreset[data-reset="n"] p {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}
.unreset[data-reset="n"] i, .unreset[data-reset="n"] cite, .unreset[data-reset="n"] em, .unreset[data-reset="n"] var, .unreset[data-reset="n"] address, .unreset[data-reset="n"] dfn {
	font-style: italic;
}
.unreset[data-reset="n"] strong, .unreset[data-reset="n"] b {
	font-weight: bold;
}
.unreset[data-reset="n"] h1, .unreset[data-reset="n"] h2, .unreset[data-reset="n"] h3, .unreset[data-reset="n"] h4, .unreset[data-reset="n"] h5, .unreset[data-reset="n"] h6 {
	display: block;
	font-weight: bold;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
    line-height:1.2;
}
.unreset[data-reset="n"] h1 {
	font-size: 2em;
	margin-block-start: 0.67em;
	margin-block-end: 0.67em;
}
.unreset[data-reset="n"] h2 {
	display: block;
	font-size: 1.5em;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
}
.unreset[data-reset="n"] h3 {
	font-size: 1.17em;
	margin-block-start: 1em;
	margin-block-end: 1em;
}
.unreset[data-reset="n"] h4 {
	margin-block-start: 1.33em;
	margin-block-end: 1.33em;
}
.unreset[data-reset="n"] h5 {
	font-size: 0.83em;
	margin-block-start: 1.67em;
	margin-block-end: 1.67em;
}
.unreset[data-reset="n"] h6 {
	font-size: 0.67em;
	margin-block-start: 2.33em;
	margin-block-end: 2.33em;
}
/*unreset*/