/* Extracted from inline style block: jobs.php#oh-jobs-v69-more-rows-clean-table */
/* v69: more jobs per page + remove cramped action icon column */
@media (min-width:1101px){
  body .table{
    table-layout:fixed !important;
    min-width:0 !important;
  }

  body .table th:nth-child(1), body .table td:nth-child(1){width:25% !important;}
  body .table th:nth-child(2), body .table td:nth-child(2){width:14% !important;}
  body .table th:nth-child(3), body .table td:nth-child(3){width:13% !important;}
  body .table th:nth-child(4), body .table td:nth-child(4){width:11% !important;}
  body .table th:nth-child(5), body .table td:nth-child(5){width:11% !important;}
  body .table th:nth-child(6), body .table td:nth-child(6){width:14% !important;}
  body .table th:nth-child(7), body .table td:nth-child(7){width:12% !important;}

  body .table th:nth-child(n+8),
  body .table td:nth-child(n+8){
    display:none !important;
  }

  body .table th,
  body .table td{
    overflow:visible !important;
    text-overflow:clip !important;
    white-space:normal !important;
    overflow-wrap:anywhere !important;
  }
}

body .bookmark{
  display:none !important;
}
