#tooltip {
	position: absolute;
	width: 300px;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #fff;
	padding: 10px;
	opacity: 1.0;
}
#tooltip h3, #tooltip div { font-size: 0.8em; border-bottom: none; margin: 0; }

