/**
 * @version     CVS: 4.0.0
 * @package     com_grill_reservierung
 * @subpackage  mod_grill_reservierung
 * @copyright   2023 BW-Media GmbH
 * @license     GNU General Public License Version 2 oder später; siehe LICENSE.txt
 * @author      BW-Media GmbH <mw@bw-media.tv>
 */

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