#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #eee;
	opacity: 0.85;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#tooltip h3, #tooltip div { margin: 0; }
