#jobs a:focus,
[id^="jobs-"] a:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus,
table.dataTable thead th:focus {
    outline: 3px solid #000361;
    outline-offset: 2px;
}

table.dataTable thead th {
    position: relative;
}

.dataTables_wrapper {
    width: 100%;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: nowrap;
}
