body {
    padding: 0 0;
    margin: 0 0;
    overflow-y: hidden;
    position: relative;
}

.main-canvas {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    /*image-rendering: pixelated;*/
}

.settingsWrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    overflow-y: auto;
}

#menuCollapse {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#overflower {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 100vh;
    padding-bottom: 30vh;
}

#control-panel {
    min-height: 100vh;
    max-width: 420px;
    background: white;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    #control-panel {
        max-width: 100%;
        width: 100%;
    }
}

.form-label span {
    font-weight: normal;
    color: #6c757d;
}

.navbar {
    background-color: #fff;
}
