.article-crossword .crossword-container {
}

.article-crossword .crossword-table-content {
  visibility: hidden;
}

.article-crossword {
  clear: both;
  width: 100%;
  height: auto;
  min-height: 1px;
}

.article-crossword .yncw-clue-container {
  background-color: #fff;
  padding: 15px 5px 15px 10px;
}

.article-crossword .crossword-container > table {
  visibility: hidden;
}

.article-crossword .crossword-clues.clues-cross,
.article-crossword .crossword-clues.clues-down {
  display: none;
}

.article-crossword .yncw-clues-header {
  border-bottom: 1px solid #ddd;
}

.article-crossword .yncw-crossword .yncw-letter input,
.article-crossword .yncw-crossword td input {
  background-color: #fff;
}

.yncw-crossword {
  width: 100%;
  font: 62.5%/1.3em Helvetica, sans-serif;
}

.article-crossword .yncw-clue-container {
  margin-top: 15px;
  background: transparent;
}

.yncw-clue-container:after {
  content: " ";
  display: table;
  clear: both;
}

.yncw-hclues,
.yncw-vclues {
  width: 50%;
  float: left;
  /*height: 100%;*/
}

.yncw-vclues .yncw-clues-header {
  /*margin-top: 15px !important;
  border-top: 1px solid #ddd;*/

}

.yncw-crossword {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.yncw-crossword * {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.yncw-crossword .yncw-blank,
.yncw-crossword .yncw-letter,
.yncw-crossword td {
  position: relative;
  border: 1px solid #ddd;
  border-bottom-width: 0;
  border-left-width: 0;
  width: 45px;
  height: 45px;
  text-align: center;
  outline: none;
  background-color: #f4f4f4;
}

.yncw-crossword div.yncw-blank,
.yncw-crossword div.yncw-letter {
  display: inline-block;
  float: left;
  overflow: hidden;
}

.yncw-crossword .yncw-letter span {
  color: #444;
  font-size: 1em; /* 0.80em */
  position: absolute;
  top: 0px;
  left: 1px;
}

.yncw-crossword td:after {
  content: "";
  display: block;
  width: 45px;
}

.yncw-crossword.blank-hidden .yncw-blank {
  border: none;
  visibility: hidden;
}

.yncw-crossword .yncw-blank {
  background: #273b44;
}

.yncw-crossword .yncw-letter input,
.yncw-crossword td input {
  width: 100%;
  height: 100%;
  padding: 0em;
  border: none;
  text-align: center;
  font-size: 3em;
  color: #666;
  background-color: #f4f4f4;
  outline: none;
}

.yncw-crossword .yncw-letter.highlight,
.yncw-crossword .yncw-letter.highlight input,
.yncw-crossword td.highlight input {
  background-color: #fff9c5;
}

.yncw-crossword .yncw-letter.special-tile,
.yncw-crossword .yncw-letter.special-tile input,
.yncw-crossword td.special-tile,
.yncw-crossword td.special-tile input {
  background-color: #fde9ab;
}

.yncw-crossword > div.yncw-row {
  clear: both;
  white-space: nowrap;
}

.yncw-crossword > div.yncw-row:after {
  content: "";
  display: block;
  clear: both;
}

.yncw-crossword > div.yncw-row div:first-child,
.yncw-crossword tr td:first-child {
  border-left-width: 1px;
}

.yncw-crossword > div.yncw-row:last-child div,
.yncw-crossword tr:last-child td {
  border-bottom-width: 1px;
}

table.yncw-crossword {
  /*width: 100%;*/
  border: 1px solid #273b44;
  border-spacing: 0;
}

.yncw-clue-container ul {
  list-style: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 5px;
  padding-left: 0.7em;
}

.yncw-clue-container li.highlight {
  background: rgba(0, 150, 136, 0.4);
}

.top-clue {
  min-height: 52px;
  display: table;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  border-top: 6px solid white;
  border-bottom: 6px solid white;
  max-width: 100%;
  line-height: 150%;
  z-index: 1000;
  color: black;
  background-color: rgba(222, 232, 242, 1);
  opacity: 1;
  margin-bottom: 10px;
}

.top-clue.hide {
  display: none;
}

.top-clue.fixed {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
}

.top-clue .top-clue-text {
  vertical-align: middle;
  padding: 5px 5px 5px 5px;
  font-size: 16px;
  display: table-cell;
  border-left: 4px solid rgb(39, 59, 68);
  overflow: hidden;
  line-height: 1.5;
}

.top-clue .top-clue-text > strong {
  display: inline-block;
}

.top-clue .top-clue-text > strong:after {
  content: "";
  border-right: 1px solid #a9a5a5;
  margin: 0 8px 0 10px;
}

@media (max-width: 767px) {
  .article-crossword .yncw-clue-container {
    padding: 0;
  }

  .yncw-clue-container ul {
    padding: 0;
  }

  .yncw-clue-container ul > li {
    font-size: 12px;
  }
}



.image-reduced {
	position: relative;
	text-align: left;
	width: 100%;
	transition: all 0.3s;
}

.image-reduced img {
	max-width: 35% !important;
	margin: 0;	
	transition: all 0.3s;
}

.image-reduced.expanded img {
	max-width: 100% !important;
	margin: 0;	
}


.image-reduced:before {
	content: '+';
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;	
	color: white;
	background-color: rgba(0,0,0,0.2);
	border: 1px solid rgba(255,255,255,0.5);
	position: absolute;
	left: 10px;
	top: 10px;
	width: 25px;
	height: 25px;
	font-size:20px;
	font-weight: bold;
	z-index: 10;
	border-radius: 50%;
}

.image-reduced.expanded:before {
	content: '-';
}