body {
	font-family:Arial, Helvetica, sans-serif;
}

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

.axis text {
	font-family: sans-serif;
	font-size: 11px;
}


#tooltip_3, #tooltip_1 {
	position: absolute;
	width: 150px;
	height: 40px;
	padding: 5px;
	background-color: white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 4px 4px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 4px 4px 10px rgba(0,0,0,0.4);
	box-shadow: 4px 4px 10px rgba(0,0,0,0.4);
	pointer-events: none;
	z-index: 10;
	opacity: 0.9;
}

#tooltip_3.hidden, #tooltip_1.hidden {
	display: none;
}

#tooltip_3 p, #tooltip_1 p {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.cityshort .cityshort2 {
	font-size: 13px,
	fill: MidnightBlue,
	font-family: Arial
}



#tooltip_2 {
	position: absolute;
	width: 150px;
	height: 55px;
	padding:8px;
	background-color: white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 4px 4px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 4px 4px 10px rgba(0,0,0,0.4);
	box-shadow: 4px 4px 10px rgba(0,0,0,0.4);
	pointer-events: none;
	z-index: 10;
	opacity: 1;
}

#tooltip_2.hidden {
	display: none;
}

#tooltip_2 p {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.legend circle {
  fill: none;
  stroke: #ccc;
}



