.sched-column-header{
    padding: 12px 0px!important;
}
.sched-column-header, .sched-column .sched-column-header-sticky{
    padding: 6px 0px!important;
}
.sched-column-content{
    top: 32px!important
}
.sched-sidebar .sched-time {
    margin-top: 32px!important;
}
.sched-popup-overlay{
        overscroll-behavior-y: none!important;
}
body:has(.sched-popup-overlay[style="opacity: 0.5; display: block;"]) {
  overflow-y: hidden!important;
  touch-action:none;
}
body:has(.sched-popup-overlay-show) {
  overflow-y: hidden!important;
  touch-action:none;
}
.sched-popup{
  margin-top: 30px;
}
.sched-popup-overlay .sched-popup-overlay-close {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    padding: 12px;
    background: url(http://castelldefesta.org/wp-content/uploads/close.png) no-repeat center center;
    background-size: 30px 30px;
    opacity: 1;
}

p.sched-popup-description-text{
display: none;
}

.timetable-container-text{
    padding: 15px 30px;
}