#tooltip {
  position: absolute;
  z-index: 3000;
  border: 1px solid #ccc;
  background-color: white;
  padding: 5px;
}
#tooltip h3 {
  color: #666;
  font-weight:bold;
  font-size:11px;
  margin-bottom:0;
}
