.portfolio-realex {
    background-color: #fff;
    }
#rxp-header-title {
    background-color: #555963;
    font-family: "Open sans";
    box-shadow: 0 1px 1px 0 #d8d9d9;
    }
#rxp-header-title h1 {
    font-weight: 100;
    }
#rxp-footer {
    border-top-color: #d8d9d9;
    }
.btn-hpp-a {
    background-color: #0071ba;
    font-family: "Open Sans";
    box-shadow: 0 1px 3px 1px #c5c5c5;
    transition: box-shadow, background-color ease-out 0.2s;
    white-space: normal;
    }
.update-expiry-button:hover, .update-expiry-button:active, .update-expiry-button:focus, .btn-hpp-a:hover, .btn-hpp-a:active, .btn-hpp-a:focus {
    background-color: #015a94;
    box-shadow: 0 1px 3px 1px #d8d9d9;
    box-shadow: 0 2px 3px 2px #d8d9d9;
    }
#rxp-footer {
    margin-left: 0;
    margin-right: 0;
    }
#rxp-footer > :first-child {
    padding-left: 0;
    }
#rxp-footer > :last-child {
    padding-right: 0;
    }
#rxp-footer .security-msg {
    color: #707689;
    font-size: 8px;
    display: inline-block;
    vertical-align: middle;
    }
.form-control:not(button) {
    border-radius: 1px;
    box-shadow: none;
    }
.input-group-addon {
    border-radius: 1px;
    }
#another-card-section:first-child, #another-card-section:nth-child(3), #another-card-section:nth-child(5), #wallet-section {
    background: transparent;
    border: 0;
    padding: 0;
    box-shadow: none;
    margin: 0;
    }
#another-card-section:first-child .panel-body, #another-card-section:nth-child(3) .panel-body, #another-card-section:nth-child(5) .panel-body {
    padding: 0;
    }
#another-card-section:first-child #panelPayWithNewCard, #another-card-section:nth-child(3) #panelPayWithNewCard, #another-card-section:nth-child(5) #panelPayWithNewCard {
    margin-bottom: 0;
    }
.update-expiry-button:hover, .update-expiry-button:active, .update-expiry-button:focus, .update-expiry-button:disabled, .btn-hpp-a:disabled {
    background-color: #015a94;
    }
#alert-container:focus {
    outline: 0;
    }