.cwdstudio {
  font-family: Verdana, Tahoma, Arial, lucida, sans-serif;
  font-size: 14px;
}

.crossword {
  float: left;
}

.crossword td {
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #808080;
  font-size: 14px;
  font-weight: bolder;
  padding: 0;
  cursor: hand;
  cursor: pointer;
}

.crossword .clue {
  text-align: center;
  font-size: 12px;
  font-weight: bolder;
  margin: 4px 0;
}

.crossword table {
  border-collapse: collapse;
}

.crossword td.blank {
  background-color: #FFFFFF;
}

.crossword td.no {
  border: none;
  background-color: #C0C0C0;
}

.crossword td.rB {
  border-right: 4px solid #000;
}

.crossword td.bB {
  border-bottom: 4px solid #000;
}

.crossword td.lB {
  border-left: 4px solid #000;
}

.crossword td.tB {
  border-top: 4px solid #000;
}

.crossword td.sol {
  background-color: #FFFFC1;
}

.crossword td.sel {
  background-color: #FF5555;
}

.crossword td.hlg {
  background-color: #FFAAAA;
}

.crossword td.num {
  border: none;
  font-size: 10px;
  font-weight: normal;
  width: auto;
  height: auto;
  padding: 0 4px 2px 0;
  cursor: default;
}

.legend {
  font-size: 10px;
  text-align: left;
}

.legend table {
  margin: 0 0 8px 16px;
  float: left;
}

.legend tbody th {
  font-weight: bolder;
  text-align: center;
  vertical-align: top;
}

.legend thead th {
  font-weight: bolder;
  text-align: left;
  text-decoration: underline;
}

.legend td {
  vertical-align: top;
}

.legend span {
  position: relative;
  padding: 2px;
  cursor: hand;
  cursor: pointer;
}

.legend span.hlg {
  background-color: #FFAAAA;
  border: 1px solid #FF5555;
  padding: 1px;
}

.help div {
  background-color: #FFFFFF;
  border: 6px solid #808080;
  padding: 16px 32px;
  text-align: justify;
}

.help div a {
  text-decoration: underline;
  color: #000080;
}

.help th {
  padding-right: 16px;
}

.note {
  text-align: center;
  font-size: 11px;
  color: #808080;
}

.cleaner {
  clear: both;
}



