#tooltip {
	position: absolute;
	z-index: 3000;
border: 1px solid #0E6EBB;
	background-color: #fff;
	padding: 5px;
	opacity: 0.85;
	color: #000;
	width: 160px;
	font-weight: normal;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 {font-size: 12px; font-weight: normal; }

