#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #9b231c;
	opacity: 0.85;
	padding-bottom: 12px;
}

#tooltip h3, #tooltip div {width: 200px;  background-color: #9b231c; border: 0px}

#tooltip div {
	height: 0px;
	color: #9b231c;
}

#tooltip h3 {
	height: 2px;
	color: white;
}