/* ============================================================
 * commTopPanel.css
 * Styles extracted from inline style attributes and <style> block
 * in commTopPanelSecure.jsp to comply with Content-Security-Policy
 * (style-src 'self'). UI appearance must remain identical.
 * ============================================================ */

/* Was: <style> .imagesize { max-width: 170px !important; } </style> */
.imagesize {
    max-width: 170px !important;
}

/* Was: <div class="call-wrap login" style="background-color: #890b11; margin: 0px;"> */
.top-panel-bar {
    background-color: #890b11;
    margin: 0px;
}

/* Was: <img ... style="padding: -5px; padding-top: 5px; padding-left: 5px; padding-bottom: 5px;"/> */
.top-panel-logo-img {
    padding: -5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}

/* Was: <div style="margin-left: 460px;float: left;margin-top: -5px;"> */
.top-panel-tagline-box {
    margin-left: 460px;
    float: left;
    margin-top: -5px;
}

/* Was: <span style="color: #f1f1f1; font-size: 12px;"> */
.top-panel-tagline-text {
    color: #f1f1f1;
    font-size: 12px;
}

/* Was: <div class="risk-label-right-align" style="color: #696969; font-size: 15px; margin-right: 20px; text-align: right;"> (DBR signup) */
.dbr-already-registered {
    color: #696969;
    font-size: 15px;
    margin-right: 20px;
    text-align: right;
}
