/* center Map */
svg {
	display: block;
	margin: auto
}

.jumbotron {
	text-align: center;
}

/* On mouse hover, modify circle */
circle:hover {
	fill: "rgb(244,165,130)";
	fill-opacity: .7;
	r: 15;
}

/* Style for Custom Tooltip */
div.tooltip {
 	position: absolute;
	text-align: center;
	width: 60px;
	height: 28px;
	padding: 2px;
	font: 12px sans-serif;
	background: white;
	border: 0px;
	border-radius: 8px;
	pointer-events: none;
}

/* Legend Font Style */
body {
	font: 11px sans-serif;
}

/* Legend Position Style */
.legend {
	position:absolute;
	left:800px;
	top:350px;
}
