div.bar {
	display: inline-block;
	width: 20px;
	height: 75px; /* We'll override height later */
	background-color: teal;
	margin-right: 2px;
}


.axis path,
.axis line {
	stroke: black;
	shape-rendering: crispEdges;
}

.axis text {
	font-family: sans-serif;
	font-size: 11px;
}