#tooltip {
	position:absolute !important;
	z-index:9999;
	background: #027091;
	border: 1px solid #017477;
	font-size: 12px;
	margin: 0;
	padding: 0 10px;
	text-align:center;
	display:block;
	height: 30px;
	line-height: 30px;
	opacity: 1;
}
#tooltip h3 { color:white; margin: 0; }

