﻿@charset "UTF-8";

html {
	height: 100%;
}

body {
	position: relative;
	min-height: 100%;
	height: auto!important;
}

.wrapper {
	margin: 0 1em -118px 1em;
	padding: 0 0 138px;
	-webkit-box-sizing : border-box;
	   -moz-box-sizing : border-box;
			box-sizing : border-box;
}

a {
	text-decoration: underline;
}

.btn {
	margin: 2em;
	text-align: center;
}

.btn a {
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.btn a span {
	text-decoration: underline;
	margin-left: .25em;
}
.close {
	font-size: 16px;
}
.back {
	font-size: 22px;
}

h1 {
	font-size: 26px;
	text-align: center;
	margin-top: 10px;
}
h2,
.answerblock h3 {
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	margin-top: 1em;
	padding: .5em 1em;
}

h3 {
	font-weight: bold;
	margin-top: 1em;
	padding-left: .5em;
}

h2 a,
h3 a {
	cursor: pointer;
	text-decoration: none;
	display: block;
}
h2 a span,
h3 a span {
	margin-left: .5em;
	text-decoration: underline;
}

h2.active {
	font-size: 16px;
	padding: 0;
	background: transparent;
}
h2.active a {
	cursor: default;
}
h2.active span {
	text-decoration: none;
}

h4 {
	font-weight: bold;
}

h2 + h3 {
	margin-top: .5em;
}

p {
	margin: .5em 0;
}

p + p {
	margin-top: .5em;
}

p em {
	font-weight: bold;
}

ol {
	margin-left: 2em;
	list-style-type: decimal;
}

ul {
	margin: .5em 0;
	list-style-type:none;
}

ul li {
	padding-left: 2.5em;
	position: relative;
}

ul span {
	position: absolute;
	left: 0;
	top: 0;
}

.dot > li {
	list-style-type: disc;
	margin-left: 2em;
	padding-left: 0;
}

.ast {
	margin-left: .5em;
}
.ast > li {
	padding-left: 1.5em;
}

.aWrap > div,
.answerblock > div {
	display: none;
}


