/* Comment Generated by Combres - Resource '~/content/games/krypto.css' (Mode: Static) */#gameContent {
  background-color: rgba(0, 0, 0, 0.07);
  border: solid 1px rgba(0, 0, 0, 0.09);
}
#c-container {
  margin: 25px auto 10px;
  background-color: #fff;
}
#c-container div.square span.number {
  font-size: 11px;
  font-family: Roboto;
  position: absolute;
  left: 2px;
  top: 2px;
  text-align: left;
  width: 10px;
  padding: 0;
  margin: 0;
  line-height: 11px;
  color: #888;
}
#c-container div.square span.chr {
  font-size: 25px;
  width: 44px;
  font-family: Roboto;
  padding-left: 0;
  line-height: 34px;
}
#c-container input.square {
  min-width: 45px;
  width: 45px;
  height: 45px;
  z-index: 500;
  box-shadow: none;
  border-radius: 0;
  padding-right: 5px;
}
#c-container div.square {
  width: 45px;
  height: 45px;
}
#c-container div.square.black {
  background-color: #000;
  cursor: default;
}
#gameContent div.chars-bar {
  position: relative;
  width: 705px;
  height: 40px;
  margin: 15px auto 25px;
  padding: 1px 4px 1px 5px;
  background-image: url("/images/games/krypto/char_bar.png?1");
}
#gameContent div.chars-bar img.chars {
  position: absolute;
  z-index: 2;
}
#gameContent div.chars-bar div.bg {
  float: left;
  position: relative;
  width: 23px;
  height: 38px;
  background-color: #e6e6d5;
  margin-right: 1px;
}
#gameContent div.chars-bar div.bg.dark {
  background-color: #ace6ac;
}
