@charset "UTF-8";
::-webkit-scrollbar {
  display: none;
}
#brand a,
p a {
  border: 0px #ffffff;
}
#brand a:focus,
p a:focus {
  outline: none;
}
p {
  padding-top: 0em;
}
.px-video {
  top: 0px;
  left: 0px;
  margin-top: 0px;
}
.slideout-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 384px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.slideout-menu-left {
  left: 0px;
}
.slideout-menu-right {
  right: 0px;
}
.slideout-panel {
  min-height: 100vh;
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}
.slideout-open .slideout-menu {
  display: block;
}
#wrap {
  width: 100%;
  padding-top: 0em;
  position:absolute;
  top:0px;
  height:100vh;
}
#contain2 {
  left: calc(50% - 50vh);
  top:0px;
  height: 100vh;
  width: 100%;
  padding-top: 0em;
  position: absolute;
}
canvas {
  height: 100vh;
  position: absolute;
  image-rendering: pixelated;
  border-top-left-radius: 1.5% 2%;
  border-top-right-radius: 1.5% 2%;
  border-bottom-left-radius: 1.5% 2%;
  border-bottom-right-radius: 1.5% 2%;
}
#mnu {
  width: 384px;
}
body {
  font-family: arial;
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 0;
  background-color: white;
}
.emscripten {
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}
div.emscripten {
  text-align: center;
}
#vcanvas {
  z-index: 999994;
  background-color: rgba(255, 255, 255, 255);
}
#canvas {
  height: 100vh;
position:absolute;
  width: 100vh;
  z-index: 999995;
  border: 0px none;
  background-color: rgba(255, 255, 255, 0);
}
#emscripten_logo {
  display: inline-block;
  margin: 0;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#status {
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
  margin-left: 20px;
  font-weight: bold;
}
#progress {
  height: 20px;
  width: 30px;
}
#controls {
  display: block;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.rs-container * {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rs-container {
  font-family: Arial, Helvetica, sans-serif;
  height: 45px;
  position: relative;
}
.rs-container .rs-bg,
.rs-container .rs-selected {
  background-color: #eeeeee;
  border: 1px solid #ededed;
  height: 10px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 100%;
  border-radius: 3px;
}
.rs-container .rs-selected {
  background-color: #00b3bc;
  border: 1px solid #00969b;
  transition: all 0.2s linear;
  width: 0;
}
.rs-container.disabled .rs-selected {
  background-color: #cccccc;
  border-color: #bbbbbb;
}
.rs-container .rs-pointer {
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  cursor: pointer;
  height: 20px;
  left: -10px;
  position: absolute;
  top: 0;
  transition: all 0.2s linear;
  width: 30px;
  box-shadow: inset 0 0 1px #ffffff, inset 0 1px 6px #ebebeb,
    1px 1px 4px rgba(0, 0, 0, 0.1);
}
.rs-container.disabled .rs-pointer {
  border-color: #cccccc;
  cursor: default;
}
.rs-container .rs-pointer::after,
.rs-container .rs-pointer::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 9px;
  background-color: #dddddd;
  left: 12px;
  top: 5px;
}
.rs-container .rs-pointer::after {
  left: auto;
  right: 12px;
}
.rs-container.sliding .rs-pointer,
.rs-container.sliding .rs-selected {
  transition: none;
}
.rs-container .rs-scale {
  left: 0;
  position: absolute;
  top: 5px;
  white-space: nowrap;
}
.rs-container .rs-scale span {
  float: left;
  position: relative;
}
.rs-container .rs-scale span::before {
  background-color: #ededed;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 1px;
}
.rs-container.rs-noscale span::before {
  display: none;
}
.rs-container.rs-noscale span:first-child::before,
.rs-container.rs-noscale span:last-child::before {
  display: block;
}
.rs-container .rs-scale span:last-child {
  margin-left: -1px;
  width: 0;
}
.rs-container .rs-scale span ins {
  color: #333333;
  display: inline-block;
  font-size: 12px;
  margin-top: 20px;
  text-decoration: none;
}
.rs-container.disabled .rs-scale span ins {
  color: #999999;
}
.rs-tooltip {
  color: #333333;
  width: auto;
  min-width: 60px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #00969b;
  border-radius: 3px;
  position: absolute;
  transform: translate(-50%, -35px);
  left: 13px;
  text-align: center;
  font-size: 13px;
  padding: 6px 10px 0;
}
.rs-container.disabled .rs-tooltip {
  border-color: #cccccc;
  color: #999999;
}
