span.status-pws-in-stock {
    background: #547F2D;
    color: #fff;
}

span.status-pws-packaged {
    background: #307079;
    color: #fff;
}

span.status-pws-ready-to-ship {
    background: #1D76DB;
    color: #fff;
}

span.status-pws-returned {
    background: rgba(182, 2, 4, 0.74);
    color: #fff;
}

span.status-pws-deleted {
    background: #B60204;
    color: #fff;
}

span.status-pws-shipping {
    background: #0052CC;
    color: #fff;
}

span.status-pws-need-review {
    background: #FBC904;
    color: #fff;
}

span.status-pws-courier {
    background: #ec2b2ba1;
    color: #681818;
}