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

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

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

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

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

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

.systempay_choozeo_card {
    margin-right: 5px;
}

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

.systempay_choozeo_card img {
    cursor:pointer;
    border:2px solid transparent;
    opacity: 0.6;
}

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

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

/* .payment-option label img {
    float: left;
    width: 86px;
} */
