#sceneList {
  position: absolute;
  top: 60px;
  right: 20px;
  width: 200px;
  max-height: 80%;
  background: rgba(0,0,0,0.6);
  z-index: 1000;
  border-radius: 8px;
  overflow-y: auto;
}

.scene {
  display: block;
  padding: 10px;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.scene:hover {
  background: rgba(255,255,255,0.2);
}

#titleBar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: rgba(0,0,0,0.5);
  text-align: center;
  line-height: 50px;
}