.opening-hours {
    margin-top: 15px;
    margin-bottom: 15px;
}

.opening-hours h2 {
  line-height: 22px;
  font-weight: bold;
  font-size: 18px;
  color: black;
}
.opening-hours .fc-basic-view .fc-body .fc-row {
  min-height: 30px;
}
.opening-hours .fc-toolbar {
  position: relative;
  padding-top: 10px;
  margin-bottom: 0;
  background: white;
  border-radius: 10px 10px 0 0;
}

	.opening-hours .fc-toolbar h2 {
	  margin: 0;
	  line-height: 1em;
	}

.opening-hours .fc-view-container {
  background: white;
  border-radius: 0 0 10px 10px;
}
.opening-hours td.fc-widget-header {
  padding: 8px 0px;
  border: 0px none transparent;
}
.opening-hours .fc-widget-content {
  border: 0;
}
.opening-hours .fc-content-skeleton thead {
    display: none;
}
.opening-hours .fc-day-header {
  border: 0;
  font-size: 12px;
}
.opening-hours .fc-event .fc-content {
    text-align: center;
}
.opening-hours .fc-other-month {
    visibility: hidden; /* Keep present but invisible (not display: none) otherwise td widths mess up */
}

.opening-hours .fc-day-grid-event {
	cursor: default;
}

.opening-hours__legend {
	margin: 15px 0;
	padding: 0;
	list-style: none;
}
.opening-hours__legend li {
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
.opening-hours__legend li + li {
	margin-left: 15px;
}
.opening-hours__legend__swatch {
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: top;
}
.opening-hours__legend__swatch.mask-None {
    border-radius: 100%;
}
