
table td {
	padding: 3px 5px;
}

table thead {
	font-weight: bold;
	background-color: #07123F;
	color: white;
}

table tbody tr:nth-child(odd) {
	background-color: #D8DCED;
}

table tbody tr:nth-child(even) {
	background-color: #ACB0E2;
}

table td.number {
	text-align: right;
}
table td.order {
	text-align: center;
}
