.careers-all {
    margin-bottom: 88px;
}
.careers-all h2 {
    margin-bottom: 16px;
    line-height: 24px;
    font-size: 24px;
    font-weight: normal;
    color: #585858;
    text-indent: .2em;
}
.course-set-info {
    border: 1px solid #bcbcbc;
}
.course-set-info table {
    border-top: 1px solid #fff;
    width: 100%;
    text-align: center;
}
.course-set-info thead tr {
    background-color: #e4e4e4;
}
.course-set-info thead tr th:first-child,
.course-set-info tbody tr td:first-child {
    width: 26%;
    text-indent: 1.2em;
    text-align: left;
}
.course-set-info thead tr th:first-child {
    text-indent: 2em;
}
.course-set-info table th {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
    color: #424242;
}
.course-set-info table td {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #5b5b5b;
}
.course-set-info table td a {
    color: #5b5b5b;
    transition: all .2s ease;
}
.course-set-info table tr:hover td a {
    color: #cd0e18;
}
.course-set-info tbody tr {
    background-color: #f9f9f9;
    transition: all .2s ease;
}
.course-set-info tbody tr:hover {
    background-color: #e7e7e7;
}
.course-set-info tbody tr:nth-child(2n) {
    background-color: #f2f2f2;
    transition: all .2s ease;
}
.course-set-info tbody tr:nth-child(2n):hover {
    background-color: #e7e7e7;
}
.course-set-info tbody tr a {
    display: block;
    width: 100%;
    height: 100%;
}
@media (max-width: 74.9em) {
    .course-set-info {
        display: block;
        width: 100%;
        overflow-x: auto;
    }
}
@media (max-width: 47.9em) {
    .course-set-info thead tr th:first-child,
    .course-set-info tbody tr td:first-child {
        width: auto;
        text-indent: 0;
        text-align: center;
    }
    .course-set-info table th {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 18px;
        font-size: 14px;
    }
    .course-set-info table td {
        padding-top: 6px;
        padding-bottom: 6px;
        line-height: 18px;
        font-size: 14px;
    }
}
@media (max-width: 33.9em) {
    .careers-all h2 {
        line-height: 18px;
        font-size: 18px;
    }
}