.challengeTable
{
/*
The table, where my cv is displayed
*/
    border-collapse:collapse;
    margin-top:20px;
    margin-bottom:20px;
}

.challengeTable tbody tr td
{
    vertical-align:top;
}

.tableSubHeading
{
/*
This represents the subheadings in my cv letter
*/
    text-align:center;
    font-weight:bold;
    background-color:#0b938b;
    color:#ffffff;
}