#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #5f5f5f;
	background-color: #fff;
	opacity: 0.95;
	max-width: 150px;
}
#tooltip h3, #tooltip div { margin: 0; padding: 5px; }
#tooltip h3 { background-color: #5f5f5f; color: White; font-family: Trebuchet MS; padding: 2px 5px 2px 5px; }