#potree_toolbar {
    position: absolute;
    z-index: 10000;
    right: 10px;
    top: 0px;
    background: black;
    color: white;
    padding: 0.3em 0.8em;
    font-family: "system-ui";
    border-radius: 0em 0em 0.3em 0.3em;
    display: flex;
}

.potree_toolbar_label {
    text-align: center;
    font-size: smaller;
    opacity: 0.9;
}

.potree_toolbar_separator {
    background: white;
    padding: 0px;
    margin: 5px 10px;
    width: 1px;
}