/* Webshop Order status styling */

tr.webshop-order-status-pending {
    color: grey;
    font-style: italic;
}

tr.webshop-order-status-cancelled {
    color: grey;
    font-style: italic;
    text-decoration: line-through;
}
tr.webshop-order-status-closed {
    color: grey;
}

tr.webshop-order-status-open {
}