#tooltip {
	position: absolute;
	z-index: 3000;
	font-size: 12px;
    font-weight: normal;
	max-width: 300px;
	border: 1px solid #111;
	background-color: #eeeeee;
	padding: 3px;
	opacity: 0.95;
}
#tooltip h3, #tooltip div { margin: 0; font-size: 12px;
    font-weight: normal;}
