#zimpl-calendar {
    margin: 0 auto;
    max-width:92%;
}
#zimpl-calendar table {
	margin-bottom: 0;
}
.fc-toolbar h2 {
	font-family: inherit;
	color: inherit;
}
.fc .fc-button {
	padding: 0 14px;
}

@media (max-width: 768px) {
  #calendar {
    font-size: 14px; /* Smaller text */
    margin: 0;
  }
  .fc-toolbar { /* Header buttons */
    flex-direction: column; /* Stack vertically */
  }
}

.fc-event {
	font-size: .85em;
	line-height: 1.3;
	text-indent: 1em;
}
.booking-start {
	border-bottom-left-radius: 50px;
}
.booking-end {
	border-top-right-radius: 50px;
}