
.textlabel{	
	text-align: center;
	font-size: 8px;
	text-anchor: middle
}
	
/* Charts */



.axis line{
    fill: none;
    stroke: #ccc;
    stroke-dasharray: 2px 3px;
    shape-rendering: crispEdges;
    stroke-width: 1px;
	z-index: -1;
}

.axis text {
    /*text-anchor: end !important;*/
    font-size: 10px;
    pointer-events: none;
	fill: #8a8a8a;
}	
	
.textlabel{	
	text-align: center;
	font-size: 8px;
	text-anchor: middle;
}

.legend text {
	font-size: 10px;
	text-anchor: middle;
	fill: black;
}
