table.smry_table {
	font-size: 0.80em;
	width: 100%;
	margin: 0 0 1em;
	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; }
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 td:last-child, table.smry_table thead tr th:last-child, table.smry_table tbody tr td:nth-last-child(2), table.smry_table thead tr th:nth-last-child(2) {
	text-align: right; }
table.smry_table tbody tr:nth-child(odd) {
	background: #dfe5d1; }
table.smry_table tr.divrow {
	font-style:italic;
	color: #488a67;
	font-size:90%;
}