#tooltip {
	position: absolute;
	z-index: 3000;
	border: 0px solid #111;
	background-color: #A9001A;
	color: #fff;
	padding: 3px;
	font-size: 11px;
	font-weight: normal;
}
#tooltip h3{
	font-size: 11px;
	font-weight: normal;
}
#tooltip h3, #tooltip div { margin: 0; }

