/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 11 2026 | 20:33:04 */
/* Example to adjust font size in grid view */
p {
    font-size: 20px !important; /* Adjust event title size */
	line-height: 22px
}
.fc-list-day-side-text{
    color: #BFA28A !important;
	font-weight:bold !important; 

}
 a.fc-list-day-text  {
    color: #BFA28A !important;
	 	font-weight:bold
}



