tr:nth-child(even)
{
	background-color: #242444;
}

tr
{
	background-color: #21213a;
}

table
{
	border-collapse: collapse;
	width: 100%;
	margin-top: 6px;
}

thead
{
	background-color: #3b3b5e;
	color: white;
}

td, th
{
	padding: 8px;
	text-align: center;
}