/**
 * Copyright (c) 2019. All rights reserved Bambora Online.
 *
 * This program is free software. You are allowed to use the software but NOT allowed to modify the software.
 * It is also not legal to do any changes to the software and distribute it in your own name / brand.
 *
 * All use of the payment modules happens at your own risk. We offer a free test account that you can use to test the module.
 *
 * @author    Bambora Online
 * @copyright Bambora Online (https://bambora.com)
 * @license   Bambora Online
 *
 */

.bambora_paymentcards_container {
    display: block;
}

.bambora_checkout_paymenttype {
    padding: 6px 3px 6px 0;
    max-width: 50px;
}

.bambora_epay_paymenttype {
    width: 100%;
    height: 60px;
    display: block;
}

.bambora_info_title {
    font-weight: 600;
}

.bambora_info_body {
    font-style: italic;
}