/* Extracted from inline style block: jobs.php#oh-jobs-v70-remove-employers */
/* v70: remove employer column/panel; source is the visible source of truth */
@media (min-width:1101px){
  body .main#jobs-list{
    grid-template-columns:minmax(0,1fr) 300px !important;
  }

  body .table th:nth-child(1), body .table td:nth-child(1){width:30% !important;}
  body .table th:nth-child(2), body .table td:nth-child(2){width:15% !important;}
  body .table th:nth-child(3), body .table td:nth-child(3){width:12% !important;}
  body .table th:nth-child(4), body .table td:nth-child(4){width:13% !important;}
  body .table th:nth-child(5), body .table td:nth-child(5){width:17% !important;}
  body .table th:nth-child(6), body .table td:nth-child(6){width:13% !important;}

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

  body .side{
    grid-template-columns:1fr !important;
  }
}

@media (min-width:1500px){
  body .main#jobs-list{
    grid-template-columns:minmax(0,1fr) 320px !important;
  }
}
