@charset "UTF-8";
@font-face {
  font-family: "news_gothic_mtcondensedbold";
  src: url("newsgothicmt-condensedbold-webfont.eot");
  src: url("newsgothicmt-condensedbold-webfont.eot?#iefix") format("embedded-opentype"), url("newsgothicmt-condensedbold-webfont.woff") format("woff"), url("newsgothicmt-condensedbold-webfont.ttf") format("truetype"), url("newsgothicmt-condensedbold-webfont.svg#news_gothic_mtcondensedbold") format("svg");
  font-style: normal;
  font-weight: normal; }

* {
  box-sizing: border-box; }

body {
  background: #f0f0f0; }

div.wrap {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 640px;
  height: 480px;
  margin-top: -240px;
  margin-left: -320px;
  overflow: hidden;
  color: #000;
  font-family: "Arial", sans-serif;
  font-size: 13px;
  line-height: 18px; }

p {
  margin: 0 0 18px 0; }

a:link {
  color: blue; }

a:visited {
  color: purple; }

span.title {
  font-style: italic; }

.emulator {
  margin: 0;
  position: absolute;
  left: 16px;
  bottom: 14px; }

a.about:before {
  content: "▶";
  padding-right: 2px;
  display: inline-block;
  color: #666; }
a.about.active {
  padding-bottom: 15px; }
  a.about.active:before {
    padding-right: 0;
    content: "▼"; }

iframe {
  position: absolute;
  left: 0;
  top: 0; }

div.slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 640px;
  height: 480px; }
  div.slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 4s; }
  div.slideshow img:first-child {
    opacity: 1; }

main {
  position: absolute;
  top: 0;
  left: 0;
  width: 640px;
  height: 480px;
  transition: top 0.5s, background 3s; }

main.embed div.boxes {
  margin-top: 30px;
  margin-bottom: 12px;
  width: 100%;
  height: 213px;
  background: url(../boxes.jpg);
  background-size: 640px; }
  main.embed div.boxes.chop-suey {
    background-position: 0 -213px; }
  main.embed div.boxes.smarty {
    background-position: 0 -426px; }
  main.embed div.boxes.zero-zero {
    background-position: 0 -639px; }

a.context {
  text-align: right;
  position: absolute;
  bottom: 15px;
  right: 22px;
  font-size: 11px;
  line-height: 13px;
  color: black;
  text-decoration: none; }
  a.context .rhizome {
    font-family: "news_gothic_mtcondensedbold", sans-serif;
    font-size: 31px;
    color: inherit; }
  a.context div {
    clear: both; }

a.context:hover {
  color: blue; }

.error_audio {
  display: none;
  position: absolute;
  bottom: 50px;
  left: 16px;
  width: 445px; }

.game {
  float: left;
  width: 33.33%; }
  .game a.button {
    width: 98px;
    margin: 1em auto; }
  .game span {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 15px; }
  .game span.year {
    font-size: 11px; }
  .game p {
    padding: 0 1em; }

main.wait {
  padding-left: 16px;
  padding-right: 16px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), #fff);
  font-size: 15px; }
  main.wait div.waiting-animation {
    position: absolute;
    width: 100%;
    top: 220px;
    text-align: center; }
  main.wait p.queue {
    font-size: 13px;
    position: absolute;
    bottom: 14px;
    left: 16px;
    margin: 0; }
  main.wait a.button {
    position: absolute;
    right: 14px;
    top: 441px;
    width: 80px;
    font-size: 11px;
    padding: 2px 2px; }
    main.wait a.button:active {
      padding: 4px 0 0 4px; }

main.playing {
  background: #000; }

main.timeout {
  display: none;
  background: #fff;
  padding: 16px; }
  main.timeout p {
    width: 320px;
    margin: 160px auto 30px auto; }
  main.timeout a.button {
    width: 200px;
    margin: 0 auto; }

main > div.splain {
  position: absolute;
  top: 480px;
  left: 0;
  width: 640px;
  height: 200px;
  background: #ccc;
  color: #666;
  padding: 17px 16px;
  font-size: 13px; }
  main > div.splain p {
    margin: 0 0 18px 0; }

main.splainin {
  top: -200px; }

a.button {
  display: block;
  text-align: center;
  cursor: pointer;
  color: #000;
  text-shadow: 1px 1px 0px #fff;
  text-decoration: none;
  font-weight: bold;
  background: #ccc;
  padding: 5px 8px;
  border: 2px solid black;
  border-radius: 4px;
  font-size: 13px;
  box-shadow: inset 2px 2px 1px #fff, inset -2px -2px 1px #666; }
  a.button:hover {
    background: #ddd; }
  a.button:active {
    background: #ccc;
    padding: 7px 6px 3px 10px;
    box-shadow: inset 2px 2px 1px #666; }

.spinner {
  margin: auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px; }
  .spinner div {
    background-color: #000;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out; }
  .spinner .rect2, .spinner .rect3, .spinner .rect4, .spinner .rect5 {
    margin-left: 4px; }
  .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
  .spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
  .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
  .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }

  20% {
    -webkit-transform: scaleY(1); } }

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.game a.button {
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 2.6s;
  -webkit-animation-name: pulse;
  animation-iteration-count: infinite;
  animation-duration: 2.6s;
  animation-name: pulse; }

.smarty a.button {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.zero-zero a.button {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

@keyframes pulse {
  0%, 100% {
    background: #ccc; }

  33% {
    background: #f0f0f0; }

  66% {
    background: #c0c0c0; } }

@-webkit-keyframes pulse {
  0%, 100% {
    background: #ccc; }

  33% {
    background: #f0f0f0; }

  66% {
    background: #c0c0c0; } }

.eaas-down {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  font-size: 32px;
  line-height: 48px;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding: 128px 32px; }


/* ----------------------------------- */

div#loading {
  display: none;
}

div.EaaS-regionselect {
  margin-top: 126px;
  text-align: center;
}
  div.EaaS-regionselect select {
    font: inherit;
  }

  div.EaaS-message {
    position: absolute;
    width: 100%;
    top: 24px;
    left: 0;
    text-align: center;
  }

main.wait a.about {
  display: none;
}