div.ccm-block-calendar-event-dialog-details {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

div.ccm-block-calendar-event-dialog-details h3 {
    margin-top: 0px;
}

div.ccm-block-calendar-event-dialog-details h4 {
    margin-bottom: 0px;
}

div.ccm-block-calendar-dialog-event-time {
    font-weight: bold;
    margin-bottom: 5px;
}

.ccm-page .ccm-block-calendar-wrapper table :not(thead) tr th, 
.ccm-page .ccm-block-calendar-wrapper table :not(thead) tr td {
    padding: 0;
}

.fc-row.fc-widget-header .fc-day-header.fc-widget-header {
    text-align: center;
    padding: 0.5rem 0.625rem 0.625rem;
}
/*.ccm-page table thead tr th, .ccm-page table thead tr td {*/
/*    padding: 0.5rem 0.625rem 0.625rem;*/
/*}*/

.ccm-page .ccm-block-calendar-wrapper table {
    margin-bottom: 0;
}

.fc-row .fc-content-skeleton td, 
.fc-row .fc-helper-skeleton td {
    border-left-color: #ddd;
    border-right-color: #ddd;
}

.ccm-page .ccm-block-calendar-wrapper .fc-event {
    line-height: 1.85;
}