#calendar-view .fc-toolbar h2 {
    color: black;
    font-family: Montserrat;
    font-size: 36px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;

}

#calendar-view .fc-button-group span {
    font-size: 20px;
}

#calendar-view .fc-today-button {
    display: none;
}

#calendar-view .fc-button-group button {
    color: black;
    background-color: transparent;
}

#calendar-view .fc-header-toolbar {
    height: 125px;
    line-height: 125px;
    border: solid black 1px;
    border-bottom: none;
    margin-bottom: 0px;
}

#calendar-view .fc-widget-header {
    background-color: #C4C4C4;
    color: black;
    font-family: Montserrat;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
}

#calendar-view .fc-head td {
    border: none;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

#calendar-view .fc-head th {
    border: none;
}


#calendar-view .fc-body td {
    border-color: black;
    border-top: none;
}

#calendar-view .fc-row td {
    border: 1px solid #C4C4C4;
    border-top: none;
}

#calendar-view .fc-row .fc-day-top {
    border-bottom: none;
    border-top: 1px solid #C4C4C4;
}

#calendar-view .fc-row .fc-day-number {
    color: black;
}

#calendar-view {
    padding: 0px;
}

#calendar-view .fc-axis {
    color: black;
    background-color: transparent;
}
