.chart {
	font: menu;
	background: white;
	color: black;
	overflow: hidden;
	position: relative;
	font-size:9px;
}


.legend {
	float: left;
	border: 1px solid black;
	background: white;
	padding: 5px 10px 5px 10px;
}

.legend ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

.legend ul li {
	list-style: square;
}

.legend ul li span {
	color: black;
}
.Legend-{
	display-: block;
        position:absolute !important;
        top: 0px !important;
        right:0px !important;

}


.title{
	width-: 620px !important;
	height: 60px !important;
	padding: 0px !important;
	margin-top-: 40px;
	overflow-: hidden;
}

.chart{
	width-: 620px !important;
	height-: 365px !important;
	overflow-x-: scroll;
}

.main{
	position: relative;
	margin-left: -3.4%;
	margin-left: 0px;
	width: 140%;
	width: 630px;
	margin-top: 20px;
	overflow-x: scroll;
	border-right-: 1px #548c00 dotted; 
}
html:first-child .main {
 overflow: scroll;
}

.chart span.s0 { left: 0px !important;}

