		.axis path,
		.axis line {
  			fill: none;
  			stroke: #000;
  			shape-rendering: crispEdges;
		}
		.axis text { 
			font-family: sans-serif; 
			font-size: 11px; 
		}

