table {
	border-collapse: collapse;
	margin: 0em auto 0em auto;
}

th:nth-child(odd), td:nth-child(odd) {
	text-align: right;
	padding: 0.4em;
}

th:nth-child(even), td:nth-child(even) {
	text-align: left;
	padding: 0.4em;
}

tr:nth-child(even) {
	background-color: #f0f0f0;
}

th {
	background-color: #000000;
	color: white;
}
