body {
	margin: 0;
	color: #000;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

svg text {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #000;
}

svg .hover {
	z-index: 2;

} 

svg .x-text,
svg .y-text {
	fill: #333;
}

svg .xaxis .tick {
	font-size: 8px;
}