/* Enter Your Custom CSS Here */
/* pour masquer les chiffres du tableau */
.row-header-wrapper {
    height: 0;
    visibility: hidden;
}

.page-content {
    margin: 0 auto;
    max-width: 800px;
}

/* problème agenda - barre widget - trop espacé */
.simcal-default-calendar-list dt.simcal-day-label > span {padding: 0px !important; height: 0px !important;}
.simcal-default-calendar-list .simcal-event-details {line-height: 1 !important;}