#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid white;
	background-color: #AAAAAA;
	padding: 5px;
	opacity: 0.90;
  border-radius: 5px;
  color: white;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip h3{
  font-weight: normal;
}