#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #4f89c8;
	background-color: #e5eff4;
	padding: 5px;
	opacity: 0.95;
	width: 350px;
	color: #005689;
	text-align: justify;
}
#tooltip h3, #tooltip div { margin: 0; }

