div#root{position:absolute;inset:0}.App{margin-left:1em;margin-right:1em;position:absolute;inset:0}.playing-table{display:flex;flex-direction:row;align-items:flex-start;flex-wrap:wrap}.playing-table section{margin-right:1em}section.gameboard .board-wrapper{display:grid}section.gameboard .board-wrapper .board-overlay,section.gameboard .board-wrapper .board{grid-column:1;grid-row:1}section.gameboard .board-wrapper .board-overlay{z-index:10;background-color:#fff}section.gameboard .board-wrapper .board-overlay ul{list-style-type:none;padding-left:0;margin-top:0;margin-bottom:0}section.gameboard .board-wrapper .board-overlay ul li:hover{background-color:#ff000040}section.gameboard .board-wrapper .board{width:500px;height:500px;z-index:9}section.chat-panel{width:500px;height:100%}section.chat-panel form{width:100%;display:flex;flex-direction:row;flex-wrap:nowrap}section.chat-panel form input[type=text]{width:100%}section.chat-panel form input[type=button]{min-width:10%}section.debug-panel{min-width:500px}.scrolling-window{width:100%;height:500px;border:solid 1px black;overflow-x:hidden;overflow-y:scroll}footer{position:relative;bottom:0;left:0;right:0;margin-top:2em;text-align:center}
