.payment-options input {
    margin-top: 10px;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
}

.payment-options img {
    margin-left: 20px;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.payment-options img.other {
    margin-bottom: 0px;
}

.payment-options span.other {
    display: none;
}

@media only screen and (min-width: 48em) {
    .payment-options span.other {
        display: inline-block;
    }
}
