
/* Custom Colored Events (from Outlook Accounts) */
.fc-event.event-custom-colored {
    /* Background set via inline style by FullCalendar */
    border: none !important; /* Remove the thick border from scope */
    color: #fff !important;
}

.fc-event.event-custom-colored .fc-event-time,
.fc-event.event-custom-colored .fc-event-title,
.fc-event.event-custom-colored .fc-event-loc {
    color: #fff !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2); /* Improve readability on light colors */
}
