@charset "UTF-8";
/* CSS Document */
canvas {
                image-rendering: optimizeSpeed;
                -webkit-interpolation-mode: nearest-neighbor;
                -ms-touch-action: none;
                touch-action: none;
				width:800px;
                margin: auto;
                padding: 0px;
                border: 0px;
            }
:-webkit-full-screen #canvas {
                width: 100%;
                height: 100%;
            }
:-webkit-full-screen {
                width: 100%;
                height: 100%;
            }
/* Custom Runner Styles */
div.gm4html5_div_class {
                width: 800px;
				margin: auto;
                padding: -1px;
                border: 0px;
            }
div.gm4html5_login {
                padding: 20px;
                position: absolute;
                border: solid 2px #000000;
                background-color: #404040;
                color:#00ff00;
                border-radius: 15px;
                box-shadow: #101010 20px 20px 40px;
            }
div.gm4html5_cancel_button {
                float: right;
            }
div.gm4html5_login_button {
                float: left;
            }
div.gm4html5_login_header {
                text-align: center;
            }
/* END - Custom Runner Styles */
