/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .eisf_event_date {
	color: rgb(0,194,242);
}

.eisf-event-description-1, .eisf-event-description-2 {
    font-weight: bold;
    color: #231f20;
}

.eisf-event-description-3 {
    color: #231f20;
}
        
.eisf-event-time {
    color: #2b343b;
	font-weight: 600;
}
    
    
.eisf-event-name {
    color: #231f20;
}
    
.eisf-event-provider {
    color: #707070
}

.card p {
	margin-bottom: 5px;
}