body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}.App-header{background-color:#282c34;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.sudoku-board button.value{height:54px;width:54px;font-size:36px;position:absolute;top:0;left:0}.sudoku-board button.candidate,.sudoku-board button.value{border:0;margin:0;padding:0;cursor:pointer;background:transparent}.sudoku-board button.candidate{height:18px;width:18px;font-size:12px;float:left}.sudoku-board button.candidate:hover{background:grey}.sudoku-board button.placeholder{height:18px;width:18px;border:0;margin:0;padding:0;font-size:12px;float:left;background:transparent}div.wrapper{height:54px;width:54px;position:relative}.sudoku-board button.removed{background:#d3d3d3}.sudoku-board{background:#fff;border-spacing:0;margin:0 auto;color:#000}.sudoku-board td{padding:0;margin:0;border-bottom:1px solid grey;border-right:1px solid grey}.sudoku-board td:nth-child(3n){border-right:2px solid #000}.sudoku-board tr:nth-child(3n) td{border-bottom:2px solid #000}.sudoku-board tr:last-child td{border-bottom:2px solid grey}.sudoku-board tr:first-child td{border-top:2px solid grey}.sudoku-board td:last-child{border-right:2px solid grey}.sudoku-board td:first-child{border-left:2px solid grey}.sudoku-board td.default{background:#d3d3d3}.button-bar,.solved-bar{text-align:center}.selected{background:#d3d3d3}
/*# sourceMappingURL=main.0db656bf.chunk.css.map */