.SpellingTiles #Player {display: none;}
.SpellingTiles #Background1 {display: block; background-image: url('graphics/titles/spellingtiles.jpg'); background-size: cover;}
/* x.SpellingTiles .LetterTile:before {border: solid 4px cornflowerblue; top: -4px; left: -4px; bottom: -4px; right: -4px; z-index: -1; border-radius: 50px; box-sizing: border-box; content: ""; position: absolute;} */
/* x.SpellingTiles .LetterTile:after {border: solid 2px aliceblue; top: 0px; left: 0px; bottom: 0px; right: 0px; z-index: -1; border-radius: 50px; box-sizing: border-box; content: ""; position: absolute;} */
.SpellingTiles #AnswerBox {position: absolute; top: 200px; left: 0px; width: 100%; height: 100px; text-align: center;}

.SpellingTiles .NoCursor .LetterTile.Answer {cursor: none !important;}