.event_calendar_view table {
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 25px !important;
  letter-spacing: 0.3px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .event_calendar_view table {
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 18px !important;
    line-height: 24px !important;
    letter-spacing: 0.3px;
    font-weight: 400;
  }
}

.event_calendar_view .fc-content span {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 12px !important;
  line-height: 16px !important;
  letter-spacing: 0.3px;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  .event_calendar_view .fc-content span {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px !important;
    line-height: 24px !important;
    letter-spacing: 0.3px;
    font-weight: 300;
  }
}

.event_calendar_view {
  text-align: center;
}
.event_calendar_view .fc td, .event_calendar_view .fc th, .event_calendar_view td, .event_calendar_view th {
  border: 0px;
}
.event_calendar_view .fc-row table, .event_calendar_view table {
  border: 0px;
}
.event_calendar_view .fc-widget-header {
  border-width: 0px;
}
.event_calendar_view .fc-head {
  padding-bottom: 25px;
  display: block;
}
.event_calendar_view .fc-head th {
  text-align: center;
}
.event_calendar_view .fc-content span {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 8px !important;
  line-height: 12px !important;
  letter-spacing: 0.3px;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  .event_calendar_view .fc-content span {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 10px !important;
    line-height: 12px !important;
    letter-spacing: 0.3px;
    font-weight: 300;
  }
}
.event_calendar_view table {
  margin-bottom: 0;
  text-align: right;
  color: #061D35;
  font-weight: 600;
}
.event_calendar_view table thead {
  padding-bottom: 15px;
}
.event_calendar_view .fc-basic-view .fc-body .fc-row {
  min-height: 20px;
}
.event_calendar_view .fc-unthemed td.fc-today {
  background: #dddddd;
}
.event_calendar_view .fc-unthemed td {
  text-align: center;
}
.event_calendar_view .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: none;
}
.event_calendar_view .fc-event, .event_calendar_view .fc-event-dot {
  background: none;
  color: #061D35;
  border: 0px;
}
.event_calendar_view .fc-unthemed td {
  padding: 8px 0;
}
.event_calendar_view .fc-content .fc-title {
  height: 12px;
  width: 12px;
  background-color: #061D35;
  border-radius: 50%;
  display: inline-block;
}
.event_calendar_view .fc-state-default {
  background: none;
  border: 0px;
}
.event_calendar_view .fc-state-default:hover {
  color: #061D35;
}
