/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 26 2026 | 14:05:51 */
/* Example to adjust font size in grid view */
.fc-event-title {
    font-size: 13px !important; /* Adjust event title size */
	line-height: 14px
}

.fc-event-time {
    font-size: 11px !important; /* Adjust description/details size */
}
.ep-event-type  {
    font-size: 13px !important;

}
.fc-daygrid-event-harness {
    padding: 0px;
}
body {
  overflow: hidden; /* Hide scrollbars */
}
.fullscreen {
    overflow: hidden;
}
