<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
html {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
input,
textarea,
input:focus,
textarea:focus,
input:hover,
textarea:hover {
  color: inherit;
  border: none;
  overflow: hidden;
  outline: none;
  resize: none;
}
input:required,
textarea:required,
input:invalid,
textarea:invalid {
  box-shadow: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-ms-clear {
  display: none;
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-regular-webfont.woff");
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-bold-webfont.woff");
  font-weight: bold;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-medium-webfont.woff");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-black-webfont.woff");
  font-weight: bolder;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-light-webfont.woff");
  font-weight: lighter;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-thin-webfont.woff");
  font-weight: 100;
}
html {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.disableSelection,
.disableSelection input {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body {
  position: relative;
  font-size: 12px;
  margin: 20px;
  font-family: Arial;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
body #disable-div {
  position: absolute;
  background: transparent;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body #preloader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url("../img/preloader.gif");
  background-position: center center;
  background-repeat: no-repeat;
}
body #preloader #loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  font-family: "Arial";
  text-align: center;
  margin-top: -62px;
  margin-left: -150px;
}
#player-area {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 800px;
  height: 480px;
  overflow: hidden;
  zoom: 100%;
}
#player-area .disableEvents {
  cursor: default !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#player-area .memorycard {
  -webkit-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -ms-transform: perspective(1000px);
  -o-transform: perspective(1000px);
  transform: perspective(1000px);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#player-area .memorycard:not(.solved) {
  cursor: pointer;
}
#player-area .memorycard.disabled {
  cursor: default !important;
}
#player-area .memorycard.flippedPerma .memorycardinner .memoryCardBackFace,
#player-area .memorycard.flipped .memorycardinner .memoryCardBackFace {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#player-area .memorycard.flippedPerma .memorycardinner .memoryCardFrontFace,
#player-area .memorycard.flipped .memorycardinner .memoryCardFrontFace {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
#player-area .memorycard:not(.flippedPerma) .memorycardinner .memoryCardFrontFace,
#player-area .memorycard:not(.flippedPerma) .memorycardinner .memoryCardBackFace {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
#player-area .memorycard .memorycardinner {
  position: relative;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#player-area .memorycard .memorycardinner .memoryCardFrontFace,
#player-area .memorycard .memorycardinner .memoryCardBackFace {
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
#player-area .memorycard .memorycardinner .memoryCardBackFace {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
#player-area .memorycard .memorycardinner .memoryCardFrontFace {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
#player-area .memorybutton.active,
#player-area .memorybutton.enabled {
  cursor: pointer;
}
#player-area .isDraggable {
  cursor: move;
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
}
#player-area .isDraggable,
#player-area .isDraggable * {
  -webkit-transform: translateZ(0);
  outline: 1px solid transparent;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
  -webkit-backface-visibility: hidden;
  -ms-touch-action: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#player-area .isCheckable {
  cursor: pointer;
}
#player-area .successImage,
#player-area .failImage {
  position: absolute;
  z-index: 999;
  width: 39px;
  height: 40px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
#player-area .successImage img,
#player-area .failImage img {
  width: 39px;
  height: 40px;
}
#loadData {
  position: absolute;
  top: 600px;
  left: 50px;
}
#loadData #loadStringTextArea {
  display: block;
  width: 700px;
  height: 100px;
}
#loadData #importDataStringButton {
  margin-top: 20px;
}
</pre></body></html>