#instructions {
    min-height: 6em;
}
.wjec-crossword {
  background-color: #000;
}
.wjec-crossword .crosswordDisplay {
  top: 5rem;
}
.wjec-crossword .clueBlock {
  position: relative;
  margin-bottom: 5em;
}
.wjec-crossword .clueDirection {
  text-align: left;
  margin: 1em 0 0.25em 122px;
  font-size: 1.5em;
  font-weight: bold;
  color: #000;
}
.wjec-crossword .word,
.wjec-crossword .clue,
.wjec-crossword .lineNum {
  display: inline-block;
  height: 1.4em;
  padding: 0 5px;
}
.wjec-crossword .word {
  text-align: right;
  width: 100px;
  margin: 0 20px 0 0;
}
.wjec-crossword .clue {
  width: 500px;
  margin: 0 0 4px 0;
}
.wjec-crossword .lineNum {
  font: 1em calibri;
  line-height: 1.8em;
}
.wjec-crossword .row .square {
  margin: 0 1px 1px 0;
  display: inline-block;
  position: relative;
  font: 24px Calibri;
  width: 1.25em;
  height: 1.25em;
  line-height: 1.25em;
  vertical-align: top;
}
@media only print {
  .wjec-crossword .row .square {
    background-color: #363b74 !important;
    margin: 0;
  }
}
.wjec-crossword .row .square input.char {
  font-family: sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  outline: 0;
  border: 0;
  padding: 0;
  margin: 1px 0 0 -1px;
  width: 1.25em;
  height: 1.25em;
  text-align: center;
  background-color: #c8c8c8;
}
@media only print {
  .wjec-crossword .row .square input.char {
    background-color: #FCFFFD !important;
    border: 1px solid black;
  }
}
.wjec-crossword .row .square input.char:focus {
  box-shadow: 0 0 0 2px #0085b4;
}
.wjec-crossword .row .square .charReadOnly:focus {
  box-shadow: 0;
  border-color: rgba(0, 0, 0, 0);
  margin: 0;
  outline: 0;
  color: #303030;
}
.wjec-crossword .num {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  color: #000000;
  font-size: 0.5em;
  line-height: 1em;
  pointer-events: none;
}
.wjec-crossword-clues .lineNum,
.wjec-crossword-clues .clueDirection {
  font-weight: bold;
}
.wjec-crossword-clues .clueReadOnly {
  border-color: rgba(0, 0, 0, 0);
  margin: 0;
  outline: 0;
  color: #363b74;
  background: none;
}
.wjec-crossword-clues {
    margin-top: 1em;
}
.lineNum {
    float: left;
    width: 30px;
}
.line {
    line-height: 1.8em;
    border-bottom: 1px dotted #aaa;
}


