body#checkout section.checkout-step .payment-options .payment-option {
    margin: 0;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 5px;
    border-radius: 0;
}

body#checkout section.checkout-step .payment-options label {
    display: inline-block;
    margin-bottom: 0;
}

body#checkout section.checkout-step .payment-options label img {
    max-width: 46px;
    max-height: 36px;
    float: left;
    padding-right: 15px;
}

body#checkout section.checkout-step .payment-options .payment-option:hover {
    background: #eee;
    cursor: pointer;
}

div#payment-confirmation {
    margin-top: 15px;
}

body#checkout .additional-information {
    font-size: .875rem;
    padding-left: 2.875rem;
    padding-bottom: 1.25rem;
    border-bottom: 2px solid #ebebeb;
    margin: 0;
}