﻿.checkout_cart {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

    .checkout_cart thead tr {
        background-color: #009879;
        color: #ffffff;
        text-align: left;
    }

    .checkout_cart th,
    .checkout_cart td {
        padding: 5px 5px;
    }

    .checkout_cart tbody tr {
        border-bottom: 1px solid #dddddd;
    }

        .checkout_cart tbody tr:nth-of-type(even) {
            background-color: #f3f3f3;
        }

        .checkout_cart tbody tr:last-of-type {
            border-bottom: 2px solid #009879;
            background-color: #eee
        }

    .checkout_cart .product_item_price, .checkout_cart .product_price {
        text-wrap: nowrap;
    }

.CheckoutContent {
    border: solid 1px black;
    padding: 10px;
}

.Gateways p, .CheckoutContentRight p {
    margin-top: 10px;
}
