.bar {
	display: inline-block;	
	width: 20px;
	height: 12pt;
	border: solid white 1px;
	background-color: darkgray;
}

li {
	list-style-type: none;
}
.even {
	background: #eee;
}

.note {
	font-weight: bold;
	font-size: 12pt;
	padding-right: 5px;
	display: inline-block;
	width: 20px;
	text-align: right;
}

body {
	font-size: 12pt;
	vertical-align: middle;
}