/*
Theme Name: Helium
Theme URI: http://gantry.org
Author: RocketTheme, LLC
Author URI: http://rockettheme.com
Description: Helium - Gantry 5 Theme from RocketTheme
Version: 5.4.27
*/

/**
* CSS customizado para tabela de preços
*/
.custom-price-table { 
    border: none;
}

.custom-price-table th { 
    font-weight: bold;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-size: .8em;
}

.custom-price-table td { 
    background: none;
    border: none;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 1.8em;
}

.custom-price-table td::after {
    content: '+';
    color: #6ccfab;
    display: inline-block;
    padding: 0 0 0 15px;
}
.custom-price-table td:last-child::after {
    content: '';
}

.custom-price-table td span { 
    font-size: .7em;
}
