#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #666666;
	background-color: #eeeeee;
	padding: 5px;
	opacity: 0.85;
	font-size:12px !important;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip h3 {
	font-weight:bold;
	font-size:12px !important;
}
