@import url("/css/crossword.css");body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}*{box-sizing:border-box}del{color:red}ins{color:green}thead th{font-weight:700!important}.mdcontent table{border-collapse:collapse;border:1px solid rgba(224,224,224,1);transition:all .2s ease}.mdcontent thead{background-color:#fafafa}.mdcontent tr{border-bottom:1px solid rgba(224,224,224,1)}.mdcontent tr:hover{background-color:rgba(0,0,0,.04)}.mdcontent tr:nth-child(2n){background-color:#f5f5f5}.dark .mdcontent table{border:1px solid rgba(81,81,81,1)}.dark .mdcontent thead{background-color:#333}.dark .mdcontent tr{border-bottom:1px solid rgba(81,81,81,1)}.dark .mdcontent tr:hover{background-color:rgba(255,255,255,.08)}.dark .mdcontent tr:nth-child(2n){background-color:#2d2d2d}#word-search-maker #puzzle{display:inline-block;border:1px solid #000;padding:3vw}#word-search-maker #puzzle>div{width:100%;margin:0 auto}#word-search-maker .puzzleSquare{height:7vw;width:7vw;text-transform:uppercase;background-color:#fff;border:0;font:5vw sans-serif}@media only screen and (min-width:600px){#word-search-maker #puzzle{float:left;padding:1rem}#word-search-maker .puzzleSquare{height:3.5rem;width:3.5rem;font:2.5rem sans-serif}}#word-search-maker button::-moz-focus-inner{border:0}#word-search-maker #puzzle .selected{background-color:#ffa500}#word-search-maker #puzzle .found{background-color:#00f;color:#fff}#word-search-maker #puzzle .solved{background-color:#800080;color:#fff}#word-search-maker #puzzle .complete{background-color:#008000}#word-search-maker #words{display:inline-block;max-width:30rem;padding:1em;list-style-type:none;text-align:left}#word-search-maker #words li{padding:3px 0;font:1em sans-serif}#word-search-maker .wordFound{text-decoration:line-through;color:#808080}#cloze-test .group{overflow:hidden}#cloze-test .input{height:150px;width:100%;font-size:14px;line-height:1.3}#cloze-test #input,#cloze-test #keywords div,#cloze-test #result div{border:1px solid #ddd;margin:10px 0 20px;min-height:40px;padding:15px}#cloze-test #keywords{width:30%}#cloze-test .form-input--textarea{height:170px;overflow:auto}#cloze-test #keyword_content span:hover,#cloze-test #result_content span:hover{color:#000;background-color:#c7c7c7;cursor:pointer}#cloze-test #keyword_content,#cloze-test #result_content{font-size:16px}#cloze-test .success{color:#008000}#cloze-test .error{color:#f00}#cloze-test .test-input{border:0;border-bottom:2px solid #444;font-size:1em;height:auto;margin:0;line-height:1;padding:0;background-color:transparent;box-shadow:none;border-radius:0}