

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__body {background-color: #f5f6ff;}

	
.heading-class-name { font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;}

.tribe-events-calendar-month__day--current {
  background-color: #fff; /* Changes the background color */
  border-color: #000;/* Changes the border color */
}

/* We can add a border around the entire event. */
.tribe-events-calendar-month__multiday-event-bar {
  border: 1px solid #20c2ff;
}
 
/* We can change the background color of the event. */
.tribe-events-calendar-month__multiday-event-bar-inner {
  background-color: #20ff5e;
}
 
/* We can change the color of the event title. */
.tribe-events-calendar-month__multiday-event-bar-title {
  color: #20ff5e;
}