#container {
	height: 500px;
	float: left;
	width: 100%;
}
.legendContainer {
	float: left;
	width: 100%;
	margin: 15px 0;
}
.legItem {
	float: left;
	width: 100%;
	font-size: 13px;
	font-weight: 300;
}
.legColor {
	width: 12px;
	float: left;
	height: 12px;
	margin: 2px 5px;
}