#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #B6C512;
	padding: 5px 10px;
	color:#fff;
}
#tooltip h3, #tooltip div { margin: 0; 	font-size:1.0em;}
