.career-content {
    margin-top: 20px;
}

table {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-bottom: 1.11rem;
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
    color: #3d3d3d;
}

table thead,
table tfoot {
    background: none repeat scroll 0 0 #F5F5F5;
}

table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
    padding: 0.8rem 0.625rem 0.825rem;
    text-align: left;
}

td,
th {
    font-weight: normal;
    font-size: 12px;
}

table tr th,
table tr td {
    padding: 7px 17px 7px 8px;
    border: 1px solid #ececec;
}

@-moz-document url-prefix() {
    table tr th,
    table tr td {
        padding: 7px;
        border: 1px solid #ececec;
    }
}

table tr.even,
table tr.alt,
table tr:nth-of-type(2n) {
    background: none repeat scroll 0 0 #F9F9F9;
}

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
    border-bottom: 1px solid #F0F0F0;
    display: table-cell;
    line-height: 23px;
}

table .td {
    background-color: #286090;
    color: white;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}

.section {
    padding: 19px 0 70px;
    position: relative;
}

.card-body {
    font-weight: normal;
    font-size: 12px;
    line-height: 27px;
    display: table;
    width: 100%;
}

.card-body button {
    float: right;
}

.page-banner {
    background: url(../images/page-head/career.jpeg);
}

@media only screen and (min-width: 769px) {
    .tab-hide {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .search-table-outter {
        display: none;
    }
}