table {
	width: 100%;
	margin: 1em auto;
	border-collapse: collapse;
}

thead th,
tfoot th {
	padding: 0.5em;
	text-align: left;
	border: 0px solid black;
}

tfoot td {
	border-top: 0px solid black;
}

tbody td {
	padding: 0.5em;
	border-left: 0px solid black;
	border-right: 0px solid black;
}

tbody tr.odd {
	background-color: #f1f2ef;
}

td.numeric,
th.numeric {
	text-align: right;
}

