#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #fff;
	padding: .2em;
	opacity: 0.92;
	max-width:400px;
}
#tooltip h3 {
	background:none;
	font-size:90%;
	font-weight:normal;
	border:none;
}
#tooltip h3, #tooltip div { margin: 0; }
