﻿BODY {
	max-width: 910px;
	font-weight: 100;
	font-size: 14px;
	line-height: 22px;
	font-family: Arial, sans-serif;
	margin: 0 auto;
	color: #333;
	background-color: rgba(249, 249, 249, .3);
}
A {
	padding: 0 2px;
	color: #326891;
	border-bottom: 1px solid #326891;
	text-decoration: none;
}


h3, h4 {
	font-family: "Segoe UI Semilight", sans-serif;
	font-weight: 300;
}

h3 {font-size: 28px;}

h4 {
	font-size: 23px;
	margin-bottom: 18px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	font-size: 14px;
	line-height: 22px;
	margin: 4px 0 4px;
	padding: 4px 0 4px;
	letter-spacing: .1px;
	font-weight: 500;
	color: #000080;
	border-bottom: 1px solid #000080;
}
h5:after {
	content: "\02C5";
	float: right;
	font-size: 12px;
	padding-right: 6px;
	font-weight: 700;
	color: #0b45b9;
	text-align: center;
}

h5.active:after {
	content: "\02C5";
	transform: rotate(90deg);
	padding-right: 13px;
	color: inherit;
}

h5.active {color: red;}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 4px 0 4px;
	padding: 4px 0 4px;
	letter-spacing: .1px;
	font-weight: 500;
	color: #000080;
	border-bottom: 1px solid #000080;
}
p {
	margin-bottom: 6px;
	margin-top: 1px;
}
table, p {font-size: 98%;}

table {
	letter-spacing: .1px;
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 20px;
	border-top: 1px solid #DEE4F0;
}

table.full-width {width: 100%;}

tr {border-bottom: 1px solid #DEE4F0;}
tr:nth-child(even) {background-color: rgba(206, 214, 230, 0.2);}
th, td {padding: 4px 10px 4px 4px;}
th {
	text-align: left;
	text-transform: normal;
	font-weight: 400;
	letter-spacing: .15px;
}
table.full-width tr td:first-ch ild {color: #666;}
td {color: #0b45b9;}
td:nth-child(2) {border-left: 1px solid #DEE4F0;}

.content {
	margin-bottom: 8px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
span {
	color: #ff0000;
	letter-spacing: .2px;
}

img {
	display: block;
	margin-bottom: 20px;
}

.note {
	line-height: 1.5;
	padding: 7px;
	border: 1px solid #ddd;
	letter-spacing: .2px;
	color: #333;
	background-color: rgba(183, 215, 221, 0.2);
}
