html, body { font-family: Arial, Sans-Serif; font-size: 16px; margin: 0; padding: 0; }
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
header, main, section { display: block; }
header {
	background-color: #f4f4f4;
	border-bottom: 1px solid #cccccc;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	/*height: 36px;*/
	/*text-align: center;*/
	padding: 3px 0;
}
input {
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	height: 30px;
	padding: 4px 8px;
	width: 100%;
}

main {
	display: block;
	margin: 70px 0 36px;
}

.w-20 {
	width: 20%;
}

.w-15 {
	width: 15%;
}

.w-10 {
	width: 10%;
}

.w-6 {
	width: 6%;
}

.alphabet {
	color: #000000;
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
}
.alphabet a {
	color: #000000;
}
.alphabet ul {
	margin: 0;
}
.alphabet li {
	display: inline-block;
}
.alphabet li:after {
	color: #c0c0c0;
	content: ' | ';
	display: inline-block;
	margin-left: 6px;
	margin-right: 3px;
}
.alphabet li:last-child:after {
	display: none;
}

.container {
	margin: 0 auto;
	max-width: 960px;
	padding: 0 20px;
}

.table {
	border-collapse: collapse;
}

.tableHeaderFixed {
	position: fixed;
	z-index: 10;
}

.table-head {
}

.table-head tr {
	border-bottom: 1px solid #cccccc;
}

.table-head th {
	background-color: #f4f4f4;
	padding: 10px 0;
	text-align: left;
}

.table-body tr {
	border-bottom: 1px solid #e8e8e8;
}

.table-body td {
	padding: 10px 0;
}

.table-head th:first-child, .table-body td:first-child {
	padding-left: 5px;
}

.table-head th:last-child, .table-body td:last-child {
	padding-right: 5px;
}

.pl--20 {
	padding-left: 20px !important;
}

.symbol::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
}

.symbol--check::after {
	background: url('../img/check.png') no-repeat transparent;
	background-size: cover;
}

.symbol--cross::after {
	background: url('../img/cross.png') no-repeat transparent;
	background-size: cover;
}

.symbol--warning::after {
	background: url('../img/warning.png') no-repeat transparent;
	background-size: cover;
}

.text--center {
	text-align: center;
}

@media only screen and (max-width: 639px) {
	.container {
		padding: 0 5px;
	}
}
