

#tooltip {
  font-size:10px;
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 1;
}

#tooltip.lbtooltip {
  font-weight: normal 
  width: 250px;
  background-color: white;
  border-color: #aaa; 

}


#tooltip h3, #tooltip div { margin: 0; }


