.bookit-documentation {
  position: absolute;
  right: 0;
  top: -50px;
  padding: 10px 18px;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  background-color: $white;
  color: rgba(39, 39, 39, 0.7);
  font-size: 14px;
  line-height: 16px;
  &.feedback {
    right: 170px;
  }
  .doc-icon {
    display: inline-block;
    background-size: contain;
    width: 14px;
    height: 18px;
    vertical-align: text-bottom;
    &.doc {
      margin: -1px 3px -1px 0;
      background: url("../icons/doc.svg") no-repeat center;
    }
    &.feedback {
      width: 20px;
      height: 19px;
      margin: 0 3px -3px 0;
      background: url("../icons/feedback.svg") no-repeat center;
    }
  }
}