/* 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, #board #game .conversation .quote .play, .help {
  width: 30px;
  height: 30px;
  background: transparent url(../../images/admin.png) no-repeat 0 0;
  background-size: 120px 90px;
  display: block; }

.speaker, #board #game .conversation .quote .play {
  background-position: 0 0; }
  .speaker:hover, #board #game .conversation .quote .play:hover {
    background-position: 0 -30px; }
  .speaker.disabled, #board #game .conversation .quote .disabled.play {
    background-position: 0 -60px; }
  .speaker.active, #board #game .conversation .quote .active.play {
    background-position: -30px 0; }
    .speaker.active:hover, #board #game .conversation .quote .active.play:hover {
      background-position: -30px -30px; }
    .speaker.active.disabled, #board #game .conversation .quote .active.disabled.play {
      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 #autoplay p, #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 .conversation .quote {
  -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 {
  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(https://livinglanguage.com/content/html5/games/images/conversation/header-bubbles.svg) no-repeat 0 top; }
  #board .intro .header:before, #board .intro .header:after {
    content: "";
    display: block;
    position: absolute; }
  #board .intro .header:before {
    width: 378px;
    height: 160px;
    left: 5px;
    top: 0;
    background: transparent url(https://livinglanguage.com/content/html5/games/images/conversation/header-image-a.png) no-repeat center; }
  #board .intro .header:after {
    width: 278px;
    height: 154px;
    right: -48px;
    top: 46px;
    background: transparent url(https://livinglanguage.com/content/html5/games/images/conversation/header-image-b.png) no-repeat center; }
#board #game {
  width: 640px;
  height: 523px;
  background: #656565 url(../../images/bkgnd.png) repeat left top;
  position: relative; }
  #board #game #autoplay {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 10; }
    #board #game #autoplay p {
      line-height: 44px; }
    #board #game #autoplay .radio {
      margin: 6px 0 0;
      float: left; }
  #board #game .conversation {
    width: 655px;
    height: 523px;
    overflow-y: scroll; }
    #board #game .conversation .quote {
      width: 273px;
      height: auto;
      min-height: 54px;
      margin: 0 100px;
      -webkit-perspective: 1000;
      -moz-perspective: 1000;
      -ms-perspective: 1000;
      -o-perspective: 1000;
      perspective: 1000;
      -webkit-transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
      -moz-transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
      -ms-transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
      -o-transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
      transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      -o-transform-style: preserve-3d;
      transform-style: preserve-3d;
      display: block;
      clear: both;
      position: relative;
      cursor: pointer; }
      #board #game .conversation .quote.disabled {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        filter: alpha(opacity=40);
        -moz-opacity: 0.4;
        -khtml-opacity: 0.4;
        opacity: 0.4; }
      #board #game .conversation .quote:first-child {
        margin-top: 100px; }
      #board #game .conversation .quote:last-child {
        margin-bottom: 100px; }
      .no-ie #board #game .conversation .quote.flip {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg); }
      .ie #board #game .conversation .quote.flip .front {
        display: none; }
      .ie #board #game .conversation .quote.flip .back {
        display: block; }
      #board #game .conversation .quote.flip .sizer .target, #board #game .conversation .quote.flip .sizer .transliteration {
        display: none; }
      #board #game .conversation .quote.flip .sizer .english {
        display: block; }
      #board #game .conversation .quote .sizer {
        padding: 10px 48px 22px 10px;
        visibility: hidden; }
      #board #game .conversation .quote .flippable {
        position: static; }
      #board #game .conversation .quote .front, #board #game .conversation .quote .back {
        width: 215px;
        height: inherit;
        padding: 10px 48px 22px 10px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: transparent url(https://livinglanguage.com/content/html5/games/images/conversation/quote.png) no-repeat 0 -36px;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute;
        z-index: 1; }
        #board #game .conversation .quote .front:before, #board #game .conversation .quote .back:before {
          width: 273px;
          left: 0;
          right: 0;
          top: 18px;
          bottom: 36px;
          content: "";
          background: transparent url(https://livinglanguage.com/content/html5/games/images/conversation/quote.png) repeat-y -546px 0;
          position: absolute; }
        #board #game .conversation .quote .front:after, #board #game .conversation .quote .back:after {
          width: 273px;
          height: 36px;
          left: 0;
          right: 0;
          bottom: 0;
          content: "";
          background: transparent url(https://livinglanguage.com/content/html5/games/images/conversation/quote.png) no-repeat 0 0;
          position: absolute; }
      #board #game .conversation .quote .front {
        z-index: 2; }
        .no-ie #board #game .conversation .quote .front {
          -webkit-transform: rotateY(0deg);
          -moz-transform: rotateY(0deg);
          -ms-transform: rotateY(0deg);
          -o-transform: rotateY(0deg);
          transform: rotateY(0deg); }
        .ie #board #game .conversation .quote .front {
          display: block; }
      .no-ie #board #game .conversation .quote .back {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg); }
      .ie #board #game .conversation .quote .back {
        display: none; }
      #board #game .conversation .quote .play {
        right: 10px;
        bottom: 23px;
        position: absolute;
        z-index: 3; }
      #board #game .conversation .quote p {
        margin: 0;
        padding-bottom: 12px;
        font: bold 13px/15px "Helvetica Neue", Arial, Sans-Serif;
        display: block;
        position: relative;
        z-index: 3; }
        #board #game .conversation .quote p.target {
          display: block; }
        #board #game .conversation .quote p.transliteration {
          display: none; }
        #board #game .conversation .quote p.english {
          display: none; }
      #board #game .conversation .quote.speaker-a {
        float: left; }
      #board #game .conversation .quote.speaker-b {
        float: right; }
        #board #game .conversation .quote.speaker-b .front, #board #game .conversation .quote.speaker-b .back {
          background-position: -273px -36px; }
          #board #game .conversation .quote.speaker-b .front:before, #board #game .conversation .quote.speaker-b .back:before {
            background-position: -819px 0; }
          #board #game .conversation .quote.speaker-b .front:after, #board #game .conversation .quote.speaker-b .back:after {
            background-position: -273px 0; }
    #board #game .conversation.yes-rtl .quote .front p {
      text-align: right;
      direction: rtl; }
    #board #game .conversation.yes-transliteration .quote .sizer p.transliteration {
      display: block; }
    #board #game .conversation.yes-transliteration .quote .front p.transliteration {
      text-align: left;
      direction: ltr;
      display: block; }
  #board #game #transliteration {
    right: 10px;
    top: 6px;
    position: absolute;
    z-index: 1001; }
    #board #game #transliteration p {
      color: #ffffff; }
  #board #game.domain-farsi .conversation .quote p {
    font: 25px/27px "Helvetica Neue", Arial, Sans-Serif; }
  #board #game.domain-arabic .conversation .quote p {
    font: 25px/27px "Helvetica Neue", Arial, Sans-Serif; }
  #board #game.domain-hebrew .conversation .quote p {
    font: 15px/17px "Helvetica Neue", Arial, Sans-Serif; }
  #board #game.domain-hindi .conversation .quote p {
    font: 14px/16px "Helvetica Neue", Arial, Sans-Serif; }
  #board #game.domain-chinese .conversation .quote p {
    font: 14px/16px "Helvetica Neue", Arial, Sans-Serif; }
  #board #game.domain-japanese .conversation .quote p {
    font: 14px/16px "Helvetica Neue", Arial, Sans-Serif; }
  #board #game.domain-korean .conversation .quote p {
    font: 14px/16px "Helvetica Neue", Arial, Sans-Serif; }
#board.level-essential .intro .header {
  background-position: 0px 0; }
#board.level-intermediate .intro .header {
  background-position: -692px 0; }
#board.level-advanced .intro .header {
  background-position: -1384px 0; }
#board.dothraki .intro .header:before {
  background: transparent url(https://livinglanguage.com/content/html5/games/images/dothraki/conversation/header.png) no-repeat center; }
#board.dothraki #game .conversation .quote .front, #board.dothraki #game .conversation .quote .front:before, #board.dothraki #game .conversation .quote .front:after, #board.dothraki #game .conversation .quote .back, #board.dothraki #game .conversation .quote .back:before, #board.dothraki #game .conversation .quote .back:after {
  background-image: url(https://livinglanguage.com/content/html5/games/images/dothraki/conversation/quote.png) !important; }
#board.dothraki #game .conversation .quote .play {
  background-image: url(../../images/dothraki/admin.png) !important; }

/* Mobile */

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