/* Comment Generated by Combres - Resource '~/content/games/fillin.css' (Mode: Static) */#gameContent {
  background-color: rgba(0, 0, 0, 0.11);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#outer-crossword {
  margin: 25px 0 0px 70px;
}
#c-container {
  /*position: relative;*/
  height: 570px;
  width: 476px;
  margin-top: 15px;
}
div.fillInBox {
  width: 300px;
  height: 610px;
  background-color: #fff;
  margin-top: -25px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  border-left: 1px solid #b6bfc6;
}
div.fillInBox .header {
  background-image: url("/games/fillin/img/wordlist-header.png");
  background-color: #45657e;
  padding: 0px 18px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  font-family: Lobster;
  color: #fff;
}
div.fillInBox .fillInBoxContent {
  position: relative;
}
div.fillInBox .fillInBoxContent div.word {
  position: absolute;
}
div.fillInBox .fillInBoxContent div span.space {
  display: none;
}
div.fillInBox .fillInBoxContent div {
  float: left;
  padding: 0px;
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  font-family: Arial;
  cursor: default;
  text-transform: uppercase;
  color: #073253;
  letter-spacing: 0.02em;
}
#gameContent div.vertical {
  width: 1em;
}
div.fillInBox .fillInBoxContent div.cloned {
  opacity: 0.5;
}
div.fillInBox .fillInBoxContent div.found {
  opacity: 0.5;
}
div.fillInBox .fillInBoxContent div.word {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  text-align: left;
}
span.space div.letter {
  font-family: 'Patrick Hand';
  font-size: 27px;
  width: 33px;
  height: 33px;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  float: left;
  cursor: pointer;
}
#gameContent div.ui-draggable-dragging span.space {
  display: inherit;
  white-space: nowrap;
  /*letter-spacing:3px*/
}
div.fillInBox .fillInBoxContent div.ui-draggable-dragging span.normal {
  display: none;
}
#c-container div.square {
  width: 34px;
  height: 34px;
  position: absolute;
  background-image: url("/games/fillin/img/sprite-2.png");
  border: none;
  background-position: 0 0;
}
#c-container div.square.ui-state-hover {
  background-position: 0 34px;
}
#c-container div span {
  color: #073253;
  font-size: 20px;
  width: inherit;
}
/*#c-container div.word {
}*/#outer-crossword {
  position: relative;
}
/*#gameContent .dialog {
    margin-top: 70px;
}*/.border-bottom {
  border-bottom: 1px solid #073253;
  width: 80px;
  text-align: left;
  cursor: auto !important;
}
.word.border-bottom {
  font-weight: bold;
}
/*.fillinnumbers .square {
    cursor: default;
}*/