#tooltip {
	position: absolute;
	z-index: 3000;
	color:#222;
	line-height: 14px;
	font-size:12px; font-weight: 400;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	padding: 6px;
	opacity: 0.9;
}
#tooltip h3, #tooltip div { font-size: 12px; padding: 0px; line-height: 12px; font-weight: 400; margin: 0;}
