.sched-list a.sched-list-event {
width: unset;
z-index: -1000;
}
.sched-list .sched-list-column li.sched-list-event-li {
margin: 16px 12px !important;
}
.sched-list .sched-list-title {
display: none !important;
}

.sched-list .sched-list-column .sched-list-column-title {
color: #000000 !important;
margin: 24px 16px 15px;
}


.sched-list a.sched-list-event.sched-list-event-has-background {
padding: 12px 6px 12px 15px;
border-radius: 9px;

}

.sched-list a.sched-list-event .sched-list-event-time {
top: 13px;
}

.sched-list a.sched-list-event .sched-list-event-text {
margin-left: 23px;
}

.sched-list a.sched-list-event .sched-list-event-text:before{
content: '';
position: absolute;
width: 15px;
height: 15px;
background-color: #FCF9EF;;
border-radius: 50%;
top: 16px;
margin-left: -23px;
}

body .sched h2.sched-title {
display: none !important;
}

.sched-list a.sched-list-event.sched-list-event-has-background {
background-size:cover;
background-position: center !important; 
}
.sched-list a.sched-list-event.bg10.sched-list-event-has-background {
    background-position: center 10% !important; 
}
.sched-list a.sched-list-event.bg15.sched-list-event-has-background {
    background-position: center 15% !important; 
}
.sched-list a.sched-list-event.bg20.sched-list-event-has-background {
    background-position: center 20% !important; 
}
.sched-list a.sched-list-event.bg25.sched-list-event-has-background {
    background-position: center 25% !important; 
}
.sched-list a.sched-list-event.bg30.sched-list-event-has-background {
    background-position: center 30% !important; 
}
.sched-list a.sched-list-event.bg35.sched-list-event-has-background {
    background-position: center 35% !important; 
}
.sched-list a.sched-list-event.bg40.sched-list-event-has-background {
 background-position: center 40% !important; 
}
.sched-list a.sched-list-event.bg45.sched-list-event-has-background {
    background-position: center 45% !important; 
   }
.sched-list a.sched-list-event.bg50.sched-list-event-has-background {
    background-position: center 50% !important; 
}
.sched-list a.sched-list-event.bg5.sched-list-event-has-background {
    background-position: center 55% !important; 
   }
.sched-list a.sched-list-event.bg60.sched-list-event-has-background {
    background-position: center 60% !important; 
}
.sched-list a.sched-list-event.bg65.sched-list-event-has-background {
    background-position: center 65% !important; 
   }
.sched-list a.sched-list-event.bg70.sched-list-event-has-background {
    background-position: center 70% !important; 
}
.sched-list a.sched-list-event.bg75.sched-list-event-has-background {
    background-position: center 76% !important; 
   }
.sched-list a.sched-list-event.bg80.sched-list-event-has-background {
    background-position: center 80% !important; 
}
.sched-list a.sched-list-event.bg85.sched-list-event-has-background {
    background-position: center 40% !important; 
   }
.sched-list a.sched-list-event.bg90.sched-list-event-has-background {
    background-position: center 90% !important; 
}
.sched-list a.sched-list-event.bg95.sched-list-event-has-background {
    background-position: center 40% !important; 
   }
.sched-list a.sched-list-event.bg100.sched-list-event-has-background {
    background-position: center 100% !important; 
}

.sched-column .sched-column-header, .sched-column .sched-column-header-sticky {
position: sticky;
top: 80px;
z-index: 20;
}