#sysadmin_info {
    background-color: #FFFFFF;
    padding: 0.5em;
    border: 1px solid #0072A8;
    margin-top: 0.5em;
}

#sysadmin_info h1 {
    margin: 0;
    text-align: center;
    color: #0072A8;
    font-size: 24px;
}

#sysadmin_info h2 {
    color: #4B9696;
    font-size: 18px;
}

#sysadmin_info .attrLabel {
    width: 8em;
}

#sysadmin_info .attrContent {
    width: 60em;
    overflow: hidden;
}

#sudo_as {
    color: #800000 !important;
    font-weight: bold;
}

#sudo_as span.email {
    color: #800000 !important;
    font-weight: normal;
}

#switch_user legend {
    color: #7F0000;
}

#switch_user_button {
    color: #7F0000;
    font-weight: bold;
}

#assumeIdentity {
    width: 30em;
}