/* Variables */
/* Indices */
/* Paths */
/* Body */
body {
  margin: 0; }

/* Clearfix */
.clearfix {
  width: 100%;
  height: 0;
  float: none;
  clear: both; }

/* Buttons */
.button {
  padding: 0 21px;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  outline: 0;
  color: #ffffff;
  font: bold 16px/30px "Helvetica", Arial, Sans-Serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #3ea8f5;
  display: inline-block;
  cursor: pointer; }
  .button:hover {
    background-color: #f7941e; }
  .button:active {
    color: #f7941e;
    background-color: #ffcd7a; }
  .button.button-grey {
    background-color: #999999; }
  .dothraki .button {
    background-color: #84212b; }
    .dothraki .button:hover, .dothraki .button:active {
      background-color: #b51f2e; }

.rivet {
  width: auto;
  height: 22px;
  padding: 0 5px;
  border: 2px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  font: 13px/22px "Helvetica", Arial, Sans-Serif;
  text-align: center;
  text-decoration: none;
  background: #3ea8f5;
  display: inline-block;
  position: relative; }
  .rivet:hover {
    background: #ff921d; }

.play {
  width: 40px;
  height: 40px;
  background: transparent url(../../images/play.png) no-repeat center top;
  background-size: 40px 160px;
  display: block; }
  .play:hover {
    background-position: center -40px; }
  .play:active {
    background-position: center -80px; }

.speaker, .help {
  width: 30px;
  height: 30px;
  background: transparent url(../../images/admin.png) no-repeat 0 0;
  background-size: 120px 90px;
  display: block; }

.speaker {
  background-position: 0 0; }
  .speaker:hover {
    background-position: 0 -30px; }
  .speaker.disabled {
    background-position: 0 -60px; }
  .speaker.active {
    background-position: -30px 0; }
    .speaker.active:hover {
      background-position: -30px -30px; }
    .speaker.active.disabled {
      background-position: -30px -60px; }

.help {
  background-position: -60px 0; }
  .help:hover {
    background-position: -60px -30px; }
  .help.disabled {
    background-position: -60px -60px; }
  .help.active {
    background-position: -90px 0; }
    .help.active:hover {
      background-position: -90px -30px; }
    .help.active.disabled {
      background-position: -90px -60px; }

/* Radios */
.radio {
  width: auto;
  height: 26px;
  border: 2px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: transparent;
  display: inline-block; }
  .radio a {
    width: auto;
    height: 26px;
    min-width: 26px;
    padding: 0 5px;
    border-left: 1px solid #cccccc;
    color: #ffffff;
    font: 13px/26px "Helvetica", Arial, Sans-Serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    float: left; }
    .radio a:first-child {
      border: none;
      background: #3ea8f5;
      background: -moz-linear-gradient(top, #78c2f8 0%, #78c2f8 50%, #3ea8f5 51%, #3ea8f5 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #78c2f8), color-stop(50%, #78c2f8), color-stop(51%, #3ea8f5), color-stop(100%, #3ea8f5));
      background: -webkit-linear-gradient(top, #78c2f8 0%, #78c2f8 50%, #3ea8f5 51%, #3ea8f5 100%);
      background: -o-linear-gradient(top, #78c2f8 0%, #78c2f8 50%, #3ea8f5 51%, #3ea8f5 100%);
      background: -ms-linear-gradient(top, #78c2f8 0%, #78c2f8 50%, #3ea8f5 51%, #3ea8f5 100%);
      background: linear-gradient(to bottom, #78c2f8 0%, #78c2f8 50%, #3ea8f5 51%, #3ea8f5 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78c2f8', endColorstr='#3ea8f5', GradientType=0); }
    .radio a:last-child {
      background: #ff921d;
      background: -moz-linear-gradient(top, #ffb260 0%, #ffb260 50%, #ff921d 51%, #ff921d 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb260), color-stop(50%, #ffb260), color-stop(51%, #ff921d), color-stop(100%, #ff921d));
      background: -webkit-linear-gradient(top, #ffb260 0%, #ffb260 50%, #ff921d 51%, #ff921d 100%);
      background: -o-linear-gradient(top, #ffb260 0%, #ffb260 50%, #ff921d 51%, #ff921d 100%);
      background: -ms-linear-gradient(top, #ffb260 0%, #ffb260 50%, #ff921d 51%, #ff921d 100%);
      background: linear-gradient(to bottom, #ffb260 0%, #ffb260 50%, #ff921d 51%, #ff921d 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb260', endColorstr='#ff921d', GradientType=0); }
  .radio.on a:first-child {
    background: #ff921d;
    background: -moz-linear-gradient(top, #ffb260 0%, #ffb260 50%, #ff921d 51%, #ff921d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb260), color-stop(50%, #ffb260), color-stop(51%, #ff921d), color-stop(100%, #ff921d));
    background: -webkit-linear-gradient(top, #ffb260 0%, #ffb260 50%, #ff921d 51%, #ff921d 100%);
    background: -o-linear-gradient(top, #ffb260 0%, #ffb260 50%, #ff921d 51%, #ff921d 100%);
    background: -ms-linear-gradient(top, #ffb260 0%, #ffb260 50%, #ff921d 51%, #ff921d 100%);
    background: linear-gradient(to bottom, #ffb260 0%, #ffb260 50%, #ff921d 51%, #ff921d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb260', endColorstr='#ff921d', GradientType=0); }
  .radio.on a:last-child {
    background: #3ea8f5;
    background: -moz-linear-gradient(top, #78c2f8 0%, #78c2f8 50%, #3ea8f5 51%, #3ea8f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #78c2f8), color-stop(50%, #78c2f8), color-stop(51%, #3ea8f5), color-stop(100%, #3ea8f5));
    background: -webkit-linear-gradient(top, #78c2f8 0%, #78c2f8 50%, #3ea8f5 51%, #3ea8f5 100%);
    background: -o-linear-gradient(top, #78c2f8 0%, #78c2f8 50%, #3ea8f5 51%, #3ea8f5 100%);
    background: -ms-linear-gradient(top, #78c2f8 0%, #78c2f8 50%, #3ea8f5 51%, #3ea8f5 100%);
    background: linear-gradient(to bottom, #78c2f8 0%, #78c2f8 50%, #3ea8f5 51%, #3ea8f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78c2f8', endColorstr='#3ea8f5', GradientType=0); }
  .dothraki .radio {
    border: none; }
    .dothraki .radio a:first-child {
      -webkit-border-top-left-radius: 3px;
      -moz-border-top-left-radius: 3px;
      -ms-border-top-left-radius: 3px;
      -o-border-top-left-radius: 3px;
      border-top-left-radius: 3px;
      -webkit-border-bottom-left-radius: 3px;
      -moz-border-bottom-left-radius: 3px;
      -ms-border-bottom-left-radius: 3px;
      -o-border-bottom-left-radius: 3px;
      border-bottom-left-radius: 3px;
      color: #ffffff;
      background: #84212b; }
    .dothraki .radio a:last-child {
      -webkit-border-top-right-radius: 3px;
      -moz-border-top-right-radius: 3px;
      -ms-border-top-right-radius: 3px;
      -o-border-top-right-radius: 3px;
      border-top-right-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
      -moz-border-bottom-right-radius: 3px;
      -ms-border-bottom-right-radius: 3px;
      -o-border-bottom-right-radius: 3px;
      border-bottom-right-radius: 3px;
      color: #84212b;
      background: #ffffff; }
    .dothraki .radio.on a:first-child {
      color: #84212b;
      background: #ffffff; }
    .dothraki .radio.on a:last-child {
      color: #ffffff;
      background: #84212b; }

.radio-label, #board #game #transliteration p {
  margin: 0 10px;
  color: #ffffff;
  font: bold 12px/30px "Helvetica", Arial, Sans-Serif;
  text-transform: uppercase;
  float: left; }

/* Text */
.text-hide, .play {
  font: 0/0 "Arial", Arial, Sans-Serif;
  text-indent: -9999px; }

.no-select, #board #game #wordbank, #board #game #wordbank .word {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

/* Correct Animation */
.correct-animation, #board #game #builder:after {
  width: 324px;
  height: 324px;
  content: "";
  background: transparent url(../../images/correct.png) no-repeat 0 0;
  background-size: 1620px 1620px;
  -webkit-animation: correct 1s steps(1) forwards;
  -moz-animation: correct 1s steps(1) forwards;
  -ms-animation: correct 1s steps(1) forwards;
  -o-animation: correct 1s steps(1) forwards;
  animation: correct 1s steps(1) forwards; }
@-webkit-keyframes correct {
  0% {
    background-position: 0 0; }
  4% {
    background-position: 0 25%; }
  8% {
    background-position: 0 50%; }
  12% {
    background-position: 0 75%; }
  16% {
    background-position: 0 100%; }
  20% {
    background-position: 25% 0; }
  24% {
    background-position: 25% 25%; }
  28% {
    background-position: 25% 50%; }
  32% {
    background-position: 25% 75%; }
  36% {
    background-position: 25% 100%; }
  40% {
    background-position: 50% 0; }
  44% {
    background-position: 50% 25%; }
  48% {
    background-position: 50% 50%; }
  52% {
    background-position: 50% 75%; }
  56% {
    background-position: 50% 100%; }
  60% {
    background-position: 75% 0; }
  64% {
    background-position: 75% 25%; }
  68% {
    background-position: 75% 50%; }
  72% {
    background-position: 75% 75%; }
  76% {
    background-position: 75% 100%; }
  80% {
    background-position: 100% 0; }
  84% {
    background-position: 100% 25%; }
  88% {
    background-position: 100% 50%; }
  92% {
    background-position: 100% 75%; }
  96% {
    background-position: 100% 100%; }
  100% {
    background-position: -100% -100%;
    display: none; } }
@-moz-keyframes correct {
  0% {
    background-position: 0 0; }
  4% {
    background-position: 0 25%; }
  8% {
    background-position: 0 50%; }
  12% {
    background-position: 0 75%; }
  16% {
    background-position: 0 100%; }
  20% {
    background-position: 25% 0; }
  24% {
    background-position: 25% 25%; }
  28% {
    background-position: 25% 50%; }
  32% {
    background-position: 25% 75%; }
  36% {
    background-position: 25% 100%; }
  40% {
    background-position: 50% 0; }
  44% {
    background-position: 50% 25%; }
  48% {
    background-position: 50% 50%; }
  52% {
    background-position: 50% 75%; }
  56% {
    background-position: 50% 100%; }
  60% {
    background-position: 75% 0; }
  64% {
    background-position: 75% 25%; }
  68% {
    background-position: 75% 50%; }
  72% {
    background-position: 75% 75%; }
  76% {
    background-position: 75% 100%; }
  80% {
    background-position: 100% 0; }
  84% {
    background-position: 100% 25%; }
  88% {
    background-position: 100% 50%; }
  92% {
    background-position: 100% 75%; }
  96% {
    background-position: 100% 100%; }
  100% {
    background-position: -100% -100%;
    display: none; } }
@-ms-keyframes correct {
  0% {
    background-position: 0 0; }
  4% {
    background-position: 0 25%; }
  8% {
    background-position: 0 50%; }
  12% {
    background-position: 0 75%; }
  16% {
    background-position: 0 100%; }
  20% {
    background-position: 25% 0; }
  24% {
    background-position: 25% 25%; }
  28% {
    background-position: 25% 50%; }
  32% {
    background-position: 25% 75%; }
  36% {
    background-position: 25% 100%; }
  40% {
    background-position: 50% 0; }
  44% {
    background-position: 50% 25%; }
  48% {
    background-position: 50% 50%; }
  52% {
    background-position: 50% 75%; }
  56% {
    background-position: 50% 100%; }
  60% {
    background-position: 75% 0; }
  64% {
    background-position: 75% 25%; }
  68% {
    background-position: 75% 50%; }
  72% {
    background-position: 75% 75%; }
  76% {
    background-position: 75% 100%; }
  80% {
    background-position: 100% 0; }
  84% {
    background-position: 100% 25%; }
  88% {
    background-position: 100% 50%; }
  92% {
    background-position: 100% 75%; }
  96% {
    background-position: 100% 100%; }
  100% {
    background-position: -100% -100%;
    display: none; } }
@-o-keyframes correct {
  0% {
    background-position: 0 0; }
  4% {
    background-position: 0 25%; }
  8% {
    background-position: 0 50%; }
  12% {
    background-position: 0 75%; }
  16% {
    background-position: 0 100%; }
  20% {
    background-position: 25% 0; }
  24% {
    background-position: 25% 25%; }
  28% {
    background-position: 25% 50%; }
  32% {
    background-position: 25% 75%; }
  36% {
    background-position: 25% 100%; }
  40% {
    background-position: 50% 0; }
  44% {
    background-position: 50% 25%; }
  48% {
    background-position: 50% 50%; }
  52% {
    background-position: 50% 75%; }
  56% {
    background-position: 50% 100%; }
  60% {
    background-position: 75% 0; }
  64% {
    background-position: 75% 25%; }
  68% {
    background-position: 75% 50%; }
  72% {
    background-position: 75% 75%; }
  76% {
    background-position: 75% 100%; }
  80% {
    background-position: 100% 0; }
  84% {
    background-position: 100% 25%; }
  88% {
    background-position: 100% 50%; }
  92% {
    background-position: 100% 75%; }
  96% {
    background-position: 100% 100%; }
  100% {
    background-position: -100% -100%;
    display: none; } }
@keyframes correct {
  0% {
    background-position: 0 0; }
  4% {
    background-position: 0 25%; }
  8% {
    background-position: 0 50%; }
  12% {
    background-position: 0 75%; }
  16% {
    background-position: 0 100%; }
  20% {
    background-position: 25% 0; }
  24% {
    background-position: 25% 25%; }
  28% {
    background-position: 25% 50%; }
  32% {
    background-position: 25% 75%; }
  36% {
    background-position: 25% 100%; }
  40% {
    background-position: 50% 0; }
  44% {
    background-position: 50% 25%; }
  48% {
    background-position: 50% 50%; }
  52% {
    background-position: 50% 75%; }
  56% {
    background-position: 50% 100%; }
  60% {
    background-position: 75% 0; }
  64% {
    background-position: 75% 25%; }
  68% {
    background-position: 75% 50%; }
  72% {
    background-position: 75% 75%; }
  76% {
    background-position: 75% 100%; }
  80% {
    background-position: 100% 0; }
  84% {
    background-position: 100% 25%; }
  88% {
    background-position: 100% 50%; }
  92% {
    background-position: 100% 75%; }
  96% {
    background-position: 100% 100%; }
  100% {
    background-position: -100% -100%;
    display: none; } }
/* Desktop */
#board .intro .header {
  background: #000000 url(../../images/buildsent/header-windows.svg) no-repeat 12px 12px; }
  #board .intro .header:before, #board .intro .header:after {
    content: "";
    position: absolute; }
  #board .intro .header:before {
    width: 296px;
    height: 142px;
    left: 12px;
    top: 12px;
    background: transparent url(../../images/buildsent/header-image-a.png) no-repeat center; }
  #board .intro .header:after {
    width: 68px;
    height: 67px;
    right: 28px;
    top: 86px;
    background: transparent url(../../images/buildsent/header-image-b.png) no-repeat center; }
#board .main .titlebar-div .awards {
  display: block; }
#board #game .sentence {
  height: 94px;
  padding: 12px 32px 0;
  border-bottom: 4px solid #353535;
  background: #656565 url(../../images/bkgnd.png) repeat left top; }
  #board #game .sentence p {
    margin: 0;
    display: block; }
  #board #game .sentence .count {
    margin: 0 0 12px;
    color: #ffffff;
    font: bold 18px/20px "Helvetica", Arial, Sans-Serif;
    text-align: center;
    text-transform: uppercase; }
  #board #game .sentence #sentence {
    color: #ffd100;
    font: bold 18px/20px "Helvetica", Arial, Sans-Serif;
    text-align: left; }
#board #game .workspace {
  width: 100%;
  height: 413px;
  position: relative; }
#board #game #wordbank {
  height: inherit; }
  #board #game #wordbank .word {
    padding: 0 16px;
    left: 0;
    top: 0;
    border: 1px solid #ffd100;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.25);
    box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.25);
    font: bold 16px/30px "Helvetica", Arial, Sans-Serif;
    background: #fffa95;
    background: -moz-linear-gradient(top, #fffcca 0%, #fffcca 50%, #fffa95 51%, #fffa95 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffcca), color-stop(50%, #fffcca), color-stop(51%, #fffa95), color-stop(100%, #fffa95));
    background: -webkit-linear-gradient(top, #fffcca 0%, #fffcca 50%, #fffa95 51%, #fffa95 100%);
    background: -o-linear-gradient(top, #fffcca 0%, #fffcca 50%, #fffa95 51%, #fffa95 100%);
    background: -ms-linear-gradient(top, #fffcca 0%, #fffcca 50%, #fffa95 51%, #fffa95 100%);
    background: linear-gradient(to bottom, #fffcca 0%, #fffcca 50%, #fffa95 51%, #fffa95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcca', endColorstr='#fffa95', GradientType=0);
    display: inline-block;
    position: absolute;
    cursor: pointer;
    z-index: 10; }
    #board #game #wordbank .word:active {
      border-color: #ff921d; }
    #board #game #wordbank .word.incorrect {
      border-color: #eb3737;
      background: #ec3333;
      background: -moz-linear-gradient(top, #f27070 0%, #f27070 50%, #ec3333 51%, #ec3333 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f27070), color-stop(50%, #f27070), color-stop(51%, #ec3333), color-stop(100%, #ec3333));
      background: -webkit-linear-gradient(top, #f27070 0%, #f27070 50%, #ec3333 51%, #ec3333 100%);
      background: -o-linear-gradient(top, #f27070 0%, #f27070 50%, #ec3333 51%, #ec3333 100%);
      background: -ms-linear-gradient(top, #f27070 0%, #f27070 50%, #ec3333 51%, #ec3333 100%);
      background: linear-gradient(to bottom, #f27070 0%, #f27070 50%, #ec3333 51%, #ec3333 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f27070', endColorstr='#ec3333', GradientType=0); }
    #board #game #wordbank .word.hide {
      display: none; }
    #board #game #wordbank .word span.target {
      display: inline; }
    #board #game #wordbank .word span.transliteration {
      display: none; }
#board #game #builder {
  width: 446px;
  min-height: 57px;
  padding: 23px 27px 9px;
  left: 69px;
  top: 133px;
  border: 1px solid #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: inset 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: inset 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.25);
  box-shadow: inset 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.25);
  background: #fffcca;
  position: absolute; }
  #board #game #builder:after {
    margin: -162px 0 0 -162px;
    left: 50%;
    top: 50%;
    display: none;
    position: absolute;
    z-index: 100; }
  #board #game #builder .blank {
    width: 55px;
    height: 16px;
    margin: 0 16px 0 0;
    font: bold 16px/18px "Helvetica", Arial, Sans-Serif;
    border-bottom: 1px solid #b4b18f;
    display: inline-block; }
    #board #game #builder .blank.solved {
      width: auto;
      height: auto;
      margin: 0 4px 0 0;
      border: none;
      display: inline; }
    #board #game #builder .blank.hide {
      display: none; }
    #board #game #builder .blank span.target {
      display: inline; }
    #board #game #builder .blank span.transliteration {
      display: none; }
  #board #game #builder.over, #board #game #builder.incorrect {
    left: 68px;
    top: 132px; }
  #board #game #builder.over {
    border-width: 2px;
    border-color: #ff921d; }
  #board #game #builder.incorrect {
    border-width: 2px;
    border-color: #eb3737; }
  #board #game #builder.skipping .blank {
    color: #eb3737 !important; }
  #board #game #builder.rtl {
    direction: rtl; }
  #board #game #builder.correct:after {
    display: block; }
#board #game.yes-transliteration #wordbank .word span.target {
  display: none; }
#board #game.yes-transliteration #wordbank .word span.transliteration {
  display: inline; }
#board #game.yes-transliteration #builder .blank span.target {
  display: none; }
#board #game.yes-transliteration #builder .blank span.transliteration {
  display: inline; }
#board #game.yes-transliteration #builder.rtl {
  direction: ltr; }
#board #game .skip {
  right: 12px;
  bottom: 12px;
  position: absolute; }
#board #game #transliteration {
  left: 200px;
  bottom: 0;
  position: absolute;
  z-index: 4; }
  #board #game #transliteration p {
    color: #000000; }
#board.level-essential .intro .header {
  background-position: 12px 12px; }
#board.level-intermediate .intro .header {
  background-position: -628px 12px; }
#board.level-advanced .intro .header {
  background-position: -1268px 12px; }
#board.dothraki .intro .header:before {
  background: transparent url(../../images/dothraki/buildsent/header.png) no-repeat center; }
#board.dothraki #game .sentence {
  border: none;
  background: transparent; }
#board.dothraki #game .workspace #wordbank .word {
  border-color: #000000;
  background: #d8b36b;
  background: -moz-linear-gradient(top, #d8b36b 0%, #bd7d03 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8b36b), color-stop(100%, #bd7d03));
  background: -webkit-linear-gradient(top, #d8b36b 0%, #bd7d03 100%);
  background: -o-linear-gradient(top, #d8b36b 0%, #bd7d03 100%);
  background: -ms-linear-gradient(top, #d8b36b 0%, #bd7d03 100%);
  background: linear-gradient(to bottom, #d8b36b 0%, #bd7d03 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8b36b', endColorstr='#bd7d03', GradientType=0); }
#board.dothraki #game #builder {
  background: #40271c; }
  #board.dothraki #game #builder .blank {
    border-color: #000000;
    color: #ffd100; }

/* Mobile */

/*# sourceMappingURL=style.css.map */