#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #b2a940;
	background-color: #f7ea5d;
	padding: 5px;
	opacity: 0.85;
	width: 200px;
}
#tooltip h3, #tooltip div { margin: 0; font-size: 70%; color: #333; font-weight: normal;}