#container {height: 400px; float: left; width: 100%;}
.legendCustom {
	z-index: 10;
	float: left;
	width: 100%;
	margin-top: 15px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 100;
	background: #eee;
}
#container {
	position: relative;
}
.kicker {
	margin-bottom: 3px;
}
.legColor {
	width: 10px;
	height: 10px;
	float: left;
	margin-top: 4px;
	font-size: 12px;
	margin-right: 4px;
	border-radius: 50%;
	border: 1px solid #aaa;
}
.legItem {
	float: left;
	width: 50%;
	padding: 0 5px;
	font-size: 13px;
	margin-bottom: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 400;
	cursor: pointer;
}

@media screen and (max-width: 550px) {
	.legItem {
		float: left;
		width: 100%;
	}
}

.newYear {
	position: absolute;
	right: 41.9%;
	top: 0;
	height: 81%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 206px;
	padding-right: 8px;
	width: 150px;
	font-size: 13px;
	line-height: 14px;
	font-weight: 100;
	text-align: right;
	text-shadow: 1px 2px 9px #fff;
	color: #5AADAA;
	border-right: 2px dashed #7AD6D2;
	z-index: 5;
	pointer-events: none;
}
.unclicked {
	font-weight: 100;
}