.program-slider-controls {
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.program-slider {
    display: flex;
    justify-content: center;
}

.program-slider-controls button {
    font-size: 18px;
    background: 0 0;
    border: none;
    border-bottom: 6px solid #1da1e0;
    padding: 5px;
    margin: 0 10px;
    outline: 0
}


.program-slider-controls button:first-child {
    margin-left: 0
}

.program-slider-controls button:last-child {
    margin-right: 0
}

.program-slider-controls button.disabled {
    border-bottom-color: transparent
}

html {
    font-size: 1px;
}