html, body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.smart-scheduler {
    width: calc(100% - 260px);
    height: 100%;
}

@media (max-width: 750px) {
    .smart-scheduler {
        width: 100%;
    }
}

.options {
    box-sizing: border-box;
    overflow: hidden;
}