#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #333;
	background-color: black;
	padding: 5px;
	opacity: 0.85;
	color: white;
}
#tooltip h3, #tooltip div { margin: 0; 	font-size: .9em; font-weight: normal;}

