#container {height: 400px; float: left; width: 100%;}
.legendCustom {
	position: absolute;
	left: 105px;
	top: 15px;
	width: 200px;
	background: #dedede;
	min-height: 30px;
	padding: 10px;
	pointer-events: none;
	z-index: 10;
}
#container {
	position: relative;
}
.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: 100%;
	font-size: 13px;
	margin-bottom: 4px;
}
.newYear {
	position: absolute;
	right: 41.9%;
	top: 0;
	height: 85%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 125px;
	padding-right: 8px;
	width: 150px;
	font-size: 13px;
	line-height: 14px;
	font-weight: 100;
	text-align: right;
	text-shadow: 1px 2px 9px #fff;
	color: #B32424;
	border-right: 2px dashed #B32424;
	z-index: 5;
}
}