/**
 * MOD:- DISCOUNT RULES
 */

.original-price {
    font-size: 12px;
    color: #777;
    font-weight: normal;
    font-style: italic;
    text-decoration: line-through;
}


td.font-small {
    font-size: 85%;
}

td.font-small code {
    white-space: pre-wrap;
}
