@import url(fonts/clear-sans.css);
html, body {
  margin: 0;
  padding: 0;
  background: #f0f0cc;
  color: #3b3b3b;
  font-family: "Clear Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px; }

body {
  margin: 80px 0; }

.heading:after {
  content: "";
  display: block;
  clear: both; }

h1.title {
  font-size: 80px;
  font-weight: bold;
  margin: 0;
  display: block;
  float: left; }

@-webkit-keyframes move-up {
  0% {
    top: 25px;
    opacity: 1; }

  100% {
    top: -50px;
    opacity: 0; } }

@-moz-keyframes move-up {
  0% {
    top: 25px;
    opacity: 1; }

  100% {
    top: -50px;
    opacity: 0; } }

@keyframes move-up {
  0% {
    top: 25px;
    opacity: 1; }

  100% {
    top: -50px;
    opacity: 0; } }

.scores-container {
  float: right;
  text-align: right; }

.score-container, .best-container {
  position: relative;
  display: inline-block;
  background: #3b3b3b;
  padding: 15px 25px;
  font-size: 25px;
  height: 25px;
  line-height: 47px;
  font-weight: bold;
  border-radius: 3px;
  color: white;
  margin-top: 8px;
  text-align: center; }
  .score-container:after, .best-container:after {
    position: absolute;
    width: 100%;
    top: 10px;
    left: 0;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    color: #eee4da; }
  .score-container .score-addition, .best-container .score-addition {
    position: absolute;
    right: 30px;
    color: red;
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    color: rgba(119, 110, 101, 0.9);
    z-index: 100;
    -webkit-animation: move-up 600ms ease-in;
    -moz-animation: move-up 600ms ease-in;
    animation: move-up 600ms ease-in;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }

.score-container:after {
  content: "Score"; }

.best-container:after {
  content: "Best"; }

p {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.65; }

a {
  color: #776e65;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer; }

strong.important {
  text-transform: uppercase; }

hr {
  border: none;
  border-bottom: 1px solid #d8d4d0;
  margin-top: 20px;
  margin-bottom: 30px; }

.container {
  width: 600px;
  margin: 0 auto; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fade-in {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.game-container {
  margin-top: 40px;
  margin-left: 60px;
  position: relative;
  padding: 10px;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  background: #3b3b3b;
  border-radius: 6px;
  width: 492px;
  height: 492px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .game-container .game-message {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(238, 228, 218, 0.5);
    z-index: 100;
    text-align: center;
    -webkit-animation: fade-in 800ms ease 1200ms;
    -moz-animation: fade-in 800ms ease 1200ms;
    animation: fade-in 800ms ease 1200ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
    .game-container .game-message p {
      font-size: 60px;
      font-weight: bold;
      height: 60px;
      line-height: 60px;
      margin-top: 222px; }
    .game-container .game-message .lower {
      display: block;
      margin-top: 59px; }
    .game-container .game-message a {
      display: inline-block;
      background: #8f7a66;
      border-radius: 3px;
      padding: 0 20px;
      text-decoration: none;
      color: #f9f6f2;
      height: 40px;
      line-height: 42px;
      margin-left: 9px; }
      .game-container .game-message a.keep-playing-button {
        display: none; }
    .game-container .game-message .score-sharing {      display: inline-block;      vertical-align: middle;      margin-left: 10px; }    .game-container .game-message.game-won {
      background: #3b3b3b60;
      color: #f9f6f2; }
      .game-container .game-message.game-won a.keep-playing-button {
        display: inline-block; }
    .game-container .game-message.game-won, .game-container .game-message.game-over {
      display: block; }

.grid-container {
  position: absolute;
  z-index: 1; }

.grid-row {
  margin-bottom: 6.7px; }
  .grid-row:last-child {
    margin-bottom: 0; }
  .grid-row:after {
    content: "";
    display: block;
    clear: both; }

.grid-cell {
  width: 53.25px;
  height: 53.25px;
  margin-right: 6.7px;
  float: left;
  border-radius: 3px;
  background: #f0f0cc; }
  .grid-cell:last-child {
    margin-right: 0; }

.tile-container {
  position: absolute;
  z-index: 2; }

.tile, .tile .tile-inner {
  width: 52.25px;
  height: 52.25px;
  line-height: 52.25px; }
.tile.tile-position-1-1 {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }
.tile.tile-position-1-2 {
  -webkit-transform: translate(0px, 60px);
  -moz-transform: translate(0px, 60px);
  transform: translate(0px, 60px); }
.tile.tile-position-1-3 {
  -webkit-transform: translate(0px, 120px);
  -moz-transform: translate(0px, 120px);
  transform: translate(0px, 120px); }
.tile.tile-position-1-4 {
  -webkit-transform: translate(0px, 180px);
  -moz-transform: translate(0px, 180px);
  transform: translate(0px, 180px); }
.tile.tile-position-1-5 {
  -webkit-transform: translate(0px, 240px);
  -moz-transform: translate(0px, 240px);
  transform: translate(0px, 240px); }
.tile.tile-position-1-6 {
  -webkit-transform: translate(0px, 300px);
  -moz-transform: translate(0px, 300px);
  transform: translate(0px, 300px); }
.tile.tile-position-1-7 {
  -webkit-transform: translate(0px, 360px);
  -moz-transform: translate(0px, 360px);
  transform: translate(0px, 360px); }
.tile.tile-position-1-8 {
  -webkit-transform: translate(0px, 420px);
  -moz-transform: translate(0px, 420px);
  transform: translate(0px, 420px); }
.tile.tile-position-2-1 {
  -webkit-transform: translate(60px, 0px);
  -moz-transform: translate(60px, 0px);
  transform: translate(60px, 0px); }
.tile.tile-position-2-2 {
  -webkit-transform: translate(60px, 60px);
  -moz-transform: translate(60px, 60px);
  transform: translate(60px, 60px); }
.tile.tile-position-2-3 {
  -webkit-transform: translate(60px, 120px);
  -moz-transform: translate(60px, 120px);
  transform: translate(60px, 120px); }
.tile.tile-position-2-4 {
  -webkit-transform: translate(60px, 180px);
  -moz-transform: translate(60px, 180px);
  transform: translate(60px, 180px); }
.tile.tile-position-2-5 {
  -webkit-transform: translate(60px, 240px);
  -moz-transform: translate(60px, 240px);
  transform: translate(60px, 240px); }
.tile.tile-position-2-6 {
  -webkit-transform: translate(60px, 300px);
  -moz-transform: translate(60px, 300px);
  transform: translate(60px, 300px); }
.tile.tile-position-2-7 {
  -webkit-transform: translate(60px, 360px);
  -moz-transform: translate(60px, 360px);
  transform: translate(60px, 360px); }
.tile.tile-position-2-8 {
  -webkit-transform: translate(60px, 420px);
  -moz-transform: translate(60px, 420px);
  transform: translate(60px, 420px); }
.tile.tile-position-3-1 {
  -webkit-transform: translate(120px, 0px);
  -moz-transform: translate(120px, 0px);
  transform: translate(120px, 0px); }
.tile.tile-position-3-2 {
  -webkit-transform: translate(120px, 60px);
  -moz-transform: translate(120px, 60px);
  transform: translate(120px, 60px); }
.tile.tile-position-3-3 {
  -webkit-transform: translate(120px, 120px);
  -moz-transform: translate(120px, 120px);
  transform: translate(120px, 120px); }
.tile.tile-position-3-4 {
  -webkit-transform: translate(120px, 180px);
  -moz-transform: translate(120px, 180px);
  transform: translate(120px, 180px); }
.tile.tile-position-3-5 {
  -webkit-transform: translate(120px, 240px);
  -moz-transform: translate(120px, 240px);
  transform: translate(120px, 240px); }
.tile.tile-position-3-6 {
  -webkit-transform: translate(120px, 300px);
  -moz-transform: translate(120px, 300px);
  transform: translate(120px, 300px); }
.tile.tile-position-3-7 {
  -webkit-transform: translate(120px, 360px);
  -moz-transform: translate(120px, 360px);
  transform: translate(120px, 360px); }
.tile.tile-position-3-8 {
  -webkit-transform: translate(120px, 420px);
  -moz-transform: translate(120px, 420px);
  transform: translate(120px, 420px); }
.tile.tile-position-4-1 {
  -webkit-transform: translate(180px, 0px);
  -moz-transform: translate(180px, 0px);
  transform: translate(180px, 0px); }
.tile.tile-position-4-2 {
  -webkit-transform: translate(180px, 60px);
  -moz-transform: translate(180px, 60px);
  transform: translate(180px, 60px); }
.tile.tile-position-4-3 {
  -webkit-transform: translate(180px, 120px);
  -moz-transform: translate(180px, 120px);
  transform: translate(180px, 120px); }
.tile.tile-position-4-4 {
  -webkit-transform: translate(180px, 180px);
  -moz-transform: translate(180px, 180px);
  transform: translate(180px, 180px); }
.tile.tile-position-4-5 {
  -webkit-transform: translate(180px, 240px);
  -moz-transform: translate(180px, 240px);
  transform: translate(180px, 240px); }
.tile.tile-position-4-6 {
  -webkit-transform: translate(180px, 300px);
  -moz-transform: translate(180px, 300px);
  transform: translate(180px, 300px); }
.tile.tile-position-4-7 {
  -webkit-transform: translate(180px, 360px);
  -moz-transform: translate(180px, 360px);
  transform: translate(180px, 360px); }
.tile.tile-position-4-8 {
  -webkit-transform: translate(180px, 420px);
  -moz-transform: translate(180px, 420px);
  transform: translate(180px, 420px); }
.tile.tile-position-5-1 {
  -webkit-transform: translate(240px, 0px);
  -moz-transform: translate(240px, 0px);
  transform: translate(240px, 0px); }
.tile.tile-position-5-2 {
  -webkit-transform: translate(240px, 60px);
  -moz-transform: translate(240px, 60px);
  transform: translate(240px, 60px); }
.tile.tile-position-5-3 {
  -webkit-transform: translate(240px, 120px);
  -moz-transform: translate(240px, 120px);
  transform: translate(240px, 120px); }
.tile.tile-position-5-4 {
  -webkit-transform: translate(240px, 180px);
  -moz-transform: translate(240px, 180px);
  transform: translate(240px, 180px); }
.tile.tile-position-5-5 {
  -webkit-transform: translate(240px, 240px);
  -moz-transform: translate(240px, 240px);
  transform: translate(240px, 240px); }
.tile.tile-position-5-6 {
  -webkit-transform: translate(240px, 300px);
  -moz-transform: translate(240px, 300px);
  transform: translate(240px, 300px); }
.tile.tile-position-5-7 {
  -webkit-transform: translate(240px, 360px);
  -moz-transform: translate(240px, 360px);
  transform: translate(240px, 360px); }
.tile.tile-position-5-8 {
  -webkit-transform: translate(240px, 420px);
  -moz-transform: translate(240px, 420px);
  transform: translate(240px, 420px); }
.tile.tile-position-6-1 {
  -webkit-transform: translate(300px, 0px);
  -moz-transform: translate(300px, 0px);
  transform: translate(300px, 0px); }
.tile.tile-position-6-2 {
  -webkit-transform: translate(300px, 60px);
  -moz-transform: translate(300px, 60px);
  transform: translate(300px, 60px); }
.tile.tile-position-6-3 {
  -webkit-transform: translate(300px, 120px);
  -moz-transform: translate(300px, 120px);
  transform: translate(300px, 120px); }
.tile.tile-position-6-4 {
  -webkit-transform: translate(300px, 180px);
  -moz-transform: translate(300px, 180px);
  transform: translate(300px, 180px); }
.tile.tile-position-6-5 {
  -webkit-transform: translate(300px, 240px);
  -moz-transform: translate(300px, 240px);
  transform: translate(300px, 240px); }
.tile.tile-position-6-6 {
  -webkit-transform: translate(300px, 300px);
  -moz-transform: translate(300px, 300px);
  transform: translate(300px, 300px); }
.tile.tile-position-6-7 {
  -webkit-transform: translate(300px, 360px);
  -moz-transform: translate(300px, 360px);
  transform: translate(300px, 360px); }
.tile.tile-position-6-8 {
  -webkit-transform: translate(300px, 420px);
  -moz-transform: translate(300px, 420px);
  transform: translate(300px, 420px); }
.tile.tile-position-7-1 {
  -webkit-transform: translate(360px, 0px);
  -moz-transform: translate(360px, 0px);
  transform: translate(360px, 0px); }
.tile.tile-position-7-2 {
  -webkit-transform: translate(360px, 60px);
  -moz-transform: translate(360px, 60px);
  transform: translate(360px, 60px); }
.tile.tile-position-7-3 {
  -webkit-transform: translate(360px, 120px);
  -moz-transform: translate(360px, 120px);
  transform: translate(360px, 120px); }
.tile.tile-position-7-4 {
  -webkit-transform: translate(360px, 180px);
  -moz-transform: translate(360px, 180px);
  transform: translate(360px, 180px); }
.tile.tile-position-7-5 {
  -webkit-transform: translate(360px, 240px);
  -moz-transform: translate(360px, 240px);
  transform: translate(360px, 240px); }
.tile.tile-position-7-6 {
  -webkit-transform: translate(360px, 300px);
  -moz-transform: translate(360px, 300px);
  transform: translate(360px, 300px); }
.tile.tile-position-7-7 {
  -webkit-transform: translate(360px, 360px);
  -moz-transform: translate(360px, 360px);
  transform: translate(360px, 360px); }
.tile.tile-position-7-8 {
  -webkit-transform: translate(360px, 420px);
  -moz-transform: translate(360px, 420px);
  transform: translate(360px, 420px); }
.tile.tile-position-8-1 {
  -webkit-transform: translate(420px, 0px);
  -moz-transform: translate(420px, 0px);
  transform: translate(420px, 0px); }
.tile.tile-position-8-2 {
  -webkit-transform: translate(420px, 60px);
  -moz-transform: translate(420px, 60px);
  transform: translate(420px, 60px); }
.tile.tile-position-8-3 {
  -webkit-transform: translate(420px, 120px);
  -moz-transform: translate(420px, 120px);
  transform: translate(420px, 120px); }
.tile.tile-position-8-4 {
  -webkit-transform: translate(420px, 180px);
  -moz-transform: translate(420px, 180px);
  transform: translate(420px, 180px); }
.tile.tile-position-8-5 {
  -webkit-transform: translate(420px, 240px);
  -moz-transform: translate(420px, 240px);
  transform: translate(420px, 240px); }
.tile.tile-position-8-6 {
  -webkit-transform: translate(420px, 300px);
  -moz-transform: translate(420px, 300px);
  transform: translate(420px, 300px); }
.tile.tile-position-8-7 {
  -webkit-transform: translate(420px, 360px);
  -moz-transform: translate(420px, 360px);
  transform: translate(420px, 360px); }
.tile.tile-position-8-8 {
  -webkit-transform: translate(420px, 420px);
  -moz-transform: translate(420px, 420px);
  transform: translate(420px, 420px); }

.tile {
  position: absolute;
  -webkit-transition: 100ms ease-in-out;
  -moz-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform; }
  .tile .tile-inner {
    border-radius: 3px;
    background: #808080;
    color: #808080;
    text-align: center;
    font-weight: bold;
    z-index: 10;
    font-size: 0px; }
  .tile.tile--81 .tile-inner {
    color: #a6fa2e;
    background: #0c0f54;
    font-size: 32px; }
  .tile.tile--84 .tile-inner {
    color: #46a356;
    background: #c3ce7e;
    font-size: 32px; }
  .tile.tile--1 .tile-inner {
    color: #f3ff97;
    background: #808080;
    font-size: 35px;
    background-image: repeating-radial-gradient(#dfdf7059, transparent 1px); }
  .tile.tile--2 .tile-inner {
    color: #aba98d;
    background: #808080;
    font-size: 35px;
    background-image: repeating-radial-gradient(#dfdf7059, transparent 0.0001px); }
  .tile.tile--7 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 0px;
    background-image: url('https://naughtybomb.github.io/91/7.png');
    background-size: 100px; }
  .tile.tile--8 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 0px;
    background-image: url('https://naughtybomb.github.io/91/8.png');
    background-size: 100px; }
  .tile.tile--9 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 0px;
    background-image: url('https://naughtybomb.github.io/91/9.png');
    background-size: 100px; }
  .tile.tile--10 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 0px;
    background-image: url('https://naughtybomb.github.io/91/10.png');
    background-size: 100px; }
  .tile.tile-33333 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 0px;
    background-image: url('https://naughtybomb.github.io/91/33333.png');
    background-size: 100px; }
  .tile.tile--25 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 0px;
    background-image: url('https://naughtybomb.github.io/91/Danger Forest.png');
    background-size: 100px; }
  .tile.tile--11 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 0px;
    background-image: url('https://naughtybomb.github.io/91/11 - 82 Roundabout.png');
    background-size: 100px; }
  .tile.tile--12 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 0px;
    background-image: url('https://naughtybomb.github.io/91/Fluff 8 2.jpg');
    background-size: 52px; }
  .tile.tile--1003 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 0px;
    background-image: url('https://naughtybomb.github.io/91/1003.jpg');
    background-size: 52px; }
  .tile.tile--1010 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 0px;
    background-image: url('https://naughtybomb.github.io/91/1010.jpg');
    background-size: 52px; }
  .tile.tile--1012 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 0px;
    background-image: url('https://naughtybomb.github.io/91/1012.jpg');
    background-size: 52px; }
  .tile.tile--42 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 0px;
    background-image: url('https://naughtybomb.github.io/91/42 106 110.png');
    background-size: 52px; }
  .tile.tile--83 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 0px;
    background-image: url('https://naughtybomb.github.io/91/12 - 83 Roundabout.png');
    background-size: 100px; }
  .tile.tile--80 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 0px;
    background-image: url('https://naughtybomb.github.io/91/10 - 81 Roundabout.png');
    background-size: 100px; }
  .tile.tile-0 .tile-inner {
    color: #eafb09;
    background: #808080;
    font-size: 35px;
    background-image: repeating-radial-gradient(#dfdf7059, transparent 10px); }
  .tile.tile-1 .tile-inner {
    color: #ffffff;
    background: #808080;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-2 .tile-inner {
    color: #ffffff;
    background: #0000ff;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-3 .tile-inner {
    color: #ffffff;
    background: #00ff00;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-4 .tile-inner {
    color: #ffffff;
    background: #8000ff;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-5 .tile-inner {
    color: #ffffff;
    background: #ff0000;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-6 .tile-inner {
    color: #ffffff;
    background: #00ff80;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-7 .tile-inner {
    color: #ffffff;
    background: #ffff00;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-8 .tile-inner {
    color: #ffffff;
    background: #ff00ff;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-9 .tile-inner {
    color: #ffffff;
    background: #80ff00;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-10 .tile-inner {
    color: #ffffff;
    background: #ff8000;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-11 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-12 .tile-inner {
    color: #ffffff;
    background: #00ffff;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-13 .tile-inner {
    color: #000000;
    background: #ffffff;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-14 .tile-inner {
    color: #ffffff;
    background: #80ff00;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-15 .tile-inner {
    color: #ffffff;
    background: #ff0080;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-16 .tile-inner {
    color: #ffffff;
    background: #ff0080;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-17 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(20deg, #005900, transparent 17px); }
  .tile.tile--17 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 0px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(20deg, #005900, transparent 17px); }
  .tile.tile-18 .tile-inner {
    color: #ffffff;
    background: #00ff00;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-19 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(129deg, #2a0055, transparent 16px); }
  .tile.tile--19 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 0px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(129deg, #2a0055, transparent 16px); }
  .tile.tile-20 .tile-inner {
    color: #ffffff;
    background: #ffff00;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-21 .tile-inner {
    color: #ffffff;
    background: #ff8000;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-22 .tile-inner {
    color: #ffffff;
    background: #000080;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-23 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(67deg, #4e2a00, transparent 15px); }
  .tile.tile--23 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 0px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(67deg, #4e2a00, transparent 15px); }
  .tile.tile-24 .tile-inner {
    color: #ffffff;
    background: #0080ff;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-25 .tile-inner {
    color: #ffffff;
    background: #00ffff;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-26 .tile-inner {
    color: #000000;
    background: #8080ff;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-27 .tile-inner {
    color: #ffffff;
    background: #ffff00;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-28 .tile-inner {
    color: #ffffff;
    background: #00ff00;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-29 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(173deg, #01264e, transparent 14px); }
  .tile.tile--29 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 0px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(173deg, #01264e, transparent 14px); }
  .tile.tile-30 .tile-inner {
    color: #ffffff;
    background: #ff0000;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-31 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(109deg, #4c0000, transparent 13px); }
  .tile.tile--31 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 0px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(109deg, #4c0000, transparent 13px); }
  .tile.tile-32 .tile-inner {
    color: #ffffff;
    background: #ff0000;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-33 .tile-inner {
    color: #ffffff;
    background: #008000;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-34 .tile-inner {
    color: #ffffff;
    background: #00006b;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(20deg, #005900, transparent 17px); }
  .tile.tile-35 .tile-inner {
    color: #ffffff;
    background: #0000ff;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-36 .tile-inner {
    color: #ffffff;
    background: #00ff80;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-38 .tile-inner {
    color: #ffffff;
    background: #0000bb;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(129deg, #2a0055, transparent 16px); }
  .tile.tile-39 .tile-inner {
    color: #000000;
    background: #80ff80;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-40 .tile-inner {
    color: #ffffff;
    background: #80ff00;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-42 .tile-inner {
    color: #ffffff;
    background: #ffff00;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-44 .tile-inner {
    color: #ffffff;
    background: #400080;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-45 .tile-inner {
    color: #ffffff;
    background: #ff00ff;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-46 .tile-inner {
    color: #ffffff;
    background: #0000a3;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(67deg, #4e2a00, transparent 15px); }
  .tile.tile-48 .tile-inner {
    color: #ffffff;
    background: #0000ff;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-49 .tile-inner {
    color: #ffffff;
    background: #ffff00;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-50 .tile-inner {
    color: #ffffff;
    background: #0080ff;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-51 .tile-inner {
    color: #ffffff;
    background: #00a300;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(20deg, #005900, transparent 17px); }
  .tile.tile-52 .tile-inner {
    color: #000000;
    background: #c080ff;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-54 .tile-inner {
    color: #ffffff;
    background: #80ff00;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-55 .tile-inner {
    color: #ffffff;
    background: #800000;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-56 .tile-inner {
    color: #ffffff;
    background: #00ff80;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-57 .tile-inner {
    color: #ffffff;
    background: #008d00;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(129deg, #2a0055, transparent 16px); }
  .tile.tile-58 .tile-inner {
    color: #ffffff;
    background: #0000e1;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(173deg, #01264e, transparent 14px); }
  .tile.tile-60 .tile-inner {
    color: #ffffff;
    background: #ff8000;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-62 .tile-inner {
    color: #ffffff;
    background: #000095;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(109deg, #4c0000, transparent 13px); }
  .tile.tile-63 .tile-inner {
    color: #ffffff;
    background: #ff0000;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-64 .tile-inner {
    color: #ffffff;
    background: #ff8000;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-65 .tile-inner {
    color: #000000;
    background: #ff8080;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-66 .tile-inner {
    color: #ffffff;
    background: #008040;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-68 .tile-inner {
    color: #ffffff;
    background: #40007f;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(20deg, #005900, transparent 17px); }
  .tile.tile-69 .tile-inner {
    color: #ffffff;
    background: #008900;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(67deg, #4e2a00, transparent 15px); }
  .tile.tile-70 .tile-inner {
    color: #ffffff;
    background: #8000ff;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-71 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(25deg, #4c4c00, transparent 9px); }
  .tile.tile--71 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 0px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(25deg, #4c4c00, transparent 9px); }
  .tile.tile-72 .tile-inner {
    color: #ffffff;
    background: #00ffff;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-75 .tile-inner {
    color: #ffffff;
    background: #00ff80;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-76 .tile-inner {
    color: #ffffff;
    background: #5800af;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(129deg, #2a0055, transparent 16px); }
  .tile.tile-77 .tile-inner {
    color: #ffffff;
    background: #808000;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-78 .tile-inner {
    color: #000000;
    background: #80ffc0;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-80 .tile-inner {
    color: #ffffff;
    background: #00ff00;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-81 .tile-inner {
    color: #ffffff;
    background: #ff8000;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-82 .tile-inner {
    color: #faf4ef;
    background: #c5a588;
    font-size: 32px; }
  .tile.tile-83 .tile-inner {
    color: #f1e860;
    background: #25b361;
    font-size: 32px; }
  .tile.tile-84 .tile-inner {
    color: #ffffff;
    background: #80ff00;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-85 .tile-inner {
    color: #ffffff;
    background: #850000;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(20deg, #005900, transparent 17px); }
  .tile.tile-87 .tile-inner {
    color: #ffffff;
    background: #009b00;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(173deg, #01264e, transparent 14px); }
  .tile.tile-88 .tile-inner {
    color: #ffffff;
    background: #800080;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-90 .tile-inner {
    color: #ffffff;
    background: #ff0080;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-91 .tile-inner {
    color: #000000;
    background: #ffff80;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-92 .tile-inner {
    color: #ffffff;
    background: #3a0073;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(67deg, #4e2a00, transparent 15px); }
  .tile.tile-93 .tile-inner {
    color: #ffffff;
    background: #009300;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(109deg, #4c0000, transparent 13px); }
  .tile.tile-95 .tile-inner {
    color: #ffffff;
    background: #8f0000;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(129deg, #2a0055, transparent 16px); }
  .tile.tile-96 .tile-inner {
    color: #ffffff;
    background: #8000ff;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-98 .tile-inner {
    color: #ffffff;
    background: #80ff00;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-99 .tile-inner {
    color: #ffffff;
    background: #408000;
    font-size: 32px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-100 .tile-inner {
    color: #ffffff;
    background: #0000ff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-102 .tile-inner {
    color: #ffffff;
    background: #00ab56;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(20deg, #005900, transparent 17px); }
  .tile.tile-104 .tile-inner {
    color: #000000;
    background: #ff80ff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-105 .tile-inner {
    color: #ffffff;
    background: #0080ff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-108 .tile-inner {
    color: #ffffff;
    background: #00ff00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-110 .tile-inner {
    color: #ffffff;
    background: #8f4000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-112 .tile-inner {
    color: #ffffff;
    background: #00ffff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-114 .tile-inner {
    color: #ffffff;
    background: #00af58;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(129deg, #2a0055, transparent 16px); }
  .tile.tile-115 .tile-inner {
    color: #ffffff;
    background: #f30000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(67deg, #4e2a00, transparent 15px); }
  .tile.tile-116 .tile-inner {
    color: #ffffff;
    background: #5f00bd;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(173deg, #01264e, transparent 14px); }
  .tile.tile-117 .tile-inner {
    color: #000000;
    background: #c0ff80;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-119 .tile-inner {
    color: #ffffff;
    background: #858500;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(20deg, #005900, transparent 17px); }
  .tile.tile-120 .tile-inner {
    color: #ffffff;
    background: #ffff00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-121 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-124 .tile-inner {
    color: #ffffff;
    background: #7300e5;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(109deg, #4c0000, transparent 13px); }
  .tile.tile-125 .tile-inner {
    color: #ffffff;
    background: #ff0000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-126 .tile-inner {
    color: #ffffff;
    background: #ff8000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-128 .tile-inner {
    color: #ffffff;
    background: #ffff00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-130 .tile-inner {
    color: #000000;
    background: #ffc080;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-132 .tile-inner {
    color: #ffffff;
    background: #008080;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-133 .tile-inner {
    color: #ffffff;
    background: #abab00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(129deg, #2a0055, transparent 16px); }
  .tile.tile-135 .tile-inner {
    color: #ffffff;
    background: #8000ff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-136 .tile-inner {
    color: #ffffff;
    background: #af00af;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(20deg, #005900, transparent 17px); }
  .tile.tile-138 .tile-inner {
    color: #ffffff;
    background: #00bf60;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(67deg, #4e2a00, transparent 15px); }
  .tile.tile-140 .tile-inner {
    color: #ffffff;
    background: #ff00ff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-142 .tile-inner {
    color: #ffffff;
    background: #0000c3;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(25deg, #4c4c00, transparent 9px); }
  .tile.tile-143 .tile-inner {
    color: #ffffff;
    background: #808080;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-144 .tile-inner {
    color: #ffffff;
    background: #0080ff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-145 .tile-inner {
    color: #ffffff;
    background: #c30000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(173deg, #01264e, transparent 14px); }
  .tile.tile-147 .tile-inner {
    color: #ffffff;
    background: #ff8000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-150 .tile-inner {
    color: #ffffff;
    background: #00ffff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-152 .tile-inner {
    color: #ffffff;
    background: #af00af;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(129deg, #2a0055, transparent 16px); }
  .tile.tile-153 .tile-inner {
    color: #ffffff;
    background: #55a900;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(20deg, #005900, transparent 17px); }
  .tile.tile-154 .tile-inner {
    color: #ffffff;
    background: #408000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-155 .tile-inner {
    color: #ffffff;
    background: #b70000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(109deg, #4c0000, transparent 13px); }
  .tile.tile-156 .tile-inner {
    color: #000000;
    background: #80ffff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-160 .tile-inner {
    color: #ffffff;
    background: #00ff80;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-161 .tile-inner {
    color: #ffffff;
    background: #6d6d00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(67deg, #4e2a00, transparent 15px); }
  .tile.tile-162 .tile-inner {
    color: #ffffff;
    background: #ffff00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-165 .tile-inner {
    color: #ffffff;
    background: #800040;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-168 .tile-inner {
    color: #ffffff;
    background: #00ff00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-169 .tile-inner {
    color: #000000;
    background: #ffffff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-170 .tile-inner {
    color: #ffffff;
    background: #974c00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(20deg, #005900, transparent 17px); }
  .tile.tile-171 .tile-inner {
    color: #ffffff;
    background: #58af00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(129deg, #2a0055, transparent 16px); }
  .tile.tile-174 .tile-inner {
    color: #ffffff;
    background: #00cb66;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(173deg, #01264e, transparent 14px); }
  .tile.tile-175 .tile-inner {
    color: #ffffff;
    background: #ffff00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-176 .tile-inner {
    color: #ffffff;
    background: #800040;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-180 .tile-inner {
    color: #ffffff;
    background: #ff0000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-182 .tile-inner {
    color: #000000;
    background: #c0ff80;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-184 .tile-inner {
    color: #ffffff;
    background: #00994d;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(67deg, #4e2a00, transparent 15px); }
  .tile.tile-186 .tile-inner {
    color: #ffffff;
    background: #b70000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(109deg, #4c0000, transparent 13px); }
  .tile.tile-187 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(20deg, #005900, transparent 17px); }
  .tile.tile-189 .tile-inner {
    color: #ffffff;
    background: #ff0080;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-190 .tile-inner {
    color: #ffffff;
    background: #9b4e00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(129deg, #2a0055, transparent 16px); }
  .tile.tile-192 .tile-inner {
    color: #ffffff;
    background: #ff00ff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-195 .tile-inner {
    color: #000000;
    background: #ff80c0;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-196 .tile-inner {
    color: #ffffff;
    background: #00ff00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-198 .tile-inner {
    color: #ffffff;
    background: #008000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-200 .tile-inner {
    color: #ffffff;
    background: #8000ff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-203 .tile-inner {
    color: #ffffff;
    background: #bfbf00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(173deg, #01264e, transparent 14px); }
  .tile.tile-204 .tile-inner {
    color: #ffffff;
    background: #00c1c1;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(20deg, #005900, transparent 17px); }
  .tile.tile-207 .tile-inner {
    color: #ffffff;
    background: #5bb500;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(67deg, #4e2a00, transparent 15px); }
  .tile.tile-208 .tile-inner {
    color: #000000;
    background: #ff80c0;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-209 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(129deg, #2a0055, transparent 16px); }
  .tile.tile-210 .tile-inner {
    color: #ffffff;
    background: #0000ff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-213 .tile-inner {
    color: #ffffff;
    background: #00f900;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(25deg, #4c4c00, transparent 9px); }
  .tile.tile-216 .tile-inner {
    color: #ffffff;
    background: #00ff80;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-217 .tile-inner {
    color: #ffffff;
    background: #9b9b00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(109deg, #4c0000, transparent 13px); }
  .tile.tile-220 .tile-inner {
    color: #ffffff;
    background: #808000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-221 .tile-inner {
    color: #000000;
    background: #ffffff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(20deg, #005900, transparent 17px); }
  .tile.tile-225 .tile-inner {
    color: #ffffff;
    background: #00ff00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-228 .tile-inner {
    color: #ffffff;
    background: #00a3a3;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(129deg, #2a0055, transparent 16px); }
  .tile.tile-230 .tile-inner {
    color: #ffffff;
    background: #b95d00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(67deg, #4e2a00, transparent 15px); }
  .tile.tile-231 .tile-inner {
    color: #ffffff;
    background: #8f4000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-232 .tile-inner {
    color: #ffffff;
    background: #d300d3;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(173deg, #01264e, transparent 14px); }
  .tile.tile-234 .tile-inner {
    color: #000000;
    background: #80ff80;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-238 .tile-inner {
    color: #ffffff;
    background: #55a900;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(20deg, #005900, transparent 17px); }
  .tile.tile-240 .tile-inner {
    color: #ffffff;
    background: #80ff00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-242 .tile-inner {
    color: #ffffff;
    background: #000080;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-245 .tile-inner {
    color: #ffffff;
    background: #0000ff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-247 .tile-inner {
    color: #000000;
    background: #ffffff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(129deg, #2a0055, transparent 16px); }
  .tile.tile-250 .tile-inner {
    color: #ffffff;
    background: #ff8000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-252 .tile-inner {
    color: #ffffff;
    background: #ffff00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-253 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(67deg, #4e2a00, transparent 15px); }
  .tile.tile-255 .tile-inner {
    color: #ffffff;
    background: #b9005d;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(20deg, #005900, transparent 17px); }
  .tile.tile-260 .tile-inner {
    color: #000000;
    background: #ffff80;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-261 .tile-inner {
    color: #ffffff;
    background: #66cb00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(173deg, #01264e, transparent 14px); }
  .tile.tile-264 .tile-inner {
    color: #ffffff;
    background: #00408f;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-266 .tile-inner {
    color: #ffffff;
    background: #58af00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(129deg, #2a0055, transparent 16px); }
  .tile.tile-270 .tile-inner {
    color: #ffffff;
    background: #ff00ff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-272 .tile-inner {
    color: #ffffff;
    background: #b9005d;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(20deg, #005900, transparent 17px); }
  .tile.tile-273 .tile-inner {
    color: #000000;
    background: #ffc080;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-275 .tile-inner {
    color: #ffffff;
    background: #008080;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-276 .tile-inner {
    color: #ffffff;
    background: #00b5b5;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(67deg, #4e2a00, transparent 15px); }
  .tile.tile-280 .tile-inner {
    color: #ffffff;
    background: #ff0080;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-284 .tile-inner {
    color: #ffffff;
    background: #5a00b3;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(25deg, #4c4c00, transparent 9px); }
  .tile.tile-285 .tile-inner {
    color: #ffffff;
    background: #c10061;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(129deg, #2a0055, transparent 16px); }
  .tile.tile-286 .tile-inner {
    color: #ffffff;
    background: #0000ff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-288 .tile-inner {
    color: #ffffff;
    background: #0000ff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-289 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(20deg, #00b900, transparent 17px); }
  .tile.tile-290 .tile-inner {
    color: #ffffff;
    background: #c76400;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(173deg, #01264e, transparent 14px); }
  .tile.tile-294 .tile-inner {
    color: #ffffff;
    background: #ffff00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-297 .tile-inner {
    color: #ffffff;
    background: #808000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-299 .tile-inner {
    color: #000000;
    background: #ffffff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(67deg, #4e2a00, transparent 15px); }
  .tile.tile-300 .tile-inner {
    color: #ffffff;
    background: #0080ff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-304 .tile-inner {
    color: #ffffff;
    background: #c10061;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(129deg, #2a0055, transparent 16px); }
  .tile.tile-306 .tile-inner {
    color: #ffffff;
    background: #00a300;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(20deg, #005900, transparent 17px); }
  .tile.tile-307 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: url('https://naughtybomb.github.io/91/307.PNG');
    background-size: 50px; }
  .tile.tile-308 .tile-inner {
    color: #ffffff;
    background: #008000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-312 .tile-inner {
    color: #000000;
    background: #80c0ff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-315 .tile-inner {
    color: #ffffff;
    background: #00ffff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-319 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(173deg, #01264e, transparent 14px); }
  .tile.tile-322 .tile-inner {
    color: #ffffff;
    background: #5bb500;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(67deg, #4e2a00, transparent 15px); }
  .tile.tile-323 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: url('https://naughtybomb.github.io/91/323.PNG');
    background-size: 50px; }
  .tile.tile-325 .tile-inner {
    color: #000000;
    background: #80ffff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-330 .tile-inner {
    color: #ffffff;
    background: #800000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-336 .tile-inner {
    color: #ffffff;
    background: #00ff80;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-338 .tile-inner {
    color: #000000;
    background: #8080ff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-340 .tile-inner {
    color: #ffffff;
    background: #858500;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(20deg, #005900, transparent 17px); }
  .tile.tile-342 .tile-inner {
    color: #ffffff;
    background: #008d00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(129deg, #2a0055, transparent 16px); }
  .tile.tile-343 .tile-inner {
    color: #ffffff;
    background: #ffff00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-345 .tile-inner {
    color: #ffffff;
    background: #b9005d;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(67deg, #4e2a00, transparent 15px); }
  .tile.tile-348 .tile-inner {
    color: #ffffff;
    background: #00ffff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(173deg, #01264e, transparent 14px); }
  .tile.tile-350 .tile-inner {
    color: #ffffff;
    background: #80ff00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-351 .tile-inner {
    color: #000000;
    background: #ffff80;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-355 .tile-inner {
    color: #ffffff;
    background: #ed0000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(25deg, #4c4c00, transparent 9px); }
  .tile.tile-357 .tile-inner {
    color: #ffffff;
    background: #974c00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(20deg, #005900, transparent 17px); }
  .tile.tile-360 .tile-inner {
    color: #ffffff;
    background: #ff8000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-361 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(129deg, #5800af, transparent 16px); }
  .tile.tile-363 .tile-inner {
    color: #ffffff;
    background: #008000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-364 .tile-inner {
    color: #000000;
    background: #80ff80;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-368 .tile-inner {
    color: #ffffff;
    background: #b9005d;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(67deg, #4e2a00, transparent 15px); }
  .tile.tile-373 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: url('https://naughtybomb.github.io/91/373.PNG');
    background-size: 50px; }
  .tile.tile-374 .tile-inner {
    color: #ffffff;
    background: #00006b;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(20deg, #005900, transparent 17px); }
  .tile.tile-375 .tile-inner {
    color: #ffffff;
    background: #ff0080;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-377 .tile-inner {
    color: #000000;
    background: #ffffff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(173deg, #01264e, transparent 14px); }
  .tile.tile-378 .tile-inner {
    color: #ffffff;
    background: #ff0000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-379 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: url('https://naughtybomb.github.io/91/379.PNG');
    background-size: 50px; }
  .tile.tile-380 .tile-inner {
    color: #ffffff;
    background: #abab00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(129deg, #2a0055, transparent 16px); }
  .tile.tile-383 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: url('https://naughtybomb.github.io/91/383.PNG');
    background-size: 50px; }
  .tile.tile-385 .tile-inner {
    color: #ffffff;
    background: #000080;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-389 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: url('https://naughtybomb.github.io/91/389.PNG');
    background-size: 50px; }
  .tile.tile-390 .tile-inner {
    color: #000000;
    background: #ff8080;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-392 .tile-inner {
    color: #ffffff;
    background: #00ff80;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-396 .tile-inner {
    color: #ffffff;
    background: #008040;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-397 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: url('https://naughtybomb.github.io/91/397.PNG');
    background-size: 50px; }
  .tile.tile-399 .tile-inner {
    color: #ffffff;
    background: #9b4e00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(129deg, #2a0055, transparent 16px); }
  .tile.tile-401 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: url('https://naughtybomb.github.io/91/401.PNG');
    background-size: 50px; }
  .tile.tile-408 .tile-inner {
    color: #ffffff;
    background: #0080ff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(20deg, #005900, transparent 17px); }
  .tile.tile-414 .tile-inner {
    color: #ffffff;
    background: #008900;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(67deg, #4e2a00, transparent 15px); }
  .tile.tile-418 .tile-inner {
    color: #ffffff;
    background: #00005b;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(129deg, #2a0055, transparent 16px); }
  .tile.tile-420 .tile-inner {
    color: #ffffff;
    background: #8000ff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-425 .tile-inner {
    color: #ffffff;
    background: #00c1c1;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(20deg, #005900, transparent 17px); }
  .tile.tile-429 .tile-inner {
    color: #ffffff;
    background: #00ff00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-440 .tile-inner {
    color: #ffffff;
    background: #408000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-441 .tile-inner {
    color: #ffffff;
    background: #ff0000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-442 .tile-inner {
    color: #000000;
    background: #8080ff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(20deg, #005900, transparent 17px); }
  .tile.tile-450 .tile-inner {
    color: #ffffff;
    background: #00ff80;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-455 .tile-inner {
    color: #000000;
    background: #8080ff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-456 .tile-inner {
    color: #ffffff;
    background: #0080ff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(129deg, #2a0055, transparent 16px); }
  .tile.tile-460 .tile-inner {
    color: #ffffff;
    background: #6d6d00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(67deg, #4e2a00, transparent 15px); }
  .tile.tile-462 .tile-inner {
    color: #ffffff;
    background: #808000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-468 .tile-inner {
    color: #000000;
    background: #80ffc0;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-475 .tile-inner {
    color: #ffffff;
    background: #00a3a3;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(129deg, #2a0055, transparent 16px); }
  .tile.tile-476 .tile-inner {
    color: #ffffff;
    background: #00a300;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(20deg, #005900, transparent 17px); }
  .tile.tile-484 .tile-inner {
    color: #ffffff;
    background: #400080;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-490 .tile-inner {
    color: #ffffff;
    background: #8000ff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-494 .tile-inner {
    color: #ffffff;
    background: #8080ff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(129deg, #2a0055, transparent 16px); }
  .tile.tile-495 .tile-inner {
    color: #ffffff;
    background: #800080;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-500 .tile-inner {
    color: #ffffff;
    background: #ffff00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-503 .tile-inner {
    color: #000000;
    background: #ffb680;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(180deg, #2ec8eb, transparent 8px); }
  .tile.tile-504 .tile-inner {
    color: #ffffff;
    background: #80ff00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-507 .tile-inner {
    color: #000000;
    background: #80ff80;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-510 .tile-inner {
    color: #ffffff;
    background: #850000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(20deg, #005900, transparent 17px); }
  .tile.tile-520 .tile-inner {
    color: #000000;
    background: #c0ff80;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-525 .tile-inner {
    color: #ffffff;
    background: #ff8000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-528 .tile-inner {
    color: #ffffff;
    background: #000080;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-529 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(67deg, #9f5000, transparent 15px); }
  .tile.tile-532 .tile-inner {
    color: #ffffff;
    background: #008d00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(129deg, #2a0055, transparent 16px); }
  .tile.tile-539 .tile-inner {
    color: #ffffff;
    background: #808000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-546 .tile-inner {
    color: #000000;
    background: #ffff80;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-550 .tile-inner {
    color: #ffffff;
    background: #00408f;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-561 .tile-inner {
    color: #ffffff;
    background: #008100;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(20deg, #005900, transparent 17px); }
  .tile.tile-570 .tile-inner {
    color: #ffffff;
    background: #8f0000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(129deg, #2a0055, transparent 16px); }
  .tile.tile-572 .tile-inner {
    color: #ffffff;
    background: #8000ff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-585 .tile-inner {
    color: #000000;
    background: #ff80ff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-588 .tile-inner {
    color: #ffffff;
    background: #80ff00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-594 .tile-inner {
    color: #ffffff;
    background: #408000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-595 .tile-inner {
    color: #ffffff;
    background: #00006b;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(20deg, #005900, transparent 17px); }
  .tile.tile-600 .tile-inner {
    color: #ffffff;
    background: #0000ff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-601 .tile-inner {
    color: #000000;
    background: #ff80e9;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(180deg, #ceeb2e, transparent 8px); }
  .tile.tile-605 .tile-inner {
    color: #ffffff;
    background: #800000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-625 .tile-inner {
    color: #ffffff;
    background: #00ffff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-630 .tile-inner {
    color: #ffffff;
    background: #0080ff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-637 .tile-inner {
    color: #000000;
    background: #ffff80;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-650 .tile-inner {
    color: #000000;
    background: #80c0ff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-660 .tile-inner {
    color: #ffffff;
    background: #8f4000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-663 .tile-inner {
    color: #000000;
    background: #92ff92;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(20deg, #005900, transparent 17px); }
  .tile.tile-667 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: url('https://naughtybomb.github.io/91/667.PNG');
    background-size: 50px; }
  .tile.tile-675 .tile-inner {
    color: #ffffff;
    background: #80ff00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-676 .tile-inner {
    color: #000000;
    background: #c080ff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-686 .tile-inner {
    color: #ffffff;
    background: #80ff00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-693 .tile-inner {
    color: #ffffff;
    background: #800000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-700 .tile-inner {
    color: #ffffff;
    background: #00ff00;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-701 .tile-inner {
    color: #000000;
    background: #4568ed;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(180deg, #db71f5, transparent 8px); }
  .tile.tile-714 .tile-inner {
    color: #ffffff;
    background: #858500;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(20deg, #005900, transparent 17px); }
  .tile.tile-715 .tile-inner {
    color: #ffffff;
    background: #ff0000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-726 .tile-inner {
    color: #ffffff;
    background: #008040;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-735 .tile-inner {
    color: #ffffff;
    background: #0080ff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-748 .tile-inner {
    color: #ffffff;
    background: #400080;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(20deg, #005900, transparent 17px); }
  .tile.tile-770 .tile-inner {
    color: #ffffff;
    background: #400080;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-792 .tile-inner {
    color: #ffffff;
    background: #008080;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-809 .tile-inner {
    color: #000000;
    background: #118566;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(180deg, #c1c5a8, transparent 8px); }
  .tile.tile-819 .tile-inner {
    color: #000000;
    background: #ff8080;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-825 .tile-inner {
    color: #ffffff;
    background: #008040;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-841 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(173deg, #004b96, transparent 14px); }
  .tile.tile-845 .tile-inner {
    color: #000000;
    background: #ff8080;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-847 .tile-inner {
    color: #ffffff;
    background: #808000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-882 .tile-inner {
    color: #ffffff;
    background: #ff8000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-884 .tile-inner {
    color: #000000;
    background: #c080ff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(20deg, #005900, transparent 17px); }
  .tile.tile-924 .tile-inner {
    color: #ffffff;
    background: #408000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-935 .tile-inner {
    color: #ffffff;
    background: #800000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(20deg, #005900, transparent 17px); }
  .tile.tile-936 .tile-inner {
    color: #000000;
    background: #80ffff;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-961 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(109deg, #980000, transparent 13px); }
  .tile.tile-975 .tile-inner {
    color: #000000;
    background: #80ffc0;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #000000; }
  .tile.tile-990 .tile-inner {
    color: #ffffff;
    background: #800040;
    font-size: 25px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-1000 .tile-inner {
    color: #ffffff;
    background: #80ff00;
    font-size: 19px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-1001 .tile-inner {
    color: #ffffff;
    background: #808080;
    font-size: 19px;
    box-shadow: inset 0 0 0 3px #ffff00; }
  .tile.tile-2000 .tile-inner {
    color: #ffffff;
    background: #00ff00;
    font-size: 19px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-2201 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 19px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: url('https://naughtybomb.github.io/91/2201.PNG');
    background-size: 50px; }
  .tile.tile-4000 .tile-inner {
    color: #ffffff;
    background: #00ff80;
    font-size: 19px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-5041 .tile-inner {
    color: #ffffff;
    background: #000000;
    font-size: 19px;
    box-shadow: inset 0 0 0 3px #000000;
    background-image: repeating-linear-gradient(25deg, #989800, transparent 9px); }
  .tile.tile-8000 .tile-inner {
    color: #ffffff;
    background: #00ffff;
    font-size: 19px;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .tile.tile-8282 .tile-inner {
    color: #c5a588;
    background: #faf0e8;
    font-size: 20px; }
  .tile.tile-828282 .tile-inner {
    color: #bdab9c;
    background: #896d54;
    font-size: 14px; }

@-webkit-keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); } }

@keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); } }

.tile-new .tile-inner {
  -webkit-animation: appear 200ms ease 100ms;
  -moz-animation: appear 200ms ease 100ms;
  animation: appear 200ms ease 100ms;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0); }

  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2); }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes pop {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0); }

  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2); }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); } }

@keyframes pop {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0); }

  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2); }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); } }

.tile-merged .tile-inner {
  z-index: 20;
  -webkit-animation: pop 200ms ease 100ms;
  -moz-animation: pop 200ms ease 100ms;
  animation: pop 200ms ease 100ms;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

.game-intro {
  margin-bottom: 0; }

.game-explanation {
  margin-top: 50px; }
