.sched-button a {
color:#005357 !important;
background: #bef1f9 !important;
border:2px solid #DBD859 !important;
transition: all 0.1s !important;
}
.sched-button a:hover {
color:#fff !important;
background:#005357 !important;
border:2px solid #005357 !important;
}