table {
	border-collapse: collapse; }
table caption { 
	font-size: 1em;
	font-style: italic;
	text-align: left;
	padding-bottom: 0.8em;
	white-space: nowrap; }
table tr td, table tr th {
	font-size: 0.9em;
	padding: 0.2em 1em 0.2em 0;
	text-align: right; }
table thead tr th:first-child, table tbody tr td:first-child {
	text-align: left; }
table thead tr th:last-child, table tbody tr td:last-child {
	padding-right: 0; }
table tbody tr:nth-child(odd) {
	background: #dfe5d1; }
table tbody tr td:nth-child(8) {
	font-weight:bold; }
