#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #75B3BE;
	background-color: #166D74;
	padding: 5px;
	
	width: 320px;
	 
}
#tooltip h3, #tooltip div { 

	margin: 0; 
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	color:#ffffff;

}
