.cvTable
{
/*
The table, where my cv is displayed
*/
    border-collapse:collapse;
}

.cvTable 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;
}