
.babe-ifthenpay-payment-payway{
    display: flex;
    align-items: center;
}

.babe-ifthenpay-payment-payway label{
    display: flex;
    align-items: center;
    line-height: 1.1em;
    padding: 5px 0;
}

#checkout_form .payment_method_fields img.babe_ifthenpay_payment_payway_icon{
    height: 24px;
    width: auto;
    background-color: transparent;
}

table.babe_ifthenpay_instructions_table {
    width: auto;
    margin: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    max-width: 325px;
}

table.babe_ifthenpay_instructions_table td,
table.babe_ifthenpay_instructions_table th {
    background-color: #FFFFFF;
    color: #000000;
    padding: 10px;
    vertical-align: middle;
    white-space: nowrap;
}

table.babe_ifthenpay_instructions_table td.mb_value {
    text-align: right;
}

@media only screen and (max-width: 450px)  {
    table.babe_ifthenpay_instructions_table td,
    table.babe_ifthenpay_instructions_table th {
        white-space: normal;
    }
}
table.babe_ifthenpay_instructions_table th {
    text-align: center;
    font-weight: bold;
}
table.babe_ifthenpay_instructions_table th img {
    margin: auto;
    margin-top: 10px;
    max-height: 48px;
}
table.babe_ifthenpay_instructions_table td.extra_instructions {
    font-size: small;
    white-space: normal;
}