.fc tbody .fc-row .fc-content-skeleton table {
    margin:0;
}
.fc-widget-header>table {
    margin:0;
}

.widget_events_widget .fc-month-view .fc-event-container .fc-day-grid-event {
    background: #124200 !important;
    width: calc(100% - 2px) !important;
    border: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    height: 30px !important;
    margin-top: -24px !important;
    z-index: 500 !important;
    display: block !important;
}

.widget_events_widget .fc-month-view tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
    padding-bottom:0;
}
.widget_events_widget .fc-month-view .fc-title {
    display:none;
}
.widget_events_widget .fc-month-view  .fc-day-top .fc-day-number {
    float: right;
    position: relative;
    z-index: 1000;
    min-width:90%;
    text-align:right;
}
.widget_events_widget .fc-center h2 {
    font-size:18px;
}
.fc-button-group, .fc button {
    display:block !important;
}

.fc-basicDay-view .fc-day-grid-event {
    background: #124200 !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding:5px;
}

.fc-basicDay-view .fc-title, .fc-basicDay-view .fc-day-grid-event{
    color:#fff !important;
}
