tr.not_processed{
    color:red;
}

tr.in_process td{
    color:green;
}

tr.negative td{
    color:grey;
}

tr.delivered td{
    color:gray;
}


