/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* $tile - 3 * $tileBorder;*/
/* line 20, ../sass/screen.scss */
.tileBox {
  width: 48px;
  height: 48px;
  display: inline-block;
  margin: 1px;
  -webkit-box-shadow: inset 1px 1px 3px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 1px 3px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 3px 3px rgba(0, 0, 0, 0.5);
}

/* line 27, ../sass/screen.scss */
.tileGrid {
  display: block;
  max-width: 450px;
  max-height: 450px;
  margin: 0em auto;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.5);
}

/* line 35, ../sass/screen.scss */
.error {
  -webkit-box-shadow: 1px 1px 3px 3px rgba(255, 0, 0, 0.7);
  -moz-box-shadow: 1px 1px 3px 3px rgba(255, 0, 0, 0.7);
  box-shadow: 1px 1px 3px 3px rgba(255, 0, 0, 0.7);
}

/* line 38, ../sass/screen.scss */
.gameover {
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 264px;
  padding-top: 200px;
  font: 4em Arial;
  color: rgba(255, 0, 0, 0.7);
  margin-left: -3px;
  margin-top: -10px;
  position: absolute;
  left: 0px;
}

.btn-external {
	margin-top: 2em;
}

/* line 51, ../sass/screen.scss */
.hidden {
  left: -5000px;
}

/* line 54, ../sass/screen.scss */
.tile {
  max-width: 50px;
}

/* line 57, ../sass/screen.scss */
.tileSelected {
  margin: 1px;
}

/* line 60, ../sass/screen.scss */
.bottom-line {
  margin-top: 1em;
}

/* line 63, ../sass/screen.scss */
.score {
  text-align: left;
  margin-right: 2em;
  margin-left: 2em;
}

/* line 68, ../sass/screen.scss */
.balls-score {
  text-align: right;
  margin-left: 2em;
  margin-right: 2em;
}

/* line 73, ../sass/screen.scss */
.ball {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 17.5px;
  -moz-border-radius: 17.5px;
  -ms-border-radius: 17.5px;
  -o-border-radius: 17.5px;
  border-radius: 17.5px;
  display: block;
  position: static;
  margin: auto;
  -webkit-box-shadow: inset 0 -5px 3.5px rgba(255, 255, 255, 0.4), inset -2px -1px 10px rgba(0, 0, 0, 0.4), 0 0 1px black;
  -moz-box-shadow: inset 0 -5px 3.5px rgba(255, 255, 255, 0.4), inset -2px -1px 10px rgba(0, 0, 0, 0.4), 0 0 1px black;
  box-shadow: inset 0 -5px 3.5px rgba(255, 255, 255, 0.4), inset -2px -1px 10px rgba(0, 0, 0, 0.4), 0 0 1px black;
  z-index: 11;
}

/* line 83, ../sass/screen.scss */
.ballBouncing {
  -webkit-animation: jump 1s infinite;
  -moz-animation: jump 1s infinite;
  -o-animation: jump 1s infinite;
  -ms-animation: jump 1s infinite;
  animation: jump 1s infinite;
}

/* line 90, ../sass/screen.scss */
.ball::after {
  content: "";
  width: 24px;
  height: 12px;
  position: static;
  display: block;
  margin: 2.5px auto;
  -webkit-border-radius: 24px 12px;
  -moz-border-radius: 24px / 12px;
  border-radius: 24px / 12px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e8e8e8), color-stop(1%, #e8e8e8), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #e8e8e8 1%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(top, #e8e8e8 0%, #e8e8e8 1%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #e8e8e8 1%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(top, #e8e8e8 0%, #e8e8e8 1%, rgba(255, 255, 255, 0) 100%);
}

/* line 100, ../sass/screen.scss */
.smallBall {
  -webkit-transform: scaleX(0.5) scaleY(0.5);
  -moz-transform: scaleX(0.5) scaleY(0.5);
  -ms-transform: scaleX(0.5) scaleY(0.5);
  -o-transform: scaleX(0.5) scaleY(0.5);
  transform: scaleX(0.5) scaleY(0.5);
}

/* line 104, ../sass/screen.scss */
.ballShadow {
  position: static;
  display: block;
  z-index: 10;
  margin-left: 17.5px;
  margin-top: -5px;
  width: 15.75px;
  height: 19.25px;
  background: rgba(20, 20, 20, 0.1);
  -webkit-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.1);
  -moz-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.1);
  box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.1);
  -webkit-border-radius: 7.778px 10px;
  -moz-border-radius: 7.778px / 10px;
  border-radius: 7.778px / 10px;
  -webkit-transform: scaleY(0.3);
  -moz-transform: scaleY(0.3);
  -ms-transform: scaleY(0.3);
  -o-transform: scaleY(0.3);
  transform: scaleY(0.3);
}

/* line 117, ../sass/screen.scss */
.ballShadowBouncing {
  -webkit-animation: shrink 1s infinite;
  -moz-animation: shrink 1s infinite;
  -o-animation: shrink 1s infinite;
  -ms-animation: shrink 1s infinite;
  animation: shrink 1s infinite;
}

/* line 124, ../sass/screen.scss */
.smallShadow {
  -webkit-transform: scaleX(0.5) scaleY(0.5);
  -moz-transform: scaleX(0.5) scaleY(0.5);
  -ms-transform: scaleX(0.5) scaleY(0.5);
  -o-transform: scaleX(0.5) scaleY(0.5);
  transform: scaleX(0.5) scaleY(0.5);
}

/* line 131, ../sass/screen.scss */
.blackball {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bbbbbb), color-stop(99%, #888888));
  background-image: -webkit-linear-gradient(top, #bbbbbb 0%, #888888 99%);
  background-image: -moz-linear-gradient(top, #bbbbbb 0%, #888888 99%);
  background-image: -o-linear-gradient(top, #bbbbbb 0%, #888888 99%);
  background-image: linear-gradient(top, #bbbbbb 0%, #888888 99%);
}

/* line 131, ../sass/screen.scss */
.redball {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f00a0a), color-stop(99%, #8e0606));
  background-image: -webkit-linear-gradient(top, #f00a0a 0%, #8e0606 99%);
  background-image: -moz-linear-gradient(top, #f00a0a 0%, #8e0606 99%);
  background-image: -o-linear-gradient(top, #f00a0a 0%, #8e0606 99%);
  background-image: linear-gradient(top, #f00a0a 0%, #8e0606 99%);
}

/* line 131, ../sass/screen.scss */
.blueball {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0a0af0), color-stop(99%, #06068e));
  background-image: -webkit-linear-gradient(top, #0a0af0 0%, #06068e 99%);
  background-image: -moz-linear-gradient(top, #0a0af0 0%, #06068e 99%);
  background-image: -o-linear-gradient(top, #0a0af0 0%, #06068e 99%);
  background-image: linear-gradient(top, #0a0af0 0%, #06068e 99%);
}

/* line 131, ../sass/screen.scss */
.greenball {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0af00a), color-stop(99%, #068e06));
  background-image: -webkit-linear-gradient(top, #0af00a 0%, #068e06 99%);
  background-image: -moz-linear-gradient(top, #0af00a 0%, #068e06 99%);
  background-image: -o-linear-gradient(top, #0af00a 0%, #068e06 99%);
  background-image: linear-gradient(top, #0af00a 0%, #068e06 99%);
}

/* line 131, ../sass/screen.scss */
.yellowball {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bbbb0a), color-stop(99%, #5a5a05));
  background-image: -webkit-linear-gradient(top, #bbbb0a 0%, #5a5a05 99%);
  background-image: -moz-linear-gradient(top, #bbbb0a 0%, #5a5a05 99%);
  background-image: -o-linear-gradient(top, #bbbb0a 0%, #5a5a05 99%);
  background-image: linear-gradient(top, #bbbb0a 0%, #5a5a05 99%);
}

/* line 131, ../sass/screen.scss */
.magentaball {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bb0abb), color-stop(99%, #5a055a));
  background-image: -webkit-linear-gradient(top, #bb0abb 0%, #5a055a 99%);
  background-image: -moz-linear-gradient(top, #bb0abb 0%, #5a055a 99%);
  background-image: -o-linear-gradient(top, #bb0abb 0%, #5a055a 99%);
  background-image: linear-gradient(top, #bb0abb 0%, #5a055a 99%);
}

/* line 131, ../sass/screen.scss */
.cyanball {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0abbbb), color-stop(99%, #055a5a));
  background-image: -webkit-linear-gradient(top, #0abbbb 0%, #055a5a 99%);
  background-image: -moz-linear-gradient(top, #0abbbb 0%, #055a5a 99%);
  background-image: -o-linear-gradient(top, #0abbbb 0%, #055a5a 99%);
  background-image: linear-gradient(top, #0abbbb 0%, #055a5a 99%);
}

@keyframes jump {
  /* line 139, ../sass/screen.scss */
  0% {
    margin: 2.5px auto;
    animation-timing-function: ease-in;
  }

  /* line 143, ../sass/screen.scss */
  50% {
    margin: 10px auto;
    height: 35px;
    -webkit-border-radius: 17.5px;
    -moz-border-radius: 17.5px;
    -ms-border-radius: 17.5px;
    -o-border-radius: 17.5px;
    border-radius: 17.5px;
    animation-timing-function: ease-out;
  }

  /* line 149, ../sass/screen.scss */
  55% {
    margin: 12.5px auto;
    height: 29.75px;
    -webkit-border-radius: 17.5px 11.667px;
    -moz-border-radius: 17.5px / 11.667px;
    border-radius: 17.5px / 11.667px;
    animation-timing-function: ease-in;
  }

  /* line 155, ../sass/screen.scss */
  65% {
    margin: 10px auto;
    height: 35px;
    -webkit-border-radius: 17.5px;
    -moz-border-radius: 17.5px;
    -ms-border-radius: 17.5px;
    -o-border-radius: 17.5px;
    border-radius: 17.5px;
    animation-timing-function: ease-out;
  }

  /* line 161, ../sass/screen.scss */
  95% {
    margin: 2.5px auto;
    animation-timing-function: ease-in;
  }

  /* line 165, ../sass/screen.scss */
  100% {
    margin: 2.5px auto;
    animation-timing-function: ease-in;
  }
}

@-moz-keyframes jump {
  /* line 171, ../sass/screen.scss */
  0% {
    margin: 2.5px auto;
    -moz-animation-timing-function: ease-in;
  }

  /* line 175, ../sass/screen.scss */
  50% {
    margin: 10px auto;
    height: 35px;
    -webkit-border-radius: 17.5px;
    -moz-border-radius: 17.5px;
    -ms-border-radius: 17.5px;
    -o-border-radius: 17.5px;
    border-radius: 17.5px;
    -moz-animation-timing-function: ease-out;
  }

  /* line 181, ../sass/screen.scss */
  55% {
    margin: 12.5px auto;
    height: 29.75px;
    -webkit-border-radius: 17.5px 11.667px;
    -moz-border-radius: 17.5px / 11.667px;
    border-radius: 17.5px / 11.667px;
    -moz-animation-timing-function: ease-in;
  }

  /* line 187, ../sass/screen.scss */
  65% {
    margin: 10px auto;
    height: 35px;
    -webkit-border-radius: 17.5px;
    -moz-border-radius: 17.5px;
    -ms-border-radius: 17.5px;
    -o-border-radius: 17.5px;
    border-radius: 17.5px;
    -moz-animation-timing-function: ease-out;
  }

  /* line 193, ../sass/screen.scss */
  95% {
    margin: 2.5px auto;
    -moz-animation-timing-function: ease-in;
  }

  /* line 197, ../sass/screen.scss */
  100% {
    margin: 2.5px auto;
    -moz-animation-timing-function: ease-in;
  }
}

@-webkit-keyframes jump {
  /* line 203, ../sass/screen.scss */
  0% {
    margin: 2.5px auto;
    -webkit-animation-timing-function: ease-in;
  }

  /* line 207, ../sass/screen.scss */
  50% {
    margin: 10px auto;
    height: 35px;
    -webkit-border-radius: 17.5px;
    -moz-border-radius: 17.5px;
    -ms-border-radius: 17.5px;
    -o-border-radius: 17.5px;
    border-radius: 17.5px;
    -webkit-animation-timing-function: ease-out;
  }

  /* line 213, ../sass/screen.scss */
  55% {
    margin: 12.5px auto;
    height: 29.75px;
    -webkit-border-radius: 17.5px 11.667px;
    -moz-border-radius: 17.5px / 11.667px;
    border-radius: 17.5px / 11.667px;
    -webkit-animation-timing-function: ease-in;
  }

  /* line 219, ../sass/screen.scss */
  65% {
    margin: 10px auto;
    height: 35px;
    -webkit-border-radius: 17.5px;
    -moz-border-radius: 17.5px;
    -ms-border-radius: 17.5px;
    -o-border-radius: 17.5px;
    border-radius: 17.5px;
    -webkit-animation-timing-function: ease-out;
  }

  /* line 225, ../sass/screen.scss */
  95% {
    margin: 2.5px auto;
    -webkit-animation-timing-function: ease-in;
  }

  /* line 229, ../sass/screen.scss */
  100% {
    margin: 2.5px auto;
    -webkit-animation-timing-function: ease-in;
  }
}

@-o-keyframes jump {
  /* line 235, ../sass/screen.scss */
  0% {
    margin: 2.5px auto;
    -o-animation-timing-function: ease-in;
  }

  /* line 239, ../sass/screen.scss */
  50% {
    margin: 10px auto;
    height: 35px;
    -webkit-border-radius: 17.5px;
    -moz-border-radius: 17.5px;
    -ms-border-radius: 17.5px;
    -o-border-radius: 17.5px;
    border-radius: 17.5px;
    -o-animation-timing-function: ease-out;
  }

  /* line 245, ../sass/screen.scss */
  55% {
    margin: 12.5px auto;
    height: 29.75px;
    -webkit-border-radius: 17.5px 11.667px;
    -moz-border-radius: 17.5px / 11.667px;
    border-radius: 17.5px / 11.667px;
    -o-animation-timing-function: ease-in;
  }

  /* line 251, ../sass/screen.scss */
  65% {
    margin: 10px auto;
    height: 35px;
    -webkit-border-radius: 17.5px;
    -moz-border-radius: 17.5px;
    -ms-border-radius: 17.5px;
    -o-border-radius: 17.5px;
    border-radius: 17.5px;
    -o-animation-timing-function: ease-out;
  }

  /* line 257, ../sass/screen.scss */
  95% {
    margin: 2.5px auto;
    -o-animation-timing-function: ease-in;
  }

  /* line 261, ../sass/screen.scss */
  100% {
    margin: 2.5px auto;
    -o-animation-timing-function: ease-in;
  }
}

@-ms-keyframes jump {
  /* line 267, ../sass/screen.scss */
  0% {
    margin: 2.5px auto;
    -ms-animation-timing-function: ease-in;
  }

  /* line 271, ../sass/screen.scss */
  50% {
    margin: 10px auto;
    height: 35px;
    -webkit-border-radius: 17.5px;
    -moz-border-radius: 17.5px;
    -ms-border-radius: 17.5px;
    -o-border-radius: 17.5px;
    border-radius: 17.5px;
    -ms-animation-timing-function: ease-out;
  }

  /* line 277, ../sass/screen.scss */
  55% {
    margin: 12.5px auto;
    height: 29.75px;
    -webkit-border-radius: 17.5px 11.667px;
    -moz-border-radius: 17.5px / 11.667px;
    border-radius: 17.5px / 11.667px;
    -ms-animation-timing-function: ease-in;
  }

  /* line 283, ../sass/screen.scss */
  65% {
    margin: 10px auto;
    height: 35px;
    -webkit-border-radius: 17.5px;
    -moz-border-radius: 17.5px;
    -ms-border-radius: 17.5px;
    -o-border-radius: 17.5px;
    border-radius: 17.5px;
    -ms-animation-timing-function: ease-out;
  }

  /* line 289, ../sass/screen.scss */
  95% {
    margin: 2.5px auto;
    -ms-animation-timing-function: ease-in;
  }

  /* line 293, ../sass/screen.scss */
  100% {
    margin: 2.5px auto;
    -ms-animation-timing-function: ease-in;
  }
}

@keyframes shrink {
  /* line 300, ../sass/screen.scss */
  0% {
    margin-left: 17.5px;
    margin-top: -5px;
    width: 15.75px;
    height: 19.25px;
    background: rgba(20, 20, 20, 0.1);
    -webkit-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.1);
    -moz-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.1);
    box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.1);
    -webkit-border-radius: 7.778px 10px;
    -moz-border-radius: 7.778px / 10px;
    border-radius: 7.778px / 10px;
    animation-timing-function: ease-in;
  }

  /* line 310, ../sass/screen.scss */
  50% {
    margin-left: 22.5px;
    margin-top: -10.25px;
    width: 5.25px;
    height: 1.75px;
    background: rgba(20, 20, 20, 0.3);
    -webkit-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.3);
    -moz-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.3);
    box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.3);
    -webkit-border-radius: 7.778px 7.778px;
    -moz-border-radius: 7.778px / 7.778px;
    border-radius: 7.778px / 7.778px;
    animation-timing-function: ease-out;
  }

  /* line 320, ../sass/screen.scss */
  55% {
    margin-top: -22.5px;
    height: 1.75px;
    animation-timing-function: ease-in;
    background: rgba(20, 20, 20, 0);
    -webkit-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0);
    -moz-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0);
    box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0);
  }

  /* line 327, ../sass/screen.scss */
  65% {
    margin-top: -10.25px;
    height: 1.75px;
    background: rgba(20, 20, 20, 0.3);
    -webkit-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.3);
    -moz-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.3);
    box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.3);
    animation-timing-function: ease-out;
  }

  /* line 334, ../sass/screen.scss */
  100% {
    margin-left: 17.5px;
    margin-top: -5px;
    width: 15.75px;
    height: 19.25px;
    background: rgba(20, 20, 20, 0.1);
    -webkit-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.1);
    -moz-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.1);
    box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.1);
    -webkit-border-radius: 7.778px 10px;
    -moz-border-radius: 7.778px / 10px;
    border-radius: 7.778px / 10px;
    animation-timing-function: ease-in;
  }
}

@-moz-keyframes shrink {
  /* line 347, ../sass/screen.scss */
  0% {
    margin-left: 17.5px;
    margin-top: -5px;
    width: 15.75px;
    height: 19.25px;
    background: rgba(20, 20, 20, 0.1);
    -webkit-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.1);
    -moz-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.1);
    box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.1);
    -webkit-border-radius: 7.778px 10px;
    -moz-border-radius: 7.778px / 10px;
    border-radius: 7.778px / 10px;
    -moz-animation-timing-function: ease-in;
  }

  /* line 357, ../sass/screen.scss */
  50% {
    margin-left: 22.5px;
    margin-top: -10.25px;
    width: 5.25px;
    height: 1.75px;
    background: rgba(20, 20, 20, 0.3);
    -webkit-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.3);
    -moz-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.3);
    box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.3);
    -webkit-border-radius: 7.778px 7.778px;
    -moz-border-radius: 7.778px / 7.778px;
    border-radius: 7.778px / 7.778px;
    -moz-animation-timing-function: ease-out;
  }

  /* line 367, ../sass/screen.scss */
  55% {
    margin-top: -22.5px;
    height: 1.75px;
    -moz-animation-timing-function: ease-in;
    background: rgba(20, 20, 20, 0);
    -webkit-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0);
    -moz-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0);
    box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0);
  }

  /* line 374, ../sass/screen.scss */
  65% {
    margin-top: -10.25px;
    height: 1.75px;
    background: rgba(20, 20, 20, 0.3);
    -webkit-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.3);
    -moz-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.3);
    box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.3);
    -moz-animation-timing-function: ease-out;
  }

  /* line 381, ../sass/screen.scss */
  100% {
    margin-left: 17.5px;
    margin-top: -5px;
    width: 15.75px;
    height: 19.25px;
    background: rgba(20, 20, 20, 0.1);
    -webkit-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.1);
    -moz-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.1);
    box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.1);
    -webkit-border-radius: 7.778px 10px;
    -moz-border-radius: 7.778px / 10px;
    border-radius: 7.778px / 10px;
    -moz-animation-timing-function: ease-in;
  }
}

@-webkit-keyframes shrink {
  /* line 394, ../sass/screen.scss */
  0% {
    margin-left: 17.5px;
    margin-top: -5px;
    width: 15.75px;
    height: 19.25px;
    background: rgba(20, 20, 20, 0.1);
    -webkit-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.1);
    -moz-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.1);
    box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.1);
    -webkit-border-radius: 7.778px 10px;
    -moz-border-radius: 7.778px / 10px;
    border-radius: 7.778px / 10px;
    -webkit-animation-timing-function: ease-in;
  }

  /* line 404, ../sass/screen.scss */
  50% {
    margin-left: 22.5px;
    margin-top: -10.25px;
    width: 5.25px;
    height: 1.75px;
    background: rgba(20, 20, 20, 0.3);
    -webkit-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.3);
    -moz-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.3);
    box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.3);
    -webkit-border-radius: 7.778px 7.778px;
    -moz-border-radius: 7.778px / 7.778px;
    border-radius: 7.778px / 7.778px;
    -webkit-animation-timing-function: ease-out;
  }

  /* line 414, ../sass/screen.scss */
  55% {
    margin-top: -22.5px;
    height: 1.75px;
    -webkit-animation-timing-function: ease-in;
    background: rgba(20, 20, 20, 0);
    -webkit-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0);
    -moz-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0);
    box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0);
  }

  /* line 421, ../sass/screen.scss */
  65% {
    margin-top: -10.25px;
    height: 1.75px;
    background: rgba(20, 20, 20, 0.3);
    -webkit-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.3);
    -moz-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.3);
    box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.3);
    -webkit-animation-timing-function: ease-out;
  }

  /* line 428, ../sass/screen.scss */
  100% {
    margin-left: 17.5px;
    margin-top: -5px;
    width: 15.75px;
    height: 19.25px;
    background: rgba(20, 20, 20, 0.1);
    -webkit-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.1);
    -moz-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.1);
    box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.1);
    -webkit-border-radius: 7.778px 10px;
    -moz-border-radius: 7.778px / 10px;
    border-radius: 7.778px / 10px;
    -webkit-animation-timing-function: ease-in;
  }
}

@-o-keyframes shrink {
  /* line 441, ../sass/screen.scss */
  0% {
    margin-left: 17.5px;
    margin-top: -5px;
    width: 15.75px;
    height: 19.25px;
    background: rgba(20, 20, 20, 0.1);
    -webkit-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.1);
    -moz-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.1);
    box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.1);
    -webkit-border-radius: 7.778px 10px;
    -moz-border-radius: 7.778px / 10px;
    border-radius: 7.778px / 10px;
    -o-animation-timing-function: ease-in;
  }

  /* line 451, ../sass/screen.scss */
  50% {
    margin-left: 22.5px;
    margin-top: -10.25px;
    width: 5.25px;
    height: 1.75px;
    background: rgba(20, 20, 20, 0.3);
    -webkit-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.3);
    -moz-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.3);
    box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.3);
    -webkit-border-radius: 7.778px 7.778px;
    -moz-border-radius: 7.778px / 7.778px;
    border-radius: 7.778px / 7.778px;
    -o-animation-timing-function: ease-out;
  }

  /* line 461, ../sass/screen.scss */
  55% {
    margin-top: -22.5px;
    height: 1.75px;
    -o-animation-timing-function: ease-in;
    background: rgba(20, 20, 20, 0);
    -webkit-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0);
    -moz-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0);
    box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0);
  }

  /* line 468, ../sass/screen.scss */
  65% {
    margin-top: -10.25px;
    height: 1.75px;
    background: rgba(20, 20, 20, 0.3);
    -webkit-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.3);
    -moz-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.3);
    box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.3);
    -o-animation-timing-function: ease-out;
  }

  /* line 475, ../sass/screen.scss */
  100% {
    margin-left: 17.5px;
    margin-top: -5px;
    width: 15.75px;
    height: 19.25px;
    background: rgba(20, 20, 20, 0.1);
    -webkit-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.1);
    -moz-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.1);
    box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.1);
    -webkit-border-radius: 7.778px 10px;
    -moz-border-radius: 7.778px / 10px;
    border-radius: 7.778px / 10px;
    -o-animation-timing-function: ease-in;
  }
}

@-ms-keyframes shrink {
  /* line 488, ../sass/screen.scss */
  0% {
    margin-left: 17.5px;
    margin-top: -5px;
    width: 15.75px;
    height: 19.25px;
    background: rgba(20, 20, 20, 0.1);
    -webkit-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.1);
    -moz-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.1);
    box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.1);
    -webkit-border-radius: 7.778px 10px;
    -moz-border-radius: 7.778px / 10px;
    border-radius: 7.778px / 10px;
    -ms-animation-timing-function: ease-in;
  }

  /* line 498, ../sass/screen.scss */
  50% {
    margin-left: 22.5px;
    margin-top: -10.25px;
    width: 5.25px;
    height: 1.75px;
    background: rgba(20, 20, 20, 0.3);
    -webkit-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.3);
    -moz-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.3);
    box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.3);
    -webkit-border-radius: 7.778px 7.778px;
    -moz-border-radius: 7.778px / 7.778px;
    border-radius: 7.778px / 7.778px;
    -ms-animation-timing-function: ease-out;
  }

  /* line 508, ../sass/screen.scss */
  55% {
    margin-top: -22.5px;
    height: 1.75px;
    -ms-animation-timing-function: ease-in;
    background: rgba(20, 20, 20, 0);
    -webkit-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0);
    -moz-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0);
    box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0);
  }

  /* line 515, ../sass/screen.scss */
  65% {
    margin-top: -10.25px;
    height: 1.75px;
    background: rgba(20, 20, 20, 0.3);
    -webkit-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.3);
    -moz-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.3);
    box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.3);
    -ms-animation-timing-function: ease-out;
  }

  /* line 522, ../sass/screen.scss */
  100% {
    margin-left: 17.5px;
    margin-top: -5px;
    width: 15.75px;
    height: 19.25px;
    background: rgba(20, 20, 20, 0.1);
    -webkit-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.1);
    -moz-box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.1);
    box-shadow: 0px 0px 7px 8.75px rgba(20, 20, 20, 0.1);
    -webkit-border-radius: 7.778px 10px;
    -moz-border-radius: 7.778px / 10px;
    border-radius: 7.778px / 10px;
    -ms-animation-timing-function: ease-in;
  }
}

/* static */
/* line 535, ../sass/screen.scss */
BODY {
  line-height: 10px;
	background-color: #aaa;
}

/* line 536, ../sass/screen.scss */
.board {
  padding-top: 0.4em;
  padding-left: 0.2em;
  text-align: center;
}

/* line 541, ../sass/screen.scss */
.message {
  font-size: 1em;
  display: inline-block;
  padding-top: 0.5em;
  padding-bottom: 0.3em;
}
