
/* reset */

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,font,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{margin:0;padding:0;border:0;outline:0;font-size:100%;font-weight:normal;background:transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{/*border-collapse:collapse;*/border-spacing:0;}input,select,textarea{margin:0;}div,p,ul{position:relative;}

*,
*:after,
*:before {
	position: relative;
	
	     box-sizing: border-box;
    -moz-box-sizing: border-box;
}





/* reset: html5 for older "modern" browsers */

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
	
	position: relative;
	
	margin: 0;
	padding: 0;
}





/* reset: address */

address {
	font-style: normal;
}





/* reset: printable */

.printable {
	display: none;
}





/* reset: formatting */

strong {
	font-weight: bold;
}





/* reset: lists */

ol,
ul {
	/*margin-bottom: 15px;*/
	margin-bottom: 20px;
	padding-left: 40px;
	
	list-style: decimal outside;
}

ul {
	list-style-type: disc;
}

ol li,
ul li {
	margin-bottom: 10px;
}

ol li:last-child,
ul li:last-child {
	margin-bottom: 0;
}

ol ol,
ol ul,
ul ul,
ul ol {
	margin-top: 10px;
}
