/*
  Default puzzle styling
*/
/*FONT SIZE MIXIN */
/* BREAKPOINTS MIXIN */
/* DEVICES BREAKPOINTS */
.page-node-type-crossword .region-content table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
.page-node-type-crossword .region-content table tr {
  width: 100%;
}
.page-node-type-crossword .region-content table td {
  width: 55px;
  height: 55px;
  border: 1px solid #cdcdcd;
  padding: 0;
  margin: 0;
  background-color: #56a6d2;
  position: relative;
}
.page-node-type-crossword .region-content td input {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  text-align: center;
  font-size: 2em;
  color: #666;
  background-color: #f4f4f4;
}
.page-node-type-crossword .region-content td input:focus {
  background-color: #fff;
}
.page-node-type-crossword .region-content td span {
  color: #444;
  font-size: 0.8em;
  position: absolute;
  top: -1px;
  left: 1px;
}
.page-node-type-crossword .region-content input.done {
  font-weight: bold;
  color: green;
}
.page-node-type-crossword .region-content .active, .page-node-type-crossword .region-content .clues-active {
  background-color: #ddd;
}
.page-node-type-crossword .region-content .clue-done {
  color: #999;
  text-decoration: line-through;
}
.page-node-type-crossword .region-content .puzzle-container {
  margin: 20px 0;
}
.page-node-type-crossword .region-content .puzzle-container:after {
  display: table;
  content: '';
  clear: both;
}
.page-node-type-crossword .region-content #puzzle-wrapper {
  float: left;
  width: 54%;
  margin-right: 3%;
}
@media (max-width: 399px) {
  .page-node-type-crossword .region-content #puzzle-wrapper {
    width: 100%;
    float: none;
  }
}
.page-node-type-crossword .region-content #puzzle-clues {
  float: left;
  width: 40%;
}
@media (max-width: 399px) {
  .page-node-type-crossword .region-content #puzzle-clues {
    width: 100%;
    float: none;
    margin-top: 40px;
  }
}
.page-node-type-crossword .region-content #puzzle-clues h3 {
  margin-top: 0;
}
.page-node-type-crossword .region-content #puzzle-clues h3:last-of-type {
  margin-top: 20px;
}
.page-node-type-crossword .region-content #puzzle-clues ul {
  padding-left: 0;
}
.page-node-type-crossword .region-content #puzzle-clues ul li {
  font-size: 0.8em;
  line-height: 1.6em;
  list-style: none;
  margin-bottom: 10px;
  cursor: pointer;
}
.page-node-type-crossword .region-content .crossword-buttons {
  text-align: center;
  margin-bottom: 60px;
}
.page-node-type-crossword .region-content .field--type-link {
  display: inline-block;
}
@media (max-width: 399px) {
  .page-node-type-crossword .region-content .field--type-link {
    width: 100%;
  }
}
.page-node-type-crossword .region-content .field--type-link a, .page-node-type-crossword .region-content .vifor-button, .page-node-type-crossword .region-content .vifor-button[data-dismiss="modal"]:hover {
  background: #56a6d2;
  color: #fff;
  border: 1px solid #56a6d2;
  font-size: 18px;
  display: inline-block;
  height: 37px;
  line-height: 35px;
  padding: 0 25px;
  border-radius: 18px;
  margin: 0 5px;
  outline: none;
}
.page-node-type-crossword .region-content .field--type-link a[disabled=true], .page-node-type-crossword .region-content .vifor-button[disabled=true], .page-node-type-crossword .region-content .vifor-button[data-dismiss="modal"]:hover[disabled=true] {
  background-color: #939598;
}
@media (max-width: 399px) {
  .page-node-type-crossword .region-content .field--type-link a, .page-node-type-crossword .region-content .vifor-button, .page-node-type-crossword .region-content .vifor-button[data-dismiss="modal"]:hover {
    margin-bottom: 10px;
    width: 100%;
  }
}
.page-node-type-crossword .region-content .field--type-link a:hover, .page-node-type-crossword .region-content .vifor-button:hover, .page-node-type-crossword .region-content .vifor-button[data-dismiss="modal"] {
  text-decoration: none;
  background-color: #fff;
  border-color: #56a6d2;
  color: #56a6d2;
}
.page-node-type-crossword .region-content .modal-header, .page-node-type-crossword .region-content .modal-footer {
  border: 0;
}
.page-node-type-crossword .region-content .modal-body {
  padding: 15px;
}
.page-node-type-crossword .region-content .modal-body p {
  margin: 0;
}

/*# sourceMappingURL=crossword.css.map */
