.tooltip {

  .tooltip-inner {
    background-color: darken(@gray-head, 5%);
  }

  &.bottom .tooltip-arrow {
    border-bottom-color: darken(@gray-head, 5%);
  }

  &.top .tooltip-arrow {
    border-top-color: darken(@gray-head, 5%);
  }

  &.right .tooltip-arrow {
    border-right-color: darken(@gray-head, 5%);
  }

  &.left .tooltip-arrow {
    border-left-color: darken(@gray-head, 5%);
  }
}
