.axis path {
	display: none;
}
.axis line {
	shape-rendering: crispEdges;
	stroke: #000;
}

.axis .minor line {
	stroke: #777;
	stroke-dasharray: 2,2;
}

.directions {
        position: relative;
	font: 12px arial;
	display: block;
	margin: 0;
	fill: #7E7E7E;
	font-style: italic;
}

.visualization {
        position: relative;
	font: 10px arial;
        //left: 50%;
        //top: 50%;
	display: block;
	margin: 0;
	//width:75%;
        //background-color: yellow;
}

.events {
	fill: #DEAD10;
	stroke: #1C4070;
	stroke-width: .2;

}

.addedLine {
    fill:None
}

.circle {
    stroke:#00374d;
    stroke-width:2;
    fill:none;
    opacity: 1;
	cursor: pointer;
}

.textYear{

    font-family: arial;
    font-size: 20px;
    font-weight: bold;
	cursor: pointer;
}

.texting{
    font-family: arial;
    font-size: 12px;
cursor: pointer;
}

.texting2{
    font-family: arial;
    font-size: 12px;
	cursor: pointer;
}

.textNumb{
	font-family: arial;
    font-size: 12px;
}


.tool_tip {
	position: absolute;
	float: left;
	//width: 720px;
	opacity: 0;
	color: white;
	padding: 8px;
	background-color: #005070;
	border-radius: 6px;
	font-size: 12px;
	font-family: arial;
	text-align: left;
}