table.smry_table {
	font-size: 0.80em;
	width: 100%;
	margin: 0;
	text-align: center;
	border: 1pt solid black;
	border-collapse: collapse; }
table.smry_table caption { 
	font-style: italic;
	text-align: left;
	padding-bottom: 0.8em; }
table.smry_table tbody tr td, table.smry_table thead tr th {
	padding: 0.2em 0.5em 0.2em 0.5em;
	text-align: center; }
table.smry_table thead tr th {
	font-weight: 600; 
	text-align: center;}
table.smry_table tfoot tr td {
	padding-top: 0.5em;
	text-align: center;
	font-size: 95%;
	font-style: italic; }
table.smry_table tbody tr td:first-child, table.smry_table thead tr th:first-child {
	text-align: left;
	padding-left: 5px; }
table.smry_table tbody tr td:last-child, table.smry_table thead tr th:last-child {
	padding-right: 5px; }
table.smry_table tbody tr:nth-child(odd) {
	background: #dfe5d1; }
table.smry_table tr.divrow {
	font-style:italic;
	color: #488a67;
	font-size:90%;
}
#toggleButton {
	float: right;
}
#downloadButton {
	margin-top: 1em;
}
.right-border {
	border-right:1pt solid black;
}
.top-border {
	border-top: 1pt solid black;
}
.bottom-border {
	border-bottom: 1pt solid black;
}
.all-border {
	border: 1pt solid black;
}