.calendar {
    padding: 20px 0px 20px 20px; 
    background-color: rgb(221, 221, 221);
    font-size: 10px !important;
}
.lastcalpad {
    padding-right: 20px;
}
#duntrodden-key {
    height: 7px;
    width: 50px;
    background-color: #007F00;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    border-width: 1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left-width: 1px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
#farmhouse-key {
    height: 7px;
    width: 50px;
    background-color: #00007f;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    border-width: 1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left-width: 1px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.fc-header-title h2 {
    font-size: 1.6em;
    /*white-space: normal !important;*/
    font-weight: bold;
    margin-top: 5px !important;
}
.fc-event {
    height: 7px;
}
.fc-header-right {
    display: none;
}
.fc-header-left {
    display: none;
}

/* Responsive */

@media (max-width: 992px) {
  .calendar {
    padding-right: 20px;
  }
}
/*.fc-view-month .fc-event, .fc-view-agendaWeek .fc-event {
    font-size: 0;
    overflow: hidden;
    height: 2px;
}
.fc-view-agendaWeek .fc-event-vert {
    font-size: 0;
    overflow: hidden;
    width: 2px !important;
}
.fc-agenda-axis {
    width: 20px !important;
    font-size: .7em;
}

.fc-button-content {
    padding: 0;
}*/