/* Job Announcements Display */

.job-announcements-table thead {
    background-color: #1c5c30;
}

.job-announcements-table .col-date-subject {
    width: 14%;
}

.job-announcements-table .col-firm {
    width: 22%;
}

.job-announcements-table .col-description {
    width: 64%;
}

.job-announcements-table tbody td:first-child {
    font-weight: normal;
}

.job-announcements-table tbody td strong {
    font-weight: bold;
    display: block;
    margin-top: 4px;
}
