.clicandpay_review .small {
    font-size: 10px;
}

.clicandpay_review {
    border: 1px solid black;
    font-size: 13px !important;
    margin-top: 5px;
    min-width: 380px;
}

.clicandpay_review td.amount {
    text-align: right;
    font-weight: bold;
}

.clicandpay_review thead tr {
    border-bottom: 1px solid black;
}

.clicandpay_review td, .clicandpay_review th {
    padding: 3px 6px;
}

#clicandpay_iframe {
    position: relative;
    width: 100%;
    min-height: 440px;
    border: 0 none;
}

.clicandpay_card {
    display: inline !important;
}

.clicandpay_card img, .clicandpay_card span {
    vertical-align: middle;
    margin-right: 10px;
}

.clicandpay_card img {
    max-width: 90px;
    max-height: 30px;
}

.clicandpay_card span {
    height: 30px;
}

.clicandpay_card_click {
    margin-right: 20px;
}

.clicandpay_card_click input { /* hide radio */
    display: none !important;
}

.clicandpay_card_click img {
    cursor: pointer;
    border: 2px solid transparent;
    opacity: 0.6;
    max-height: 40px;
    max-width: 100px;
}

.clicandpay_card_click input:checked + img {
    border: 2px solid black;
    opacity: 1;
}

.clicandpay_card_click img:HOVER, .clicandpay_card_click img.hover {
    opacity: 1;
}

.payment-option label img[src*="clicandpay"] {
    max-width: 90px;
    margin-right: 12px;
    max-height: 30px;
    float: left;
    margin-top: -5px;
}