﻿.old {
    background: url(/img/main-bg.jpg) no-repeat;
    background-size: cover;
}

    .old .header {
        background: none;
    }

        .old .header h1 {
            color: #fff;
        }

        .old .header .left button.back {
            background-image: url(/img/back-icon2.png);
        }

    .old .page-msg {
        background: rgba(0,0,0,0.2);
        margin-bottom: 0;
    }

    .old .payment-selection {
        background: rgba(0,0,0,0.1);
    }

        .old .payment-selection li .list-row {
            color: #fff;
        }

            .old .payment-selection li .list-row:active, .old .payment-selection li .list-row.trigered {
                background: #27afa0;
            }

    .old .remarks h2 {
        color: #fff!important;
    }

    .old .remarks .remark-content {
        background: rgba(0,0,0,0.2);
        color: #fff!important;
    }

        .old .remarks .remark-content p {
            color: #fff;
        }