/* ------------------------------------------------------------------------ */
/* Bootstrap - Tooltips */
/* ------------------------------------------------------------------------ */

/* Tooltip
====================================*/
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  line-height:1;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.73;
  filter: alpha(opacity=73);
}

.tooltip.top {
  margin-top: 0px;
}
.tooltip.top-right {
  margin-top: 0px;
}
.tooltip.right {
  margin-left: 2px;
}

.tooltip.bottom {
  margin-top: 6px;
}

.too