/**
 * @version     CVS: 1.0.8
 * @package     com_u3amap
 * @subpackage  mod_u3amap
 * @copyright   Sarah Hayes & Alastair Colquhoun | 443i
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      Sarah Hayes & Alastair Colquhoun | 443i <helpdesk@support.sarahhayes.co.uk>
 */

.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;
}