#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #28A9FF;
	background-color: #96D2FA;
	padding: 5px;
	opacity: 0.85;
	width: 250px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #425F72;
}
#tooltip h3, #tooltip div { margin: 0; }
