#tt_tooltip {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  display: block;
  padding: 0.25em 0.5em;
  overflow: hidden;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 1rem;
  line-height: 1.2em;
}
#tt_tooltip #tt_tooltip_content {
  position: relative;
  border: 0;
  padding: 0;
  background: none;
  overflow: hidden;
  text-align: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#tt_tooltip.red {
  background-color: #f99;
  color: #300;
  border-color: #300;
}/*# sourceMappingURL=jquery.tt-tooltip.css.map */