html{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	margin: 0;
	width: 100%;
	overflow: hidden;
	padding: 0;
	font-size:18px;
	font-family: Tahoma, Arial, Verdana;
	color: #1F2023;
	background-color: #ffffff;
	line-height: 1.4;
	box-sizing: border-box;
	overflow-y: scroll;
	margin-top: 106px;
}
body.external{
	margin:0;
}
*, *:before, *:after {
	box-sizing: border-box;
	background-repeat: no-repeat;
}
h1, h2, h3{
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6{
	line-height: 1.2;
}
h1 {
	margin: 40px 0px;
	font-size: 250%;
	clear: both;
}
h2 {
	font-size: 200%;
	padding: 0px;
	margin: 35px 0px;
	clear: both;
}
h3{
	font-size: 150%;
}
a{
	color: #3474D3;
	text-decoration: underline;
}
a:hover{
	text-decoration: underline;
}
img{
	border: none;
	max-width: 100%;
	height: auto;
}
hr{
	border-width: 0 0 1px 0;
	margin: 30px 0;
}
td, th{
	vertical-align: top;
	padding: 3px 5px;
}
th{
	text-align: left;
}
iframe{
	overflow: hidden;
	border: 0px;
}
div, form{
	border: 0px;
	padding: 0px;
}
table{
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border-collapse: collapse;
	border-spacing: 0;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
	font-family: Courier, monospace;
	overflow-x: auto;
}
code{
	display: block;
	background: #f7f7f7;
	color: #222;
	padding: 10px;
	font-family: Courier, monospace;
	white-space: pre-wrap;
	-moz-tab-size: 4;
	-o-tab-size:   4;
	tab-size:      4;
}
a img {
	border: none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block;
}
.content li, .content li{
	margin: 15px 0;
}
input, textarea, select{
	margin-bottom: 2px;
	padding: 14px 15px;
	border: 1px solid #dee3e5;
	font-size: 18px;
	border-radius: 3px;
}
textarea{
	width: 100%;
	line-height: 1.4;
}
select{
	/*font-size: 80%;*/
	height: 50px;
	background-color: white;
	font-size: 16px;
	/*color: #777;*/
	width: 100%;
}
input:focus, textarea:focus{
	box-shadow: 0px 0px 5px 0px #2090FA;
}
input[type="submit"]{
	cursor: pointer;
	background-color: #0271DA;
	color: #ffffff;
}

/* details */
details {
	padding: 10px 10px 15px 10px;
	border-top: 1px solid #DEE3E5;
	border-bottom: 1px solid #DEE3E5;
	margin: 0 0 -1px 0;
}
summary {
	position: relative;
	margin-bottom: 0;
	outline: none;
	cursor: pointer;
	padding-left: 25px;
}
details[open] summary {
	margin-bottom: 10px;
}
summary::-webkit-details-marker {
	display: none;
}
summary {
	font-size: 20px;
	list-style: none;
}
summary:after {
	position: absolute;
	content: '>';
	left: 0;
	transform: scale(0.6, 1.2) rotate(0deg);
}
details[open] summary:after {
	content: '>';
	transform: rotate(90deg);
}

@media screen and (max-width: 800px){
	h1 {
		margin: 30px 0px;
		font-size: 225%;
	}
	h2 {
		margin: 25px 0px;
		font-size: 180%;
	}
	h3 {
		font-size: 135%;
	}
}
@media screen and (max-width: 500px){
	h1 {
		margin: 20px 0px;
		font-size: 200%;
	}
	h2 {
		margin: 20px 0px;
		font-size: 160%;
	}
	h3 {
		font-size: 120%;
	}
}
