#tooltip {
  position: absolute;
  z-index: 3000;
  border: 1px solid #111;
  background-color: #eee;
  padding: 5px;
  /* opacity: 0.85; */
  background-image: url(../../images/indicator.gif);
  background-repeat: no-repeat;
  background-position: center;
  min-width: 40px;
  min-height: 40px;
}
#tooltip h3, #tooltip div { margin: 0; }
