/**
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA https://www.prestashop.com/forums/user/132608-vekia/
 * @copyright 2010-2020 VEKIA
 * @license   This program is not free software and you can't resell and redistribute it
 *
 * CONTACT WITH DEVELOPER http://mypresta.eu
 * support@mypresta.eu
 */

.pga_message {
    display: block;
    padding: 10px;
    text-align: center;
    color: #000;
    border: 1px solid;
    margin: 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #9F6000;
    background-color: #FEEFB3;
}

.pga_fancy {
    text-align: center;
}

.pga_error_line {
    display: block;
    clear: both;
}

.pga_table {
    width: 100%;
    margin-top: 10px;
    text-align: left;
}

.pga_table tr {
    border-bottom: 1px dotted #a48c00;
}

.pga_table tr td {
    padding: 6px;
}

.pga_fancy {
    margin-bottom:0px;
}

.fancybox-inner {
    height:auto!Important;
}