/*$primary-color: #FFD5B0;*/
/* line 3, ../sass/fullcalendar.scss */
.fc-widget-header {
  line-height: 1.75em;
  font-weight: bold;
}

/* line 8, ../sass/fullcalendar.scss */
.fc-day-grid-event .fc-content {
  overflow: auto;
  white-space: normal;
}

/* line 13, ../sass/fullcalendar.scss */
.fc-ltr .fc-basic-view .fc-day-number {
  text-align: left;
}

/* line 18, ../sass/fullcalendar.scss */
.fc-week .fc-day {
  border-bottom: 1px solid #ddd;
}

/* line 23, ../sass/fullcalendar.scss */
.fc-week .fc-content-skeleton table thead tr {
  border-bottom: 0;
}
/* line 26, ../sass/fullcalendar.scss */
.fc-week .fc-content-skeleton table thead tr td {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
/* line 31, ../sass/fullcalendar.scss */
.fc-week .fc-content-skeleton table thead tr .fc-day-number {
  color: #752F2F;
  font-size: 1.2em;
}

/* line 37, ../sass/fullcalendar.scss */
.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
  border-color: #ddd;
}

/* line 41, ../sass/fullcalendar.scss */
.fc-event-container {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
/* line 45, ../sass/fullcalendar.scss */
.fc-event-container .fc-event {
  background-color: #752F2F;
  border: 0;
}
/* line 49, ../sass/fullcalendar.scss */
.fc-event-container .fc-event .fc-content {
  text-align: center;
}
/* line 52, ../sass/fullcalendar.scss */
.fc-event-container .fc-event .fc-content .fc-time {
  float: left;
  font-size: 1.3em;
  padding-top: 3%;
}
/* line 58, ../sass/fullcalendar.scss */
.fc-event-container .fc-event .fc-content .fc-title {
  text-align: center;
}

/* line 65, ../sass/fullcalendar.scss */
.fc-center h2 {
  color: #752F2F;
  font-weight: bolder;
  font-size: 2em;
}

/* line 74, ../sass/fullcalendar.scss */
.calendar-info {
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
}
/* line 79, ../sass/fullcalendar.scss */
.calendar-info .link {
  margin-bottom: 10px;
}
/* line 82, ../sass/fullcalendar.scss */
.calendar-info .link a {
  color: #752F2F;
  font-weight: bold;
}
/* line 88, ../sass/fullcalendar.scss */
.calendar-info h2 {
  font-weight: bold;
  padding-bottom: 10px;
}
/* line 93, ../sass/fullcalendar.scss */
.calendar-info .header {
  font-weight: bold;
  display: inline-block;
}
/* line 98, ../sass/fullcalendar.scss */
.calendar-info .content {
  display: inline-block;
}
