#evaluatee_index {
  .qrcode-popup {
    position: absolute;
    z-index: 10;
    border: 2px outset;
    background: white;
    max-width: 205px;

    > i.close.icon {
      position: absolute;
      top: 3px;
      right: -3px;
    }
  }
}

