  .fc-day-grid-event .fc-content {
  font-size: 1.6rem;
  white-space: wrap;
}
.fc-day.fc-other-month {
  background-color: #f6f6f6;
}
.fc-day.fc-other-month.fc-today {
  background-color: #eee;
}
.fc-unthemed td.fc-today {
  background: #f6f6f6;
}
.calendar-categories {
  margin: 0;
  padding: 1em 0;
}
.calendar-categories li {
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0.2em 0.5em;
  border-radius: 4px;
}
.calendar-categories li.active,
.calendar-categories li:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
}
.calendar-categories .color-block {
  background: #ccc;
  display: inline-block;
  height: 0.7em;
  margin-right: 0.1em;
  width: 0.7em;
}
@media (max-width: 767px) {
  .fc-list-view .fc-scroller {
    height: auto !important;
    overflow: visible !important;
  }
}
