.sched-button a {
color:#ffff !important;
background: #F7941D !important;
border:2px solid #F7941D !important;
transition: all 0.1s !important;
}
.sched-button a:hover {
color:#ffff !important;
background:#F7941D !important;
border:2px solid #F7941D !important;
}


.stream-button .sched-button a:hover {
color:#fff !important;
background:#005357 !important;
border:2px solid #005357 !important;
}