<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#treeViewer {
  width: 300px;
  min-height: 500px;

  margin-left: auto; 
  margin-right: auto;  
  margin-top: auto;
  margin-bottom: auto;
  
  background: white;  
}


#progressSlider {
  width :  90%;
  height :  5%;
  position :  absolute;
  bottom :  2%;
  margin-left: 5%;
  margin-right: 95%;
  background: gray;

  
}

</pre></body></html>