body, html {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute; 
  padding: 0px;
  margin: 0px;
  overflow: hidden;  
}

#scalescreen{
    height: 538px;
    width: 960px;
    position: relative;    
    -webkit-transform-origin: 0px 0px 0px;
    transform-origin: 0px 0px 0px;
    overflow:hidden;
    padding: 0;
    margin: 0;    
}
#protoscreen{
    height: 538px; 
    width: 960px;
    position: absolute;
    top: 0px; 
    left: 0px; 
}
a {
	color:#FC3;
}

@media only screen and (orientation : portrait){
  #protoscreen{
    width: 640px;
    height: 834px;
  }
}


#introwizard {
  position: fixed;
  height: 100px;
  z-index: 100;
  background-color: #000000;
  opacity: 0.8;
  color: #fff;
  padding: 15px;
  border: 2px solid green;
  outline: 2px solid red;
  outline-offset: 15px;
}

#main-table {
  border: 0px;
  min-height: 100px;
  min-width:100px;
  background-color: rgba(0,0,0,0);
}
  
#main-table:full-screen{
  min-width:100px;
  min-height:100px;
  background-color: rgba(0,0,0,0);
}

#notify {
  display: None;
  color: #000;
  text-align: center;
  font-size: 20px;
  background-color: #fff;
  border-color: black;
  border-style: double;
  border-radius: 10px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  margin: 20% auto;
  height: 30px;
  width: 500px;
  font-weight: bold;
}



#white-light {
  background-color: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin: auto;
  display: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
}



#time-setting {
  float: right;
  color: #ffffff;
}
