#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #000;
	background-color: #000;
	padding: 5px;
	opacity: 0.95;
	width: 200px;
	color: #FFF;
}
#tooltip h3, #tooltip div { 
	margin: 0; 
	font-weight: normal;
	font-size: 1em;
	color: #FFF;
}

#tooltip h3 strong, #tooltip div strong,
#tooltip h3 b, #tooltip div b{
	font-weight: bold;
}