html, body {
  background: white; }

.ui {
  position: absolute; }
  .ui.tl {
    left: 32px;
    top: 22px; }
  .ui.tr {
    right: 32px;
    top: 22px; }
  .ui.bl {
    left: 32px;
    bottom: 22px;
    max-width: calc(45% - 32px); }
  .ui.br {
    right: 32px;
    bottom: 22px;
    max-width: calc(45% - 32px); }
  .ui.tc {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 22px; }

#splashview {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around; }
  [lang="ar"] #splashview {
    direction: rtl; }
  #splashview #splashview-hero {
    width: 90%;
    max-width: 1000px;
    max-height: 800px;
    min-height: 70px;
    margin-top: 70px;
    margin-left: 10px;
    margin-right: 10px;
    flex-grow: 20;
    background-position: center;
    background-size: contain;
    background-image: url("/static/svg/hero.svg");
    background-repeat: no-repeat;
    position: relative; }
    [edition="woof"] #splashview #splashview-hero {
      background-image: url("/static/svg/hero_dog.svg"); }
      @media screen and (max-height: 500px), screen and (max-width: 500px) {
        [edition="woof"] #splashview #splashview-hero {
          background-image: none; } }
      @media screen and (max-height: 550px) {
        [edition="woof"] #splashview #splashview-hero {
          background-image: none; } }
    @media screen and (max-height: 500px) and (min-width: 500px) {
      #splashview #splashview-hero {
        margin-top: 70px; } }
    @media screen and (max-height: 550px) {
      #splashview #splashview-hero {
        background-image: none;
        flex-grow: 3; } }
    @media screen and (max-height: 500px), screen and (max-width: 500px) {
      #splashview #splashview-hero {
        background-image: none;
        flex-grow: 3; } }
    @media screen and (max-height: 350px), screen and (max-width: 350px) {
      #splashview #splashview-hero {
        min-height: 40px; } }
    @media screen and (max-height: 350px) and (min-width: 350px) {
      #splashview #splashview-hero {
        margin-top: 20px; } }
  #splashview #splashview-hero-banner {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    background-size: contain;
    background-image: url(/static/svg/hero.svg);
    background-repeat: no-repeat;
    background-image: url("/static/svg/banner.svg"); }
    [lang="es"] #splashview #splashview-hero-banner {
      background-image: url("/static/svg/banner_es.svg"); }
    [lang="de"] #splashview #splashview-hero-banner {
      background-image: url("/static/svg/banner_de.svg"); }
    [lang="it"] #splashview #splashview-hero-banner {
      background-image: url("/static/svg/banner_it.svg"); }
    [lang="pt-BR"] #splashview #splashview-hero-banner {
      background-image: url("/static/svg/banner_pt-BR.svg"); }
    [lang="zh-CN"] #splashview #splashview-hero-banner {
      background-image: url("/static/svg/banner_zh-CN.svg"); }
    [lang="zh-TW"] #splashview #splashview-hero-banner {
      background-image: url("/static/svg/banner_zh-TW.svg"); }
    @media screen and (max-height: 500px), screen and (max-width: 500px) {
      #splashview #splashview-hero-banner {
        padding-bottom: 160px; } }
    @media screen and (max-height: 550px) {
      #splashview #splashview-hero-banner {
        padding-bottom: 90px; } }
  #splashview #splashview-tagline {
    max-width: calc(100% - 64px);
    padding: 40px 40px;
    font-size: 27px;
    flex-grow: 2;
    position: relative;
    z-index: 1; }
    @media screen and (max-height: 700px), screen and (max-width: 700px) {
      #splashview #splashview-tagline {
        font-size: 22px;
        padding: 15px 32px; } }
    @media screen and (max-height: 500px), screen and (max-width: 500px) {
      #splashview #splashview-tagline {
        font-size: 18px;
        padding: 15px 32px; } }
    @media screen and (max-height: 350px), screen and (max-width: 350px) {
      #splashview #splashview-tagline {
        font-size: 12px; } }
    @media screen and (max-height: 500px) and (min-width: 500px) {
      #splashview #splashview-tagline {
        max-width: 500px; } }
    #splashview #splashview-tagline #splashview-tagline-main {
      display: block;
      margin-bottom: 14px; }
      html:not([lang="en-US"]) #splashview #splashview-tagline #splashview-tagline-main {
        line-height: 1.2; }
    #splashview #splashview-tagline #splashview-tagline-small {
      margin: 0 auto;
      display: block;
      font-size: 0.75em;
      max-width: 700px;
      line-height: 1.4em; }
      #splashview #splashview-tagline #splashview-tagline-small a {
        color: #ffd139; }
  #splashview .splashscreen-button {
    padding: 40px 20px;
    padding-bottom: 110px;
    padding-top: 10px;
    flex-grow: 0; }
    @media screen and (max-height: 500px), screen and (max-width: 500px) {
      #splashview .splashscreen-button {
        padding: 0 20px 110px 20px; } }
    @media screen and (max-height: 350px) and (min-width: 350px) {
      #splashview .splashscreen-button {
        padding-bottom: 61px; } }
  #splashview #privacy-link {
    color: #dedede;
    text-align: right;
    font-family: 'Karla', sans-serif;
    font-size: 15px; }
    #splashview #privacy-link a {
      color: #dedede;
      text-decoration: none; }
    #splashview #privacy-link a:hover {
      color: #cccccc; }
    @media screen and (max-height: 500px), screen and (max-width: 500px) {
      #splashview #privacy-link {
        font-size: 13px;
        width: 120px; }
        #splashview #privacy-link .privacy-link-group {
          clear: both;
          float: right;
          line-height: 1.4;
          font-size: 10px; } }

.corp-logo {
  width: 495px;
  height: 70px;
  background: url("/static/svg/mlx_badge.svg");
  background-repeat: no-repeat;
  background-size: contain; }
  @media screen and (max-height: 700px), screen and (max-width: 700px) {
    .corp-logo {
      height: 50px; } }
  @media screen and (max-height: 500px), screen and (max-width: 500px) {
    .corp-logo {
      height: 30px; } }

#select-locale {
  height: 26px;
  width: 170px;
  padding: 0;
  opacity: 0; }

/* Hidden content visible to screen readers */
.offscreen {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

#select-locale-label {
  position: absolute;
  background: white;
  width: 140px;
  overflow: hidden;
  padding: 3px 3px 3px 30px;
  border: 1px solid #ccc;
  pointer-events: none;
  right: 0;
  text-align: left;
  height: 18px;
  z-index: 1; }
  @media screen and (max-width: 750px) {
    #select-locale-label {
      display: block;
      margin-right: 0; } }
  #select-locale-label::before {
    background-repeat: no-repeat;
    background-size: 100%;
    background: url("/static/svg/globe.svg");
    content: '';
    height: 12px;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    z-index: 200; }
  #select-locale-label::after {
    top: 50%;
    border: solid transparent;
    border-width: 0.25em 0.25em 0;
    border-top-color: #CCCCCC;
    margin: -0.125em 0.5em 0 0;
    content: '';
    display: block;
    position: absolute;
    right: 0; }

.dk-selected {
  border-radius: 0;
  padding-left: 2em;
  padding-right: 2em;
  z-index: 101;
  border-top: 1px solid #ccc; }

.dk-option {
  padding: 0 2em; }

.dk-select-open-up .dk-select-options {
  border-radius: 0;
  margin-bottom: -1px;
  padding-top: 0;
  padding-bottom: 0; }

.dk-select-options {
  direction: ltr !important;
  max-height: 22em; }

.covercard {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #ffd139;
  left: 0;
  top: -100%;
  transition: top 0.8s ease-in-out, left 0.8s linear, width 0.8s linear, transform 0.8s linear;
  font-size: 14px;
  text-align: center;
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }
  .covercard a {
    color: white; }
  .covercard .cards-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -100%;
    background-color: #ffd139;
    display: none; }
  .covercard.visible {
    top: 0; }
    .covercard.visible .cards-cover {
      display: inherit; }
  .covercard .card-container {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 910px;
    margin: 0 auto; }
    .covercard .card-container.fill {
      height: 100%; }
  .covercard .card-headline, .covercard .card-row, .covercard .card-footer {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 5px; }
    @media screen and (max-height: 500px), screen and (max-width: 500px) {
      .covercard .card-headline, .covercard .card-row, .covercard .card-footer {
        padding-left: 20px;
        padding-right: 20px; } }
  .covercard .card-headline {
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 38px; }
    @media screen and (max-height: 500px), screen and (max-width: 500px) {
      .covercard .card-headline {
        font-size: 22.8px;
        padding-top: 28px;
        padding-right: 90px;
        padding-left: 90px; } }
    .covercard .card-headline.dynamic-headline-position {
      margin-bottom: 15px; }
      @media screen and (max-width: 1000px) {
        .covercard .card-headline.dynamic-headline-position {
          padding: 40px 150px 20px 150px; } }
      @media screen and (max-width: 700px) {
        .covercard .card-headline.dynamic-headline-position {
          padding: 90px 10px 15px 10px; } }
  .covercard .card-text {
    font-size: 1.3em; }
    @media screen and (max-height: 500px), screen and (max-width: 500px) {
      .covercard .card-text {
        font-size: 0.75em; } }
    .covercard .card-text a {
      color: black; }
  .covercard .card-row {
    max-width: calc(100% - 40px); }
  .covercard .card-footer {
    height: 20px; }

.svg-margin-25 {
  margin: 25px; }

.svg-margin-10 {
  margin: 10px; }

#about-card {
  background-color: #ff7bac;
  color: white;
  font-size: 1.2em; }
  #about-card a {
    color: white; }
  [lang="ar"] #about-card {
    direction: rtl; }
  #about-card #about-card-text {
    text-align: center;
    letter-spacing: 1px; }
  #about-card #button-learn-more {
    margin-top: 30px; }
  #about-card .card-text {
    font-size: 0.8em; }
    @media screen and (max-height: 500px), screen and (max-width: 500px) {
      #about-card .card-text {
        font-size: 0.6em; } }
  #about-card #about-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px; }
    #about-card #about-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

[lang="ar"] #newround-card {
  direction: rtl; }

#newround-card .card-headline {
  color: rgba(0, 0, 0, 0.4); }

#newround-card #challengetext-level {
  font-size: 18px; }

#newround-card .card-text {
  font-size: 1.5em; }
  [lang="en-US"] #newround-card .card-text {
    font-size: 2em; }
  #newround-card .card-text #challengetext-word {
    font-size: 2em; }
  #newround-card .card-text #time-text {
    margin-bottom: 40px; }
  @media screen and (max-height: 500px), screen and (max-width: 500px) {
    #newround-card .card-text {
      font-size: 1.5em; }
      #newround-card .card-text #time-text {
        margin-bottom: 20px; } }

[lang="ar"] #timesup-card {
  direction: rtl; }

#timesup-card #timesup-drawings-wrapper .timesup-round {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 10px; }
  @media screen and (min-height: 500px) and (max-width: 500px) {
    #timesup-card #timesup-drawings-wrapper .timesup-round {
      margin: 5px; } }

#timesup-card #timesup-drawings-wrapper .timesup-drawing {
  z-index: 100;
  position: relative; }
  #timesup-card #timesup-drawings-wrapper .timesup-drawing .timesup-drawing-status {
    font-size: 13px;
    color: #cccccc;
    top: 97px;
    width: 100%;
    left: 0;
    text-align: center;
    position: absolute; }

#timesup-card #portfolio-text {
  margin-bottom: 24px; }

#timesup-card #button-timesup-play {
  margin-top: 24px; }
  [lang="de"] #timesup-card #button-timesup-play {
    font-size: 15px; }

#round-detail-card .round-details-text {
  margin: 4px 0; }

#round-detail-card #round-details-subtitle-not-recognized, #round-detail-card #round-details-subtitle-recognized {
  position: relative;
  top: -31px; }

#round-detail-card #round-drawing {
  margin: auto;
  width: 265px; }

#round-detail-card #round-detail-wrapper > div {
  position: relative;
  display: inline-block;
  width: 265px;
  margin: 6px 0; }
  #round-detail-card #round-detail-wrapper > div .round-detail-score {
    margin-bottom: 10px;
    position: absolute;
    width: 100%;
    font-size: 13px;
    top: 17px; }
  #round-detail-card #round-detail-wrapper > div .round-detail-word {
    font-size: 15px;
    position: absolute;
    width: 100%;
    top: 34px; }
    [lang="en-US"] #round-detail-card #round-detail-wrapper > div .round-detail-word {
      font-size: 22px;
      top: 33px; }
  #round-detail-card #round-detail-wrapper > div .round-detail-image, #round-detail-card #round-detail-wrapper > div .round-detail-image-neighbor {
    margin-top: 10px;
    padding-top: 50px; }
  #round-detail-card #round-detail-wrapper > div .round-detail-image-neighbor {
    position: absolute;
    z-index: 100; }

#round-detail-card #gallery-title {
  padding-top: 20px; }

#round-detail-card .gallery-drawing {
  margin: 10px;
  display: inline-block; }

#round-detail-card .drawing {
  background-color: white;
  -webkit-box-shadow: 1px 1px 3px 2px #f0c535;
  -moz-box-shadow: 1px 1px 3px 2px #f0c535;
  box-shadow: 1px 1px 3px 2px #f0c535;
  width: 265px; }

#round-detail-card .gallery-line {
  height: 40px;
  width: 80%;
  background-image: url("/static/svg/line.svg");
  background-repeat: no-repeat;
  background-position-y: center; }

[lang="de"] #round-detail-card #button-back,
[lang="es"] #round-detail-card #button-back,
[lang="fr"] #round-detail-card #button-back,
[lang="pt-BR"] #round-detail-card #button-back {
  font-size: 16px; }

[lang="it"] #round-detail-card #button-back,
[lang="pt-PT"] #round-detail-card #button-back {
  font-size: 12px;
  line-height: 21px; }

@media screen and (max-height: 500px), screen and (max-width: 500px) {
  #round-detail-card {
    font-size: 0.6em; } }

#survey-card div {
  flex-grow: 1;
  flex-basis: 0;
  text-align: left; }
  #survey-card div #survey-content label {
    display: block;
    font-weight: 100; }
    #survey-card div #survey-content label br {
      font-size: 1.5em; }

#survey-card #button-next {
  margin-top: 30px; }

#survey-card .survey-group {
  margin-top: 40px;
  margin-bottom: 70px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end; }
  #survey-card .survey-group div {
    text-align: center; }

#survey-card .survey-input {
  margin: 0px 10px; }

#survey-card #survey-explanation {
  margin-bottom: 40px; }

#survey-card #survey-skip-button {
  text-align: center;
  /* display: inline; */
  margin-left: 13px;
  left: -12px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
  cursor: pointer; }

#survey-card #survey-policy {
  margin-bottom: 30px;
  font-size: 0.8em; }
  #survey-card #survey-policy a {
    color: black; }

#survey-card #survey-error {
  color: red;
  color: red;
  margin-bottom: -16px;
  margin-left: -15px;
  margin-top: 8px; }

button {
  background: none;
  border: 0; }

button:focus {
  outline: none; }

.button {
  display: inline-block;
  box-sizing: border-box;
  height: 50px;
  width: 47px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
	not supported by any browser */
  padding-top: 0;
  padding-left: 6px;
  padding-right: 3px;
  padding-bottom: 18px;
  background-repeat: no-repeat;
  background-size: 94px 339px;
  background-position: 0 0;
  font-family: 'Roboto Mono', sans-serif;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: white;
  cursor: pointer;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent; }
  .button.button-close, .button.button-pink, .button.button-gray, .button.button-facebook, .button.button-twitter, .button.button-g {
    background-image: url("/static/svg/buttons_small.svg"); }
  .button.button-close {
    background-position: 0 -56px; }
    .button.button-close:active {
      background-position: -53px -56px; }
  .button.button-pink {
    background-position: 0 0; }
    .button.button-pink:active {
      background-position: -53px 0; }
  .button.button-gray {
    background-position: 0 -280px; }
    .button.button-gray:active {
      background-position: -53px -280px; }
  .button.button-facebook {
    background-position: 0 -168px; }
    .button.button-facebook:active {
      background-position: -53px -168px; }
  .button.button-twitter {
    background-position: 0 -112px; }
    .button.button-twitter:active {
      background-position: -53px -112px; }
  .button.button-g {
    background-position: 0 -224px; }
    .button.button-g:active {
      background-position: -53px -224px; }
  .button.button-medium {
    background-image: url("/static/svg/buttons_medium.svg"); }
    .button.button-medium.button-gray {
      background-position: 0 0; }
      .button.button-medium.button-gray:active {
        background-position: -200px 0; }
  .button.en_US-toggle {
    background-image: url("/static/svg/en_US-toggle.svg");
    background-position: center;
    background-size: 100%; }
  .button.en-US-toggle {
    background-image: url("/static/svg/en_US-toggle.svg");
    background-position: center;
    background-size: 100%; }
  .button.de-toggle {
    background-image: url("/static/svg/de-toggle.svg");
    background-position: center;
    background-size: 100%; }
  .button.button-toggle {
    height: 58px;
    width: 200px;
    background-size: 100%;
    padding-top: 0;
    padding-left: 9px;
    padding-right: 8px; }
  .button.button-yellow, .button.button-green, .button.button-medium-gray {
    background-image: url("/static/svg/buttons_large.svg"); }
  .button.button-green {
    background-position: 0 0; }
    .button.button-green:active {
      background-position: -200px 0; }
  .button.button-yellow {
    background-position: 0 -71px; }
    .button.button-yellow:active {
      background-position: -200px -71px; }
  .button:active {
    padding-left: 3px;
    padding-right: 9px; }
    .button:active span {
      position: relative;
      top: 9px; }
  .button.button-medium {
    height: 58px;
    width: 118px;
    background-size: 400px 142px;
    padding-top: 0;
    padding-left: 9px;
    padding-right: 8px; }
    .button.button-medium:active {
      padding-right: 12px; }
      .button.button-medium:active span {
        position: relative;
        top: 8px; }
    .button.button-medium.button-yellow.current-lang {
      background-position: -200px -71px;
      padding-left: 3px;
      padding-right: 9px; }
      .button.button-medium.button-yellow.current-lang span {
        position: relative;
        top: 9px; }
  .button.button-large {
    height: 58px;
    width: 200px;
    background-size: 400px 142px;
    padding-top: 0;
    padding-left: 9px;
    padding-right: 8px; }
    .button.button-large:active {
      padding-left: 3px; }
      .button.button-large:active span {
        position: relative;
        top: 8px; }
  .button.button-drawing {
    background-image: url("/static/svg/buttons_drawing.svg");
    height: 140px;
    width: 198px;
    background-position: 0 0;
    background-size: 400px 142px;
    padding-top: 0px;
    padding-left: 14px;
    padding-right: 8px; }
    .button.button-drawing:active {
      background-position: -200px 0;
      padding-right: 12px;
      padding-left: 10px;
      padding-top: 8px; }
  .button .icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 170px 26px;
    width: 31px;
    height: 26px;
    margin-left: 1px;
    margin-top: -3px;
    margin-right: 5px;
    background-image: url("/static/svg/icons.svg"); }
    .button .icon.icon-undo {
      background-position: 2px 0; }
    .button .icon.icon-clear {
      background-position: -54px 0; }
    .button .icon.icon-skip {
      background-position: -26px 0; }
    .button .icon.icon-back {
      background-position: -86px 1px; }
  .button.button-medium span, .button.button-large span {
    float: left; }
    .button.button-medium span.center, .button.button-large span.center {
      float: none; }
  .button .tooltip {
    position: absolute;
    color: black;
    text-align: left;
    font-size: 35px; }
  .button#button-undo .tooltip {
    top: -56px;
    left: -90px; }
    .button#button-undo .tooltip .arrow-2 {
      left: 47px;
      top: 15px; }
  .button#button-clear .tooltip {
    top: -87px;
    left: -36px; }
    .button#button-clear .tooltip .arrow-3 {
      left: 31px;
      top: 25px; }
  .button#button-skip .tooltip {
    top: -93px;
    left: 42px; }
    .button#button-skip .tooltip .arrow-4 {
      left: 10px;
      top: 35px; }
  .button.button-close .tooltip {
    top: 85px;
    left: -26px; }
    .button.button-close .tooltip .arrow-1 {
      left: 5px;
      top: -40px; }

/*
.peek-button {
    width: 45px;
    height: 65px;
    position: absolute;
    z-index: 50;

    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url("/static/svg/tab.svg");
    left: 0;
    top:-$ui-margin-v;

    .tooltip {
        position: absolute;
        color:black;
        text-align: left;
        width: 330px;
        font-size: 30px;
        top: 63px;
        left: 100px;

        .arrow-5 {
            // Position arrow relative to text
            left: -51px;
            top: -23px;
        }
    }
}
*/
#speechbubble-wrapper {
  position: absolute;
  bottom: 22px;
  text-align: center;
  width: 100%;
  pointer-events: none; }

#machine-speechbubble {
  background-color: #f2f2f2;
  min-width: 50px;
  border-radius: 5px;
  display: inline-block;
  font-size: 17px;
  letter-spacing: 1px;
  padding: 10px 16px; }
  [lang="ar"] #machine-speechbubble {
    direction: rtl; }
  #machine-speechbubble div {
    display: inline; }
  #machine-speechbubble #machine-speechbubble-secondary {
    color: #aaa; }
  @media screen and (max-height: 500px), screen and (max-width: 500px) {
    #machine-speechbubble {
      font-size: 14px; } }

#machine-speechbubble-tip {
  background-image: url("/static/svg/objects.svg");
  background-repeat: no-repeat;
  background-size: 35px 30px;
  background-position: 0px 0px;
  width: 35px;
  height: 30px;
  bottom: -12px;
  margin: 0 auto;
  margin-top: -13px; }

#loginbody {
  background: #f2f2f2;
  text-align: center;
  margin: 0; }

#login form {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 40%; }

#login input {
  border-radius: 3px;
  line-height: 14px;
  font-size: 14px;
  outline: none;
  display: block;
  padding: 5px;
  margin: 10px auto;
  border: 1px solid #ccc;
  width: 220px; }

#login input[type=submit] {
  background: #3498db;
  padding: 10px;
  border: none;
  width: 200px;
  color: #fff; }

.popup-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: 0;
  z-index: 1000; }
  [lang="ar"] .popup-wrapper {
    direction: rtl; }
  .popup-wrapper .popup-box .popup-text {
    font-size: 40px;
    margin-bottom: 40px;
    text-align: center;
    padding: 0 30px; }
  .popup-wrapper .popup-box .popup-buttons {
    padding: 0 30px; }

#gameview {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
	not supported by any browser */ }
  #gameview .topbar {
    background-color: #ffd139;
    box-shadow: 0px 5px 0px 1px rgba(0, 0, 0, 0.15);
    width: 100%;
    padding: 22px 50px 22px 22px; }
    #gameview .topbar #topbar-text {
      color: rgba(0, 0, 0, 0.4);
      display: inline-block; }
      [lang="ar"] #gameview .topbar #topbar-text {
        direction: rtl; }
    #gameview .topbar #clock {
      position: absolute;
      top: 18px;
      margin: auto auto;
      left: 0;
      right: 0;
      font-family: 'Roboto Mono', monospace;
      text-align: center; }
      #gameview .topbar #clock #clock-time {
        display: inline-block;
        background-color: white;
        padding: 4px 14px;
        box-shadow: inset 1px 1px 0 1px rgba(0, 0, 0, 0.15); }
      #gameview .topbar #clock.text-blink {
        color: #FF5000; }
    #gameview .topbar #topbar-buttons {
      right: 15px;
      top: 12px;
      position: absolute; }
      #gameview .topbar #topbar-buttons .button {
        vertical-align: top; }
    @media screen and (max-height: 500px), screen and (max-width: 500px) {
      #gameview .topbar {
        padding: 0 0 0 0;
        padding-top: 66px;
        padding-bottom: 15px;
        text-align: center; }
        #gameview .topbar #topbar-buttons {
          width: 100%;
          left: 0;
          right: 0;
          text-align: left;
          padding-left: 16px; }
          #gameview .topbar #topbar-buttons .button-close {
            position: absolute;
            right: 32px; } }
    @media screen and (max-height: 350px), screen and (max-width: 350px) {
      #gameview .topbar #clock {
        text-align: left;
        margin-left: 20px; }
      #gameview .topbar #topbar-buttons {
        right: 15px;
        top: 12px;
        position: absolute;
        width: initial;
        text-align: right; }
        #gameview .topbar #topbar-buttons .button-close {
          position: initial;
          right: initial; } }

@font-face {
  font-family: Handwrite1;
  src: url("/static/fonts/handwritten01.otf") format("opentype"); }

@font-face {
  font-family: Handwrite2;
  src: url("/static/fonts/handwritten02.otf") format("opentype"); }

@font-face {
  font-family: Handwrite3;
  src: url("/static/fonts/handwritten03.otf") format("opentype"); }

@font-face {
  font-family: 'mf-be-yourself';
  src: url("/static/fonts/mf_be_yourself-webfont.woff2") format("woff2"), url("/static/fonts/mf_be_yourself-webfont.woff") format("woff"); }

@font-face {
  font-family: 'naguri';
  src: url("/static/fonts/naguri.ttf") format("truetype"); }

@font-face {
  font-family: 'UhBeeDoolDool';
  src: url("UhBeeDoolDool.eot"), url("UhBeeDoolDool.woff") format("woff"); }

@font-face {
  font-family: 'bryndan_write';
  src: url("/static/fonts/Bryndan_Write.ttf") format("truetype"); }

@font-face {
  font-family: 'NotoKufiArabic';
  src: url("/static/fonts/NotoKufiArabic-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'NotoSansCJKjp';
  src: url("/static/fonts/NotoSansCJKjp-Regular.subset.otf") format("opentype"); }

@font-face {
  font-family: 'NotoSansCJKkr';
  src: url("/static/fonts/NotoSansCJKkr-Regular.subset.otf") format("opentype"); }

@font-face {
  font-family: 'NotoSansCJKsc';
  src: url("/static/fonts/NotoSansCJKsc-Regular.subset.otf") format("opentype"); }

@font-face {
  font-family: 'NotoSansCJKtc';
  src: url("/static/fonts/NotoSansCJKtc-Regular.subset.otf") format("opentype"); }

.handwritten {
  display: none; }

.font-hand-1 {
  font-family: Handwrite1;
  font-size: 1.4em; }

.font-hand-2 {
  font-family: Handwrite2;
  font-size: 1.4em; }

.font-hand-3 {
  font-family: Handwrite3;
  font-size: 1.4em; }

html[lang="ar"] .font-hand-1,
html[lang="ar"] .font-hand-2,
html[lang="ar"] .font-hand-3 {
  font-family: 'Mirza', cursive; }

html[lang="ar"] body {
  font-family: 'NotoKufiArabic'; }

html[lang="de"] .font-hand-1,
html[lang="de"] .font-hand-2,
html[lang="de"] .font-hand-3, html[lang="es"] .font-hand-1,
html[lang="es"] .font-hand-2,
html[lang="es"] .font-hand-3, html[lang="es-US"] .font-hand-1,
html[lang="es-US"] .font-hand-2,
html[lang="es-US"] .font-hand-3, html[lang="fr"] .font-hand-1,
html[lang="fr"] .font-hand-2,
html[lang="fr"] .font-hand-3, html[lang="it"] .font-hand-1,
html[lang="it"] .font-hand-2,
html[lang="it"] .font-hand-3,
html[lang="pt-BR"] html[lang="pt-PT"] .font-hand-1,
html[lang="pt-BR"] html[lang="pt-PT"] .font-hand-2,
html[lang="pt-BR"] html[lang="pt-PT"] .font-hand-3 {
  font-family: 'mf-be-yourself'; }

html[lang="zh-CN"] body {
  font-family: 'NotoSansCJKsc'; }

html[lang="zh-HK"] body, html[lang="zh-TW"] body {
  font-family: 'NotoSansCJKtc'; }

html[lang="ja"] .font-hand-1,
html[lang="ja"] .font-hand-2,
html[lang="ja"] .font-hand-3 {
  font-family: 'naguri'; }

html[lang="ja"] body {
  font-family: 'NotoSansCJKjp'; }

html[lang="ko"] .font-hand-1,
html[lang="ko"] .font-hand-2,
html[lang="ko"] .font-hand-3 {
  font-family: 'UhBeeDoolDool'; }

html[lang="ko"] body {
  font-family: 'NotoSansCJKkr'; }

html[lang="ru"] .font-hand-1,
html[lang="ru"] .font-hand-2,
html[lang="ru"] .font-hand-3 {
  font-family: 'bryndan_write'; }

sup {
  font-size: 0.6em; }

body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: 'Roboto Mono', sans-serif; }

#content-wrapper {
  position: absolute;
  min-width: 300px;
  min-height: 300px;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important; }

#page404 {
  font-size: 30px;
  background: #ffd139;
  text-align: center;
  height: 100%;
  padding-top: 40px; }

.hidden-on-startup {
  display: none; }

#beep {
  display: none; }
