:root{--unreleased-color:lightgrey;--today-color:#ffd6cc;--selected-color:lightblue;--highlight-color:#d6f0ff}.xwd-container{flex-direction:row;align-items:flex-start;width:1000px;display:flex}.black-cell{background-color:#000;border:0;padding:0}.white-cell{text-align:center;text-transform:uppercase;text-shadow:0 0 #000;color:#0000;cursor:default;-webkit-user-select:none;user-select:none;background-color:#fff;border:1px solid #000;outline:none;padding:0;display:inline-block}.white-cell:first-line{display:inline-block}.clue-number{pointer-events:none;-webkit-user-select:none;user-select:none;font-size:11px}.clue{cursor:default;padding-left:5px}.today{background-color:var(--today-color)}.selected{background-color:var(--selected-color)}.highlighted{background-color:var(--highlight-color)}
#keyboard-button{background-color:gray;border-radius:5px;width:32px;height:32px;padding-left:5px;padding-right:5px;display:block;position:fixed;bottom:7px;left:5px}@media (min-width:1025px){#keyboard-button{display:none}}#keyboard{background-color:#d3d3d3;flex-direction:column;gap:6px;width:100vw;height:130px;padding-top:6px;display:flex;position:fixed;bottom:0}.keyboard-row{flex-direction:row;justify-content:center;align-items:center;gap:6px;display:flex}.keyboard-spacer{cursor:default;background-color:#0000;width:8vw;height:38px}.keyboard-key{text-transform:uppercase;cursor:default;-webkit-user-select:none;user-select:none;background-color:gray;border-radius:3px;justify-content:center;align-items:center;width:8vw;height:38px;display:flex}.backspace{margin-left:2vw;padding-left:2vw;padding-right:2vw}
