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

th, td
{
	padding: 0.4em;
	text-align: right;
}

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

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