div#assemblyMemberHeader img {
    max-width: 115px;
    height: auto;
    outline: 1px solid #9d9c9c;
    outline-offset: 2px !important;
    float: left;
    margin: 8px 15px 5px 4px;
}
div#assemblyMemberHeader h1 {
    line-height: 1.4;
    color: #013473 !important;
    font-family: "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: 500;
    word-wrap: break-word;
    margin: -4px 0px;
    border-top: 1px solid #013473;
    text-align: center;
}
p.assemblyMemberName {
    line-height: 1.4;
    color: #013473 !important;
    font-family: "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 500;
    word-wrap: break-word;
    margin: -4px 2px -4px 0px;
}
p.assemblyMemberDetails {
    color: #013473 !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
    font-size: 22px !important;
    font-family: "Segoe UI Semilight", "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif;
    word-wrap: break-word !important;
    margin: -19px 3px 0px 0px;
}
/* This reduces the width of the edit icon column  */
div#leftCol td.ms-vb-icon {
    padding: 0px;
}
div#leftCol td.ms-vb-icon img {
    min-width: 16px;
}