.job-func-block {
    border: 2px solid #eee;
    background-color: #eee;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 10px;
}
.job-func-block h2 {
    font-size: 18px;
}

.job-block {
    background-color: white;
    padding: 5px;
    border-bottom: 2px solid #eee;
}
.job-block h3 {
    font-size: 16px;
    border-top: 1px dotted #eee;
}
table.gap-cohorts td:nth-child(2) {
    border-right: 1px solid black;
    font-weight: bold;
}

table.gap-cohorts td:nth-child(3) {
    border-right: 1px solid black;
    text-decoration: underline;
}
