#tooltip {
	position: absolute;
	z-index: 3000;
	width: 150px;
	border: 2px solid #839336;
	background-color: #e3ecb3;
	padding: 5px;
	opacity: 1;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 {
	font-size: 1em;
	font-weight: normal;

}
