   #pnlAdminBar {
        position: fixed;
        background-color: rgba(17, 17, 17,1);
        bottom: 0px;
        width: 100%;
        overflow: visible;
        padding-top: 5px;
        padding-bottom: 5px;
        height: 40px;
        z-index: 1400;
    }

    #impersonationSection {
        float: left;
        margin-left: 5px;
    }

    #adminSection {
        float: right;
        margin-right: 5px;
    }

    #impersonationSection > div {
        display: table-cell;
        padding-right: 8px;
    }

    #ulDropdownMenu {
        width: 280px;
        background-color: #286090;
        color: #FFF;
        z-index: 10001;
        margin: 0px;
        padding: 0px 0px 0px 0px;
        width: 0px;
    }
/*JP: For some reason, this impersonation menu doesn't work like other projects.
The names were getting pushed off screen due to some back end behaviour.
So, I have hacked a solution together to show the name and id together.
*/
#ulDropdownMenu li {width: 350px; background-color: #286090; margin: 0px; padding: 0px;}
#ulDropdownMenu li div:nth-child(1) {float: left !important;padding: 0rem;margin: 0px; margin-right: 0.5rem; }
#ulDropdownMenu li div:nth-child(2) {float: none !important;padding: 0px;margin: 0px !important;}
#ulDropdownMenu li div:nth-child(2) a {color: #CCC; font-weight: normal;}
#ulDropdownMenu a:hover {background: #185080;cursor: pointer;}
/*end of hack*/

    #ulDropdownMenu a {color: #FFF;}

    #divUndoImpersonation, #divF5SectionServerIdLabel, #divAdministration {
        display: table-cell;
        vertical-align: middle;
    }

    #divF5SectionServerIdLabel {
        background-color: #337AB7;
        cursor: pointer;
        border-radius: 4px;
    }

    #lblF5SectionServerId {
        background-color: #337AB7;
        color: #FFF;
        font-family: Arial;
        font-size: 10pt;
        font-weight: bold;
        margin-right: 5px;
        margin-left: 5px;
        display: inline-block;
        text-decoration: none;
        background-color: transparent;
    }
    #lblF5SectionServerId:hover {
        text-decoration: none;
        background-color: transparent;
    }

    #divF5SectionServerIdLabel {
        border-color: #245580;
    }

    #divF5SectionServerIdLabel:hover {
        background-color: #286090;
    }

#btnAdmin, #btnUndo, #btnImpersonate, #btnDebugPanel {
    background-color: #337AB7;
    color: #FFF;
    border: none;
    cursor: pointer;
    font-family: Arial;
    font-size: 10pt;
    margin-top: 0px;
    background-image: none;
    border-color: #245580;
}

    #btnAdmin:hover, #btnUndo:hover, #btnImpersonate:hover {
        background-color: #286090;
    }

    .btn-impersonate {
        width: 70px;
        height: 32px;
    }

    .stack-bottom-left {
        position: relative;
        left: 0.6em;
        top: 0.1em;
        text-shadow: 0 0 1px black;
        z-index: 1;
    }

    .stack-top-right {
        position: relative;
        left: -0.2em;
        color: darkgray;
        vertical-align: top;
        z-index: 0;
    }