body{background-color:gray;box-sizing:border-box;display:flex;flex-direction:row;font-family:Verdana,Geneva,Tahoma,sans-serif;justify-content:center;margin:0;min-height:100vh;min-width:100vw;text-align:center}.App{width:700px}.App-header h1{color:orange;font-size:2rem;margin:25px 0 20px}.App-main{margin:5px 0 0}.App-controls{background-color:orange;border-radius:10px;display:flex;flex-flow:row nowrap;margin-top:20px;width:100%}.App-footer{bottom:2%;margin-left:150px;position:absolute}.App-footer a{color:#000;text-decoration:none}.App-footer div{align-items:center;display:flex;justify-content:center}.App-footer img{margin:0 10px;width:30px}.App-footer span{font-weight:700}@media screen and (max-height:850px){.App-footer{visibility:hidden}}@media screen and (max-height:770px){.App-header{display:none}}.Table-cell{background-color:#f5f5f5;border:solid grey;border-radius:10px;box-sizing:border-box;color:#d3d3d3;display:inline-block;font-size:small;height:100px;vertical-align:middle;width:100px}#Table-robot{height:90%}.Table-img-east{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.Table-img-south{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.Table-img-west{-webkit-transform:rotate(270deg);transform:rotate(270deg)}#Commands-form{border-radius:10px;box-sizing:border-box;padding:10px;width:70%}.Commands-input{display:flex;flex-direction:row;font-size:small;justify-content:space-around;margin:0 0 10px}.Commands-input label{padding:4px 0}#Commands-types-label{margin-left:100px}#Commands-types{border:none;border-radius:5px;margin-right:100px;padding:5px;width:80px}#Commands-x-loc,#Commands-y-loc{border:none;border-radius:5px;margin-right:15px;padding:6px;width:30px}#Commands-facing{border:none;border-radius:5px;padding:6px;width:60px}#Commands-submit{background-color:green;border:none;border-radius:6px;color:#f5f5f5;cursor:pointer;padding:6px;width:97%}
/*# sourceMappingURL=main.c97a7596.css.map*/