#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #FF8A00;
	background-color: #663300;
	padding: 2px;
	opacity: 0.85;
	font-size: 12px;
	line-height: 120%;
	color: #663300;
	white-space:nowrap;
}
#tooltip h3, #tooltip div { margin: 0; font-weight: normal; white-space:nowrap;}
