#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #ccc;
	background-color: #2097e3;
	padding: 5px;
	opacity: 1;
	color: #fff;
	border-radius:4px;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color:#fff;
	text-align: left;
}
