/*THE ORIGINAL CSS*/
body:not(.full-width) {
    min-width: 1020px;
    overflow-x: auto;
}

.ui.container:not(.fluid) {
    min-width: 980px !important;
    max-width: 980px !important;
}

.following.bar.light {
    min-width: 1020px !important;
}

.experiments-page {
    padding-bottom: 0;
}

