.ext_fundraised_total {
    width: 100%;
    padding: 10px 14px;
    background-color: rgb(228, 244, 255);
    background-color: #FFFAE2;
    border: 2px solid rgb(255, 215, 0);
    border: 2px solid rgb(0, 87, 183);

}

.ext_fundraised_total .ext_fundraised_total_amount {
    color:rgb(0, 87, 183);
    font-size: 24px;
}

.ext_fundraised_total_bar {
    padding: 1px;
    background-color:rgb(223, 219, 197);
    background-color: #E4F4FF;
    border: 2px solid rgb(0, 87, 183);
    border: 2px solid  rgb(255, 215, 0);

}

.ext_fundraised_total_bar_fill {
    background-color: rgb(0, 87, 183);
    padding-left: 5px;
}

.ext_fundraised_total_bar_label {
    color: rgb(255, 215, 0);
;
}