#Main {
	padding: 1em;
}

th {
	background: #333;
	color: #eee;
}

th:nth-child(n + 2) {
	width: 20em;
}

td:nth-child(1) {
	text-align: right;
}

td:focus {
	background: yellow;
}
