.portlet-job-offer-list table.dataTable tbody th, .portlet-job-offer-list table.dataTable tbody td {
    padding: 8px 10px;
}

.portlet-job-offer-list table.dataTable thead th, .portlet-job-offer-list table.dataTable thead td {
    padding: 8px 10px;
    border-bottom: 1px solid #bfc1c3;
}

.portlet-job-offer-list table.dataTable.no-footer {
    border-bottom: none;
}

.portlet-job-offer-list tr td a {
    color: #0065b3;
}

.portlet-job-offer-list table.dataTable thead span.sort-icon {
    display: inline-block;
    padding-left: 5px;
    width: 20px;
    height: 16px;
}

.portlet-job-offer-list table.dataTable thead .sorting span { background: url('../images/sort_both.png') no-repeat center right; }
.portlet-job-offer-list table.dataTable thead .sorting_asc span { background: url('../images/sort_asc.png') no-repeat center right; }
.portlet-job-offer-list table.dataTable thead .sorting_desc span { background: url('../images/sort_desc.png') no-repeat center right; }


.portlet-job-offer-list table.dataTable thead .sorting {
    background-image: none !important;
}
.portlet-job-offer-list table.dataTable thead .sorting_asc {
    background-image: none !important;
}
.portlet-job-offer-list table.dataTable thead .sorting_desc {
    background-image: none !important;
}

/* .portlet-job-offer-list .dataTables_empty{
    display: none;
} */

.column-red {
    color: red;
}

.portlet-job-offer-list .dataTables_wrapper {
    overflow-x: auto;
}

.portlet-job-offer-list table.govuk-table.mzv-jol-js-datatable {
    width: 100% !important;
}
@media (min-width: 40.0625em) {
    .portlet-job-offer-list td.mzv-no-wrap-table-cell {
        white-space: nowrap;
    }
}

.portlet-job-offer-list table.govuk-table.mzv-jol-js-datatable th div {
    display: flex;
    align-items: center;
}