#tooltip {
	position: absolute;
	z-index: 3000;
	border: none;
	background-color: #eee;
	padding: 5px;
	/*opacity: 0.85;*/
	width: 350px;
}
#tooltip h3, #tooltip div { margin: 0; font-size: 13px; font-weight: normal; }
