body {
	background-color: #98C2E2;
	color: #202020;
}

section {
	background-color: white;
}

h1 {
	color: white;
}

h2 {
	color: #5596C1;
	border-bottom: 1px dotted #404040;
}

h3 {
	color: #5596C1;
}

.main h1, .main h2, .main h3 {
	color: #155C8B;
}

table {
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
}

table td, table th {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

table.striped {
	background-color: white;
	width: 100%;
}

table.striped th {

	/*background: linear-gradient(#9A8000, #805500);
	border-left: 1px solid #9A8000;
	border-right: 1px solid #9A8000;*/

	color: #404040;
	background-color: white;
	font-weight: 400;
	text-align: left;
	padding: 15px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 2px solid #ddd;
	border-top: 1px solid #ddd
}

table.striped td {
	background-color: white;
	color: #00557f;
	border-bottom: 1px solid #ddd;
}

table.striped tr:nth-child(odd) td {
	background-color: #f9f9f9;
}

table img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

table .emerg {
	background: linear-gradient(#A65B1A,#7F4614);
}

table tr.totals td {
	background-color: #CBE6F3;
}