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

.dot
{
	stroke: #aaa;
}

.label
{
	fill: #777;
}

.y
{
	fill: #aaa;
}

.year.label
{
	font: 500 96px "Helvetica Neue";
	fill: #aaa;
}

.year.label.active
{
	fill: #aaa;
}

.overlay
{
	fill: none;
	pointer-events: all;
	cursor: ew-resize;
}

.l_text
{
	font-family:"Helvetica Neue";
	text-transform: lowercase;
	font-size: 14px;
	fill: #777;
}