.row-bg {
    background: #fff;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 15px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 15px 1px rgba(0,0,0,0.75);

    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

p.bg-success {
    font-size: 1.2em;
    line-height: 1.6em;
    padding: .5em;
}

.final_line {
    font-size:1.3em;
    font-weight: bold;
}

.apple-pay {
    margin: 10px;
}