.pickup_requested_bg {
    background: #99ccff;
    font-weight: bold!important;
}
.paid_bg {
    background: #ff9900;
    font-weight: bold!important;
}
.delivered_bg {
    background: #99ff33;
    font-weight: bold!important;
}
.expired_bg, .failed_bg, .pickup_expired_bg {
    background: #ff8080;
    font-weight: bold!important;
}
