#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #aff380;
	background-color: #dbf7c8;
	padding: 5px;
	opacity: 0.85;
	font-size: 0.8em;
	text-align: left;
	color: #1c4500;
	font-weight: normal;
	max-width: 350px;
}
#tooltip h3, #tooltip div { margin: 0; font-weight: normal; color: #1c4500; line-height: 1.3em;}

