
  #potree_sidebar_menu{
      position: relative;
      z-index: 10000;
      width: 300px;
      background: black;
      color: white;
      font-family: "Arial";
      display: flex;
      height: 100%;
    }

  .toggle-button{
    position: absolute;
    right: -60px;
    top: 20px;
    cursor: pointer;
  }

  .focus-button{
    position: absolute;
    right: -60px;
    top: 70px;
    cursor: pointer;
  }

  .sidebar-closed{
    left: -300px;
  }

  #potree_sidebar_menu a{
    color: white;
  }

  .menu_linklist{
    list-style: none;
    font-size: 1.8em;
  }

   .menu_padding{
    padding: 10px;
  }
