@media (min-width: 1001px) {
	section.site-content {
		display: flex;
		margin: 0.5em 0em;
		padding: 0.5em 0em 1em 0em;
		font-family: Georgia, Cambria, serif;
		font-size: 14pt;
	}
	div.sidebar-container {
		min-width: 25%;
	}
	div.sticky-sidebar {
		position: sticky;
		top: 0.25em;
	}
}

@media (max-width: 1000px) {
	section.site-content {
		display: block;
		margin: 0.5em 0em;
		padding: 0.5em 0em 1em 0em;
		font-family: Georgia, Cambria, serif;
		font-size: 14pt;
	}
}

div.float-right {
	float: right;
	padding-left: 0.5em;
}

table.data-table {
	width: 100%;
	padding-bottom: 1em;
}
table.data-table thead tr th {
	position: sticky;
	top: 0px;
}
table.data-table tbody tr:last-child td {
	padding-bottom: 1em;
}
table.data-table th {
	background-color: #0E0E12;
	color: #CCCC33;
	font-size: larger;
	font-weight: bold;
}
table.data-table th,
table.data-table td {
	padding: 0.1em 0.25em;
	vertical-align: top;
}
table.data-table th.multi-column {
	text-align: center;
}
table.data-table td.row-header {
	font-weight: bold;
}
table.data-table th.data-text,
table.data-table td.data-text {
	font-family: Calibri, Arial, sans-serif;
	text-align: left;
}
table.data-table th.data-numeric,
table.data-table td.data-numeric {
	font-family: "Courier New", monospace;
	text-align: right;
}
