div#assemblyMemberHeader {
    margin-top: 17px;
}
img.stndrd-mempic {
    width: 115px;
    max-width: 115px;
    height: auto;
    outline: 1px solid #9d9c9c;
    outline-offset: 2px !important;
    float: left;
    margin: 8px 15px 5px 4px;
}
p.assemblyMemberName {
    color: #013473 !important;
    font-family: "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 500;
    word-wrap: break-word;
    margin-top: -27px;
}
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;
}
/* This styles the main column solid #ffffff with a shadow  */
div#leftCol {
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 27px;
}
/* this removes the main column shadows  */
#mainbody .orleg-layout .ms-webpart-chrome {
    box-shadow: none;
}
/* this retains the box shadows on the left-hand column  */
.zone2.span3 .ms-webpart-zone.ms-fullWidth .ms-webpart-chrome.ms-webpart-chrome-vertical.ms-webpart-chrome-fullWidth {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2) !important;
}
/* Removes the column headers row  */
tr.ms-viewheadertr.ms-vhltr {
    display: none;
}
/* Styles the h1 - page title  */
h1.mempgname {
    color: #013473 !important;
    font-family: "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif;
    font-size: 27px;
    font-weight: 500;
}

div#mempgname-placeholder {
    background: #d9dfe5;
    padding: 3px 10px;
    border-radius: 10px;
    margin-top: 30px !important;
}