#tooltip {
	position: absolute;
	z-index: 3000;
	background: #419ad3;
	color: #fff;
	padding: 5px 10px;
	border: 1px solid #cacaca;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}

#tooltip h3, 
#tooltip div { 
	margin: 0;
	font-size: 13px; 
	font-weight: normal;
}


