#tooltip {
	position: absolute;
  max-width: 300px;
	z-index: 3000;
	border: 1px solid #F00000;
	background-color: #FFF;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip h3 { font-size: 10px; font-weight: bold; color: #F00; }

#tooltip div { font-size: 10px; color: #000; }