#atlas_space {
    display: inline-block;
    margin: 0px;
    flex: 1;
    background: black;
    border-right: 2px solid var(--sidebar-background-color);
    border-bottom: 2px solid var(--sidebar-background-color);
    border-left: 0px solid black;
    border-top: 0px solid black;
    vertical-align: top;
}

#atlas_space.hidden {
    display: none;
}

#atlas_space > canvas {
    width: 100%;
    height: 100%;
    touch-action: none;
}

#atlas_overlay {
    position: absolute;
    left: 270px;
    border: 0px solid black;
    margin: 0px;
    z-index: 10;
}


/*
#atlas_search_results {
    position: absolute;
    z-index: 30;
    background: white;
    color: black;
    cursor: pointer;
    user-select: none;
}

#atlas_search_results div:hover {
    background: #ddd;
    color: black;
}
    */

