@font-face {
  font-family: 'ibmvga8';
  src: url('Px437_IBM_VGA8.ttf') format('truetype');
}
@font-face {
  font-family: "Doom";
  src: url("ui/DooM.ttf");
}

html body.dark {
  font-family: 'ibmvga8';
}
body ui-flexpanel {
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
ui-flexpanel>doom-wad-browser {
  width: 100em;
  display: block;
  flex: 0;
  height: 100%;
}
doom-wad-browser  ui-treeview {
  height: 100%;
  width: 15vw;
}
ui-flexpanel>doom-wad-controls {
  flex: 0;
  position: relative;
  background: #333;
  z-index: 10;
  padding: .2em;
  box-shadow: 0 2px 2px rgba(0,0,0,.4);
}
doom-automap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .5;
  pointer-events: none;
}
janus-viewer .janusweb_websurface {
  background: white;
}
