body{
    font-family: "Arial";
}
.axis path{
    fill: none;
    stroke: #777;
    shape-rendering: crispEdges;
}
.axis text{
    font-size: 13px;
}

.legend{
    font-size: 13px; 
}
.title{
        font-size: 28px; 
        margin-bottom: 0;
}
.subtitle{
        margin-top: 0;
        font-size: 13px; 
}
.charttop{
    padding-left: 50px;
    padding-bottom: 20px;
}
.linechart{
    margin-left: 50px;
    margin-right: 10px;
	margin-top: 10px;
    padding-bottom: 20px;
	border: 5px;
	border-style: solid;
	border-color: #EEEEEE;
    border-radius: 2px;
}
.mouse-per-line{
	font-size: 13px; 
}