﻿/* Order Currency/Quantity
----------------------------------------------------------*/
.currency {
    text-align:right;
}

.quantity {
    text-align:right;
}

.price-to-discount {
    text-decoration:line-through;
}

