html, body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
  color: inherit;
}

.text {
  color: white;
}

#potree_sidebar_container {
  left: -300px;
  z-index: 2;
  -webkit-transition: left .35s;
  transition: left .35s;
}