/*
    Document   : override
    Created on : <date>
    Author     : <author>
    Description:
        This is where any of your application specific styles should be included
*/

@import "var.css";
@import "intro.css";
@import "play.css";
@import "tryitout.css";
@import "mobile.css";

.sendOffScreen {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.oj-web-applayout-content {
   display: flex;
}
