﻿
.subpageHeadline {
    font-size: 40px;
    color: #262626;
    font-weight: bold;
}

.subpageBody {
    margin-top: 15px;
}

.employeePortrait {
    vertical-align: top; 
    width:125px;
    height: 125px;
    -moz-border-radius: 5px;
    border-radius: 5px;


    background-repeat: no-repeat;
    -webkit-background-size: cover !Important; 
    -moz-background-size: cover !Important; 
    -o-background-size: cover !Important; 
    background-size: cover !Important;
}

.contactInfoTable {
    width: 100%;
    border-collapse: collapse; 
}

.contactInfoTable TR {
    border-top: 1px solid #ccc;

}

.contactInfoTable TD {
    padding-top: 10px;
    padding-bottom: 10px;
}
.contactInfoTable TD:first-child {
    width: 250px;
}