#UIContainer,
#loadingContainer {
  background-image: url(../assets/images/preTyping.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  font-family: Arial;
  box-sizing: border-box;
  line-height: normal;
  font: Arial normal;
}
#UIContainer div,
#UIContainer td {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.gameBody {
  /*    font-size:100px;*/
  width: 10.4em;
  font-family: Roboto;
}
.gameBody .clear {
  clear: both;
  height: 0.5em;
}
.gameBody .select-placeholder {
  display: inline-block;
}
.gameBody .select-wrapper {
  display: block;
  float: left;
  border: solid 1px #cadef3;
  border-radius: 0.02em;
  margin-top: 0.07em;
  line-height: 0.2em;
  height: 0.35em;
}
.gameBody .select-wrapper select {
  width: 19em;
  line-height: 1.6em;
  height: 2em;
  font-size: 0.16em;
  color: #686868;
  border: none;
  background: transparent;
  padding: 5px;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* remove default arrow */
}
.gameBody .select-wrapper select::-ms-expand {
  display: none;
}
.gameBody .select-wrapper:after {
  color: #57a8e8;
  font-size: 0.2em;
  content: "\f0d7";
  position: absolute;
  margin-left: -1.3em;
  margin-top: 0.35em;
  display: inline-block;
  font-family: FontAwesome;
}
.gameBody textarea,
.gameBody .typing {
  background: #aacaeb;
  font-family: Roboto;
  border: none;
  color: #fff;
  font-size: 0.21em;
  border-radius: 0.2em;
  padding: 0.7em 1em;
  width: 100%;
  resize: none;
  cursor: text;
}
.gameBody textarea i,
.gameBody .typing i {
  color: #999;
  font-style: normal;
}
.gameBody .header {
  line-height: 0.2em;
  clear: both;
  padding-bottom: 0.5em;
  padding-left: 0.1em;
  padding-right: 0.1em;
}
.gameBody .header span {
  display: block;
  float: left;
  color: #57a8e8;
  font-size: 0.24em;
  margin-top: 0.55em;
  padding-right: 0.2em;
}
.gameBody .header a {
  color: #57a8e8;
  font-size: 0.24em;
  float: right;
  margin-top: 0.5em;
}
.gameBody .body {
  background-color: #f2f2f2;
  clear: both;
  border-radius: 0.1em;
  padding: 0.85em 0.8em 0em 0.8em;
  height: 5.41em;
  position: relative;
}
.gameBody .body span {
  color: #57a8e8;
  font-size: 0.24em;
}
.gameBody .body .column span {
  display: block;
  padding-bottom: 0.2em;
}
.gameBody .body .column select {
  width: 24em;
}
.gameBody .body .L {
  float: left;
}
.gameBody .body .R {
  float: right;
}
.gameBody .body .play_button {
  cursor: pointer;
  font-size: 0.8em;
  display: inline-block;
  font-family: FontAwesome;
  color: #57a8e8;
  background-color: #fff;
  width: 0.5em;
  height: 0.5em;
  margin: 0.6em;
  margin-left: 5.3em;
}
.gameBody .body .play_button:before {
  content: "\f144";
  position: absolute;
  margin-left: -0.2em;
  margin-top: -0.35em;
}
.gameBody .body .pause_button {
  cursor: pointer;
  font-size: 0.8em;
  display: inline-block;
  font-family: FontAwesome;
  color: #57a8e8;
  background-color: #fff;
  width: 0.5em;
  height: 0.5em;
  margin: 0.6em;
  margin-left: 5.3em;
}
.gameBody .body .pause_button:before {
  content: "\f28b";
  position: absolute;
  margin-left: -0.2em;
  margin-top: -0.35em;
}
.gameBody .body #progress {
  margin-bottom: 0.3em;
}
.gameBody .body #volumeIcon {
  height: 0.22em;
  width: auto;
  display: block;
  cursor: pointer;
  float: right;
  margin-right: 0.08em;
}
.gameBody .body #volumeProgress {
  margin-bottom: 0.25em;
  float: right;
}
.gameBody .body .bottom_25 {
  margin-bottom: 0.25em;
}
.gameBody .body .bottom_35 {
  margin-bottom: 0.35em;
}
.gameBody .body .resultMenu {
  position: absolute;
  display: block;
  right: 0em;
  top: 1.2em;
  background-color: #fff;
  border-top: solid 0.05em #aacaeb;
}
.gameBody .body .resultMenu .resultItem.M {
  border-bottom: solid 0.05em #fff;
}
.gameBody .body .resultMenu .resultItem {
  clear: both;
  display: block;
  height: 1em;
  line-height: 0.5em;
  background-color: #ededed;
  padding-left: 0.3em;
}
.gameBody .body .resultMenu .resultItem i {
  color: #57a8e8;
  font-size: 0.24em;
  padding-right: 0.3em;
}
.gameBody .body .resultMenu .resultItem .R {
  width: 0.8em;
  text-align: center;
}
.gameBody .body .resultMenu .resultItem .R span {
  color: #404040;
}
.gameBody .body .bottomMenu {
  position: absolute;
  width: 7em;
  text-align: center;
  bottom: 0.4em;
}
.gameBody .body .bottomMenu div {
  display: inline-block;
  cursor: pointer;
}
.gameBody .body .bottomMenu i {
  padding-right: 0.3em;
}
