
html, body {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#renderCanvas {
  width: 100%;
  height: 100%;

  touch-action: none;
}
#gamepadopenpanel {
  position: absolute; 
  top: 0px;
  left: 0px;
  background-color: black;
  width: 40px;
  height: 40px;
}  

#renderCanvas {
  width: 100%;
  height: 100%;

  touch-action: none;
}
#gamepadopenpanel {
  position: absolute; 
  top: 0px;
  left: 0px;
  background-color: black;
  width: 40px;
  height: 40px;
}  
#gamepadcontrolspanel {

}
#gamepadpanel {
	border: solid 2px black;
	width: 300px;
	/*height: 500px;*/
	background-color: #999;
	position: absolute;
	top: 40px;
	left: 0;
	height: 90%;
	overflow-y: scroll;
	display: none;
}
  #gamepads_attached {
	  font-size: 9px;
  }