.directa24-selector {
    padding: 0 10px;
    overflow: scroll;
    max-height: 250px;
    background-color: #eee;
}

.directa24-selector .payment-option {
    margin: 10px 0;
    font-size: 0.9em;
}

.payment_box.payment_method_directa24-payments p {
    margin-bottom: 10px;
}

.directa24-selector input[type=radio]:checked + label>span {
    font-weight: bold;
}

.directa24-selector input[type=radio] + label>img,
.directa24-selector input[type=radio] + label>span {
    display: inline-block;
    vertical-align: middle;
    transition: 200ms all;
}

.directa24-selector input[type=radio] + label>img{
    margin-right: 15px;
    max-width: 35px;
    max-height: 35px;
}