#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #765B8E;
	background-color: #fff;
	padding: 5px;
	opacity: 0.85;
	font-weight: normal;
}
#tooltip h3, #tooltip div { margin: 0; color: #4F535C; font-weight: normal; }

