#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #eee;
	padding: 10px;
	opacity: 0.95;
	text-align: left;
	width: 300px;
	font-size: 10px;
}
#tooltip h3{
	font-size: 16px;
	color: #F00;
}

#tooltip body{

}
