#tooltip {
	position: absolute;
	z-index: 5000;
	border: 1px solid #111;
	background-color: #d6d1a1;
	padding: 5px;
	opacity: 0.95;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip h3 {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 3px;
}

