.MainFrame
{
    MARGIN-TOP: 0;
    MARGIN-BOTTOM: 0;
    MARGIN-RIGHT: 0;
    MARGIN-LEFT: 0;    
    BACKGROUND-REPEAT: repeat-y;
	  OVERFLOW-X: hidden; 
	  OVERFLOW-Y: auto; 
    TEXT-ALIGN: center;
    MARGIN: 0 auto;    
}


.BodyText
{
    MARGIN-TOP: 0;
    MARGIN-BOTTOM: 0;
    MARGIN-LEFT: 20px;
    MARGIN-RIGHT: 10px;

    PADDING-TOP: 0;
    PADDING-BOTTOM: 0;
    PADDING-LEFT: 0;
    PADDING-RIGHT: 0;

 
    TEXT-ALIGN: center;
 

    margin: 0 auto;
    
    FONT-WEIGHT: bold;
    FONT-SIZE: 24px;
    FONT-FAMILY: Arial, Georgia, Times New Roman, Times, serif;
    LETTER-SPACING: 1px;
}

.loginForm {
  position: absolute;
  top: 10%;
  left: 50%;
  display: inline;
  border: 5px;
  border-color: #CCCCCC;
  background: #ffffff;
  border-radius: 2px;
  border-style: solid;
  text-align: center;
  transform: translate(-50%, 0%)
}

.login-input {
  background: #DDDDDD;
  border: 1px;
  border-color: #000;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 0;
  margin-bottom: 15px;
}

.login-copyright {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
}

.Instruction
{
    MARGIN-TOP: 10px;
    MARGIN-BOTTOM: 10px;
    MARGIN-LEFT: 10px;
    MARGIN-RIGHT: 10px;

    PADDING-LEFT: 0;
    PADDING-RIGHT: 0;
    PADDING-BOTTOM: 0;
    PADDING-TOP: 0;

    COLOR: #ffffff;
    FONT-SIZE: 16px;
    FONT-WEIGHT: bold;
    FONT-STYLE: italic;
    FONT-FAMILY: Arial, Georgia, Times New Roman, Times, serif;
}

button
{	
   FONT-SIZE: 24px;
}

 #GCClient {
            height: 720px;
            width: 1280px;
        }


body {
  font-family: arial;
  margin: 0;
  margin-top: auto;
}

.emscripten {
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block
}

div.emscripten {
  text-align: center
}

.emscripten_border {
  border: 1px solid #000
}

canvas.emscripten {
  top: 0;
  left: 0;
  border: 0 none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  overflow: hidden;
  display: block;
  background-color: #000;
  z-index: 3;
}

#emscripten_logo {
  display: inline-block;
  margin: 0
}

.toolbar {
  font-size: 5px;
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
  background: #FFFFFF;
  overflow-y: hidden;
  max-height: 26px;
  height: 26px;
  transition-property: height, max-height;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  z-index: 1;
}

.toolbarLogo img {
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  object-fit: contain;
}

.toolbarspacercol {
  height: 24px;
  width: 12px;
  max-width: 12px;
  white-space: nowrap;
}

.toolbarbtncol {
  height: 24px;
  width: 12px;
  max-width: 12px;
  white-space: nowrap;
}


.toolbarSpacer img {
  height: 24px;
  width: 12px;
  max-width: 12px;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  vertical-align: middle;
  opacity: 0.6;
  -webkit-transition: opacity 0.15s ease;
  -moz-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  -ms-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}


.toolbarImage img {
  height: 24px;
  width: 24px;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  vertical-align: middle;
  opacity: 0.6;
  -webkit-transition: opacity 0.15s ease;
  -moz-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  -ms-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.toolbarImage img:hover {
  opacity: 1.0;
}

.toolbarOpenButton {
  z-index: 120;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 40px;
  opacity: 0.3;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  display: block;
}

.toolbarOpenButton-hidden {
  z-index: 120;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 40px;
  opacity: 0.5;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  display: none;
}


.audioResumeButton {
  z-index: 1;
  position: absolute;
  top: 20%;
  left: 30%;
  width: 40%;
  opacity: 0.5;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  display: none;    
}

.chatVolumeSlider {
    z-index: 2;
    position: absolute;
    top: 28px;
    height: 24px;
    width:100%;
    display: none;
    text-align: center;
}

.chatVolumeSliderBkgnd {
    z-index: 10;
    position: relative;
    opacity: 0.5;
    user-select: none;
    -webkit-user-select: none;
    text-align: center;
    margin: auto;
}

.chatVolumeSliderKnob {
    z-index: 3;
    position: absolute;
    user-select: none;
    -webkit-user-select: none;
    touch-action: none;
}


.launchProgress {
  border-style: solid;
  border-width: 5px;
  border-color: #CCCCCC;
  border-radius: 2px;
  z-index: 121;
  position: absolute;
  top: 20%;
  left: 30%;
  width: 40%;
  display: none;
  background: #FFFFFF;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

.relaunchButton {
  border-style: solid;
  border-width: 5px;
  border-color: #CCCCCC;
  border-radius: 2px;
  z-index: 121;
  position: absolute;
  top: 20%;
  left: 30%;
  width: 40%;
  background: #FFFFFF;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

#status {
  display: none;
  vertical-align: top;
  margin-top: 30px;
  margin-left: 20px;
  font-weight: 700;
  color: #787878
}

#progress {
  height: 20px;
  width: 300px
}

#output {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  margin-top: 10px;
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  background-color: #000;
  color: #fff;
  font-family: 'Lucida Console',Monaco,monospace;
  outline: 0
}

input[type="text-id"] {
    display: inline;
    max-width: 75%;
    padding: 0.4em;
}