html,
body {
  height: 100%;
}
body {
  margin: 0;
  image-rendering: pixelated;
  background: Black;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fps {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #777;
  font-size: 0.5em;
  display: none;
}
#lastAttack {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #777;
  font-size: 0.5em;
  display: none;
}
#touch {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  user-select: none;
  flex-flow: row nowrap;
  display: none;
}
#touch.show {
  display: flex;
}
#touch:not(.use) > div {
  display: none !important;
}
#touch > div:nth-child(2) {
  flex: 1;
}
#touch > div:first-child,
#touch > div:last-child {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  width: 35px;
  display: flex;
  flex-flow: column nowrap;
}
#touch > div:first-child > div,
#touch > div:last-child > div {
  flex: 1;
  border: none;
  display: flex;
  align-items: center;
  text-align: center;
}
#touch > div:first-child > div:after,
#touch > div:last-child > div:after {
  flex: 1;
  color: White;
  font-weight: bold;
  content: ">";
  width: 1em;
  height: 1em;
  display: block;
  font-family: sor_pixel;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
}
#touch > div:first-child > div:nth-child(2),
#touch > div:last-child > div:nth-child(2) {
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
}
#touch > div:first-child {
  border-right: solid 1px #999;
}
#touch > div:first-child > div:nth-child(1):after {
  transform: rotate(-135deg);
}
#touch > div:first-child > div:nth-child(2):after {
  transform: rotate(180deg);
}
#touch > div:first-child > div:nth-child(3):after {
  transform: rotate(135deg);
}
#touch > div:last-child {
  border-left: solid 1px #999;
}
#touch > div:last-child > div:nth-child(1):after {
  transform: rotate(-45deg);
}
#touch > div:last-child > div:nth-child(3):after {
  transform: rotate(45deg);
}
#console {
  position: absolute;
  bottom: 0;
  left: 30%;
  color: White;
}
body.debug #stage {
  zoom: 4;
}
body.debug #fps {
  display: block;
}
body.debug #lastAttack {
  display: block;
}
#ui {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
  user-select: none;
}
#stage {
  flex: 1;
  height: 100%;
  zoom: 0.5;
  overflow: hidden;
  position: relative;
}
#stage > canvas {
  position: absolute;
  bottom: -30px;
}
#pause {
  color: White;
  position: absolute;
  font-family: sor_pixel;
  top: 0;
  left: 50%;
  border: none;
  padding: 0.5em;
  background: none;
  z-index: 100;
  outline: none;
}
/*# sourceMappingURL=style.css.map */@font-face {
  font-family: sor_pixel;
  src: url(sor_pixel.ttf);
}
#menu {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/title.png) no-repeat left 1em rgba(0, 0, 0, 0.8);
  font-family: sor_pixel;
  text-transform: uppercase;
  color: White;
}
#menu > div > label,
#menu > div > button {
  text-transform: inherit;
  color: inherit;
  border: none;
  background: none;
  font-family: inherit;
  display: block;
  margin-top: 0.75em;
  margin-bottom: 0.25em;
  margin-left: auto;
  margin-right: 0;
  cursor: pointer;
  padding: 0.5em;
  font-size: 0.9em;
  width: 10em;
  text-align: right;
}
#menu > div > label[disabled],
#menu > div > button[disabled] {
  color: #999;
  cursor: default;
}
#menu > div > label > input {
  margin-right: 0.5em;
}
#menu > div:nth-child(n+2) {
  display: none;
}
#menu_controls > div {
  font-size: 0.5em;
}
#menu_controls > div:first-child {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 7em;
}
#menu_controls > div:first-child > div:first-child {
  width: 100%;
  text-align: left;
}
#menu_controls > div:first-child > div:nth-child(2) {
  margin-right: 1em;
}
#menu_controls > div:nth-child(2) {
  margin-left: auto;
  width: 144px;
  margin-top: 2em;
  text-align: center;
}
#menu_controls > div:nth-child(2) > div:nth-child(2) {
  background: no-repeat url(../img/touchscreen.png);
  height: 81px;
  line-height: 81px;
}
#menu_controls > button {
  right: 0;
  bottom: 0;
  position: absolute;
  width: 6em !important;
}
#menu > div#menu_options {
  flex-flow: column nowrap;
  height: 100%;
}
#menu > div#menu_options > label,
#menu > div#menu_options > button {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  width: 15em;
}
/*# sourceMappingURL=menu.css.map */