/******************************************/
/* STI Careers Plugin - /css/style.css */
/******************************************/
.job-title {
    border-bottom: 4px solid #D01E2F;
    margin-bottom: 0px;
}
.table.table-striped {
    border-top: 2px solid #C4C4C4;
}
.job-title, .table.table-striped { color: black;}
.job-action.job-read, .job-action.job-apply { 
    text-transform: uppercase; 
    font-family: "Oswald",sans-serif; 
    padding: 4px 15px; 
    background: #D01E2F; 
    border-radius: 2px; 
    line-height: 23px;
    color: white !important; 
}
.job-action.job-read:hover, .job-action.job-apply:hover { 
    background: #931620; 
}

.job-apply {
    text-align:center;
}

.job-category strong {
    font-weight:700;
}

.job-category {
    font-weight:200;
}