/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 27 2024 | 09:10:08 */
/* Correction calendrier bordure blanche à 0px dans secion des jours*/
table {
    border-spacing: 0;
    max-width: 100%;
    width: 100%;
    empty-cells: show;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 27px;
    border: 0px solid var(--bb-content-border-color);
    border-radius: var(--bb-block-radius-inner);
}