#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	color: #003b5d;
	padding: 5px;
	opacity: 0.85;
}
#tooltip p{font-size: 14px; font-wight: normal; color: #003b5d;}, #tooltip div { margin: 0; }


