#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid black;
	background-color: white;
	padding: 5px;
	/*opacity: 0.85;*/
    color: black;
    font-weight: bold;
}
#tooltip h3, #tooltip div { margin: 0; }

