@charset "UTF-8";

#theta-viewer {
  width:300px;
  height: 300px;
  border: 1px solid black;
}

#theta-viewer.active {
    border: 4px solid red;
}