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

