.jobsTable p {
    margin-bottom: 0;
}

div.jobsLoader {
    background: url(images/ajax-loader.gif) no-repeat;
    width: 220px;
    height: 19px;
    margin: 15px auto;
    display: none;
}

.tabbed_component_contents div div.jobsLoader {
    display: none;
}

div.jobsModal {
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -209px;
    display: none;
}

.jobsModalContent {
    padding: 12px 15px 30px;
    line-height: 21px;
}

.jobsModalHeaderLeft {
    float: left;
}

.jobsModalHeaderRight {
    float: right;
}

.jobsModal .j-pop-desc:after {
    clear: both;
    display: block;
    content: "";
}

.jobsModal .applyNow {
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin: 0;
}

.table td {
    border-top: 1px solid #dddddd;
}

.table th {
    background-color: #ebebeb;
}

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}