/*
Example of custom rule per customer
We refer to the body view class to target specific elements of this view

body.view_cost_proposals_preview #final_total{
    background: #3b92e5;
}

body.view_cost_proposals_preview .final_total{
    background: #3b92e5;
}
*/
