/**
 * Block counters: module for PrestaShop.
 *
 * @author    Maksim T. <zapalm@yandex.com>
 * @copyright 2010 Maksim T.
 * @link      https://prestashop.modulez.ru/en/frontend-features/43-javascript-code-addition-helper.html The module's homepage
 * @license   https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
 */

.stat-counters-block-column {
    width: 191px;
    margin-bottom: 1em;
    text-align: center;
}

.stat-counters-block-footer {
    display: block;
    float: left;
}