#tooltip {
  position: absolute;
  z-index: 3000;
  border: 0 none;
  color: #232323;
  background-color: #d3d3d3;
  padding: 10px 15px;
  box-shadow: 2px 2px 6px #333333;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 { font-size: 14px; font-weight: bold; color: #232323; text-shadow: none; }
#tooltip.tip { text-align: left; border: 0 none; }
