.ssp-chat-wordpress-setup {
  margin-top: 20px;
  td:nth-child(2) {
    min-width: 280px;
  }
  .wp-picker-container.wp-picker-active {
    position: relative;
    .wp-picker-holder {
      position: absolute;
      z-index: 555;
      .iris-picker .iris-square-handle {
        &:active {
          cursor: none;
        }
      }
    }
  }
  @media all  and (max-width: 600px) {
    td {
      display: block;
      padding-top: 10px;
      padding-bottom: 10px;
    }
  }

}