#tooltip {
	position: absolute;
	z-index: 3000;
	border: 2px solid #444;
	background-color: #95e6ce;
	padding: 5px;
	opacity: .95;
	font-size: 1em;
	width: 200px;
}

#tooltip *{
	text-indent: 0;
	line-height: 1.5;
	font-family: geneva;
	font-weight: normal;
	font-size: .7em;
}
#tooltip h3, #tooltip div { margin: 0; }
