html {
	background: url("bw.png") no-repeat center center fixed black;
	background-size: cover;
	color: white;
}
table {
	background: rgba(0,0,0,0.7);
	border: 1px solid white;
	padding: 2px 5px 2px 5px;
}
th,td {
	padding: 5px 2px 5px 2px;
}
td:nth-child(2),td:nth-child(3) {
	text-align: center;
}
