.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  filter: alpha(opacity=0);
  opacity: 0;
  bottom: 1.8em; }
  .tooltip.top {
    padding: 5px 0;
    margin-top: -3px; }
    .tooltip.top .tooltip-arrow {
      opacity: 1;
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 5px 5px 0;
      border-top-color: #000;
      position: absolute;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid;
      border-top-color: #E5E5E5; }
  .tooltip .tooltip-inner {
    white-space: pre;
    padding: 3px 8px;
    color: #4b8dbf;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px; }
  .tooltip .in {
    filter: alpha(opacity=90);
    opacity: .9; }

/*# sourceMappingURL=tooltip.css.map */
