#tooltip {
  position: absolute;
  z-index: 3000;
  border: 1px solid #111;
  background: #DCD0BE;
  color: #333;
  padding: 5px;
  opacity: 0.95;
  text-align: left;
  width: auto;
}

#tooltip h3 {font-size: 100%; margin: 0em; font-weight: normal; color: #333;}

.tooltip_light {
  background: #DCCFBD;
  color: #443E2F;
}

.tooltip_light h3 {font-weight: normal; color: #443E2F;}
