#tooltip {
	max-width: 40em;
	text-align:left;
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
/*	background-color: #eee;*/
	background-color: white;
	padding: 5px;
	opacity: 1.00;
}
#tooltip h3, #tooltip div { margin: 0; color: black !important; font-size: 1em;}
