#tooltip {
	position: absolute;
	z-index: 3000;
	width:220px;
	background-color: #50FFB9;
	padding: 15px;
	font-family: "Courier New";

	font-size: 11px;
	font-weight: light;
	color:#000000;
	
	
	

}

#tooltip p{
	
	font-family: "Courier New";

	font-size: 11px;
	font-weight: light;
	color:#000000;
	
	
	

}


#tooltip h3, #tooltip div { margin: 0;
	font-family: "Courier New";
	font-size: 10px;
	font-weight: lighter;
	 }
	 
