﻿a
{
	color: #2f64c5;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
body
{
	background-color: #eee;
	box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
	font-family: "Open Sans", Calibri, Helvetica, Arial, sans-serif;
	margin: 0 auto;
	max-width: 70rem;
	min-height: calc(100vh - 2rem);
	padding: 1rem;
}
h1, h2, h3, h4, h5, h6
{
	text-align: left;
}
h2
{
	font-size: small;
	margin-top: -1em;
}
h3
{
	font-weight: bold;
	font-size: medium;
}
h4
{
	font-size: 0.9rem;
	font-weight: 700;
	margin-bottom: -0.5rem;
}
html
{
	background-color: #376f95;
	background: linear-gradient(to bottom, #376f95 0%,#376f95 50%,#458bba 100%);
}
li
{
	margin-bottom: 0.5rem;
}
p
{
	text-align: justify;
}
.border-divider-both
{
	border-left: 2px solid !important;
	border-right: 2px solid !important;
}
.border-divider-right
{
	border-right: 2px solid !important;
}
.bottom-links, .date-posted, .date-updated
{
	font-size: smaller;
}
.classification-table
{
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.classification-table tbody
{
	border: 2px solid #333;
}
.classification-table tbody .section-header
{
	background-color: #ddd;
	font-style: italic;
	padding-left: 0.5rem;
}
.classification-table thead .header-cell
{
	border: 2px solid #000;
	padding: 0.2em;
}
.classification-table thead
{
	background-color: #ccc;
	border: 2px solid #333;
}
.classification-table th:first-child
{
	text-align: left;
	vertical-align: bottom;
}
.classification-table .right-border
{
	border-right: 2px solid;
}
.classification-table .header-cell
{
	border: 1px solid #333;
	padding: 0.2em;
	text-align: center;
	vertical-align: middle;
}
.criteria-row
{
	border: 1px solid #ccc;
}
.criteria-row > td:first-child
{
	padding-left: 1em;
	padding-right: 0.5em;
}
.criterion
{
	border: 1px solid #333;
	height: 1.5em;
	text-align: center;
	width: 2em;
}
.date-posted
{
	font-size: 0.8rem;
	font-style: italic;
	margin-top: 2em;
}
.date-updated
{
	font-style: italic;
}
.footnote-marker
{
	line-height: 0.8;
	vertical-align: top;
}
.footnote-marker sup
{
	font-size: 0.5em;
	font-weight: 700;
	line-height: 1em;
}
.hanging-indent
{
	padding-left: 2em !important;
	text-indent: -1em;
}
.lower-alpha
{
	list-style-type: lower-alpha;
}
.section-shading
{
	background-color: #ddd;
}
.table-notes
{
	margin-top: 1em;
	font-size: 0.9em;
}
.table-notes > p
{
	margin: 0.8em 0.5em;
}
@media screen
{
	h1
	{
		color: #2a4979;
	}
	h2, h4
	{
		color: #cc6600;
	}
	h3, hr, .footnote-marker
	{
		color: #964b00;
	}
	hr
	{
		border-style: solid;
		border-width: 1px 0 0 0;
	}
}
@media print
{
	.print-icon
	{
		display: none;
	}
}