/**
 * @version     CVS: 1.0.0
 * @package     com_kw_contact
 * @subpackage  mod_kw_contact
 * @copyright   2018 KerberosWeb di Galanti Matteo
 * @license     GNU GPL3
 * @author      KerberosWeb di Galanti Matteo <info@kerberosweb.com>
 */

.jcc-table {
    width: 100%;
    margin-bottom: 18px;
}

.jcc-table tr{
    border: none;
}

.jcc-table td, .jcc-table th{
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border: none;
    border-top: 1px solid #ddd;
}