﻿table.occupation th {
    color: white !important;
    background-color: #104b7d !important;
    text-align: left;
}

    table.occupation th h3 {
        color: white;
        margin: 7px;
    }

table.occupation {
    border: 1px solid #104b7d;
    width: 100%;
}

    table.occupation td, table.occupation th {
        padding: 0px 10px;
    }

        table.occupation td h3 {
            margin: 0px;
            color: #104b7d;
            font-size: 20px;
            line-height: 30px;
        }

    table.occupation span {
        margin-left: 2em;
    }

.table-striped.occupation tbody > tr:nth-child(odd) > td {
    background-color: #d9edf7;
}
