.stats {
  opacity: 0.4!important;
}
.stats:hover {
  opacity: 1!important;
}
.game-window {
  color: #3C3C3C;
  margin: auto;
  padding: 15px 5px 20px 5px;
  min-width: 200px;
  max-width: 90%;
  background: rgba(250, 250, 250, 0.88);
  box-shadow: 1px 1px 1px rgba(213, 213, 213, 0.5);
  font-weight: bold;
  border-radius: 4px;
}
.game-window .title {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.absolute-element {
  position: absolute;
}
.layer-element {
  position: relative;
}
#mainMenu {
  color: #FAFAFA;
  font-weight: bold;
}
#loadingDialog {
  color: #FAFAFA;
  font-weight: bold;
  margin: auto;
}
.press-key {
  color: #00B7FF;
}
#gameStatusDialog {
  margin-top: 10px;
}
#gameStatusDialog span.status-background {
  color: rgba(243, 243, 243, 0.9);
  padding: 10px;
  background: rgba(33, 33, 33, 0.75);
  text-shadow: 1px 1px 1px rgba(13, 13, 13, 0.5);
  box-shadow: 1px 1px 1px rgba(213, 213, 213, 0.5);
  border-bottom-right-radius: 5px;
  opacity: 0.8;
}
#CL {
  font-weight: bold;
}
#CL .talk-dialog {
  width: 103px;
  height: 62px;
  background: url('/img/graphics/dialog.png') no-repeat;
}
#CL .talk-dialog .talk-message {
  font-size: 0.85em;
  white-space: nowrap;
  overflow: hidden;
  margin: 13px;
  text-align: center;
}
#CL .talk-dialog .talk-message {
  position: relative;
}
@-webkit-keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
@-moz-keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
@-o-keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
.blink-text {
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
  -moz-animation-name: blinker;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 2s;
  -o-animation-name: blinker;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 2s;
}
@media screen and (max-height: 800px) {
  body {
    overflow: hidden;
  }
  .mainWrap,
  .mainContent {
    padding: 0px;
  }
  .mainContent {
    padding-top: 25px;
  }
  .header,
  .footer {
    display: none;
  }
}
