#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #4C1012;
	color:#C8B5B6;
	padding: 5px;
	font-weight: normal;
	font-size: 0.9em;
	opacity: 0.95;
}
#tooltip h3, #tooltip div { margin: 0; }
