table {
	font-family:"Console", "Courier New", monospace;
}

thead {
	background-color: lightgrey;
	color: black;
}

th {
	width: 36px;
}
	
tbody tr:nth-child(odd) {
 background-color:  #efefef; /* lighter */
}
tbody tr:nth-child(even) {
 background-color:  #dddddd; /* darker */
}

tbody td {
	text-align: right;
}
