.table--offer tbody tr,
.table--offer tbody tr:nth-child(-n+8),
.table--offer tbody tr.udev-row {
  display: none !important;
}

.table--offer tbody tr.offer-table-row-visible {
  display: table-row !important;
}

.table--offer tbody tr.offer-table-row-hidden {
  display: none !important;
}

.table--offer tbody tr.udev-row:not(.offer-table-row-visible) {
  display: none !important;
}

.offer-table-load-developer {
  display: none;
}

@media only screen and (max-width: 600px) {
  .tablesorter tr.table-cell,
  .tablesorter tr.table-cell:nth-child(-n+8),
  .tablesorter tr.table-cell.udev-row {
    display: none !important;
  }

  .tablesorter tr.table-cell.offer-table-row-visible {
    display: flex !important;
  }

  .tablesorter tr.table-cell.offer-table-row-hidden,
  .tablesorter tr.table-cell.udev-row:not(.offer-table-row-visible) {
    display: none !important;
  }
}
