#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #2ea2c5;
	background-color: #fff58c;
	padding: 5px;
	opacity: 0.85;
	width:400px;
	font-size: 15px;

}
#tooltip h3{ margin: 10px; }
#tooltip hr{ color: #2588a6; }
#tooltip div{color:#000;}

