.job-offers-list .responsive-table-wrap {
    overflow: visible;
}

.job-offers-list .column-icon {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.job-offers-list table {
    width: 100%;
    border: 0;
    border-radius: 8px;
    overflow: hidden;
    background: none;
    border-collapse: collapse;
    box-shadow: 0 0 1px 1px #e4e6f1;
    margin: 1px;
    min-width: 0;
}

.job-offers-list table thead tr {
    background: #edf0f9;
}

.job-offers-list table thead tr th,
.job-offers-list table thead tr td,
.job-offers-list table tbody .job-title {
    font-weight: 600;
}

.job-offers-list table tbody tr {
    background: none;
}

.job-offers-list table tbody tr:nth-child(even) {
    background: #F4F2F2;
}

.job-offers-list table tbody tr:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
}

.job-offers-list table tbody tr td span {
    vertical-align: middle;
    line-height: 17px;
}

.job-offers-list table thead tr th,
.job-offers-list table tbody tr th,
.job-offers-list table tbody tr td,
.job-offers-list table tr td {
    vertical-align: middle;
    padding: 1.5rem 1rem;
}

.job-offers-list table tbody tr td.job-category,
.job-offers-list table tbody tr td.job-date,
.job-offers-list table tbody tr td.job-location {
    min-width: 160px;
}

.job-offers-list table tbody tr td.job-title a {
    color: #000;
}

.job-offers-list .no-results-row {
    padding: 16px;
}

@media only screen and (min-width: 40.063em) {
    .job-offers-list .no-results-row {
        padding: 110px 16px;
    }
}

.job-offers-list .no-results-title {
    font-size: 20px;
    font-weight: 500;
}

.job-offers-list .no-results-description {
    font-size: 16px;
    font-weight: 500;
}

@media only screen and (max-width: 40.063em) {
    .job-offers-list table thead tr {
        display: block;
        padding: 10px;
    }

    .job-offers-list table thead tr th {
        display: inline-block;
        padding: 0;
    }

    .job-offers-list table thead tr th:not(:last-child):after {
        content: '/';
        margin: 0 5px;
    }

    .job-offers-list table tbody tr {
        display: block;
        padding: 1.5rem 1rem;
    }

    .job-offers-list table thead tr th,
    .job-offers-list table tbody tr th,
    .job-offers-list table tbody tr td,
    .job-offers-list table tr td {
        padding: 0;
    }

    .job-offers-list table tbody tr td.job-title,
    .job-offers-list table tbody tr td.job-category,
    .job-offers-list table tbody tr td.job-date,
    .job-offers-list table tbody tr td.job-location {
        display: inline-block;
    }

    .job-offers-list table tbody tr td.job-title {
        margin-bottom: 1rem;
    }

    .job-offers-list table tbody tr td.job-title,
    .job-offers-list table tbody tr td.job-category {
        width: 100%;
    }

    .job-offers-list table tbody tr td.job-category {
        margin-bottom: 0.75rem;
    }

    .job-offers-list table tbody tr td.job-date ,
    .job-offers-list table tbody tr td.job-location {
        width: 49%;
    }
}