.fakeclass {
	fill: none;
}

.axis path {
	display: none;
}
.axis line {
	fill: none;
	stroke: #232323;
	shape-rendering: crispEdges;
}

.tick {
	fill: none;
	stroke: #232323;
}
	
