/* Shared with front-end and backend */
.fc-time-grid .fc-slats .fc-widget-content.fc-disabled {
    cursor: not-allowed;
    background-color: #d7d7d7;
    text-align: center;
}

.fc-time-grid .fc-slats .fc-widget-content.fc-disabled:hover:after {
    content: "Stadium Maintenance";
}
