.sched-event .sched-event-inner {
display: flex;flex-direction: column; justify-content: center;
}
.sched-event .sched-event-title {
  padding-top: 0px;
}
.sched-event .sched-event-subtitle {
   padding-top: 3px;
}
.sched-sort .sched-sort-label {
 font-size:24px;
 padding: 12px 12px 12px 12px !important;
 margin-right: 15px
}
@media only screen and (max-width: 800px) {
.sched.sched-hidden, .sched-list.sched-hidden {
    display: list-item;
}}
@media only screen and (max-width: 800px) {
.sched.sched-visible {
    opacity: 1;
    display: none;
}}