@charset "utf-8";

/***************************************************
  calendar.css
***************************************************/
#calendar {
    margin: 24px auto 0;
    max-width: 900px;
    padding: 10px;
    box-sizing: border-box;
}
.fc-direction-ltr .fc-toolbar > * > :not(:first-child){display: none;}
.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child){background-color: #264653; border-color: #fff;}
.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child){background-color: #264653; border-color: #fff;}
.fc .fc-daygrid-body-natural .fc-daygrid-day-events{margin-bottom: 0.4em;}
.fc-daygrid-event-dot{
  display: none;
}

@media only screen and (max-width: 780px) {
  .fc .fc-button{
    font-size: 0.7em;
  }
  .fc .fc-daygrid-day-number{
    font-size: 0.7em;
  }
  .fc-daygrid-dot-event .fc-event-title{
    font-size: 0.6em;
    letter-spacing: 0em;
    white-space: normal;
    word-break: break-all;
    line-height: 1.1;
  }
  .fc .fc-daygrid-day-top{
    height: 1.2em;
  }
  .fc .fc-daygrid-body-natural .fc-daygrid-day-events{
    margin-bottom: 0.3em;
  }
  .fc .fc-col-header-cell-cushion{
    font-size: 0.7em;
  }
  .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events{
    min-height: 1.4em;
    }
}