/* Reset.less
 * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here	that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
 * ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
html {
  overflow-y: auto;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/*
** Font changes must be made in the following directives:
**  -directive/pairsoption.coffee
**  -directive/matchuppair.coffee
**  -directive/matchupoption.coffee
**
** Localisation WCAG changes ('lang' attribute) must be updated in:
**  -index.html
**  -directive/pairsoption.coffee
**  -directive/matchuppair.coffee
**  -directive/matchupoption.coffee
**
** Text changes must be made in:
**  -index.html
**  -control/mainscreen.coffee
*/
html {
  width: 100%;
  height: 100%;
  background-color: #4e4d4b;
}
html [ng\:cloak],
html [ng-cloak],
html [data-ng-cloak],
html [x-ng-cloak],
html .ng-cloak,
html .x-ng-cloak {
  display: none !important;
}
html body {
  width: 100%;
  height: 100%;
  background-image: url("../images/background.jpg");
  background-repeat: repeat;
  background-position: center;
  font-family: "Arial";
}
html body .app {
  background-image: url("../images/preloader.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
}
html body #update {
  width: 432px;
  height: 337px;
  padding-top: 430px;
  margin: auto;
  background-image: url("../images/update.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
html body .updateText {
  width: 260px;
  margin: auto;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 31px;
  color: #fff;
  font-size: 20px;
}
html body a:hover,
html body a:focus {
  outline: #ffb033 solid;
  outline-width: 5px;
  outline-offset: -5px;
  text-decoration: none;
  position: relative;
  z-index: 5;
}
html body .linkText {
  position: absolute;
  font-size: 1px;
  color: rgba(0, 0, 0, 0);
}
html body ul {
  padding: 0px;
  margin: 0px;
}
html body .header {
  height: 77px;
  position: relative;
  background-color: #333333;
}
html body .header .logo {
  display: block;
  width: 270px;
  height: 70px;
  position: absolute;
  left: 81px;
  top: 0px;
  background-image: url("../../assets/images/header/logo.png");
  background-repeat: no-repeat;
  background-position: center center;
}
html body .dummy {
  display: block;
  width: 1px;
  height: 1px;
}
html body .screen {
  height: auto;
  position: relative;
  padding-bottom: 15px;
}
html body .screen .pauseGameButton {
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  right: 12px;
  top: 12px;
  background-image: url("../../assets/images/header/pause.png");
  background-repeat: no-repeat;
  background-position: center center;
}
html body #mainContainer {
  width: 432px;
  height: 768px;
  margin-left: auto;
  margin-right: auto;
}
html body #mainContainer h1 {
  display: block;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 8px;
  color: #cccccc;
  background-color: #333333;
  font-family: "Bebas";
  text-align: center;
  font-size: 32px;
}
html body #mainContainer h2 {
  font-size: 34px;
  font-family: "Bebas";
  color: #000000;
}
html body #mainContainer p {
  color: #ffffff;
}
html body #mainContainer .backArrow {
  width: 52px;
  height: 52px;
  position: absolute;
  left: 12px;
  top: 12px;
  background-image: url("../../assets/images/header/back.png");
  background-repeat: no-repeat;
  background-position: center center;
}
html body #mainContainer .levelsBar {
  min-height: 52px;
  position: relative;
  background-color: #000000;
}
html body #mainContainer .levelsBar .levelBar {
  position: absolute;
  left: 52px;
}
html body #mainContainer .levelsBar .levelBar .levelBarBlock {
  display: table;
  width: 316px;
  height: 30px;
  margin-left: 5px;
  margin-top: 9px;
  border-style: solid;
  border-width: 2px;
  border-color: white;
}
html body #mainContainer .levelsBar .levelBar .levelBarBlock .levelBarFill {
  height: 30px;
  position: absolute;
  background-color: white;
}
html body #mainContainer .levelsBar .levelBar .levelBarBlock p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
}
html body #mainContainer .levelsBar .levelBar .levelBarBlock.level1 {
  border-color: #ffae0d;
}
html body #mainContainer .levelsBar .levelBar .levelBarBlock.level1 p {
  color: #ffae0d;
}
html body #mainContainer .levelsBar .levelBar .levelBarBlock.level1 .levelBarFill {
  background-color: #ffae0d;
}
html body #mainContainer .levelsBar .levelBar .levelBarBlock.level2 {
  border-color: #80bf00;
}
html body #mainContainer .levelsBar .levelBar .levelBarBlock.level2 p {
  color: #80bf00;
}
html body #mainContainer .levelsBar .levelBar .levelBarBlock.level2 .levelBarFill {
  background-color: #80bf00;
}
html body #mainContainer .levelsBar .levelBar .levelBarBlock.level3 {
  border-color: #5c95e6;
}
html body #mainContainer .levelsBar .levelBar .levelBarBlock.level3 p {
  color: #5c95e6;
}
html body #mainContainer .levelsBar .levelBar .levelBarBlock.level3 .levelBarFill {
  background-color: #5c95e6;
}
html body #mainContainer .levelsBar .levelBar .levelBarBlock.level4 {
  border-color: #e644cb;
}
html body #mainContainer .levelsBar .levelBar .levelBarBlock.level4 p {
  color: #e644cb;
}
html body #mainContainer .levelsBar .levelBar .levelBarBlock.level4 .levelBarFill {
  background-color: #e644cb;
}
html body #mainContainer .levelsBar .levelBar .levelBarBlock.level5 {
  border-color: #ff0000;
}
html body #mainContainer .levelsBar .levelBar .levelBarBlock.level5 p {
  color: #ff0000;
}
html body #mainContainer .levelsBar .levelBar .levelBarBlock.level5 .levelBarFill {
  background-color: #ff0000;
}
html body #mainContainer .levelsBar .levelBar .levelBarBlock.level6 {
  border-color: #8a5be5;
}
html body #mainContainer .levelsBar .levelBar .levelBarBlock.level6 p {
  color: #8a5be5;
}
html body #mainContainer .levelsBar .levelBar .levelBarBlock.level6 .levelBarFill {
  background-color: #8a5be5;
}
html body #mainContainer .levelsBar .levelButton {
  width: 52px;
  height: 50px;
  position: absolute;
}
html body #mainContainer .levelsBar .levelDown {
  width: 52px;
  height: 50px;
  position: absolute;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: black;
  background-repeat: no-repeat;
}
html body #mainContainer .levelsBar .levelUp {
  width: 52px;
  height: 50px;
  position: absolute;
  left: 380px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: black;
  background-repeat: no-repeat;
}
html body #mainContainer .levelsBar .level1Up {
  width: 52px;
  height: 50px;
  position: absolute;
  left: 380px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: black;
  background-repeat: no-repeat;
  background-image: url("../../assets/images/header/up_1.png");
}
html body #mainContainer .levelsBar .level1Down {
  width: 52px;
  height: 50px;
  position: absolute;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: black;
  background-repeat: no-repeat;
  background-image: url("../../assets/images/header/down_1.png");
}
html body #mainContainer .levelsBar .level2Up {
  width: 52px;
  height: 50px;
  position: absolute;
  left: 380px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: black;
  background-repeat: no-repeat;
  background-image: url("../../assets/images/header/up_2.png");
}
html body #mainContainer .levelsBar .level2Down {
  width: 52px;
  height: 50px;
  position: absolute;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: black;
  background-repeat: no-repeat;
  background-image: url("../../assets/images/header/down_2.png");
}
html body #mainContainer .levelsBar .level3Up {
  width: 52px;
  height: 50px;
  position: absolute;
  left: 380px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: black;
  background-repeat: no-repeat;
  background-image: url("../../assets/images/header/up_3.png");
}
html body #mainContainer .levelsBar .level3Down {
  width: 52px;
  height: 50px;
  position: absolute;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: black;
  background-repeat: no-repeat;
  background-image: url("../../assets/images/header/down_3.png");
}
html body #mainContainer .levelsBar .level4Up {
  width: 52px;
  height: 50px;
  position: absolute;
  left: 380px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: black;
  background-repeat: no-repeat;
  background-image: url("../../assets/images/header/up_4.png");
}
html body #mainContainer .levelsBar .level4Down {
  width: 52px;
  height: 50px;
  position: absolute;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: black;
  background-repeat: no-repeat;
  background-image: url("../../assets/images/header/down_4.png");
}
html body #mainContainer .levelsBar .level5Up {
  width: 52px;
  height: 50px;
  position: absolute;
  left: 380px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: black;
  background-repeat: no-repeat;
  background-image: url("../../assets/images/header/up_5.png");
}
html body #mainContainer .levelsBar .level5Down {
  width: 52px;
  height: 50px;
  position: absolute;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: black;
  background-repeat: no-repeat;
  background-image: url("../../assets/images/header/down_5.png");
}
html body #mainContainer .levelsBar .level6Up {
  width: 52px;
  height: 50px;
  position: absolute;
  left: 380px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: black;
  background-repeat: no-repeat;
  background-image: url("../../assets/images/header/up_6.png");
}
html body #mainContainer .levelsBar .level6Down {
  width: 52px;
  height: 50px;
  position: absolute;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: black;
  background-repeat: no-repeat;
  background-image: url("../../assets/images/header/down_6.png");
}
html body #mainContainer .preloader {
  height: auto;
  position: relative;
  padding-bottom: 15px;
  background-color: #eeeeee;
}
html body #mainContainer .preloader .pauseGameButton {
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  right: 12px;
  top: 12px;
  background-image: url("../../assets/images/header/pause.png");
  background-repeat: no-repeat;
  background-position: center center;
}
html body #mainContainer .preloader .preloaderLogo {
  width: 316px;
  height: 234px;
  position: absolute;
  top: 125px;
  left: 60px;
  background-image: url("../../assets/images/preloader/logo.png");
  background-repeat: no-repeat;
}
html body #mainContainer .preloader p {
  text-align: center;
  font-size: 22px;
}
html body #mainContainer .preloader .preloaderEnglish {
  padding-top: 380px;
  color: #f10000;
  font-size: 36px;
  font-family: "Bebas";
  line-height: 30px;
}
html body #mainContainer .preloader .preloaderLanguage {
  padding-top: 10px;
  color: #000000;
  font-size: 28px;
  font-family: "meiryo bold", "hirakakupro-w3", Verdana, arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 30px;
}
html body #mainContainer .preloader .preloaderPercentage {
  color: #000000;
  padding-top: 50px;
}
html body #mainContainer .preloader .preloaderLoading {
  color: #000000;
  padding-bottom: 50px;
}
html body #mainContainer .preloader .preloaderSmallText {
  color: #000000;
  margin: 0px;
  padding-bottom: 40px;
  font-size: 14px;
}
html body #mainContainer .titleScreen {
  height: auto;
  position: relative;
  padding-bottom: 15px;
  min-height: 669px;
  background-color: #eeeeee;
}
html body #mainContainer .titleScreen .pauseGameButton {
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  right: 12px;
  top: 12px;
  background-image: url("../../assets/images/header/pause.png");
  background-repeat: no-repeat;
  background-position: center center;
}
html body #mainContainer .titleScreen .titleSection {
  display: block;
  position: relative;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
html body #mainContainer .titleScreen .titleSection .titleIcon {
  width: 90px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
}
html body #mainContainer .titleScreen .titleSection .titleIconGames {
  width: 90px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../assets/images/home/games.png");
}
html body #mainContainer .titleScreen .titleSection .titleIconReview {
  width: 90px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../assets/images/home/review.png");
}
html body #mainContainer .titleScreen .titleSection .titleIconLevels {
  width: 90px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../assets/images/home/levels.png");
}
html body #mainContainer .titleScreen .titleSection .titleIconProgress {
  width: 90px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../assets/images/home/progress.png");
}
html body #mainContainer .titleScreen .titleSection .titleHeading {
  position: absolute;
  left: 120px;
  top: 5px;
  font-size: 36px;
  color: #000000;
  font-family: "Bebas";
}
html body #mainContainer .titleScreen .titleSection p {
  width: 400px;
  padding-top: 10px;
  padding-left: 5px;
  color: #000000;
  font-family: "Arial";
  font-size: 18px;
  line-height: 23px;
  font-weight: normal;
}
html body #mainContainer .titleScreen .titleSectionGames {
  display: block;
  position: relative;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-top: 25px;
}
html body #mainContainer .titleScreen .titleSectionGames .titleIcon {
  width: 90px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
}
html body #mainContainer .titleScreen .titleSectionGames .titleIconGames {
  width: 90px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../assets/images/home/games.png");
}
html body #mainContainer .titleScreen .titleSectionGames .titleIconReview {
  width: 90px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../assets/images/home/review.png");
}
html body #mainContainer .titleScreen .titleSectionGames .titleIconLevels {
  width: 90px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../assets/images/home/levels.png");
}
html body #mainContainer .titleScreen .titleSectionGames .titleIconProgress {
  width: 90px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../assets/images/home/progress.png");
}
html body #mainContainer .titleScreen .titleSectionGames .titleHeading {
  position: absolute;
  left: 120px;
  top: 5px;
  font-size: 36px;
  color: #000000;
  font-family: "Bebas";
}
html body #mainContainer .titleScreen .titleSectionGames p {
  width: 400px;
  padding-top: 10px;
  padding-left: 5px;
  color: #000000;
  font-family: "Arial";
  font-size: 18px;
  line-height: 23px;
  font-weight: normal;
}
html body #mainContainer .titleScreen .titleSectionGames .titleHeadingGames {
  position: absolute;
  left: 120px;
  top: 5px;
  font-size: 36px;
  color: #000000;
  font-family: "Bebas";
  top: 25px;
}
html body #mainContainer .menu .menuBar {
  position: relative;
}
html body #mainContainer .menu .menuBar .buttonMenu {
  position: absolute;
  width: 108px;
  height: 106px;
  background-repeat: no-repeat;
  background-position: center -3px;
  color: #ffffff;
}
html body #mainContainer .menu .menuBar .buttonMenu .selected {
  color: #ffffff;
}
html body #mainContainer .menu .menuBar .buttonMenu p {
  width: 108px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-top: 80px;
  font-family: "Verdana";
  text-align: center;
  font-size: 12px;
}
html body #mainContainer .menu .menuBar .buttonGamesSelected {
  position: absolute;
  width: 108px;
  height: 106px;
  background-repeat: no-repeat;
  background-position: center -3px;
  color: #ffffff;
  background-color: #323437;
  background-image: url("../../assets/images/footer/games_active.png");
}
html body #mainContainer .menu .menuBar .buttonGamesSelected .selected {
  color: #ffffff;
}
html body #mainContainer .menu .menuBar .buttonGamesSelected p {
  width: 108px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-top: 80px;
  font-family: "Verdana";
  text-align: center;
  font-size: 12px;
}
html body #mainContainer .menu .menuBar .buttonGamesUnselected {
  position: absolute;
  width: 108px;
  height: 106px;
  background-repeat: no-repeat;
  background-position: center -3px;
  color: #ffffff;
  background-color: #000000;
  background-image: url("../../assets/images/footer/games.png");
}
html body #mainContainer .menu .menuBar .buttonGamesUnselected .selected {
  color: #ffffff;
}
html body #mainContainer .menu .menuBar .buttonGamesUnselected p {
  width: 108px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-top: 80px;
  font-family: "Verdana";
  text-align: center;
  font-size: 12px;
}
html body #mainContainer .menu .menuBar .buttonReview {
  position: absolute;
  width: 108px;
  height: 106px;
  background-repeat: no-repeat;
  background-position: center -3px;
  color: #ffffff;
  left: 108px;
}
html body #mainContainer .menu .menuBar .buttonReview .selected {
  color: #ffffff;
}
html body #mainContainer .menu .menuBar .buttonReview p {
  width: 108px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-top: 80px;
  font-family: "Verdana";
  text-align: center;
  font-size: 12px;
}
html body #mainContainer .menu .menuBar .buttonReviewSelected {
  position: absolute;
  width: 108px;
  height: 106px;
  background-repeat: no-repeat;
  background-position: center -3px;
  color: #ffffff;
  left: 108px;
  background-color: #323437;
  background-image: url("../../assets/images/footer/review_active.png");
}
html body #mainContainer .menu .menuBar .buttonReviewSelected .selected {
  color: #ffffff;
}
html body #mainContainer .menu .menuBar .buttonReviewSelected p {
  width: 108px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-top: 80px;
  font-family: "Verdana";
  text-align: center;
  font-size: 12px;
}
html body #mainContainer .menu .menuBar .buttonReviewUnselected {
  position: absolute;
  width: 108px;
  height: 106px;
  background-repeat: no-repeat;
  background-position: center -3px;
  color: #ffffff;
  left: 108px;
  background-color: #000000;
  background-image: url("../../assets/images/footer/review.png");
}
html body #mainContainer .menu .menuBar .buttonReviewUnselected .selected {
  color: #ffffff;
}
html body #mainContainer .menu .menuBar .buttonReviewUnselected p {
  width: 108px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-top: 80px;
  font-family: "Verdana";
  text-align: center;
  font-size: 12px;
}
html body #mainContainer .menu .menuBar .buttonProgress {
  position: absolute;
  width: 108px;
  height: 106px;
  background-repeat: no-repeat;
  background-position: center -3px;
  color: #ffffff;
  left: 216px;
}
html body #mainContainer .menu .menuBar .buttonProgress .selected {
  color: #ffffff;
}
html body #mainContainer .menu .menuBar .buttonProgress p {
  width: 108px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-top: 80px;
  font-family: "Verdana";
  text-align: center;
  font-size: 12px;
}
html body #mainContainer .menu .menuBar .buttonProgressUnselected {
  position: absolute;
  width: 108px;
  height: 106px;
  background-repeat: no-repeat;
  background-position: center -3px;
  color: #ffffff;
  left: 216px;
  background-color: #000000;
  background-image: url("../../assets/images/footer/progress.png");
}
html body #mainContainer .menu .menuBar .buttonProgressUnselected .selected {
  color: #ffffff;
}
html body #mainContainer .menu .menuBar .buttonProgressUnselected p {
  width: 108px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-top: 80px;
  font-family: "Verdana";
  text-align: center;
  font-size: 12px;
}
html body #mainContainer .menu .menuBar .buttonProgressSelected {
  position: absolute;
  width: 108px;
  height: 106px;
  background-repeat: no-repeat;
  background-position: center -3px;
  color: #ffffff;
  left: 216px;
  background-color: #323437;
  background-image: url("../../assets/images/footer/progress_active.png");
}
html body #mainContainer .menu .menuBar .buttonProgressSelected .selected {
  color: #ffffff;
}
html body #mainContainer .menu .menuBar .buttonProgressSelected p {
  width: 108px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-top: 80px;
  font-family: "Verdana";
  text-align: center;
  font-size: 12px;
}
html body #mainContainer .menu .menuBar .buttonSettings {
  position: absolute;
  width: 108px;
  height: 106px;
  background-repeat: no-repeat;
  background-position: center -3px;
  color: #ffffff;
  left: 324px;
}
html body #mainContainer .menu .menuBar .buttonSettings .selected {
  color: #ffffff;
}
html body #mainContainer .menu .menuBar .buttonSettings p {
  width: 108px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-top: 80px;
  font-family: "Verdana";
  text-align: center;
  font-size: 12px;
}
html body #mainContainer .menu .menuBar .buttonSettingsUnselected {
  position: absolute;
  width: 108px;
  height: 106px;
  background-repeat: no-repeat;
  background-position: center -3px;
  color: #ffffff;
  left: 324px;
  background-color: #000000;
  background-image: url("../../assets/images/footer/settings.png");
}
html body #mainContainer .menu .menuBar .buttonSettingsUnselected .selected {
  color: #ffffff;
}
html body #mainContainer .menu .menuBar .buttonSettingsUnselected p {
  width: 108px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-top: 80px;
  font-family: "Verdana";
  text-align: center;
  font-size: 12px;
}
html body #mainContainer .menu .menuBar .buttonSettingsSelected {
  position: absolute;
  width: 108px;
  height: 106px;
  background-repeat: no-repeat;
  background-position: center -3px;
  color: #ffffff;
  left: 324px;
  background-color: #323437;
  background-image: url("../../assets/images/footer/settings_active.png");
}
html body #mainContainer .menu .menuBar .buttonSettingsSelected .selected {
  color: #ffffff;
}
html body #mainContainer .menu .menuBar .buttonSettingsSelected p {
  width: 108px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-top: 80px;
  font-family: "Verdana";
  text-align: center;
  font-size: 12px;
}
html body #mainContainer .arrow {
  width: 21px;
  height: 34px;
  position: absolute;
  left: 300px;
  background-image: url("../../assets/images/review/arrow_next.png");
  background-repeat: no-repeat;
}
html body #mainContainer .optionBox {
  display: table;
  width: 337px;
  height: auto;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 20px;
  background-color: white;
  font-family: "Bebas";
}
html body #mainContainer .optionBox p {
  display: table-cell;
  width: 240px;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 28px;
  line-height: 30px;
  color: black;
}
html body #mainContainer .optionBoxBlue {
  width: 337px;
  height: auto;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 20px;
  background-color: white;
  font-family: "Bebas";
  display: table;
  background-color: #5c95e6;
}
html body #mainContainer .optionBoxBlue p {
  display: table-cell;
  width: 240px;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 28px;
  line-height: 30px;
  color: black;
}
html body #mainContainer .optionBoxBlue p {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
  text-align: center;
  color: #000000;
}
html body #mainContainer .optionBoxRed {
  width: 337px;
  height: auto;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 20px;
  background-color: white;
  font-family: "Bebas";
  display: table;
  background-color: #ffffff;
}
html body #mainContainer .optionBoxRed p {
  display: table-cell;
  width: 240px;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 28px;
  line-height: 30px;
  color: black;
}
html body #mainContainer .optionBoxRed p {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
  text-align: center;
  color: #fe0000;
}
html body #mainContainer .resetDetailsScreen {
  height: auto;
  position: relative;
  padding-bottom: 15px;
  height: 614px;
  padding-bottom: 70px;
  background-color: #4e4d4b;
}
html body #mainContainer .resetDetailsScreen .pauseGameButton {
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  right: 12px;
  top: 12px;
  background-image: url("../../assets/images/header/pause.png");
  background-repeat: no-repeat;
  background-position: center center;
}
html body #mainContainer .resetDetailsScreen .backArrow {
  top: 6px;
}
html body #mainContainer .resetDetailsScreen .resetDetailsContent {
  width: 335px;
  margin-left: 50px;
}
html body #mainContainer .resetDetailsScreen .resetDetailsContent .logo {
  width: 300px;
  height: 84px;
  position: absolute;
  top: 130px;
  background-image: url("../../assets/images/settings/2and2logo.png");
  background-repeat: no-repeat;
}
html body #mainContainer .resetDetailsScreen .resetDetailsContent .info {
  display: block;
  width: 330px;
  margin-top: 40px;
  line-height: 25px;
  font-size: 20px;
}
html body #mainContainer .resetDetailsScreen .resetDetailsContent .info a {
  color: #2abbdf;
}
html body #mainContainer .resetDetailsScreen .resetDetailsContent .info a:hover,
html body #mainContainer .resetDetailsScreen .resetDetailsContent .info a:active {
  color: #2abbdf;
}
html body #mainContainer .resetDetailsScreen .resetDetailsContent .infoCredits {
  display: block;
  width: 330px;
  margin-top: 40px;
  line-height: 25px;
  font-size: 20px;
  margin-top: 200px;
}
html body #mainContainer .resetDetailsScreen .resetDetailsContent .infoCredits a {
  color: #2abbdf;
}
html body #mainContainer .resetDetailsScreen .resetDetailsContent .infoCredits a:hover,
html body #mainContainer .resetDetailsScreen .resetDetailsContent .infoCredits a:active {
  color: #2abbdf;
}
html body #mainContainer .resetDetailsScreen .resetDetailsContent .textBlue {
  display: block;
  width: 330px;
  margin-top: 40px;
  line-height: 25px;
  font-size: 20px;
  margin-top: 10px;
  color: #2abbdf;
}
html body #mainContainer .resetDetailsScreen .resetDetailsContent .textBlue a {
  color: #2abbdf;
}
html body #mainContainer .resetDetailsScreen .resetDetailsContent .textBlue a:hover,
html body #mainContainer .resetDetailsScreen .resetDetailsContent .textBlue a:active {
  color: #2abbdf;
}
html body #mainContainer .resetDetailsScreen .resetDetailsContent .textBlue a {
  color: #2abbdf;
}
html body #mainContainer .resetDetailsScreen .resetDetailsContent .textBlue a:hover,
html body #mainContainer .resetDetailsScreen .resetDetailsContent .textBlue a:active {
  color: #2abbdf;
}
html body #mainContainer .resetDetailsScreen .resetDetailsContent .resetDetailsOptions {
  padding-top: 50px;
}
html body #mainContainer .settingsScreen {
  height: auto;
  position: relative;
  padding-bottom: 15px;
  min-height: 669px;
  background-color: #4e4d4b;
}
html body #mainContainer .settingsScreen .pauseGameButton {
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  right: 12px;
  top: 12px;
  background-image: url("../../assets/images/header/pause.png");
  background-repeat: no-repeat;
  background-position: center center;
}
html body #mainContainer .settingsScreen h1 {
  color: #ffffff;
}
html body #mainContainer .settingsScreen .settingsContent {
  padding-bottom: 15px;
  padding-top: 25px;
  padding-left: 45px;
}
html body #mainContainer .settingsScreen .settingsContent .settingOption {
  display: table;
  width: 337px;
  height: auto;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 20px;
  background-color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Bebas";
}
html body #mainContainer .settingsScreen .settingsContent .settingOption p {
  display: table-cell;
  width: 240px;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 28px;
  line-height: 30px;
  color: black;
}
html body #mainContainer .settingsScreen .settingsContent .settingOption .settingsRight {
  width: 47px;
  position: absolute;
  margin-left: 30px;
  padding-top: 0px;
  color: #fe0000;
}
html body #mainContainer .settingsScreen .settingsContent .settingOption .redArrow {
  width: 21px;
  height: 34px;
  position: absolute;
  left: 300px;
  background-image: url("../../assets/images/review/arrow_next.png");
  background-repeat: no-repeat;
  top: 13px;
  left: 295px;
}
html body #mainContainer .gameIntroScreen {
  height: auto;
  position: relative;
  padding-bottom: 15px;
  min-height: 727px;
  background-color: #4e4d4b;
  color: #ffffff;
}
html body #mainContainer .gameIntroScreen .pauseGameButton {
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  right: 12px;
  top: 12px;
  background-image: url("../../assets/images/header/pause.png");
  background-repeat: no-repeat;
  background-position: center center;
}
html body #mainContainer .gameIntroScreen h1 {
  height: 59px;
  line-height: 59px;
}
html body #mainContainer .gameIntroScreen .gameIntroContainer {
  margin-left: 42px;
}
html body #mainContainer .gameIntroScreen .gameIntroContainer .howToPlay {
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 36px;
  font-family: "Bebas";
}
html body #mainContainer .gameIntroScreen .gameIntroContainer .textOr {
  padding-top: 28px;
  padding-bottom: 25px;
  margin-left: -45px;
  text-align: center;
  font-size: 36px;
  font-family: "Bebas";
}
html body #mainContainer .gameIntroScreen .gameIntroContainer .gameIntroInstructions {
  width: 350px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 22px;
  font-family: "Arial";
}
html body #mainContainer .gameIntroScreen .gameIntroContainer .playLevel {
  display: block;
  width: 350px;
  margin-top: 40px;
  padding-bottom: 10px;
  background-color: #5c95e6;
  font-size: 56px;
  text-align: center;
}
html body #mainContainer .gameIntroScreen .gameIntroContainer .playLevel p {
  padding-top: 32px;
  line-height: 25px;
  color: #000000;
  font-family: "Arial";
}
html body #mainContainer .gameIntroScreen .gameIntroContainer .playLevel .playLevelHeading {
  line-height: 45px;
  font-family: "Bebas";
}
html body #mainContainer .gameIntroScreen .gameIntroContainer .selectCustom {
  display: block;
  width: 350px;
  padding-bottom: 10px;
  background-color: #d3d1d2;
  font-size: 48px;
  text-align: center;
}
html body #mainContainer .gameIntroScreen .gameIntroContainer .selectCustom p {
  padding-top: 28px;
  line-height: 25px;
  color: #000000;
  font-family: "Arial";
}
html body #mainContainer .gameIntroScreen .gameIntroContainer .selectCustom .selectCustomHeading {
  line-height: 45px;
  font-family: "Bebas";
}
html body #mainContainer .gameIntroScreen .gameIntroContainer .subText {
  margin-top: -30px;
  font-size: 24px;
  font-weight: 700;
}
html body #mainContainer .gameCategoriesScreen {
  height: auto;
  position: relative;
  padding-bottom: 15px;
  min-height: 727px;
  color: #ffffff;
  background-color: #4e4d4b;
}
html body #mainContainer .gameCategoriesScreen .pauseGameButton {
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  right: 12px;
  top: 12px;
  background-image: url("../../assets/images/header/pause.png");
  background-repeat: no-repeat;
  background-position: center center;
}
html body #mainContainer .gameCategoriesScreen h1 {
  height: 59px;
  line-height: 59px;
}
html body #mainContainer .gameCategoriesScreen .gameIntroContainer {
  margin-left: 42px;
}
html body #mainContainer .gameCategoriesScreen .gameIntroContainer .howToPlay {
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 36px;
  font-family: "Bebas";
}
html body #mainContainer .gameCategoriesScreen .gameIntroContainer .textOr {
  padding-top: 28px;
  padding-bottom: 25px;
  margin-left: -45px;
  text-align: center;
  font-size: 36px;
  font-family: "Bebas";
}
html body #mainContainer .gameCategoriesScreen .gameIntroContainer .gameIntroInstructions {
  width: 350px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 22px;
  font-family: "Arial";
}
html body #mainContainer .gameCategoriesScreen .gameIntroContainer .playLevel {
  display: block;
  width: 350px;
  margin-top: 40px;
  padding-bottom: 10px;
  background-color: #5c95e6;
  font-size: 56px;
  text-align: center;
}
html body #mainContainer .gameCategoriesScreen .gameIntroContainer .playLevel p {
  padding-top: 32px;
  line-height: 25px;
  color: #000000;
  font-family: "Arial";
}
html body #mainContainer .gameCategoriesScreen .gameIntroContainer .playLevel .playLevelHeading {
  line-height: 45px;
  font-family: "Bebas";
}
html body #mainContainer .gameCategoriesScreen .gameIntroContainer .selectCustom {
  display: block;
  width: 350px;
  padding-bottom: 10px;
  background-color: #d3d1d2;
  font-size: 48px;
  text-align: center;
}
html body #mainContainer .gameCategoriesScreen .gameIntroContainer .selectCustom p {
  padding-top: 28px;
  line-height: 25px;
  color: #000000;
  font-family: "Arial";
}
html body #mainContainer .gameCategoriesScreen .gameIntroContainer .selectCustom .selectCustomHeading {
  line-height: 45px;
  font-family: "Bebas";
}
html body #mainContainer .gameCategoriesScreen .gameIntroContainer .subText {
  margin-top: -30px;
  font-size: 24px;
  font-weight: 700;
}
html body #mainContainer .gameCategoriesScreen .gameCategoriesContainer {
  margin-left: 42px;
  padding-top: 0px;
}
html body #mainContainer .gameCategoriesScreen .gameCategoriesContainer .howToPlay {
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 36px;
  font-family: "Bebas";
}
html body #mainContainer .gameCategoriesScreen .gameCategoriesContainer .textOr {
  padding-top: 28px;
  padding-bottom: 25px;
  margin-left: -45px;
  text-align: center;
  font-size: 36px;
  font-family: "Bebas";
}
html body #mainContainer .gameCategoriesScreen .gameCategoriesContainer .gameIntroInstructions {
  width: 350px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 22px;
  font-family: "Arial";
}
html body #mainContainer .gameCategoriesScreen .gameCategoriesContainer .playLevel {
  display: block;
  width: 350px;
  margin-top: 40px;
  padding-bottom: 10px;
  background-color: #5c95e6;
  font-size: 56px;
  text-align: center;
}
html body #mainContainer .gameCategoriesScreen .gameCategoriesContainer .playLevel p {
  padding-top: 32px;
  line-height: 25px;
  color: #000000;
  font-family: "Arial";
}
html body #mainContainer .gameCategoriesScreen .gameCategoriesContainer .playLevel .playLevelHeading {
  line-height: 45px;
  font-family: "Bebas";
}
html body #mainContainer .gameCategoriesScreen .gameCategoriesContainer .selectCustom {
  display: block;
  width: 350px;
  padding-bottom: 10px;
  background-color: #d3d1d2;
  font-size: 48px;
  text-align: center;
}
html body #mainContainer .gameCategoriesScreen .gameCategoriesContainer .selectCustom p {
  padding-top: 28px;
  line-height: 25px;
  color: #000000;
  font-family: "Arial";
}
html body #mainContainer .gameCategoriesScreen .gameCategoriesContainer .selectCustom .selectCustomHeading {
  line-height: 45px;
  font-family: "Bebas";
}
html body #mainContainer .gameCategoriesScreen .gameCategoriesContainer .subText {
  margin-top: -30px;
  font-size: 24px;
  font-weight: 700;
}
html body #mainContainer .gameCategoriesScreen .playCustom {
  display: block;
  width: 350px;
  padding-bottom: 5px;
  margin-top: 10px;
  background-color: #5c95e6;
  font-size: 48px;
  text-align: center;
}
html body #mainContainer .gameCategoriesScreen .playCustom p {
  padding-top: 28px;
  line-height: 35px;
  color: #000000;
}
html body #mainContainer .gameCategoriesScreen .playCustom .headingText {
  font-family: "Bebas";
}
html body #mainContainer .gameCategoriesScreen .playCustom .subText {
  margin-top: -30px;
  font-family: "Arial";
  font-size: 24px;
  font-weight: 700;
}
html body #mainContainer .gameCategoriesScreen .textPick {
  padding-top: 13px;
  padding-bottom: 5px;
  margin-left: -38px;
  line-height: 35px;
  text-align: center;
  font-size: 36px;
  font-family: "Bebas";
}
html body #mainContainer .gameCategoriesScreen .categoriesContainer {
  width: 350px;
  height: 410px;
  overflow: auto;
  overflow-x: hidden;
}
html body #mainContainer .gameCategoriesScreen .categoriesContainer .category {
  display: block;
  width: 320px;
  position: relative;
  margin-bottom: 10px;
  background-color: #ffffff;
}
html body #mainContainer .gameCategoriesScreen .categoriesContainer .category .tick {
  width: 50px;
  height: 51px;
  position: absolute;
  left: 4px;
  top: 5px;
  background-image: url("../../assets/images/gameoptions/tick.png");
}
html body #mainContainer .gameCategoriesScreen .categoriesContainer .category p {
  margin-left: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 30px;
  font-size: 24px;
  color: #000000;
}
html body #mainContainer .gameCategoriesScreen .categoriesContainer .category .masteryPercentage {
  text-align: right;
  font-size: 30px;
}
html body #mainContainer .gameCategoriesScreen .categoriesContainer .category .masteryPercentage .masteryPercentageText {
  display: block;
  padding-right: 10px;
  padding-top: 16px;
}
html body #mainContainer .gameCategoriesScreen .categoriesContainer .categorySelected {
  display: block;
  width: 320px;
  position: relative;
  margin-bottom: 10px;
  background-color: #ffffff;
  background-color: #d3d1d2;
}
html body #mainContainer .gameCategoriesScreen .categoriesContainer .categorySelected .tick {
  width: 50px;
  height: 51px;
  position: absolute;
  left: 4px;
  top: 5px;
  background-image: url("../../assets/images/gameoptions/tick.png");
}
html body #mainContainer .gameCategoriesScreen .categoriesContainer .categorySelected p {
  margin-left: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 30px;
  font-size: 24px;
  color: #000000;
}
html body #mainContainer .gameCategoriesScreen .categoriesContainer .categorySelected .masteryPercentage {
  text-align: right;
  font-size: 30px;
}
html body #mainContainer .gameCategoriesScreen .categoriesContainer .categorySelected .masteryPercentage .masteryPercentageText {
  display: block;
  padding-right: 10px;
  padding-top: 16px;
}
html body #mainContainer .gameCategoriesScreen .categoriesContainer .categorySelected p {
  color: #000000;
}
html body #mainContainer .gameCategoriesScreen .categoriesContainer .categoryLocked {
  display: block;
  width: 320px;
  position: relative;
  margin-bottom: 10px;
  background-color: #ffffff;
  background-color: #d3d1d2;
}
html body #mainContainer .gameCategoriesScreen .categoriesContainer .categoryLocked .tick {
  width: 50px;
  height: 51px;
  position: absolute;
  left: 4px;
  top: 5px;
  background-image: url("../../assets/images/gameoptions/tick.png");
}
html body #mainContainer .gameCategoriesScreen .categoriesContainer .categoryLocked p {
  margin-left: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 30px;
  font-size: 24px;
  color: #000000;
}
html body #mainContainer .gameCategoriesScreen .categoriesContainer .categoryLocked .masteryPercentage {
  text-align: right;
  font-size: 30px;
}
html body #mainContainer .gameCategoriesScreen .categoriesContainer .categoryLocked .masteryPercentage .masteryPercentageText {
  display: block;
  padding-right: 10px;
  padding-top: 16px;
}
html body #mainContainer .gameCategoriesScreen .categoriesContainer .categoryLocked p {
  color: #8d8d8d;
}
html body #mainContainer .resultScreen .resultsContainer {
  height: 632px;
  position: relative;
  background-color: #e5e6e0;
  background-image: url("../../assets/images/results/background.jpg");
  background-repeat: no-repeat;
}
html body #mainContainer .resultScreen .resultsContainer .previousBadge {
  display: block;
  width: 75px;
  position: absolute;
  left: 18px;
  top: 130px;
  color: #006ca2;
}
html body #mainContainer .resultScreen .resultsContainer .nextBadge {
  display: block;
  position: absolute;
  left: 355px;
  top: 130px;
  color: #006ca2;
}
html body #mainContainer .resultScreen .resultsContainer .resultsBadge {
  width: 230px;
  height: 230px;
  position: absolute;
  left: 103px;
  top: 25px;
}
html body #mainContainer .resultScreen .resultsContainer .resultDetails {
  padding-left: 50px;
  padding-top: 270px;
}
html body #mainContainer .resultScreen .resultsContainer .resultDetails .resultBox {
  height: 32px;
  position: relative;
  margin-top: 20px;
}
html body #mainContainer .resultScreen .resultsContainer .resultDetails .resultBox p {
  font-size: 24px;
}
html body #mainContainer .resultScreen .resultsContainer .resultDetails .resultBox .resultLeft {
  position: absolute;
  color: #575757;
  font-family: "Bebas";
}
html body #mainContainer .resultScreen .resultsContainer .resultDetails .resultBox .resultRight {
  padding-right: 80px;
  color: #fa4933;
  font-family: "Bebas";
  font-size: 30px;
  text-align: right;
}
html body #mainContainer .resultScreen .resultsContainer .resultDetails .resultBox .previousMasteredWord {
  position: absolute;
  top: 0px;
  left: 120px;
  color: #006ca2;
}
html body #mainContainer .resultScreen .resultsContainer .resultDetails .resultBox .nextMasteredWord {
  position: absolute;
  top: 0px;
  left: 300px;
  color: #006ca2;
}
html body #mainContainer .resultScreen .resultsContainer .resultDetails .resultBox .masteredWord {
  display: table;
  position: absolute;
  top: -20px;
  margin-left: 175px;
  text-align: center;
  color: #fa4933;
  font-family: "meiryo bold", "hirakakupro-w3", Verdana, arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
html body #mainContainer .resultScreen .resultsContainer .resultDetails .resultBox .masteredWord .masteredWordText {
  display: table-cell;
  width: 110px;
  height: 58px;
  vertical-align: middle;
  color: #fa4933;
  font-size: 22px;
}
html body #mainContainer .resultScreen .resultsContainer .resultDetails .divider {
  width: 330px;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #a0a0a0;
}
html body #mainContainer .resultScreen .resultsContainer .playAgain {
  display: block;
  height: 80px;
  margin-top: 45px;
  background-color: #011760;
}
html body #mainContainer .resultScreen .resultsContainer .playAgain p {
  padding-top: 32px;
  color: #ffffff;
  font-family: "Bebas";
  font-size: 36px;
  text-align: center;
}
html body #mainContainer .progressScreen {
  height: auto;
  position: relative;
  padding-bottom: 15px;
  min-height: 669px;
  background-color: #e5e6e0;
  background-image: url("../../assets/images/progress/background.jpg");
  background-repeat: no-repeat;
}
html body #mainContainer .progressScreen .pauseGameButton {
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  right: 12px;
  top: 12px;
  background-image: url("../../assets/images/header/pause.png");
  background-repeat: no-repeat;
  background-position: center center;
}
html body #mainContainer .progressScreen .progressBadges {
  display: table;
  width: 240px;
  height: 240px;
  position: absolute;
  top: 70px;
  margin-left: 97px;
  background-image: url("../../assets/images/progress/badge_0.png");
  background-repeat: no-repeat;
}
html body #mainContainer .progressScreen .progressBadges p {
  display: table-cell;
  text-align: center;
  line-height: 26px;
  vertical-align: middle;
  font-size: 26px;
}
html body #mainContainer .progressScreen .previousLevelBadge {
  display: block;
  width: 75px;
  position: absolute;
  top: 180px;
  left: 15px;
}
html body #mainContainer .progressScreen .progressBadge {
  display: block;
  width: 240px;
  height: 240px;
  position: absolute;
  top: 70px;
  margin-left: 103px;
  color: #ffffff;
  font-family: "Bebas";
}
html body #mainContainer .progressScreen .nextLevelBadge {
  display: block;
  width: 75px;
  position: absolute;
  top: 180px;
  left: 355px;
}
html body #mainContainer .progressScreen .progressDetails {
  width: 382px;
  position: absolute;
  top: 340px;
  padding-left: 50px;
}
html body #mainContainer .progressScreen .progressDetails .divider {
  width: 330px;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #dad8d6;
}
html body #mainContainer .progressScreen .progressDetails .progressHeading {
  color: #9b9b9b;
  font-family: "Bebas";
  font-size: 24px;
}
html body #mainContainer .progressScreen .progressDetails .progressLevelBar {
  width: 25px;
  height: 260px;
  float: left;
  position: relative;
  margin-top: 15px;
  margin-right: 33px;
  border-style: solid;
  border-width: 1px;
  border-color: #848484;
}
html body #mainContainer .progressScreen .progressDetails .progressLevelBar.level1 {
  background-color: #ffae0d;
}
html body #mainContainer .progressScreen .progressDetails .progressLevelBar.level2 {
  background-color: #80bf00;
}
html body #mainContainer .progressScreen .progressDetails .progressLevelBar.level3 {
  background-color: #5c95e6;
}
html body #mainContainer .progressScreen .progressDetails .progressLevelBar.level4 {
  background-color: #e644cb;
}
html body #mainContainer .progressScreen .progressDetails .progressLevelBar.level5 {
  background-color: #ff0000;
}
html body #mainContainer .progressScreen .progressDetails .progressLevelBar.level6 {
  background-color: #8a5be5;
}
html body #mainContainer .progressScreen .progressDetails .progressLevelBar .progressLevelBarIncomplete {
  width: 25px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #bcbcbc;
}
html body #mainContainer .progressScreen .progressDetails .progressLevelBar p {
  position: absolute;
  left: 7px;
  top: 230px;
  color: #000000;
  font-family: "Bebas";
  font-size: 24px;
}
html body #mainContainer .listScreen {
  height: auto;
  position: relative;
  padding-bottom: 15px;
  padding-bottom: 0;
  background-color: #c7c7c7;
}
html body #mainContainer .listScreen .pauseGameButton {
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  right: 12px;
  top: 12px;
  background-image: url("../../assets/images/header/pause.png");
  background-repeat: no-repeat;
  background-position: center center;
}
html body #mainContainer .listScreen h1 {
  height: 59px;
  line-height: 59px;
}
html body #mainContainer .listScreen .clearStudySet {
  display: block;
  position: absolute;
  left: 345px;
  top: 22px;
  font-size: 36px;
  color: #ffffff;
  font-family: "Bebas";
}
html body #mainContainer .listScreen .studyMessage {
  width: 340px;
  padding-top: 75px;
  padding-left: 50px;
  padding-bottom: 40px;
}
html body #mainContainer .listScreen .studyMessage p {
  text-align: center;
  font-family: "Arial";
  font-size: 24px;
  line-height: 30px;
  color: #7a7a7a;
}
html body #mainContainer .listScreen .listContainer {
  height: 684px;
  overflow: auto;
}
html body #mainContainer .listScreen .listContainer ul li .categoryName {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0px;
  background-color: #011760;
  color: #ffffff;
  text-align: center;
  font-family: "Arial";
  font-size: 36px;
}
html body #mainContainer .listScreen .listContainer ul li .listBox {
  display: block;
  height: auto;
  position: relative;
  padding: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #ebebeb;
}
html body #mainContainer .listScreen .listContainer ul li .listBox .left {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}
html body #mainContainer .listScreen .listContainer ul li .listBox .left .listLanguage {
  margin: 0;
  margin-right: 5px;
  font-size: 20px;
  line-height: 24px;
  font-family: "meiryo bold", "hirakakupro-w3", Verdana, arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1a2e60;
  word-wrap: break-word;
}
html body #mainContainer .listScreen .listContainer ul li .listBox .left .listPronunciation {
  margin: 0;
  margin-top: 10px;
  margin-right: 5px;
  font-size: 18px;
  line-height: 20px;
  font-family: "Arial";
  color: #666666;
  word-wrap: break-word;
}
html body #mainContainer .listScreen .listContainer ul li .listBox .right {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}
html body #mainContainer .listScreen .listContainer ul li .listBox .right .listEnglish {
  margin: 0;
  margin-left: 5px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Arial";
  color: #808080;
  word-wrap: break-word;
}
html body #mainContainer .listScreen .listContainer ul li .listBoxSelected {
  display: block;
  height: auto;
  position: relative;
  padding: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #ebebeb;
  background-color: #ffffff;
}
html body #mainContainer .listScreen .listContainer ul li .listBoxSelected .left {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}
html body #mainContainer .listScreen .listContainer ul li .listBoxSelected .left .listLanguage {
  margin: 0;
  margin-right: 5px;
  font-size: 20px;
  line-height: 24px;
  font-family: "meiryo bold", "hirakakupro-w3", Verdana, arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1a2e60;
  word-wrap: break-word;
}
html body #mainContainer .listScreen .listContainer ul li .listBoxSelected .left .listPronunciation {
  margin: 0;
  margin-top: 10px;
  margin-right: 5px;
  font-size: 18px;
  line-height: 20px;
  font-family: "Arial";
  color: #666666;
  word-wrap: break-word;
}
html body #mainContainer .listScreen .listContainer ul li .listBoxSelected .right {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}
html body #mainContainer .listScreen .listContainer ul li .listBoxSelected .right .listEnglish {
  margin: 0;
  margin-left: 5px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Arial";
  color: #808080;
  word-wrap: break-word;
}
html body #mainContainer .reviewScreen {
  height: auto;
  position: relative;
  padding-bottom: 15px;
  min-height: 669px;
  background-color: #e5e6e0;
  background-image: url("../../assets/images/review/background.jpg");
  background-repeat: no-repeat;
}
html body #mainContainer .reviewScreen .pauseGameButton {
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  right: 12px;
  top: 12px;
  background-image: url("../../assets/images/header/pause.png");
  background-repeat: no-repeat;
  background-position: center center;
}
html body #mainContainer .reviewScreen .reviewDictionary {
  width: 52px;
  height: 52px;
  position: absolute;
  top: -65px;
  right: 12px;
  background-image: url("../../assets/images/header/dictionary.png");
  background-repeat: no-repeat;
  background-position: center center;
}
html body #mainContainer .reviewScreen .reviewStudy {
  width: 52px;
  height: 52px;
  position: absolute;
  top: -65px;
  left: 12px;
  background-image: url("../../assets/images/header/favourites.png");
  background-repeat: no-repeat;
  background-position: center center;
}
html body #mainContainer .reviewScreen .reviewPaper {
  width: 370px;
  height: 310px;
  position: absolute;
  left: 33px;
  top: 110px;
  background-image: url("../../assets/images/review/page.png");
  background-repeat: no-repeat;
}
html body #mainContainer .reviewScreen .reviewPaper .reviewStar {
  width: 40px;
  height: 38px;
  position: absolute;
  top: 20px;
  left: 305px;
}
html body #mainContainer .reviewScreen .reviewPaper .reviewStarGrey {
  width: 40px;
  height: 38px;
  position: absolute;
  top: 20px;
  left: 305px;
  background-image: url("../../assets/images/review/favourite.png");
  background-repeat: no-repeat;
}
html body #mainContainer .reviewScreen .reviewPaper .reviewStarYellow {
  width: 40px;
  height: 38px;
  position: absolute;
  top: 20px;
  left: 305px;
  background-image: url("../../assets/images/review/favourite_on.png");
  background-repeat: no-repeat;
}
html body #mainContainer .reviewScreen .reviewPaper .reviewEye {
  width: 50px;
  height: 28px;
  position: absolute;
  top: 150px;
}
html body #mainContainer .reviewScreen .reviewPaper .reviewEyeE {
  width: 50px;
  height: 28px;
  position: absolute;
  top: 150px;
  top: 20px;
  left: 80px;
  background-image: url("../../assets/images/review/english.png");
  background-repeat: no-repeat;
}
html body #mainContainer .reviewScreen .reviewPaper .reviewEyeE.alignLeft {
  left: 20px;
}
html body #mainContainer .reviewScreen .reviewPaper .reviewEyeEOff {
  width: 50px;
  height: 28px;
  position: absolute;
  top: 150px;
  top: 20px;
  left: 80px;
  background-image: url("../../assets/images/review/english.png");
  background-repeat: no-repeat;
  background-image: url("../../assets/images/review/english_off.png");
}
html body #mainContainer .reviewScreen .reviewPaper .reviewEyeEOff.alignLeft {
  left: 20px;
}
html body #mainContainer .reviewScreen .reviewPaper .reviewEyeP {
  width: 50px;
  height: 28px;
  position: absolute;
  top: 150px;
  top: 20px;
  left: 20px;
  background-image: url("../../assets/images/review/pronunciation.png");
  background-repeat: no-repeat;
}
html body #mainContainer .reviewScreen .reviewPaper .reviewEyePOff {
  width: 50px;
  height: 28px;
  position: absolute;
  top: 150px;
  top: 20px;
  left: 20px;
  background-image: url("../../assets/images/review/pronunciation.png");
  background-repeat: no-repeat;
  background-image: url("../../assets/images/review/pronunciation_off.png");
}
html body #mainContainer .reviewScreen .reviewPaper .reviewLanguage {
  table: display;
  width: 326px;
  height: auto;
  margin-top: 90px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 15px;
  color: #cf171e;
  text-align: center;
  font-size: 40px;
  line-height: 45px;
}
html body #mainContainer .reviewScreen .reviewPaper .reviewLanguage span {
  display: table-cell;
  width: 330px;
  vertical-align: middle;
  font-family: "meiryo bold", "hirakakupro-w3", Verdana, arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
html body #mainContainer .reviewScreen .reviewPaper .reviewPronunciation {
  table: display;
  width: 326px;
  height: auto;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  font-family: "Arial";
  text-align: center;
  color: #666666;
}
html body #mainContainer .reviewScreen .reviewPaper .reviewPronunciation span {
  display: table-cell;
  width: 340px;
  vertical-align: middle;
  font-size: 22px;
}
html body #mainContainer .reviewScreen .reviewPaper .reviewEnglish {
  table: display;
  width: 326px;
  height: auto;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  color: #808080;
  text-align: center;
  font-family: "Arial";
}
html body #mainContainer .reviewScreen .reviewPaper .reviewEnglish span {
  display: table-cell;
  width: 340px;
  vertical-align: middle;
  font-size: 22px;
}
html body #mainContainer .reviewScreen .playSound {
  display: table;
  position: absolute;
  top: 450px;
  left: 65px;
  font-size: 36px;
}
html body #mainContainer .reviewScreen .playSound p {
  display: table-cell;
  width: 300px;
  vertical-align: middle;
  font-size: 20px;
  text-align: center;
  color: #0088cc;
  font-family: "Arial";
}
html body #mainContainer .reviewScreen .characterArrow {
  display: block;
  width: 21px;
  height: 34px;
  position: absolute;
  top: 230px;
}
html body #mainContainer .reviewScreen .previousCharacter {
  display: block;
  width: 21px;
  height: 34px;
  position: absolute;
  top: 230px;
  left: 10px;
  background-image: url("../../assets/images/review/arrow_back.png");
}
html body #mainContainer .reviewScreen .nextCharacter {
  display: block;
  width: 21px;
  height: 34px;
  position: absolute;
  top: 230px;
  left: 402px;
  background-image: url("../../assets/images/review/arrow_next.png");
}
html body #mainContainer .reviewScreen .buttonHelp {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 40px;
  top: 500px;
  background-image: url("../../assets/images/review/help.png");
}
html body #mainContainer .reviewScreen .reviewInstructions {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -110px;
  left: -30px;
  color: #000000;
  font-family: "Arial";
}
html body #mainContainer .reviewScreen .reviewInstructions .arrow {
  position: absolute;
}
html body #mainContainer .reviewScreen .reviewInstructions .arrow p {
  width: 200px;
  color: black;
  line-height: 20px;
  font-size: 18px;
}
html body #mainContainer .reviewScreen .reviewInstructions .arrowUp {
  position: absolute;
  width: 18px;
  height: 35px;
  background-image: url("../../assets/images/review/arrow_up.png");
}
html body #mainContainer .reviewScreen .reviewInstructions .arrowUp p {
  width: 200px;
  color: black;
  line-height: 20px;
  font-size: 18px;
}
html body #mainContainer .reviewScreen .reviewInstructions .arrowDown {
  position: absolute;
  width: 18px;
  height: 35px;
  background-image: url("../../assets/images/review/arrow_down.png");
}
html body #mainContainer .reviewScreen .reviewInstructions .arrowDown p {
  width: 200px;
  color: black;
  line-height: 20px;
  font-size: 18px;
}
html body #mainContainer .reviewScreen .reviewInstructions .arrowLeft {
  position: absolute;
  width: 35px;
  height: 18px;
  background-image: url("../../assets/images/review/arrow_left.png");
}
html body #mainContainer .reviewScreen .reviewInstructions .arrowLeft p {
  width: 200px;
  color: black;
  line-height: 20px;
  font-size: 18px;
}
html body #mainContainer .reviewScreen .reviewInstructions .arrowRight {
  position: absolute;
  width: 35px;
  height: 18px;
  background-image: url("../../assets/images/review/arrow_right.png");
}
html body #mainContainer .reviewScreen .reviewInstructions .arrowRight p {
  width: 200px;
  color: black;
  line-height: 20px;
  font-size: 18px;
}
html body #mainContainer .reviewScreen .reviewInstructions .arrowStudy {
  position: absolute;
  width: 18px;
  height: 35px;
  background-image: url("../../assets/images/review/arrow_up.png");
  margin-left: 20px;
  margin-top: 10px;
}
html body #mainContainer .reviewScreen .reviewInstructions .arrowStudy p {
  width: 200px;
  color: black;
  line-height: 20px;
  font-size: 18px;
}
html body #mainContainer .reviewScreen .reviewInstructions .arrowStudy p {
  padding-top: 10px;
  padding-left: 30px;
}
html body #mainContainer .reviewScreen .reviewInstructions .arrowDictionary {
  position: absolute;
  width: 18px;
  height: 35px;
  background-image: url("../../assets/images/review/arrow_up.png");
  margin-left: 390px;
  margin-top: 10px;
}
html body #mainContainer .reviewScreen .reviewInstructions .arrowDictionary p {
  width: 200px;
  color: black;
  line-height: 20px;
  font-size: 18px;
}
html body #mainContainer .reviewScreen .reviewInstructions .arrowDictionary p {
  padding-top: 10px;
  margin-left: -215px;
  text-align: right;
}
html body #mainContainer .reviewScreen .reviewInstructions .arrowPronunciation {
  position: absolute;
  width: 18px;
  height: 35px;
  background-image: url("../../assets/images/review/arrow_down.png");
  margin-left: 10px;
  margin-top: 60px;
}
html body #mainContainer .reviewScreen .reviewInstructions .arrowPronunciation p {
  width: 200px;
  color: black;
  line-height: 20px;
  font-size: 18px;
}
html body #mainContainer .reviewScreen .reviewInstructions .arrowPronunciation p {
  padding-top: -15px;
  margin-left: 30px;
}
html body #mainContainer .reviewScreen .reviewInstructions .arrowEnglish {
  position: absolute;
  width: 18px;
  height: 35px;
  background-image: url("../../assets/images/review/arrow_down.png");
  margin-left: 155px;
  margin-top: 60px;
}
html body #mainContainer .reviewScreen .reviewInstructions .arrowEnglish p {
  width: 200px;
  color: black;
  line-height: 20px;
  font-size: 18px;
}
html body #mainContainer .reviewScreen .reviewInstructions .arrowEnglish p {
  padding-top: -15px;
  margin-left: 30px;
}
html body #mainContainer .reviewScreen .reviewInstructions .arrowEnglish.alignLeft {
  margin-left: 50px;
}
html body #mainContainer .reviewScreen .reviewInstructions .arrowSave {
  position: absolute;
  width: 18px;
  height: 35px;
  background-image: url("../../assets/images/review/arrow_down.png");
  margin-left: 360px;
  margin-top: 60px;
}
html body #mainContainer .reviewScreen .reviewInstructions .arrowSave p {
  width: 200px;
  color: black;
  line-height: 20px;
  font-size: 18px;
}
html body #mainContainer .reviewScreen .reviewInstructions .arrowSave p {
  padding-top: -15px;
  margin-left: -210px;
  text-align: right;
}
html body #mainContainer .reviewScreen .reviewInstructions .arrowPrevious {
  position: absolute;
  width: 18px;
  height: 35px;
  background-image: url("../../assets/images/review/arrow_up.png");
  margin-left: 10px;
  margin-top: 280px;
}
html body #mainContainer .reviewScreen .reviewInstructions .arrowPrevious p {
  width: 200px;
  color: black;
  line-height: 20px;
  font-size: 18px;
}
html body #mainContainer .reviewScreen .reviewInstructions .arrowPrevious p {
  padding-top: 50px;
  margin-left: 0px;
}
html body #mainContainer .reviewScreen .reviewInstructions .arrowNext {
  position: absolute;
  width: 18px;
  height: 35px;
  background-image: url("../../assets/images/review/arrow_up.png");
  margin-left: 400px;
  margin-top: 280px;
}
html body #mainContainer .reviewScreen .reviewInstructions .arrowNext p {
  width: 200px;
  color: black;
  line-height: 20px;
  font-size: 18px;
}
html body #mainContainer .reviewScreen .reviewInstructions .arrowNext p {
  padding-top: 50px;
  margin-left: -183px;
  text-align: right;
}
html body #mainContainer .reviewScreen .reviewInstructions .arrowPlay {
  position: absolute;
  width: 18px;
  height: 35px;
  background-image: url("../../assets/images/review/arrow_up.png");
  margin-left: 160px;
  margin-top: 490px;
}
html body #mainContainer .reviewScreen .reviewInstructions .arrowPlay p {
  width: 200px;
  color: black;
  line-height: 20px;
  font-size: 18px;
}
html body #mainContainer .reviewScreen .reviewInstructions .arrowPlay p {
  padding-top: 5px;
  margin-left: 25px;
}
html body #mainContainer .pauseScreen {
  height: auto;
  position: relative;
  padding-bottom: 15px;
  height: 727px;
  background-color: #494949;
}
html body #mainContainer .pauseScreen .pauseGameButton {
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  right: 12px;
  top: 12px;
  background-image: url("../../assets/images/header/pause.png");
  background-repeat: no-repeat;
  background-position: center center;
}
html body #mainContainer .pauseScreen h1 {
  height: 59px;
  line-height: 59px;
}
html body #mainContainer .pauseScreen .pauseHeading {
  height: auto;
  padding-top: 75px;
  padding-bottom: 50px;
  color: #6c9ddf;
  font-family: "Bebas";
  text-align: center;
  font-size: 56px;
  line-height: 45px;
}
html body #mainContainer .pauseScreen .pauseButton {
  display: block;
  width: 325px;
  margin-left: 55px;
  margin-bottom: 30px;
  background-color: #d3d1d2;
  font-size: 42px;
  text-align: center;
}
html body #mainContainer .pauseScreen .pauseButton p {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 30px;
  font-family: "Bebas";
}
html body #mainContainer .pauseScreen .pauseButton .textLeft {
  padding-bottom: 0px;
  font-size: 32px;
  color: #000000;
}
html body #mainContainer .pauseScreen .pauseButton .textRight {
  padding-top: 0px;
  font-size: 32px;
  color: #000000;
}
html body #mainContainer .pauseScreen .buttonContinue {
  display: block;
  width: 325px;
  margin-left: 55px;
  margin-bottom: 30px;
  background-color: #d3d1d2;
  font-size: 42px;
  text-align: center;
  background-color: #5c95e6;
}
html body #mainContainer .pauseScreen .buttonContinue p {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 30px;
  font-family: "Bebas";
}
html body #mainContainer .pauseScreen .buttonContinue .textLeft {
  padding-bottom: 0px;
  font-size: 32px;
  color: #000000;
}
html body #mainContainer .pauseScreen .buttonContinue .textRight {
  padding-top: 0px;
  font-size: 32px;
  color: #000000;
}
html body #mainContainer .pauseScreen .buttonContinue p {
  color: #000000;
}
html body #mainContainer .pauseScreen .buttonQuit {
  display: block;
  width: 325px;
  margin-left: 55px;
  margin-bottom: 30px;
  font-size: 42px;
  text-align: center;
  background-color: #d3d1d2;
}
html body #mainContainer .pauseScreen .buttonQuit p {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 30px;
  font-family: "Bebas";
}
html body #mainContainer .pauseScreen .buttonQuit .textLeft {
  padding-bottom: 0px;
  font-size: 32px;
  color: #000000;
}
html body #mainContainer .pauseScreen .buttonQuit .textRight {
  padding-top: 0px;
  font-size: 32px;
  color: #000000;
}
html body #mainContainer .pauseScreen .buttonQuit p {
  color: #e20002;
}
html body #mainContainer .gamesScreen {
  height: auto;
  position: relative;
  padding-bottom: 15px;
  min-height: 617px;
  background-color: #9d9d9d;
}
html body #mainContainer .gamesScreen .pauseGameButton {
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  right: 12px;
  top: 12px;
  background-image: url("../../assets/images/header/pause.png");
  background-repeat: no-repeat;
  background-position: center center;
}
html body #mainContainer .gamesScreen ul li {
  padding-top: 5px;
}
html body #mainContainer .gamesScreen .gameOption {
  display: block;
  position: relative;
  background-color: #ffffff;
}
html body #mainContainer .gamesScreen .gameOption p {
  padding-left: 15px;
  line-height: 30px;
}
html body #mainContainer .gamesScreen .gameOption .gameOptionEnglish {
  padding-top: 35px;
  font-size: 34px;
  font-family: "Bebas";
  color: #000000;
}
html body #mainContainer .gamesScreen .gameOption .gameOptionLanguage {
  padding-top: 15px;
  padding-bottom: 25px;
  font-size: 24px;
  font-family: "meiryo bold", "hirakakupro-w3", Verdana, arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fe0002;
}
html body #mainContainer .gamesScreen .gameOption .gameOptionHighScoreOuter {
  width: 128px;
  height: 128px;
  position: absolute;
  left: 291px;
  top: 19px;
  background-image: url("../../assets/images/gamelist/score.png");
  background-repeat: no-repeat;
}
html body #mainContainer .gamesScreen .gameOption .gameOptionHighScoreOuter .gameOptionHighScore {
  margin-left: -2px;
  padding-top: 47px;
  text-align: center;
  color: #ffffff;
  font-family: "Bebas";
}
html body #mainContainer .gamesScreen .gameOption .gameOptionHighScoreOuter .gameOptionHighScore span {
  font-size: 36px;
}
html body #mainContainer .gamesScreen .gameOption .blackBarTop {
  background-color: #9d9d9d;
  height: 1px;
}
html body #mainContainer .gamesScreen .gameOption .blackBarBot {
  background-color: #9d9d9d;
  height: 1px;
}
html body #mainContainer .gameOver {
  width: 569px;
  height: 387px;
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  z-index: 99;
  position: absolute;
  left: 50%;
  top: 250px;
  margin-left: -284px;
  background-image: url("../../assets/images/gameover/background.png");
  background-repeat: no-repeat;
  background-position: center center;
}
html body #mainContainer .gameOver .gameComplete {
  width: 100%;
  height: 100%;
  background-image: url("../../assets/images/gameover/complete.png");
  background-repeat: no-repeat;
  background-position: center center;
}
html body #mainContainer .matchupScreen {
  height: auto;
  position: relative;
  padding-bottom: 15px;
  padding-bottom: 0px;
  background-color: #011760;
}
html body #mainContainer .matchupScreen .pauseGameButton {
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  right: 12px;
  top: 12px;
  background-image: url("../../assets/images/header/pause.png");
  background-repeat: no-repeat;
  background-position: center center;
}
html body #mainContainer .matchupScreen.qEnglish {
  background-color: #e644cb;
}
html body #mainContainer .matchupScreen.qLanguage {
  background-color: #fa9133;
}
html body #mainContainer .matchupScreen.qPronunciation {
  background-color: #32d1f0;
}
html body #mainContainer .matchupScreen.qRandom1 {
  background-color: #4cdfff;
}
html body #mainContainer .matchupScreen.qRandom2 {
  background-color: #80be01;
}
html body #mainContainer .matchupScreen.qRandom3 {
  background-color: #e745cc;
}
html body #mainContainer .matchupScreen.qRandom4 {
  background-color: #8b5ce6;
}
html body #mainContainer .matchupScreen.qRandom5 {
  background-color: #fd3c3d;
}
html body #mainContainer .matchupScreen.qRandom6 {
  background-color: #ffba03;
}
html body #mainContainer .matchupScreen h1 {
  height: 59px;
  line-height: 59px;
}
html body #mainContainer .matchupScreen .matchupProgress {
  padding-left: 87px;
  padding-top: 5px;
  background-color: #011760;
}
html body #mainContainer .matchupScreen .matchupProgressDot {
  display: inline-block;
  width: 14px;
  height: 14px;
  padding-right: 4px;
  background-repeat: no-repeat;
}
html body #mainContainer .matchupScreen .matchupProgressIncomplete {
  background-image: url("../../assets/images/matchup/circle.png");
  background-repeat: no-repeat;
}
html body #mainContainer .matchupScreen .matchupProgressIncorrect {
  background-image: url("../../assets/images/matchup/circleDone.png");
  background-repeat: no-repeat;
}
html body #mainContainer .matchupScreen .matchupProgressCorrect {
  background-image: url("../../assets/images/matchup/circleCorrect.png");
  background-repeat: no-repeat;
}
html body #mainContainer .matchupScreen .matchupQuestionPaper {
  width: 383px;
  height: 267px;
  margin-left: 30px;
  padding-top: 10px;
  padding-bottom: 20px;
  background-image: url("../../assets/images/matchup/question.png");
  background-repeat: no-repeat;
  background-position: left center;
}
html body #mainContainer .matchupScreen .matchupQuestionPaper .matchupQuestionOuter {
  display: table;
  width: 350px;
  height: 230px;
  margin-left: 12px;
  padding-top: 20px;
  color: #484848;
  text-align: center;
  font-family: "meiryo bold", "hirakakupro-w3", Verdana, arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 40px;
  font-size: 32px;
}
html body #mainContainer .matchupScreen .matchupQuestionPaper .matchupQuestionOuter span {
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
}
html body #mainContainer .matchupScreen .matchupOptionOuter {
  display: block;
  position: relative;
  background-color: #f4efeb;
  border-style: solid;
  border-width: 1px;
  border-color: #bcbcbc;
  color: #000000;
}
html body #mainContainer .matchupScreen .matchupOptionOuter .matchupOption {
  display: table;
  width: 420px;
  height: 98px;
  text-align: center;
}
html body #mainContainer .matchupScreen .matchupOptionOuter .matchupOption span {
  display: table-cell;
  vertical-align: middle;
  font-size: 28px;
  color: #000000;
  font-family: "Arial";
  line-height: 38px;
}
html body #mainContainer .matchupScreen .matchupOptionRed {
  display: block;
  position: relative;
  background-color: #f4efeb;
  border-style: solid;
  border-width: 1px;
  border-color: #bcbcbc;
  color: #000000;
  background-color: #e20002;
  color: #ffffff;
}
html body #mainContainer .matchupScreen .matchupOptionRed .matchupOption {
  display: table;
  width: 420px;
  height: 98px;
  text-align: center;
}
html body #mainContainer .matchupScreen .matchupOptionRed .matchupOption span {
  display: table-cell;
  vertical-align: middle;
  font-size: 28px;
  color: #000000;
  font-family: "Arial";
  line-height: 38px;
}
html body #mainContainer .matchupScreen .matchupOptionRed .matchupOption span {
  color: #ffffff;
}
html body #mainContainer .matchupScreen .matchupOptionGreen {
  display: block;
  position: relative;
  background-color: #f4efeb;
  border-style: solid;
  border-width: 1px;
  border-color: #bcbcbc;
  background-color: #88cb00;
  color: #000000;
}
html body #mainContainer .matchupScreen .matchupOptionGreen .matchupOption {
  display: table;
  width: 420px;
  height: 98px;
  text-align: center;
}
html body #mainContainer .matchupScreen .matchupOptionGreen .matchupOption span {
  display: table-cell;
  vertical-align: middle;
  font-size: 28px;
  color: #000000;
  font-family: "Arial";
  line-height: 38px;
}
html body #mainContainer .matchupScreen .matchupOptionGreen .matchupOption span {
  color: #000000;
}
html body #mainContainer .pairsScreen {
  height: auto;
  position: relative;
  padding-bottom: 15px;
  background-color: #6c9fde;
}
html body #mainContainer .pairsScreen .pauseGameButton {
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  right: 12px;
  top: 12px;
  background-image: url("../../assets/images/header/pause.png");
  background-repeat: no-repeat;
  background-position: center center;
}
html body #mainContainer .pairsScreen h1 {
  height: 59px;
  line-height: 59px;
}
html body #mainContainer .pairsScreen .pairsTries {
  width: 100%;
  height: auto;
  padding-bottom: 5px;
  background-color: #fe0000;
}
html body #mainContainer .pairsScreen .pairsTries p {
  padding-right: 15px;
  padding-top: 14px;
  font-size: 36px;
  text-align: right;
  color: #ffffff;
  font-family: "Bebas";
}
html body #mainContainer .pairsScreen .pairsOption {
  display: block;
  min-height: 150px;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #c2c2c2;
  line-height: 35px;
}
html body #mainContainer .pairsScreen .pairsOption .pairsOptionTextOuter {
  display: table;
  width: 100%;
}
html body #mainContainer .pairsScreen .pairsOption .pairsOptionTextOuter p {
  display: table-cell;
  padding-top: 63px;
  padding-bottom: 50px;
  color: #000000;
  font-family: "Arial";
  font-size: 22px;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
}
html body #mainContainer .pairsScreen .pairsOption .pairsOptionTextOuter .pairsOptionCorrect {
  color: #000000;
}
html body #mainContainer .pairsScreen .pairsOption img {
  width: 100px;
  height: 100px;
  margin-left: 160px;
  margin-top: 25px;
}
html body #mainContainer .pairsScreen .pairsOptionSearching {
  display: block;
  min-height: 150px;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #c2c2c2;
  line-height: 35px;
  background-color: #2965b9;
}
html body #mainContainer .pairsScreen .pairsOptionSearching .pairsOptionTextOuter {
  display: table;
  width: 100%;
}
html body #mainContainer .pairsScreen .pairsOptionSearching .pairsOptionTextOuter p {
  display: table-cell;
  padding-top: 63px;
  padding-bottom: 50px;
  color: #000000;
  font-family: "Arial";
  font-size: 22px;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
}
html body #mainContainer .pairsScreen .pairsOptionSearching .pairsOptionTextOuter .pairsOptionCorrect {
  color: #000000;
}
html body #mainContainer .pairsScreen .pairsOptionSearching img {
  width: 100px;
  height: 100px;
  margin-left: 160px;
  margin-top: 25px;
}
html body #mainContainer .pairsScreen .pairsOptionSearching .pairsOptionTextOuter p {
  color: #ffffff;
}
html body #mainContainer .pairsScreen .pairsOptionRed {
  display: block;
  min-height: 150px;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #c2c2c2;
  line-height: 35px;
  background-color: #ff0000;
}
html body #mainContainer .pairsScreen .pairsOptionRed .pairsOptionTextOuter {
  display: table;
  width: 100%;
}
html body #mainContainer .pairsScreen .pairsOptionRed .pairsOptionTextOuter p {
  display: table-cell;
  padding-top: 63px;
  padding-bottom: 50px;
  color: #000000;
  font-family: "Arial";
  font-size: 22px;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
}
html body #mainContainer .pairsScreen .pairsOptionRed .pairsOptionTextOuter .pairsOptionCorrect {
  color: #000000;
}
html body #mainContainer .pairsScreen .pairsOptionRed img {
  width: 100px;
  height: 100px;
  margin-left: 160px;
  margin-top: 25px;
}
html body #mainContainer .pairsScreen .pairsOptionRed .pairsOptionTextOuter p {
  color: #000000;
}
html body #mainContainer .pairsScreen .pairsOptionGreen {
  display: block;
  min-height: 150px;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #c2c2c2;
  line-height: 35px;
  background-color: #a1e42f;
}
html body #mainContainer .pairsScreen .pairsOptionGreen .pairsOptionTextOuter {
  display: table;
  width: 100%;
}
html body #mainContainer .pairsScreen .pairsOptionGreen .pairsOptionTextOuter p {
  display: table-cell;
  padding-top: 63px;
  padding-bottom: 50px;
  color: #000000;
  font-family: "Arial";
  font-size: 22px;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
}
html body #mainContainer .pairsScreen .pairsOptionGreen .pairsOptionTextOuter .pairsOptionCorrect {
  color: #000000;
}
html body #mainContainer .pairsScreen .pairsOptionGreen img {
  width: 100px;
  height: 100px;
  margin-left: 160px;
  margin-top: 25px;
}
html body #mainContainer .pairsScreen .pairsOptionGreen .pairsOptionTextOuter p {
  color: #000000;
}
@font-face {
  font-family: 'bebas';
  src: url('../fonts/bebasneue-webfont.eot');
  src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue-webfont.woff') format('woff'), url('../fonts/bebasneue-webfont.ttf') format('truetype'), url('../fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
