#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #dab856;
	background-color: #f6f1ba;
	padding: 10px;
	opacity: 0.85;
	width: 170px;
	font-weight: normal;
	font-size: 11px;
	color: #656233;
}
#tooltip h3, #tooltip div { margin: 0; }

