#tooltip {
	font-size: 14px;
	font-family:"Times New Roman", Times, serif;
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.95;
	
}
#tooltip div { margin: 0; }
#tooltip h3 {
	font-size: 14px;
    margin: 0;
	padding: 0 3px;
	text-align: left !important;
}
#tooltip p {
	font-size: 14px;
	margin: 5px 0 0 5px;
	text-align: left;
}