#tooltip {
	position: absolute;
	z-index: 3000;
	border-bottom: 1px solid #fff;
	background-color: #015AA8;
	padding: 8px;
	opacity: 1;
	min-width: 100px;
	text-align: center;
}
#tooltip h3, #tooltip div { margin: 0; text-align: center; font-size: 12px; font-weight: bold; color: #fff; }

