#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #1a4687;
	color: white;
	font-weight: bold;
	padding: 5px;
	opacity: 0.85;
	-webkit-border-radius: 0 5px 0 5px;
	-moz-border-radius: 0 5px 0 5px;
	border-radius: 0 5px 0 5px;
	
}
#tooltip h3, #tooltip div { margin: 0; }
