.return-message-paybill
{
    font-size:16px;
    font-weight:bold;
}

.pay_false{
    color:#E82A30 !important;
}

.pay_true{
    color:#67AD46 !important;
}
.flexpay-field {
    margin: 5px 6px;
}
.flexpay-field > label {
    font-weight: bold;
}

.flexpay-logo
{
    background-image: url("../images/flexpay-logo.svg");
    float:right;
    width:145px !important;
    height:37px;
    border:0px;
    background-repeat: no-repeat;
}

.flexpay-instructions{
    font-size: 1.2rem;
}

.paybill-preload
{
    background-image: url("../images/preload.gif");
    width:24px !important;
    height:24px;
}

.paybill-accept{
    background-color:#ccc;
    width:100%;
}
.paybill-accept h4{
    font-size:18px;
    color:#fff;
    margin:2px;
    padding:4px;
    text-align:center;

}

