.payToUse, .payToUse input {
    color: #939393;
    background-color: #ffffff;
    /*text-decoration: line-through;*/
}

.paid, .paid input {
    color: #246517;
    background-color: #f1ffe9;
}

.strikeThroughToPay, .strikeThroughToPay input {
    background-color: #fff5d6;
    color: #ff0000;
    text-decoration: line-through;
}