/**
 * PAYONE Magento 2 Connector is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * PAYONE Magento 2 Connector is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with PAYONE Magento 2 Connector. If not, see <http://www.gnu.org/licenses/>.
 *
 * PHP version 5
 *
 * @category  Payone
 * @package   Payone_Magento2_Plugin
 * @author    FATCHIP GmbH <support@fatchip.de>
 * @copyright 2003 - 2018 Payone GmbH
 * @license   <http://www.gnu.org/licenses/> GNU Lesser General Public License
 * @link      http://www.payone.de
 */
.payolution_overlay header {
    margin: 0px 0px 20px 20px;
}

.payolution_overlay li {
    margin: 0px 20px 0px 20px;
    text-align: justify;
}

.payolution_overlay ol {
    margin-bottom: 30px;
}

.payolution_overlay ol ul {
    margin-bottom: 10px;
}

.payolution_overlay footer {
    margin: 10px 0px 30px 30px;
}

.payolution_overlay .right {
    float:right;
}

.payolution_overlay {
    position:absolute;
    width:60%;
    border:2px solid black;
    padding: 10px;
    z-index: 5000;
    background-color: #FFFFFF;
}

.payolution_overlay ol {
    list-style: decimal outside none;
}

.payolution_overlay ul {
    list-style: circle outside none;
}

.payolution_installment_overview TABLE TR TD.value{
    text-align: right;
    padding-left: 60px;
}

.payolution_installment_overview TABLE TR.final TD, .bnpl_installment_overview TABLE TR.final TD {
    font-weight: bold;
}

.payolution_installment_overview TABLE TR.final TD.value, .bnpl_installment_overview TABLE TR.final TD.value {
    color: red;
}