@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Droid+Sans);
@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap);
@import url(https://fonts.googleapis.com/css?family=Orbitron);
@import url(https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap);
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}

.hint-editor {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ccc; }

.hint-actions {
  padding: 10px 0 10px; }

.text-shadow {
  text-shadow: -2px 6px 4px rgba(0, 0, 0, 0.64); }

.absolutely, .num-hints-1 .hint.type-image .image-border {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%; }

.transbg {
  position: relative; }
  .transbg:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    opacity: 0.75;
    z-index: -1; }

.red-box {
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.25s ease;
  text-align: center;
  -webkit-transform: translateY(-30px);
  z-index: 10;
  background: url("/images/capture/namethatthing/answer-bg.png") center center no-repeat transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  color: #fff;
  height: 164px;
  line-height: 164px;
  font-size: 38px;
  padding: 0px;
  width: 1207px;
  left: 50%;
  margin-left: -603px;
  bottom: -10px;
  position: absolute;
  font-family: 'metronic_probold', 'Times New Roman';
  text-shadow: none;
  border-width: 2px;
  text-shadow: 1px 1px 5px #111, 1px -1px 5px #111, -1px 1px 5px #111, -1px -1px 5px #111;
  font-size: 32px; }

.meta-box {
  border: 1px solid #054298;
  background: #5d9ffa;
  border-radius: 10px;
  box-shadow: 0px 1px 1px #000;
  padding: 8px;
  color: #fff;
  font-size: 22px;
  text-shadow: none;
  font-family: 'metronic_probold'; }

.game-box {
  width: 287px;
  height: 113px;
  background: url("/images/capture/meta/meta-box-bg.png") center center no-repeat;
  padding-top: 37px;
  text-align: center;
  font-family: 'metronic_probold';
  font-size: 22px;
  text-shadow: 0px 0px 1px #333;
  display: block; }

.title-box {
  width: 576px;
  left: 50%;
  margin-left: -288px;
  height: 122px;
  line-height: 50px;
  position: absolute;
  top: -13px;
  text-align: center;
  padding-top: 35px;
  background: url("/images/capture/meta/title-container-bg.png") center top no-repeat;
  font-size: 26px;
  font-family: 'metronic_probold';
  color: #fff; }
  .title-box .timer-display-container .countdown-label {
    display: none; }
  .title-box .timer-display-container .timer-countdown div {
    display: inline-block; }

.gradient-text {
  background: none;
  text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.64);
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline; }
  .gradient-text.gradient-text-right:after {
    left: auto;
    right: 0px; }
  .gradient-text:after {
    content: attr(data-text);
    left: 0;
    position: absolute;
    top: 0;
    background-image: -webkit-linear-gradient(#ffffff, #c0c0c0);
    -webkit-background-clip: text;
    color: #fff;
    text-shadow: none; }

.mb-1 {
  margin-bottom: 0.5em; }

.mt-1 {
  margin-top: 0.5em; }

.mr-1 {
  margin-right: 0.5em; }

.ml-1 {
  margin-left: 0.5em; }

.mb-2 {
  margin-bottom: 1em; }

.mt-2 {
  margin-top: 1em; }

.mr-2 {
  margin-right: 1em; }

.ml-2 {
  margin-left: 1em; }

.mb-3 {
  margin-bottom: 1.5em; }

.mt-3 {
  margin-top: 1.5em; }

.mr-3 {
  margin-right: 1.5em; }

.ml-3 {
  margin-left: 1.5em; }

.mb-4 {
  margin-bottom: 2em; }

.mt-4 {
  margin-top: 2em; }

.mr-4 {
  margin-right: 2em; }

.ml-4 {
  margin-left: 2em; }

.mb-5 {
  margin-bottom: 2.5em; }

.mt-5 {
  margin-top: 2.5em; }

.mr-5 {
  margin-right: 2.5em; }

.ml-5 {
  margin-left: 2.5em; }

.mb-6 {
  margin-bottom: 3em; }

.mt-6 {
  margin-top: 3em; }

.mr-6 {
  margin-right: 3em; }

.ml-6 {
  margin-left: 3em; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite; }

.show-hints .hint {
  opacity: 1; }
  .show-hints .hint:nth-of-type(1) {
    -webkit-transition-delay: 0s; }
  .show-hints .hint:nth-of-type(2) {
    -webkit-transition-delay: 3s; }
  .show-hints .hint:nth-of-type(3) {
    -webkit-transition-delay: 6s; }
  .show-hints .hint:nth-of-type(4) {
    -webkit-transition-delay: 9s; }
  .show-hints .hint:nth-of-type(5) {
    -webkit-transition-delay: 12s; }
  .show-hints .hint:nth-of-type(6) {
    -webkit-transition-delay: 15s; }
  .show-hints .hint:nth-of-type(7) {
    -webkit-transition-delay: 18s; }
  .show-hints .hint:nth-of-type(8) {
    -webkit-transition-delay: 21s; }
  .show-hints .hint:nth-of-type(9) {
    -webkit-transition-delay: 24s; }
  .show-hints .hint:nth-of-type(10) {
    -webkit-transition-delay: 27s; }

.show-hints-no-delay .hint {
  -webkit-transition-delay: 0s !important; }

.hints {
  padding: 100px 0 0;
  min-height: 580px;
  margin: 0px;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .hints .hint {
    -webkit-transition: all 0.5s ease;
    font-size: 28px;
    opacity: 0; }
    .hints .hint.reveal-type-zoom {
      opacity: 1; }
    .hints .hint:before {
      border-radius: 5px;
      background: #333;
      border: 1px solid #666; }
    .hints .hint.reveal-type-crawl.type-text {
      opacity: 1;
      height: 100%;
      margin: 0px;
      line-height: 1.4;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      text-align: left; }
      .hints .hint.reveal-type-crawl.type-text .fade {
        position: relative;
        width: 100%;
        min-height: 60vh;
        top: -25px;
        background-image: linear-gradient(0deg, transparent, black 75%);
        z-index: 1; }
      .hints .hint.reveal-type-crawl.type-text .text-container {
        position: absolute;
        width: 98%;
        height: 3247px;
        bottom: 14px;
        left: 1%;
        font-size: 350%;
        font-weight: bold;
        text-align: justify;
        overflow: hidden;
        transform-origin: 50% 100%;
        transform: perspective(300px) rotateX(25deg);
        font-family: "Droid Sans", arial, verdana, sans-serif;
        font-weight: 700;
        color: #ff6;
        line-height: 1.2em; }
        .hints .hint.reveal-type-crawl.type-text .text-container:before {
          position: absolute;
          content: ' ';
          left: 0;
          right: 0;
          top: 0;
          bottom: 60%;
          background-image: linear-gradient(top, black 0%, transparent 100%);
          pointer-events: none; }
      .hints .hint.reveal-type-crawl.type-text .text-content {
        position: absolute;
        top: 100%; }
        .hints .hint.reveal-type-crawl.type-text .text-content table {
          text-align: justify; }
          .hints .hint.reveal-type-crawl.type-text .text-content table td {
            padding-top: 100px; }
    .hints .hint.type-text {
      margin: 10px 30px 40px 30px;
      line-height: 60px;
      height: 60px; }
      .hints .hint.type-text table {
        width: 100%;
        text-align: center; }
    .hints .hint.type-image .image-container {
      display: block; }
    .hints .hint.type-video-to-image {
      opacity: 1;
      height: 575px; }
      .hints .hint.type-video-to-image .image-container,
      .hints .hint.type-video-to-image .video-container {
        height: 575px;
        width: 100%;
        position: absolute; }
      .hints .hint.type-video-to-image .image-container {
        z-index: 1;
        opacity: 0; }
        .hints .hint.type-video-to-image .image-container.shown {
          opacity: 1; }
        .hints .hint.type-video-to-image .image-container .image {
          border: 1px solid #0c6ef7;
          border-radius: 5px;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center center;
          width: 445px;
          height: 420px;
          left: 50%;
          top: 50%;
          position: absolute;
          margin-left: -222.5px;
          margin-top: -210px; }
      .hints .hint.type-video-to-image .video-container {
        z-index: 2; }
      .hints .hint.type-video-to-image video {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        display: none; }
        .hints .hint.type-video-to-image video.playing {
          display: block; }
    .hints .hint.type-image.reveal-type-cardFlip {
      position: absolute;
      width: 210px;
      height: 400px;
      perspective: 210px;
      top: 200px;
      opacity: 1;
      /*front and back*/
      /*front */ }
      .hints .hint.type-image.reveal-type-cardFlip.order-1 {
        left: 0px; }
      .hints .hint.type-image.reveal-type-cardFlip.order-2 {
        left: 210px; }
      .hints .hint.type-image.reveal-type-cardFlip.order-3 {
        left: 420px; }
      .hints .hint.type-image.reveal-type-cardFlip.order-4 {
        left: 630px; }
      .hints .hint.type-image.reveal-type-cardFlip.order-5 {
        left: 840px; }
      .hints .hint.type-image.reveal-type-cardFlip.order-6 {
        left: 1050px; }
      .hints .hint.type-image.reveal-type-cardFlip .image-container {
        transition: 0.6s;
        transform-style: preserve-3d;
        position: relative;
        height: 395px; }
      .hints .hint.type-image.reveal-type-cardFlip .image,
      .hints .hint.type-image.reveal-type-cardFlip .back {
        backface-visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 210px;
        height: 395px;
        position: absolute; }
      .hints .hint.type-image.reveal-type-cardFlip .back {
        transform: rotateY(0deg);
        background: url("/images/namethatthing/card-back.png") top center no-repeat;
        background-size: 97%; }
      .hints .hint.type-image.reveal-type-cardFlip .image {
        width: 100%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 2;
        transform: rotateY(180deg); }
        .hints .hint.type-image.reveal-type-cardFlip .image img {
          max-width: 100%;
          max-height: 100%; }
    .hints .hint.type-text {
      color: #fff;
      font-family: 'metronic_probold'; }
    .hints .hint.reveal-type-fade.type-text {
      background: url("/images/capture/namethatthing/text-hint-bg.png") center center no-repeat;
      text-align: center; }
      .hints .hint.reveal-type-fade.type-text.text-len-70 {
        font-size: 26px; }
      .hints .hint.reveal-type-fade.type-text.text-len-80 {
        font-size: 25px; }
    .hints .hint.answered .name-that-thing-reveal .answer {
      opacity: 1 !important; }

.num-hints-1 .hints-nope {
  top: 100px; }

.num-hints-1 .hint.type-text.reveal-type-fade {
  background: url("/images/capture/namethatthing/text-hint-bg-big.png") center center no-repeat;
  text-align: center;
  height: 128px;
  font-size: 32px; }
  .num-hints-1 .hint.type-text.reveal-type-fade.text-len-70 {
    font-size: 32px; }
  .num-hints-1 .hint.type-text.reveal-type-fade.text-len-80 {
    font-size: 32px; }

.progress-0 .hint.type-image .image {
  opacity: 0; }

.progress-100 .tile .front {
  -webkit-filter: grayscale(0%) !important; }

.num-hints-1 .hint.type-image {
  height: 560px;
  position: relative;
  top: -65px;
  left: 20px; }
  .num-hints-1 .hint.type-image.class-large .image-container {
    width: 994px;
    margin-left: -497px; }
  .num-hints-1 .hint.type-image.class-large .image-border {
    background-image: url("/images/capture/namethatthing/image-hint-border-wider.png");
    width: 1100px;
    margin-left: -550px; }
  .num-hints-1 .hint.type-image.class-tiles-flip .tile-perspective {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 0%;
    height: 0%; }
  .num-hints-1 .hint.type-image.class-tiles-flip .tile {
    backface-visibility: hidden;
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    transition: all 0.5s linear;
    /*front */ }
    .num-hints-1 .hint.type-image.class-tiles-flip .tile.show {
      transform: rotateY(180deg); }
    .num-hints-1 .hint.type-image.class-tiles-flip .tile .back {
      transform: rotateY(0deg);
      background: #000; }
    .num-hints-1 .hint.type-image.class-tiles-flip .tile .front {
      z-index: 2;
      transform: rotateY(180deg); }
  .num-hints-1 .hint.type-image.class-tiles-fade .tile {
    opacity: 0;
    -webkit-transition: opacity 0.5s linear; }
    .num-hints-1 .hint.type-image.class-tiles-fade .tile.show {
      opacity: 1; }
  .num-hints-1 .hint.type-image.class-tiles-flip, .num-hints-1 .hint.type-image.class-tiles-fade {
    left: 0px; }
    .num-hints-1 .hint.type-image.class-tiles-flip .front, .num-hints-1 .hint.type-image.class-tiles-fade .front {
      -webkit-filter: grayscale(100%); }
    .num-hints-1 .hint.type-image.class-tiles-flip .image, .num-hints-1 .hint.type-image.class-tiles-fade .image {
      display: none; }
    .num-hints-1 .hint.type-image.class-tiles-flip .image-container, .num-hints-1 .hint.type-image.class-tiles-fade .image-container {
      background: none;
      padding: 0px; }
    .num-hints-1 .hint.type-image.class-tiles-flip .tile, .num-hints-1 .hint.type-image.class-tiles-fade .tile {
      position: absolute; }
      .num-hints-1 .hint.type-image.class-tiles-flip .tile .front, .num-hints-1 .hint.type-image.class-tiles-fade .tile .front {
        background-size: 840px 480px; }
      .num-hints-1 .hint.type-image.class-tiles-flip .tile .front,
      .num-hints-1 .hint.type-image.class-tiles-flip .tile .back, .num-hints-1 .hint.type-image.class-tiles-fade .tile .front,
      .num-hints-1 .hint.type-image.class-tiles-fade .tile .back {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px; }
    .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 {
      /*.tile-perspective: $tileWidth*/ }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .image-container, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .image-container {
        height: 480px;
        width: 840px;
        margin-left: -427px;
        margin-top: -191px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile {
        width: 168px;
        height: 120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20.class-tiles-flip .tile, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20.class-tiles-flip .tile {
        perspective: 168px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20.class-tiles-flip .tile.show, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20.class-tiles-flip .tile.show {
          transform: rotateY(180deg); }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-1, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-1 {
        left: 0px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-1 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-1 .front {
          background-position: 0px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-2, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-2 {
        left: 168px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-2 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-2 .front {
          background-position: -168px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-3, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-3 {
        left: 336px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-3 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-3 .front {
          background-position: -336px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-4, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-4 {
        left: 504px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-4 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-4 .front {
          background-position: -504px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-5, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-5 {
        left: 672px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-5 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-5 .front {
          background-position: -672px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-6, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-6 {
        left: 0px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-6 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-6 .front {
          background-position: 0px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-7, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-7 {
        left: 168px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-7 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-7 .front {
          background-position: -168px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-8, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-8 {
        left: 336px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-8 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-8 .front {
          background-position: -336px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-9, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-9 {
        left: 504px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-9 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-9 .front {
          background-position: -504px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-10, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-10 {
        left: 672px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-10 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-10 .front {
          background-position: -672px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-11, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-11 {
        left: 0px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-11 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-11 .front {
          background-position: 0px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-12, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-12 {
        left: 168px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-12 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-12 .front {
          background-position: -168px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-13, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-13 {
        left: 336px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-13 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-13 .front {
          background-position: -336px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-14, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-14 {
        left: 504px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-14 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-14 .front {
          background-position: -504px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-15, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-15 {
        left: 672px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-15 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-15 .front {
          background-position: -672px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-16, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-16 {
        left: 0px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-16 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-16 .front {
          background-position: 0px -360px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-17, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-17 {
        left: 168px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-17 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-17 .front {
          background-position: -168px -360px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-18, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-18 {
        left: 336px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-18 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-18 .front {
          background-position: -336px -360px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-19, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-19 {
        left: 504px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-19 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-19 .front {
          background-position: -504px -360px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-20, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-20 {
        left: 672px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-20 .tile-20 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-20 .tile-20 .front {
          background-position: -672px -360px; }
    .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 {
      /*.tile-perspective: $tileWidth*/ }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .image-container, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .image-container {
        height: 480px;
        width: 840px;
        margin-left: -427px;
        margin-top: -191px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile {
        width: 84px;
        height: 80px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60.class-tiles-flip .tile, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60.class-tiles-flip .tile {
        perspective: 84px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60.class-tiles-flip .tile.show, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60.class-tiles-flip .tile.show {
          transform: rotateY(180deg); }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-1, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-1 {
        left: 0px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-1 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-1 .front {
          background-position: 0px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-2, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-2 {
        left: 84px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-2 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-2 .front {
          background-position: -84px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-3, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-3 {
        left: 168px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-3 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-3 .front {
          background-position: -168px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-4, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-4 {
        left: 252px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-4 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-4 .front {
          background-position: -252px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-5, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-5 {
        left: 336px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-5 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-5 .front {
          background-position: -336px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-6, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-6 {
        left: 420px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-6 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-6 .front {
          background-position: -420px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-7, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-7 {
        left: 504px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-7 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-7 .front {
          background-position: -504px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-8, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-8 {
        left: 588px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-8 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-8 .front {
          background-position: -588px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-9, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-9 {
        left: 672px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-9 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-9 .front {
          background-position: -672px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-10, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-10 {
        left: 756px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-10 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-10 .front {
          background-position: -756px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-11, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-11 {
        left: 0px;
        top: 80px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-11 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-11 .front {
          background-position: 0px -80px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-12, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-12 {
        left: 84px;
        top: 80px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-12 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-12 .front {
          background-position: -84px -80px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-13, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-13 {
        left: 168px;
        top: 80px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-13 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-13 .front {
          background-position: -168px -80px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-14, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-14 {
        left: 252px;
        top: 80px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-14 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-14 .front {
          background-position: -252px -80px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-15, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-15 {
        left: 336px;
        top: 80px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-15 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-15 .front {
          background-position: -336px -80px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-16, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-16 {
        left: 420px;
        top: 80px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-16 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-16 .front {
          background-position: -420px -80px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-17, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-17 {
        left: 504px;
        top: 80px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-17 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-17 .front {
          background-position: -504px -80px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-18, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-18 {
        left: 588px;
        top: 80px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-18 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-18 .front {
          background-position: -588px -80px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-19, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-19 {
        left: 672px;
        top: 80px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-19 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-19 .front {
          background-position: -672px -80px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-20, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-20 {
        left: 756px;
        top: 80px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-20 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-20 .front {
          background-position: -756px -80px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-21, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-21 {
        left: 0px;
        top: 160px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-21 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-21 .front {
          background-position: 0px -160px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-22, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-22 {
        left: 84px;
        top: 160px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-22 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-22 .front {
          background-position: -84px -160px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-23, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-23 {
        left: 168px;
        top: 160px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-23 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-23 .front {
          background-position: -168px -160px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-24, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-24 {
        left: 252px;
        top: 160px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-24 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-24 .front {
          background-position: -252px -160px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-25, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-25 {
        left: 336px;
        top: 160px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-25 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-25 .front {
          background-position: -336px -160px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-26, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-26 {
        left: 420px;
        top: 160px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-26 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-26 .front {
          background-position: -420px -160px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-27, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-27 {
        left: 504px;
        top: 160px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-27 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-27 .front {
          background-position: -504px -160px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-28, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-28 {
        left: 588px;
        top: 160px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-28 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-28 .front {
          background-position: -588px -160px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-29, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-29 {
        left: 672px;
        top: 160px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-29 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-29 .front {
          background-position: -672px -160px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-30, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-30 {
        left: 756px;
        top: 160px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-30 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-30 .front {
          background-position: -756px -160px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-31, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-31 {
        left: 0px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-31 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-31 .front {
          background-position: 0px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-32, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-32 {
        left: 84px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-32 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-32 .front {
          background-position: -84px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-33, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-33 {
        left: 168px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-33 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-33 .front {
          background-position: -168px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-34, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-34 {
        left: 252px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-34 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-34 .front {
          background-position: -252px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-35, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-35 {
        left: 336px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-35 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-35 .front {
          background-position: -336px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-36, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-36 {
        left: 420px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-36 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-36 .front {
          background-position: -420px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-37, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-37 {
        left: 504px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-37 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-37 .front {
          background-position: -504px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-38, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-38 {
        left: 588px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-38 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-38 .front {
          background-position: -588px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-39, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-39 {
        left: 672px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-39 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-39 .front {
          background-position: -672px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-40, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-40 {
        left: 756px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-40 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-40 .front {
          background-position: -756px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-41, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-41 {
        left: 0px;
        top: 320px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-41 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-41 .front {
          background-position: 0px -320px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-42, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-42 {
        left: 84px;
        top: 320px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-42 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-42 .front {
          background-position: -84px -320px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-43, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-43 {
        left: 168px;
        top: 320px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-43 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-43 .front {
          background-position: -168px -320px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-44, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-44 {
        left: 252px;
        top: 320px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-44 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-44 .front {
          background-position: -252px -320px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-45, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-45 {
        left: 336px;
        top: 320px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-45 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-45 .front {
          background-position: -336px -320px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-46, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-46 {
        left: 420px;
        top: 320px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-46 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-46 .front {
          background-position: -420px -320px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-47, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-47 {
        left: 504px;
        top: 320px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-47 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-47 .front {
          background-position: -504px -320px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-48, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-48 {
        left: 588px;
        top: 320px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-48 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-48 .front {
          background-position: -588px -320px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-49, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-49 {
        left: 672px;
        top: 320px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-49 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-49 .front {
          background-position: -672px -320px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-50, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-50 {
        left: 756px;
        top: 320px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-50 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-50 .front {
          background-position: -756px -320px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-51, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-51 {
        left: 0px;
        top: 400px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-51 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-51 .front {
          background-position: 0px -400px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-52, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-52 {
        left: 84px;
        top: 400px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-52 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-52 .front {
          background-position: -84px -400px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-53, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-53 {
        left: 168px;
        top: 400px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-53 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-53 .front {
          background-position: -168px -400px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-54, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-54 {
        left: 252px;
        top: 400px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-54 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-54 .front {
          background-position: -252px -400px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-55, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-55 {
        left: 336px;
        top: 400px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-55 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-55 .front {
          background-position: -336px -400px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-56, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-56 {
        left: 420px;
        top: 400px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-56 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-56 .front {
          background-position: -420px -400px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-57, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-57 {
        left: 504px;
        top: 400px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-57 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-57 .front {
          background-position: -504px -400px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-58, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-58 {
        left: 588px;
        top: 400px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-58 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-58 .front {
          background-position: -588px -400px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-59, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-59 {
        left: 672px;
        top: 400px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-59 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-59 .front {
          background-position: -672px -400px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-60, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-60 {
        left: 756px;
        top: 400px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-60 .tile-60 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-60 .tile-60 .front {
          background-position: -756px -400px; }
    .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 {
      /*.tile-perspective: $tileWidth*/ }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .image-container, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .image-container {
        height: 480px;
        width: 840px;
        margin-left: -427px;
        margin-top: -191px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile {
        width: 84px;
        height: 60px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80.class-tiles-flip .tile, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80.class-tiles-flip .tile {
        perspective: 84px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80.class-tiles-flip .tile.show, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80.class-tiles-flip .tile.show {
          transform: rotateY(180deg); }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-1, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-1 {
        left: 0px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-1 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-1 .front {
          background-position: 0px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-2, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-2 {
        left: 84px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-2 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-2 .front {
          background-position: -84px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-3, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-3 {
        left: 168px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-3 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-3 .front {
          background-position: -168px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-4, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-4 {
        left: 252px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-4 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-4 .front {
          background-position: -252px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-5, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-5 {
        left: 336px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-5 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-5 .front {
          background-position: -336px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-6, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-6 {
        left: 420px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-6 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-6 .front {
          background-position: -420px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-7, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-7 {
        left: 504px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-7 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-7 .front {
          background-position: -504px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-8, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-8 {
        left: 588px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-8 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-8 .front {
          background-position: -588px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-9, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-9 {
        left: 672px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-9 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-9 .front {
          background-position: -672px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-10, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-10 {
        left: 756px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-10 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-10 .front {
          background-position: -756px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-11, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-11 {
        left: 0px;
        top: 60px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-11 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-11 .front {
          background-position: 0px -60px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-12, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-12 {
        left: 84px;
        top: 60px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-12 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-12 .front {
          background-position: -84px -60px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-13, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-13 {
        left: 168px;
        top: 60px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-13 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-13 .front {
          background-position: -168px -60px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-14, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-14 {
        left: 252px;
        top: 60px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-14 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-14 .front {
          background-position: -252px -60px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-15, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-15 {
        left: 336px;
        top: 60px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-15 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-15 .front {
          background-position: -336px -60px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-16, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-16 {
        left: 420px;
        top: 60px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-16 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-16 .front {
          background-position: -420px -60px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-17, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-17 {
        left: 504px;
        top: 60px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-17 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-17 .front {
          background-position: -504px -60px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-18, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-18 {
        left: 588px;
        top: 60px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-18 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-18 .front {
          background-position: -588px -60px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-19, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-19 {
        left: 672px;
        top: 60px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-19 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-19 .front {
          background-position: -672px -60px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-20, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-20 {
        left: 756px;
        top: 60px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-20 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-20 .front {
          background-position: -756px -60px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-21, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-21 {
        left: 0px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-21 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-21 .front {
          background-position: 0px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-22, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-22 {
        left: 84px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-22 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-22 .front {
          background-position: -84px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-23, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-23 {
        left: 168px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-23 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-23 .front {
          background-position: -168px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-24, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-24 {
        left: 252px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-24 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-24 .front {
          background-position: -252px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-25, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-25 {
        left: 336px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-25 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-25 .front {
          background-position: -336px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-26, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-26 {
        left: 420px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-26 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-26 .front {
          background-position: -420px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-27, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-27 {
        left: 504px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-27 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-27 .front {
          background-position: -504px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-28, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-28 {
        left: 588px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-28 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-28 .front {
          background-position: -588px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-29, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-29 {
        left: 672px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-29 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-29 .front {
          background-position: -672px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-30, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-30 {
        left: 756px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-30 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-30 .front {
          background-position: -756px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-31, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-31 {
        left: 0px;
        top: 180px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-31 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-31 .front {
          background-position: 0px -180px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-32, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-32 {
        left: 84px;
        top: 180px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-32 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-32 .front {
          background-position: -84px -180px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-33, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-33 {
        left: 168px;
        top: 180px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-33 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-33 .front {
          background-position: -168px -180px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-34, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-34 {
        left: 252px;
        top: 180px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-34 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-34 .front {
          background-position: -252px -180px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-35, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-35 {
        left: 336px;
        top: 180px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-35 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-35 .front {
          background-position: -336px -180px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-36, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-36 {
        left: 420px;
        top: 180px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-36 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-36 .front {
          background-position: -420px -180px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-37, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-37 {
        left: 504px;
        top: 180px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-37 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-37 .front {
          background-position: -504px -180px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-38, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-38 {
        left: 588px;
        top: 180px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-38 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-38 .front {
          background-position: -588px -180px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-39, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-39 {
        left: 672px;
        top: 180px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-39 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-39 .front {
          background-position: -672px -180px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-40, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-40 {
        left: 756px;
        top: 180px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-40 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-40 .front {
          background-position: -756px -180px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-41, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-41 {
        left: 0px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-41 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-41 .front {
          background-position: 0px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-42, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-42 {
        left: 84px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-42 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-42 .front {
          background-position: -84px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-43, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-43 {
        left: 168px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-43 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-43 .front {
          background-position: -168px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-44, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-44 {
        left: 252px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-44 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-44 .front {
          background-position: -252px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-45, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-45 {
        left: 336px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-45 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-45 .front {
          background-position: -336px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-46, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-46 {
        left: 420px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-46 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-46 .front {
          background-position: -420px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-47, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-47 {
        left: 504px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-47 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-47 .front {
          background-position: -504px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-48, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-48 {
        left: 588px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-48 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-48 .front {
          background-position: -588px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-49, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-49 {
        left: 672px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-49 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-49 .front {
          background-position: -672px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-50, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-50 {
        left: 756px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-50 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-50 .front {
          background-position: -756px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-51, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-51 {
        left: 0px;
        top: 300px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-51 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-51 .front {
          background-position: 0px -300px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-52, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-52 {
        left: 84px;
        top: 300px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-52 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-52 .front {
          background-position: -84px -300px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-53, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-53 {
        left: 168px;
        top: 300px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-53 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-53 .front {
          background-position: -168px -300px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-54, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-54 {
        left: 252px;
        top: 300px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-54 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-54 .front {
          background-position: -252px -300px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-55, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-55 {
        left: 336px;
        top: 300px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-55 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-55 .front {
          background-position: -336px -300px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-56, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-56 {
        left: 420px;
        top: 300px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-56 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-56 .front {
          background-position: -420px -300px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-57, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-57 {
        left: 504px;
        top: 300px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-57 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-57 .front {
          background-position: -504px -300px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-58, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-58 {
        left: 588px;
        top: 300px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-58 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-58 .front {
          background-position: -588px -300px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-59, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-59 {
        left: 672px;
        top: 300px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-59 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-59 .front {
          background-position: -672px -300px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-60, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-60 {
        left: 756px;
        top: 300px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-60 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-60 .front {
          background-position: -756px -300px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-61, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-61 {
        left: 0px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-61 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-61 .front {
          background-position: 0px -360px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-62, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-62 {
        left: 84px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-62 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-62 .front {
          background-position: -84px -360px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-63, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-63 {
        left: 168px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-63 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-63 .front {
          background-position: -168px -360px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-64, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-64 {
        left: 252px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-64 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-64 .front {
          background-position: -252px -360px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-65, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-65 {
        left: 336px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-65 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-65 .front {
          background-position: -336px -360px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-66, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-66 {
        left: 420px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-66 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-66 .front {
          background-position: -420px -360px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-67, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-67 {
        left: 504px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-67 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-67 .front {
          background-position: -504px -360px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-68, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-68 {
        left: 588px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-68 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-68 .front {
          background-position: -588px -360px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-69, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-69 {
        left: 672px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-69 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-69 .front {
          background-position: -672px -360px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-70, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-70 {
        left: 756px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-70 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-70 .front {
          background-position: -756px -360px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-71, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-71 {
        left: 0px;
        top: 420px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-71 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-71 .front {
          background-position: 0px -420px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-72, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-72 {
        left: 84px;
        top: 420px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-72 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-72 .front {
          background-position: -84px -420px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-73, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-73 {
        left: 168px;
        top: 420px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-73 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-73 .front {
          background-position: -168px -420px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-74, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-74 {
        left: 252px;
        top: 420px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-74 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-74 .front {
          background-position: -252px -420px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-75, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-75 {
        left: 336px;
        top: 420px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-75 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-75 .front {
          background-position: -336px -420px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-76, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-76 {
        left: 420px;
        top: 420px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-76 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-76 .front {
          background-position: -420px -420px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-77, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-77 {
        left: 504px;
        top: 420px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-77 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-77 .front {
          background-position: -504px -420px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-78, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-78 {
        left: 588px;
        top: 420px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-78 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-78 .front {
          background-position: -588px -420px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-79, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-79 {
        left: 672px;
        top: 420px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-79 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-79 .front {
          background-position: -672px -420px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-80, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-80 {
        left: 756px;
        top: 420px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-80 .tile-80 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-80 .tile-80 .front {
          background-position: -756px -420px; }
    .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 {
      /*.tile-perspective: $tileWidth*/ }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .image-container, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .image-container {
        height: 480px;
        width: 840px;
        margin-left: -427px;
        margin-top: -191px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile {
        width: 84px;
        height: 48px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100.class-tiles-flip .tile, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100.class-tiles-flip .tile {
        perspective: 84px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100.class-tiles-flip .tile.show, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100.class-tiles-flip .tile.show {
          transform: rotateY(180deg); }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-1, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-1 {
        left: 0px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-1 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-1 .front {
          background-position: 0px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-2, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-2 {
        left: 84px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-2 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-2 .front {
          background-position: -84px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-3, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-3 {
        left: 168px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-3 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-3 .front {
          background-position: -168px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-4, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-4 {
        left: 252px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-4 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-4 .front {
          background-position: -252px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-5, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-5 {
        left: 336px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-5 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-5 .front {
          background-position: -336px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-6, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-6 {
        left: 420px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-6 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-6 .front {
          background-position: -420px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-7, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-7 {
        left: 504px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-7 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-7 .front {
          background-position: -504px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-8, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-8 {
        left: 588px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-8 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-8 .front {
          background-position: -588px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-9, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-9 {
        left: 672px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-9 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-9 .front {
          background-position: -672px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-10, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-10 {
        left: 756px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-10 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-10 .front {
          background-position: -756px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-11, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-11 {
        left: 0px;
        top: 48px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-11 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-11 .front {
          background-position: 0px -48px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-12, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-12 {
        left: 84px;
        top: 48px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-12 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-12 .front {
          background-position: -84px -48px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-13, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-13 {
        left: 168px;
        top: 48px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-13 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-13 .front {
          background-position: -168px -48px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-14, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-14 {
        left: 252px;
        top: 48px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-14 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-14 .front {
          background-position: -252px -48px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-15, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-15 {
        left: 336px;
        top: 48px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-15 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-15 .front {
          background-position: -336px -48px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-16, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-16 {
        left: 420px;
        top: 48px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-16 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-16 .front {
          background-position: -420px -48px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-17, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-17 {
        left: 504px;
        top: 48px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-17 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-17 .front {
          background-position: -504px -48px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-18, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-18 {
        left: 588px;
        top: 48px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-18 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-18 .front {
          background-position: -588px -48px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-19, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-19 {
        left: 672px;
        top: 48px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-19 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-19 .front {
          background-position: -672px -48px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-20, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-20 {
        left: 756px;
        top: 48px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-20 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-20 .front {
          background-position: -756px -48px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-21, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-21 {
        left: 0px;
        top: 96px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-21 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-21 .front {
          background-position: 0px -96px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-22, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-22 {
        left: 84px;
        top: 96px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-22 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-22 .front {
          background-position: -84px -96px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-23, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-23 {
        left: 168px;
        top: 96px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-23 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-23 .front {
          background-position: -168px -96px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-24, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-24 {
        left: 252px;
        top: 96px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-24 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-24 .front {
          background-position: -252px -96px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-25, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-25 {
        left: 336px;
        top: 96px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-25 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-25 .front {
          background-position: -336px -96px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-26, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-26 {
        left: 420px;
        top: 96px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-26 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-26 .front {
          background-position: -420px -96px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-27, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-27 {
        left: 504px;
        top: 96px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-27 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-27 .front {
          background-position: -504px -96px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-28, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-28 {
        left: 588px;
        top: 96px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-28 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-28 .front {
          background-position: -588px -96px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-29, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-29 {
        left: 672px;
        top: 96px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-29 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-29 .front {
          background-position: -672px -96px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-30, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-30 {
        left: 756px;
        top: 96px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-30 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-30 .front {
          background-position: -756px -96px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-31, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-31 {
        left: 0px;
        top: 144px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-31 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-31 .front {
          background-position: 0px -144px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-32, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-32 {
        left: 84px;
        top: 144px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-32 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-32 .front {
          background-position: -84px -144px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-33, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-33 {
        left: 168px;
        top: 144px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-33 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-33 .front {
          background-position: -168px -144px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-34, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-34 {
        left: 252px;
        top: 144px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-34 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-34 .front {
          background-position: -252px -144px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-35, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-35 {
        left: 336px;
        top: 144px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-35 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-35 .front {
          background-position: -336px -144px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-36, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-36 {
        left: 420px;
        top: 144px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-36 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-36 .front {
          background-position: -420px -144px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-37, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-37 {
        left: 504px;
        top: 144px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-37 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-37 .front {
          background-position: -504px -144px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-38, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-38 {
        left: 588px;
        top: 144px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-38 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-38 .front {
          background-position: -588px -144px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-39, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-39 {
        left: 672px;
        top: 144px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-39 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-39 .front {
          background-position: -672px -144px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-40, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-40 {
        left: 756px;
        top: 144px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-40 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-40 .front {
          background-position: -756px -144px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-41, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-41 {
        left: 0px;
        top: 192px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-41 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-41 .front {
          background-position: 0px -192px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-42, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-42 {
        left: 84px;
        top: 192px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-42 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-42 .front {
          background-position: -84px -192px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-43, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-43 {
        left: 168px;
        top: 192px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-43 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-43 .front {
          background-position: -168px -192px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-44, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-44 {
        left: 252px;
        top: 192px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-44 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-44 .front {
          background-position: -252px -192px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-45, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-45 {
        left: 336px;
        top: 192px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-45 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-45 .front {
          background-position: -336px -192px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-46, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-46 {
        left: 420px;
        top: 192px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-46 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-46 .front {
          background-position: -420px -192px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-47, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-47 {
        left: 504px;
        top: 192px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-47 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-47 .front {
          background-position: -504px -192px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-48, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-48 {
        left: 588px;
        top: 192px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-48 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-48 .front {
          background-position: -588px -192px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-49, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-49 {
        left: 672px;
        top: 192px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-49 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-49 .front {
          background-position: -672px -192px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-50, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-50 {
        left: 756px;
        top: 192px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-50 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-50 .front {
          background-position: -756px -192px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-51, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-51 {
        left: 0px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-51 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-51 .front {
          background-position: 0px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-52, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-52 {
        left: 84px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-52 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-52 .front {
          background-position: -84px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-53, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-53 {
        left: 168px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-53 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-53 .front {
          background-position: -168px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-54, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-54 {
        left: 252px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-54 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-54 .front {
          background-position: -252px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-55, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-55 {
        left: 336px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-55 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-55 .front {
          background-position: -336px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-56, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-56 {
        left: 420px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-56 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-56 .front {
          background-position: -420px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-57, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-57 {
        left: 504px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-57 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-57 .front {
          background-position: -504px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-58, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-58 {
        left: 588px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-58 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-58 .front {
          background-position: -588px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-59, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-59 {
        left: 672px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-59 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-59 .front {
          background-position: -672px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-60, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-60 {
        left: 756px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-60 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-60 .front {
          background-position: -756px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-61, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-61 {
        left: 0px;
        top: 288px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-61 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-61 .front {
          background-position: 0px -288px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-62, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-62 {
        left: 84px;
        top: 288px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-62 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-62 .front {
          background-position: -84px -288px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-63, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-63 {
        left: 168px;
        top: 288px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-63 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-63 .front {
          background-position: -168px -288px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-64, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-64 {
        left: 252px;
        top: 288px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-64 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-64 .front {
          background-position: -252px -288px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-65, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-65 {
        left: 336px;
        top: 288px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-65 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-65 .front {
          background-position: -336px -288px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-66, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-66 {
        left: 420px;
        top: 288px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-66 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-66 .front {
          background-position: -420px -288px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-67, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-67 {
        left: 504px;
        top: 288px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-67 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-67 .front {
          background-position: -504px -288px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-68, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-68 {
        left: 588px;
        top: 288px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-68 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-68 .front {
          background-position: -588px -288px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-69, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-69 {
        left: 672px;
        top: 288px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-69 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-69 .front {
          background-position: -672px -288px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-70, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-70 {
        left: 756px;
        top: 288px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-70 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-70 .front {
          background-position: -756px -288px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-71, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-71 {
        left: 0px;
        top: 336px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-71 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-71 .front {
          background-position: 0px -336px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-72, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-72 {
        left: 84px;
        top: 336px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-72 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-72 .front {
          background-position: -84px -336px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-73, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-73 {
        left: 168px;
        top: 336px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-73 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-73 .front {
          background-position: -168px -336px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-74, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-74 {
        left: 252px;
        top: 336px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-74 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-74 .front {
          background-position: -252px -336px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-75, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-75 {
        left: 336px;
        top: 336px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-75 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-75 .front {
          background-position: -336px -336px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-76, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-76 {
        left: 420px;
        top: 336px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-76 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-76 .front {
          background-position: -420px -336px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-77, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-77 {
        left: 504px;
        top: 336px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-77 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-77 .front {
          background-position: -504px -336px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-78, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-78 {
        left: 588px;
        top: 336px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-78 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-78 .front {
          background-position: -588px -336px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-79, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-79 {
        left: 672px;
        top: 336px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-79 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-79 .front {
          background-position: -672px -336px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-80, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-80 {
        left: 756px;
        top: 336px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-80 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-80 .front {
          background-position: -756px -336px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-81, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-81 {
        left: 0px;
        top: 384px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-81 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-81 .front {
          background-position: 0px -384px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-82, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-82 {
        left: 84px;
        top: 384px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-82 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-82 .front {
          background-position: -84px -384px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-83, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-83 {
        left: 168px;
        top: 384px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-83 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-83 .front {
          background-position: -168px -384px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-84, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-84 {
        left: 252px;
        top: 384px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-84 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-84 .front {
          background-position: -252px -384px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-85, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-85 {
        left: 336px;
        top: 384px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-85 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-85 .front {
          background-position: -336px -384px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-86, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-86 {
        left: 420px;
        top: 384px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-86 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-86 .front {
          background-position: -420px -384px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-87, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-87 {
        left: 504px;
        top: 384px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-87 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-87 .front {
          background-position: -504px -384px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-88, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-88 {
        left: 588px;
        top: 384px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-88 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-88 .front {
          background-position: -588px -384px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-89, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-89 {
        left: 672px;
        top: 384px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-89 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-89 .front {
          background-position: -672px -384px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-90, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-90 {
        left: 756px;
        top: 384px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-90 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-90 .front {
          background-position: -756px -384px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-91, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-91 {
        left: 0px;
        top: 432px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-91 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-91 .front {
          background-position: 0px -432px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-92, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-92 {
        left: 84px;
        top: 432px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-92 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-92 .front {
          background-position: -84px -432px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-93, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-93 {
        left: 168px;
        top: 432px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-93 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-93 .front {
          background-position: -168px -432px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-94, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-94 {
        left: 252px;
        top: 432px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-94 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-94 .front {
          background-position: -252px -432px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-95, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-95 {
        left: 336px;
        top: 432px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-95 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-95 .front {
          background-position: -336px -432px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-96, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-96 {
        left: 420px;
        top: 432px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-96 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-96 .front {
          background-position: -420px -432px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-97, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-97 {
        left: 504px;
        top: 432px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-97 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-97 .front {
          background-position: -504px -432px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-98, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-98 {
        left: 588px;
        top: 432px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-98 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-98 .front {
          background-position: -588px -432px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-99, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-99 {
        left: 672px;
        top: 432px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-99 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-99 .front {
          background-position: -672px -432px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-100, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-100 {
        left: 756px;
        top: 432px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-100 .tile-100 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-100 .tile-100 .front {
          background-position: -756px -432px; }
    .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 {
      /*.tile-perspective: $tileWidth*/ }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .image-container, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .image-container {
        height: 480px;
        width: 840px;
        margin-left: -427px;
        margin-top: -191px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile {
        width: 70px;
        height: 48px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120.class-tiles-flip .tile, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120.class-tiles-flip .tile {
        perspective: 70px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120.class-tiles-flip .tile.show, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120.class-tiles-flip .tile.show {
          transform: rotateY(180deg); }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-1, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-1 {
        left: 0px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-1 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-1 .front {
          background-position: 0px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-2, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-2 {
        left: 70px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-2 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-2 .front {
          background-position: -70px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-3, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-3 {
        left: 140px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-3 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-3 .front {
          background-position: -140px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-4, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-4 {
        left: 210px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-4 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-4 .front {
          background-position: -210px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-5, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-5 {
        left: 280px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-5 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-5 .front {
          background-position: -280px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-6, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-6 {
        left: 350px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-6 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-6 .front {
          background-position: -350px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-7, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-7 {
        left: 420px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-7 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-7 .front {
          background-position: -420px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-8, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-8 {
        left: 490px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-8 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-8 .front {
          background-position: -490px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-9, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-9 {
        left: 560px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-9 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-9 .front {
          background-position: -560px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-10, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-10 {
        left: 630px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-10 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-10 .front {
          background-position: -630px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-11, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-11 {
        left: 700px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-11 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-11 .front {
          background-position: -700px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-12, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-12 {
        left: 770px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-12 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-12 .front {
          background-position: -770px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-13, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-13 {
        left: 0px;
        top: 48px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-13 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-13 .front {
          background-position: 0px -48px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-14, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-14 {
        left: 70px;
        top: 48px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-14 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-14 .front {
          background-position: -70px -48px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-15, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-15 {
        left: 140px;
        top: 48px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-15 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-15 .front {
          background-position: -140px -48px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-16, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-16 {
        left: 210px;
        top: 48px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-16 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-16 .front {
          background-position: -210px -48px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-17, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-17 {
        left: 280px;
        top: 48px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-17 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-17 .front {
          background-position: -280px -48px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-18, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-18 {
        left: 350px;
        top: 48px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-18 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-18 .front {
          background-position: -350px -48px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-19, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-19 {
        left: 420px;
        top: 48px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-19 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-19 .front {
          background-position: -420px -48px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-20, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-20 {
        left: 490px;
        top: 48px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-20 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-20 .front {
          background-position: -490px -48px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-21, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-21 {
        left: 560px;
        top: 48px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-21 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-21 .front {
          background-position: -560px -48px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-22, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-22 {
        left: 630px;
        top: 48px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-22 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-22 .front {
          background-position: -630px -48px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-23, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-23 {
        left: 700px;
        top: 48px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-23 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-23 .front {
          background-position: -700px -48px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-24, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-24 {
        left: 770px;
        top: 48px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-24 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-24 .front {
          background-position: -770px -48px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-25, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-25 {
        left: 0px;
        top: 96px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-25 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-25 .front {
          background-position: 0px -96px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-26, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-26 {
        left: 70px;
        top: 96px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-26 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-26 .front {
          background-position: -70px -96px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-27, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-27 {
        left: 140px;
        top: 96px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-27 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-27 .front {
          background-position: -140px -96px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-28, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-28 {
        left: 210px;
        top: 96px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-28 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-28 .front {
          background-position: -210px -96px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-29, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-29 {
        left: 280px;
        top: 96px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-29 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-29 .front {
          background-position: -280px -96px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-30, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-30 {
        left: 350px;
        top: 96px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-30 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-30 .front {
          background-position: -350px -96px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-31, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-31 {
        left: 420px;
        top: 96px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-31 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-31 .front {
          background-position: -420px -96px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-32, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-32 {
        left: 490px;
        top: 96px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-32 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-32 .front {
          background-position: -490px -96px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-33, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-33 {
        left: 560px;
        top: 96px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-33 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-33 .front {
          background-position: -560px -96px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-34, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-34 {
        left: 630px;
        top: 96px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-34 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-34 .front {
          background-position: -630px -96px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-35, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-35 {
        left: 700px;
        top: 96px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-35 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-35 .front {
          background-position: -700px -96px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-36, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-36 {
        left: 770px;
        top: 96px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-36 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-36 .front {
          background-position: -770px -96px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-37, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-37 {
        left: 0px;
        top: 144px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-37 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-37 .front {
          background-position: 0px -144px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-38, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-38 {
        left: 70px;
        top: 144px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-38 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-38 .front {
          background-position: -70px -144px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-39, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-39 {
        left: 140px;
        top: 144px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-39 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-39 .front {
          background-position: -140px -144px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-40, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-40 {
        left: 210px;
        top: 144px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-40 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-40 .front {
          background-position: -210px -144px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-41, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-41 {
        left: 280px;
        top: 144px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-41 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-41 .front {
          background-position: -280px -144px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-42, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-42 {
        left: 350px;
        top: 144px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-42 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-42 .front {
          background-position: -350px -144px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-43, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-43 {
        left: 420px;
        top: 144px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-43 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-43 .front {
          background-position: -420px -144px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-44, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-44 {
        left: 490px;
        top: 144px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-44 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-44 .front {
          background-position: -490px -144px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-45, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-45 {
        left: 560px;
        top: 144px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-45 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-45 .front {
          background-position: -560px -144px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-46, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-46 {
        left: 630px;
        top: 144px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-46 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-46 .front {
          background-position: -630px -144px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-47, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-47 {
        left: 700px;
        top: 144px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-47 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-47 .front {
          background-position: -700px -144px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-48, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-48 {
        left: 770px;
        top: 144px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-48 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-48 .front {
          background-position: -770px -144px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-49, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-49 {
        left: 0px;
        top: 192px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-49 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-49 .front {
          background-position: 0px -192px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-50, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-50 {
        left: 70px;
        top: 192px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-50 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-50 .front {
          background-position: -70px -192px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-51, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-51 {
        left: 140px;
        top: 192px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-51 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-51 .front {
          background-position: -140px -192px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-52, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-52 {
        left: 210px;
        top: 192px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-52 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-52 .front {
          background-position: -210px -192px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-53, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-53 {
        left: 280px;
        top: 192px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-53 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-53 .front {
          background-position: -280px -192px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-54, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-54 {
        left: 350px;
        top: 192px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-54 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-54 .front {
          background-position: -350px -192px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-55, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-55 {
        left: 420px;
        top: 192px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-55 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-55 .front {
          background-position: -420px -192px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-56, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-56 {
        left: 490px;
        top: 192px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-56 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-56 .front {
          background-position: -490px -192px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-57, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-57 {
        left: 560px;
        top: 192px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-57 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-57 .front {
          background-position: -560px -192px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-58, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-58 {
        left: 630px;
        top: 192px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-58 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-58 .front {
          background-position: -630px -192px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-59, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-59 {
        left: 700px;
        top: 192px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-59 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-59 .front {
          background-position: -700px -192px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-60, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-60 {
        left: 770px;
        top: 192px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-60 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-60 .front {
          background-position: -770px -192px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-61, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-61 {
        left: 0px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-61 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-61 .front {
          background-position: 0px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-62, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-62 {
        left: 70px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-62 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-62 .front {
          background-position: -70px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-63, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-63 {
        left: 140px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-63 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-63 .front {
          background-position: -140px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-64, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-64 {
        left: 210px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-64 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-64 .front {
          background-position: -210px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-65, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-65 {
        left: 280px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-65 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-65 .front {
          background-position: -280px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-66, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-66 {
        left: 350px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-66 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-66 .front {
          background-position: -350px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-67, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-67 {
        left: 420px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-67 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-67 .front {
          background-position: -420px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-68, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-68 {
        left: 490px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-68 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-68 .front {
          background-position: -490px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-69, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-69 {
        left: 560px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-69 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-69 .front {
          background-position: -560px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-70, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-70 {
        left: 630px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-70 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-70 .front {
          background-position: -630px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-71, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-71 {
        left: 700px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-71 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-71 .front {
          background-position: -700px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-72, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-72 {
        left: 770px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-72 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-72 .front {
          background-position: -770px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-73, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-73 {
        left: 0px;
        top: 288px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-73 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-73 .front {
          background-position: 0px -288px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-74, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-74 {
        left: 70px;
        top: 288px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-74 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-74 .front {
          background-position: -70px -288px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-75, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-75 {
        left: 140px;
        top: 288px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-75 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-75 .front {
          background-position: -140px -288px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-76, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-76 {
        left: 210px;
        top: 288px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-76 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-76 .front {
          background-position: -210px -288px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-77, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-77 {
        left: 280px;
        top: 288px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-77 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-77 .front {
          background-position: -280px -288px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-78, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-78 {
        left: 350px;
        top: 288px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-78 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-78 .front {
          background-position: -350px -288px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-79, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-79 {
        left: 420px;
        top: 288px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-79 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-79 .front {
          background-position: -420px -288px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-80, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-80 {
        left: 490px;
        top: 288px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-80 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-80 .front {
          background-position: -490px -288px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-81, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-81 {
        left: 560px;
        top: 288px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-81 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-81 .front {
          background-position: -560px -288px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-82, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-82 {
        left: 630px;
        top: 288px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-82 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-82 .front {
          background-position: -630px -288px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-83, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-83 {
        left: 700px;
        top: 288px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-83 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-83 .front {
          background-position: -700px -288px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-84, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-84 {
        left: 770px;
        top: 288px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-84 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-84 .front {
          background-position: -770px -288px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-85, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-85 {
        left: 0px;
        top: 336px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-85 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-85 .front {
          background-position: 0px -336px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-86, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-86 {
        left: 70px;
        top: 336px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-86 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-86 .front {
          background-position: -70px -336px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-87, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-87 {
        left: 140px;
        top: 336px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-87 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-87 .front {
          background-position: -140px -336px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-88, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-88 {
        left: 210px;
        top: 336px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-88 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-88 .front {
          background-position: -210px -336px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-89, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-89 {
        left: 280px;
        top: 336px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-89 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-89 .front {
          background-position: -280px -336px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-90, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-90 {
        left: 350px;
        top: 336px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-90 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-90 .front {
          background-position: -350px -336px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-91, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-91 {
        left: 420px;
        top: 336px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-91 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-91 .front {
          background-position: -420px -336px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-92, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-92 {
        left: 490px;
        top: 336px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-92 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-92 .front {
          background-position: -490px -336px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-93, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-93 {
        left: 560px;
        top: 336px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-93 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-93 .front {
          background-position: -560px -336px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-94, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-94 {
        left: 630px;
        top: 336px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-94 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-94 .front {
          background-position: -630px -336px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-95, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-95 {
        left: 700px;
        top: 336px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-95 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-95 .front {
          background-position: -700px -336px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-96, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-96 {
        left: 770px;
        top: 336px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-96 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-96 .front {
          background-position: -770px -336px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-97, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-97 {
        left: 0px;
        top: 384px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-97 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-97 .front {
          background-position: 0px -384px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-98, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-98 {
        left: 70px;
        top: 384px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-98 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-98 .front {
          background-position: -70px -384px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-99, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-99 {
        left: 140px;
        top: 384px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-99 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-99 .front {
          background-position: -140px -384px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-100, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-100 {
        left: 210px;
        top: 384px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-100 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-100 .front {
          background-position: -210px -384px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-101, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-101 {
        left: 280px;
        top: 384px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-101 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-101 .front {
          background-position: -280px -384px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-102, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-102 {
        left: 350px;
        top: 384px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-102 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-102 .front {
          background-position: -350px -384px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-103, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-103 {
        left: 420px;
        top: 384px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-103 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-103 .front {
          background-position: -420px -384px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-104, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-104 {
        left: 490px;
        top: 384px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-104 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-104 .front {
          background-position: -490px -384px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-105, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-105 {
        left: 560px;
        top: 384px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-105 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-105 .front {
          background-position: -560px -384px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-106, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-106 {
        left: 630px;
        top: 384px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-106 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-106 .front {
          background-position: -630px -384px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-107, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-107 {
        left: 700px;
        top: 384px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-107 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-107 .front {
          background-position: -700px -384px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-108, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-108 {
        left: 770px;
        top: 384px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-108 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-108 .front {
          background-position: -770px -384px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-109, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-109 {
        left: 0px;
        top: 432px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-109 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-109 .front {
          background-position: 0px -432px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-110, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-110 {
        left: 70px;
        top: 432px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-110 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-110 .front {
          background-position: -70px -432px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-111, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-111 {
        left: 140px;
        top: 432px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-111 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-111 .front {
          background-position: -140px -432px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-112, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-112 {
        left: 210px;
        top: 432px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-112 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-112 .front {
          background-position: -210px -432px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-113, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-113 {
        left: 280px;
        top: 432px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-113 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-113 .front {
          background-position: -280px -432px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-114, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-114 {
        left: 350px;
        top: 432px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-114 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-114 .front {
          background-position: -350px -432px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-115, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-115 {
        left: 420px;
        top: 432px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-115 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-115 .front {
          background-position: -420px -432px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-116, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-116 {
        left: 490px;
        top: 432px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-116 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-116 .front {
          background-position: -490px -432px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-117, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-117 {
        left: 560px;
        top: 432px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-117 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-117 .front {
          background-position: -560px -432px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-118, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-118 {
        left: 630px;
        top: 432px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-118 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-118 .front {
          background-position: -630px -432px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-119, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-119 {
        left: 700px;
        top: 432px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-119 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-119 .front {
          background-position: -700px -432px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-120, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-120 {
        left: 770px;
        top: 432px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-120 .tile-120 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-120 .tile-120 .front {
          background-position: -770px -432px; }
    .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 {
      /*.tile-perspective: $tileWidth*/ }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .image-container, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .image-container {
        height: 480px;
        width: 840px;
        margin-left: -427px;
        margin-top: -191px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile {
        width: 42px;
        height: 30px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320.class-tiles-flip .tile, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320.class-tiles-flip .tile {
        perspective: 42px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320.class-tiles-flip .tile.show, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320.class-tiles-flip .tile.show {
          transform: rotateY(180deg); }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-1, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-1 {
        left: 0px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-1 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-1 .front {
          background-position: 0px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-2, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-2 {
        left: 42px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-2 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-2 .front {
          background-position: -42px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-3, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-3 {
        left: 84px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-3 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-3 .front {
          background-position: -84px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-4, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-4 {
        left: 126px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-4 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-4 .front {
          background-position: -126px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-5, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-5 {
        left: 168px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-5 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-5 .front {
          background-position: -168px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-6, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-6 {
        left: 210px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-6 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-6 .front {
          background-position: -210px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-7, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-7 {
        left: 252px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-7 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-7 .front {
          background-position: -252px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-8, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-8 {
        left: 294px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-8 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-8 .front {
          background-position: -294px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-9, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-9 {
        left: 336px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-9 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-9 .front {
          background-position: -336px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-10, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-10 {
        left: 378px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-10 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-10 .front {
          background-position: -378px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-11, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-11 {
        left: 420px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-11 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-11 .front {
          background-position: -420px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-12, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-12 {
        left: 462px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-12 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-12 .front {
          background-position: -462px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-13, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-13 {
        left: 504px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-13 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-13 .front {
          background-position: -504px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-14, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-14 {
        left: 546px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-14 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-14 .front {
          background-position: -546px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-15, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-15 {
        left: 588px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-15 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-15 .front {
          background-position: -588px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-16, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-16 {
        left: 630px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-16 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-16 .front {
          background-position: -630px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-17, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-17 {
        left: 672px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-17 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-17 .front {
          background-position: -672px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-18, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-18 {
        left: 714px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-18 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-18 .front {
          background-position: -714px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-19, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-19 {
        left: 756px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-19 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-19 .front {
          background-position: -756px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-20, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-20 {
        left: 798px;
        top: 0px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-20 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-20 .front {
          background-position: -798px 0px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-21, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-21 {
        left: 0px;
        top: 30px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-21 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-21 .front {
          background-position: 0px -30px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-22, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-22 {
        left: 42px;
        top: 30px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-22 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-22 .front {
          background-position: -42px -30px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-23, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-23 {
        left: 84px;
        top: 30px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-23 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-23 .front {
          background-position: -84px -30px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-24, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-24 {
        left: 126px;
        top: 30px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-24 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-24 .front {
          background-position: -126px -30px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-25, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-25 {
        left: 168px;
        top: 30px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-25 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-25 .front {
          background-position: -168px -30px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-26, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-26 {
        left: 210px;
        top: 30px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-26 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-26 .front {
          background-position: -210px -30px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-27, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-27 {
        left: 252px;
        top: 30px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-27 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-27 .front {
          background-position: -252px -30px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-28, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-28 {
        left: 294px;
        top: 30px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-28 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-28 .front {
          background-position: -294px -30px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-29, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-29 {
        left: 336px;
        top: 30px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-29 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-29 .front {
          background-position: -336px -30px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-30, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-30 {
        left: 378px;
        top: 30px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-30 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-30 .front {
          background-position: -378px -30px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-31, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-31 {
        left: 420px;
        top: 30px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-31 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-31 .front {
          background-position: -420px -30px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-32, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-32 {
        left: 462px;
        top: 30px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-32 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-32 .front {
          background-position: -462px -30px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-33, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-33 {
        left: 504px;
        top: 30px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-33 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-33 .front {
          background-position: -504px -30px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-34, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-34 {
        left: 546px;
        top: 30px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-34 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-34 .front {
          background-position: -546px -30px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-35, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-35 {
        left: 588px;
        top: 30px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-35 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-35 .front {
          background-position: -588px -30px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-36, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-36 {
        left: 630px;
        top: 30px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-36 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-36 .front {
          background-position: -630px -30px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-37, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-37 {
        left: 672px;
        top: 30px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-37 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-37 .front {
          background-position: -672px -30px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-38, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-38 {
        left: 714px;
        top: 30px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-38 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-38 .front {
          background-position: -714px -30px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-39, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-39 {
        left: 756px;
        top: 30px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-39 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-39 .front {
          background-position: -756px -30px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-40, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-40 {
        left: 798px;
        top: 30px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-40 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-40 .front {
          background-position: -798px -30px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-41, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-41 {
        left: 0px;
        top: 60px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-41 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-41 .front {
          background-position: 0px -60px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-42, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-42 {
        left: 42px;
        top: 60px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-42 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-42 .front {
          background-position: -42px -60px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-43, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-43 {
        left: 84px;
        top: 60px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-43 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-43 .front {
          background-position: -84px -60px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-44, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-44 {
        left: 126px;
        top: 60px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-44 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-44 .front {
          background-position: -126px -60px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-45, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-45 {
        left: 168px;
        top: 60px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-45 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-45 .front {
          background-position: -168px -60px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-46, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-46 {
        left: 210px;
        top: 60px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-46 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-46 .front {
          background-position: -210px -60px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-47, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-47 {
        left: 252px;
        top: 60px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-47 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-47 .front {
          background-position: -252px -60px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-48, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-48 {
        left: 294px;
        top: 60px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-48 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-48 .front {
          background-position: -294px -60px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-49, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-49 {
        left: 336px;
        top: 60px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-49 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-49 .front {
          background-position: -336px -60px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-50, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-50 {
        left: 378px;
        top: 60px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-50 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-50 .front {
          background-position: -378px -60px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-51, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-51 {
        left: 420px;
        top: 60px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-51 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-51 .front {
          background-position: -420px -60px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-52, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-52 {
        left: 462px;
        top: 60px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-52 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-52 .front {
          background-position: -462px -60px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-53, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-53 {
        left: 504px;
        top: 60px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-53 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-53 .front {
          background-position: -504px -60px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-54, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-54 {
        left: 546px;
        top: 60px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-54 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-54 .front {
          background-position: -546px -60px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-55, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-55 {
        left: 588px;
        top: 60px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-55 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-55 .front {
          background-position: -588px -60px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-56, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-56 {
        left: 630px;
        top: 60px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-56 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-56 .front {
          background-position: -630px -60px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-57, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-57 {
        left: 672px;
        top: 60px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-57 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-57 .front {
          background-position: -672px -60px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-58, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-58 {
        left: 714px;
        top: 60px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-58 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-58 .front {
          background-position: -714px -60px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-59, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-59 {
        left: 756px;
        top: 60px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-59 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-59 .front {
          background-position: -756px -60px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-60, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-60 {
        left: 798px;
        top: 60px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-60 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-60 .front {
          background-position: -798px -60px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-61, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-61 {
        left: 0px;
        top: 90px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-61 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-61 .front {
          background-position: 0px -90px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-62, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-62 {
        left: 42px;
        top: 90px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-62 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-62 .front {
          background-position: -42px -90px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-63, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-63 {
        left: 84px;
        top: 90px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-63 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-63 .front {
          background-position: -84px -90px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-64, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-64 {
        left: 126px;
        top: 90px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-64 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-64 .front {
          background-position: -126px -90px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-65, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-65 {
        left: 168px;
        top: 90px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-65 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-65 .front {
          background-position: -168px -90px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-66, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-66 {
        left: 210px;
        top: 90px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-66 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-66 .front {
          background-position: -210px -90px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-67, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-67 {
        left: 252px;
        top: 90px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-67 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-67 .front {
          background-position: -252px -90px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-68, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-68 {
        left: 294px;
        top: 90px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-68 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-68 .front {
          background-position: -294px -90px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-69, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-69 {
        left: 336px;
        top: 90px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-69 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-69 .front {
          background-position: -336px -90px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-70, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-70 {
        left: 378px;
        top: 90px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-70 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-70 .front {
          background-position: -378px -90px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-71, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-71 {
        left: 420px;
        top: 90px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-71 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-71 .front {
          background-position: -420px -90px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-72, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-72 {
        left: 462px;
        top: 90px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-72 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-72 .front {
          background-position: -462px -90px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-73, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-73 {
        left: 504px;
        top: 90px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-73 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-73 .front {
          background-position: -504px -90px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-74, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-74 {
        left: 546px;
        top: 90px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-74 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-74 .front {
          background-position: -546px -90px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-75, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-75 {
        left: 588px;
        top: 90px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-75 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-75 .front {
          background-position: -588px -90px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-76, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-76 {
        left: 630px;
        top: 90px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-76 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-76 .front {
          background-position: -630px -90px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-77, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-77 {
        left: 672px;
        top: 90px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-77 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-77 .front {
          background-position: -672px -90px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-78, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-78 {
        left: 714px;
        top: 90px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-78 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-78 .front {
          background-position: -714px -90px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-79, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-79 {
        left: 756px;
        top: 90px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-79 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-79 .front {
          background-position: -756px -90px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-80, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-80 {
        left: 798px;
        top: 90px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-80 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-80 .front {
          background-position: -798px -90px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-81, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-81 {
        left: 0px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-81 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-81 .front {
          background-position: 0px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-82, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-82 {
        left: 42px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-82 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-82 .front {
          background-position: -42px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-83, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-83 {
        left: 84px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-83 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-83 .front {
          background-position: -84px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-84, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-84 {
        left: 126px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-84 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-84 .front {
          background-position: -126px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-85, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-85 {
        left: 168px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-85 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-85 .front {
          background-position: -168px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-86, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-86 {
        left: 210px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-86 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-86 .front {
          background-position: -210px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-87, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-87 {
        left: 252px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-87 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-87 .front {
          background-position: -252px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-88, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-88 {
        left: 294px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-88 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-88 .front {
          background-position: -294px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-89, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-89 {
        left: 336px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-89 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-89 .front {
          background-position: -336px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-90, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-90 {
        left: 378px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-90 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-90 .front {
          background-position: -378px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-91, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-91 {
        left: 420px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-91 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-91 .front {
          background-position: -420px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-92, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-92 {
        left: 462px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-92 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-92 .front {
          background-position: -462px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-93, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-93 {
        left: 504px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-93 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-93 .front {
          background-position: -504px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-94, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-94 {
        left: 546px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-94 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-94 .front {
          background-position: -546px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-95, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-95 {
        left: 588px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-95 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-95 .front {
          background-position: -588px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-96, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-96 {
        left: 630px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-96 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-96 .front {
          background-position: -630px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-97, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-97 {
        left: 672px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-97 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-97 .front {
          background-position: -672px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-98, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-98 {
        left: 714px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-98 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-98 .front {
          background-position: -714px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-99, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-99 {
        left: 756px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-99 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-99 .front {
          background-position: -756px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-100, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-100 {
        left: 798px;
        top: 120px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-100 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-100 .front {
          background-position: -798px -120px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-101, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-101 {
        left: 0px;
        top: 150px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-101 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-101 .front {
          background-position: 0px -150px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-102, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-102 {
        left: 42px;
        top: 150px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-102 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-102 .front {
          background-position: -42px -150px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-103, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-103 {
        left: 84px;
        top: 150px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-103 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-103 .front {
          background-position: -84px -150px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-104, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-104 {
        left: 126px;
        top: 150px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-104 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-104 .front {
          background-position: -126px -150px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-105, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-105 {
        left: 168px;
        top: 150px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-105 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-105 .front {
          background-position: -168px -150px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-106, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-106 {
        left: 210px;
        top: 150px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-106 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-106 .front {
          background-position: -210px -150px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-107, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-107 {
        left: 252px;
        top: 150px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-107 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-107 .front {
          background-position: -252px -150px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-108, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-108 {
        left: 294px;
        top: 150px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-108 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-108 .front {
          background-position: -294px -150px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-109, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-109 {
        left: 336px;
        top: 150px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-109 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-109 .front {
          background-position: -336px -150px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-110, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-110 {
        left: 378px;
        top: 150px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-110 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-110 .front {
          background-position: -378px -150px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-111, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-111 {
        left: 420px;
        top: 150px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-111 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-111 .front {
          background-position: -420px -150px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-112, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-112 {
        left: 462px;
        top: 150px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-112 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-112 .front {
          background-position: -462px -150px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-113, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-113 {
        left: 504px;
        top: 150px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-113 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-113 .front {
          background-position: -504px -150px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-114, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-114 {
        left: 546px;
        top: 150px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-114 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-114 .front {
          background-position: -546px -150px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-115, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-115 {
        left: 588px;
        top: 150px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-115 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-115 .front {
          background-position: -588px -150px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-116, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-116 {
        left: 630px;
        top: 150px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-116 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-116 .front {
          background-position: -630px -150px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-117, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-117 {
        left: 672px;
        top: 150px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-117 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-117 .front {
          background-position: -672px -150px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-118, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-118 {
        left: 714px;
        top: 150px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-118 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-118 .front {
          background-position: -714px -150px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-119, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-119 {
        left: 756px;
        top: 150px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-119 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-119 .front {
          background-position: -756px -150px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-120, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-120 {
        left: 798px;
        top: 150px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-120 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-120 .front {
          background-position: -798px -150px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-121, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-121 {
        left: 0px;
        top: 180px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-121 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-121 .front {
          background-position: 0px -180px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-122, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-122 {
        left: 42px;
        top: 180px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-122 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-122 .front {
          background-position: -42px -180px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-123, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-123 {
        left: 84px;
        top: 180px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-123 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-123 .front {
          background-position: -84px -180px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-124, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-124 {
        left: 126px;
        top: 180px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-124 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-124 .front {
          background-position: -126px -180px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-125, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-125 {
        left: 168px;
        top: 180px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-125 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-125 .front {
          background-position: -168px -180px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-126, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-126 {
        left: 210px;
        top: 180px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-126 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-126 .front {
          background-position: -210px -180px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-127, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-127 {
        left: 252px;
        top: 180px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-127 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-127 .front {
          background-position: -252px -180px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-128, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-128 {
        left: 294px;
        top: 180px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-128 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-128 .front {
          background-position: -294px -180px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-129, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-129 {
        left: 336px;
        top: 180px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-129 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-129 .front {
          background-position: -336px -180px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-130, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-130 {
        left: 378px;
        top: 180px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-130 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-130 .front {
          background-position: -378px -180px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-131, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-131 {
        left: 420px;
        top: 180px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-131 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-131 .front {
          background-position: -420px -180px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-132, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-132 {
        left: 462px;
        top: 180px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-132 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-132 .front {
          background-position: -462px -180px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-133, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-133 {
        left: 504px;
        top: 180px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-133 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-133 .front {
          background-position: -504px -180px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-134, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-134 {
        left: 546px;
        top: 180px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-134 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-134 .front {
          background-position: -546px -180px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-135, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-135 {
        left: 588px;
        top: 180px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-135 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-135 .front {
          background-position: -588px -180px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-136, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-136 {
        left: 630px;
        top: 180px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-136 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-136 .front {
          background-position: -630px -180px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-137, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-137 {
        left: 672px;
        top: 180px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-137 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-137 .front {
          background-position: -672px -180px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-138, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-138 {
        left: 714px;
        top: 180px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-138 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-138 .front {
          background-position: -714px -180px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-139, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-139 {
        left: 756px;
        top: 180px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-139 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-139 .front {
          background-position: -756px -180px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-140, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-140 {
        left: 798px;
        top: 180px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-140 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-140 .front {
          background-position: -798px -180px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-141, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-141 {
        left: 0px;
        top: 210px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-141 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-141 .front {
          background-position: 0px -210px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-142, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-142 {
        left: 42px;
        top: 210px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-142 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-142 .front {
          background-position: -42px -210px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-143, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-143 {
        left: 84px;
        top: 210px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-143 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-143 .front {
          background-position: -84px -210px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-144, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-144 {
        left: 126px;
        top: 210px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-144 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-144 .front {
          background-position: -126px -210px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-145, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-145 {
        left: 168px;
        top: 210px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-145 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-145 .front {
          background-position: -168px -210px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-146, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-146 {
        left: 210px;
        top: 210px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-146 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-146 .front {
          background-position: -210px -210px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-147, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-147 {
        left: 252px;
        top: 210px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-147 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-147 .front {
          background-position: -252px -210px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-148, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-148 {
        left: 294px;
        top: 210px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-148 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-148 .front {
          background-position: -294px -210px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-149, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-149 {
        left: 336px;
        top: 210px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-149 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-149 .front {
          background-position: -336px -210px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-150, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-150 {
        left: 378px;
        top: 210px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-150 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-150 .front {
          background-position: -378px -210px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-151, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-151 {
        left: 420px;
        top: 210px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-151 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-151 .front {
          background-position: -420px -210px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-152, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-152 {
        left: 462px;
        top: 210px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-152 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-152 .front {
          background-position: -462px -210px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-153, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-153 {
        left: 504px;
        top: 210px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-153 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-153 .front {
          background-position: -504px -210px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-154, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-154 {
        left: 546px;
        top: 210px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-154 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-154 .front {
          background-position: -546px -210px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-155, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-155 {
        left: 588px;
        top: 210px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-155 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-155 .front {
          background-position: -588px -210px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-156, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-156 {
        left: 630px;
        top: 210px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-156 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-156 .front {
          background-position: -630px -210px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-157, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-157 {
        left: 672px;
        top: 210px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-157 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-157 .front {
          background-position: -672px -210px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-158, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-158 {
        left: 714px;
        top: 210px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-158 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-158 .front {
          background-position: -714px -210px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-159, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-159 {
        left: 756px;
        top: 210px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-159 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-159 .front {
          background-position: -756px -210px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-160, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-160 {
        left: 798px;
        top: 210px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-160 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-160 .front {
          background-position: -798px -210px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-161, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-161 {
        left: 0px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-161 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-161 .front {
          background-position: 0px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-162, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-162 {
        left: 42px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-162 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-162 .front {
          background-position: -42px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-163, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-163 {
        left: 84px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-163 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-163 .front {
          background-position: -84px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-164, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-164 {
        left: 126px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-164 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-164 .front {
          background-position: -126px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-165, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-165 {
        left: 168px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-165 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-165 .front {
          background-position: -168px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-166, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-166 {
        left: 210px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-166 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-166 .front {
          background-position: -210px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-167, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-167 {
        left: 252px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-167 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-167 .front {
          background-position: -252px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-168, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-168 {
        left: 294px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-168 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-168 .front {
          background-position: -294px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-169, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-169 {
        left: 336px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-169 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-169 .front {
          background-position: -336px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-170, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-170 {
        left: 378px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-170 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-170 .front {
          background-position: -378px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-171, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-171 {
        left: 420px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-171 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-171 .front {
          background-position: -420px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-172, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-172 {
        left: 462px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-172 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-172 .front {
          background-position: -462px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-173, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-173 {
        left: 504px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-173 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-173 .front {
          background-position: -504px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-174, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-174 {
        left: 546px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-174 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-174 .front {
          background-position: -546px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-175, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-175 {
        left: 588px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-175 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-175 .front {
          background-position: -588px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-176, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-176 {
        left: 630px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-176 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-176 .front {
          background-position: -630px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-177, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-177 {
        left: 672px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-177 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-177 .front {
          background-position: -672px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-178, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-178 {
        left: 714px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-178 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-178 .front {
          background-position: -714px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-179, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-179 {
        left: 756px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-179 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-179 .front {
          background-position: -756px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-180, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-180 {
        left: 798px;
        top: 240px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-180 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-180 .front {
          background-position: -798px -240px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-181, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-181 {
        left: 0px;
        top: 270px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-181 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-181 .front {
          background-position: 0px -270px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-182, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-182 {
        left: 42px;
        top: 270px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-182 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-182 .front {
          background-position: -42px -270px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-183, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-183 {
        left: 84px;
        top: 270px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-183 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-183 .front {
          background-position: -84px -270px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-184, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-184 {
        left: 126px;
        top: 270px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-184 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-184 .front {
          background-position: -126px -270px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-185, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-185 {
        left: 168px;
        top: 270px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-185 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-185 .front {
          background-position: -168px -270px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-186, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-186 {
        left: 210px;
        top: 270px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-186 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-186 .front {
          background-position: -210px -270px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-187, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-187 {
        left: 252px;
        top: 270px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-187 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-187 .front {
          background-position: -252px -270px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-188, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-188 {
        left: 294px;
        top: 270px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-188 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-188 .front {
          background-position: -294px -270px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-189, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-189 {
        left: 336px;
        top: 270px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-189 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-189 .front {
          background-position: -336px -270px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-190, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-190 {
        left: 378px;
        top: 270px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-190 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-190 .front {
          background-position: -378px -270px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-191, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-191 {
        left: 420px;
        top: 270px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-191 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-191 .front {
          background-position: -420px -270px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-192, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-192 {
        left: 462px;
        top: 270px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-192 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-192 .front {
          background-position: -462px -270px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-193, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-193 {
        left: 504px;
        top: 270px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-193 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-193 .front {
          background-position: -504px -270px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-194, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-194 {
        left: 546px;
        top: 270px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-194 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-194 .front {
          background-position: -546px -270px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-195, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-195 {
        left: 588px;
        top: 270px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-195 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-195 .front {
          background-position: -588px -270px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-196, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-196 {
        left: 630px;
        top: 270px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-196 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-196 .front {
          background-position: -630px -270px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-197, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-197 {
        left: 672px;
        top: 270px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-197 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-197 .front {
          background-position: -672px -270px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-198, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-198 {
        left: 714px;
        top: 270px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-198 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-198 .front {
          background-position: -714px -270px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-199, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-199 {
        left: 756px;
        top: 270px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-199 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-199 .front {
          background-position: -756px -270px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-200, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-200 {
        left: 798px;
        top: 270px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-200 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-200 .front {
          background-position: -798px -270px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-201, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-201 {
        left: 0px;
        top: 300px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-201 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-201 .front {
          background-position: 0px -300px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-202, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-202 {
        left: 42px;
        top: 300px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-202 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-202 .front {
          background-position: -42px -300px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-203, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-203 {
        left: 84px;
        top: 300px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-203 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-203 .front {
          background-position: -84px -300px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-204, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-204 {
        left: 126px;
        top: 300px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-204 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-204 .front {
          background-position: -126px -300px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-205, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-205 {
        left: 168px;
        top: 300px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-205 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-205 .front {
          background-position: -168px -300px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-206, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-206 {
        left: 210px;
        top: 300px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-206 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-206 .front {
          background-position: -210px -300px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-207, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-207 {
        left: 252px;
        top: 300px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-207 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-207 .front {
          background-position: -252px -300px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-208, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-208 {
        left: 294px;
        top: 300px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-208 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-208 .front {
          background-position: -294px -300px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-209, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-209 {
        left: 336px;
        top: 300px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-209 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-209 .front {
          background-position: -336px -300px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-210, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-210 {
        left: 378px;
        top: 300px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-210 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-210 .front {
          background-position: -378px -300px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-211, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-211 {
        left: 420px;
        top: 300px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-211 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-211 .front {
          background-position: -420px -300px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-212, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-212 {
        left: 462px;
        top: 300px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-212 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-212 .front {
          background-position: -462px -300px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-213, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-213 {
        left: 504px;
        top: 300px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-213 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-213 .front {
          background-position: -504px -300px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-214, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-214 {
        left: 546px;
        top: 300px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-214 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-214 .front {
          background-position: -546px -300px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-215, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-215 {
        left: 588px;
        top: 300px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-215 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-215 .front {
          background-position: -588px -300px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-216, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-216 {
        left: 630px;
        top: 300px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-216 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-216 .front {
          background-position: -630px -300px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-217, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-217 {
        left: 672px;
        top: 300px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-217 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-217 .front {
          background-position: -672px -300px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-218, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-218 {
        left: 714px;
        top: 300px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-218 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-218 .front {
          background-position: -714px -300px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-219, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-219 {
        left: 756px;
        top: 300px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-219 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-219 .front {
          background-position: -756px -300px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-220, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-220 {
        left: 798px;
        top: 300px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-220 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-220 .front {
          background-position: -798px -300px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-221, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-221 {
        left: 0px;
        top: 330px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-221 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-221 .front {
          background-position: 0px -330px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-222, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-222 {
        left: 42px;
        top: 330px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-222 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-222 .front {
          background-position: -42px -330px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-223, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-223 {
        left: 84px;
        top: 330px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-223 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-223 .front {
          background-position: -84px -330px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-224, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-224 {
        left: 126px;
        top: 330px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-224 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-224 .front {
          background-position: -126px -330px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-225, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-225 {
        left: 168px;
        top: 330px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-225 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-225 .front {
          background-position: -168px -330px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-226, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-226 {
        left: 210px;
        top: 330px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-226 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-226 .front {
          background-position: -210px -330px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-227, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-227 {
        left: 252px;
        top: 330px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-227 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-227 .front {
          background-position: -252px -330px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-228, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-228 {
        left: 294px;
        top: 330px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-228 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-228 .front {
          background-position: -294px -330px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-229, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-229 {
        left: 336px;
        top: 330px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-229 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-229 .front {
          background-position: -336px -330px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-230, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-230 {
        left: 378px;
        top: 330px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-230 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-230 .front {
          background-position: -378px -330px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-231, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-231 {
        left: 420px;
        top: 330px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-231 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-231 .front {
          background-position: -420px -330px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-232, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-232 {
        left: 462px;
        top: 330px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-232 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-232 .front {
          background-position: -462px -330px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-233, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-233 {
        left: 504px;
        top: 330px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-233 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-233 .front {
          background-position: -504px -330px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-234, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-234 {
        left: 546px;
        top: 330px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-234 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-234 .front {
          background-position: -546px -330px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-235, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-235 {
        left: 588px;
        top: 330px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-235 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-235 .front {
          background-position: -588px -330px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-236, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-236 {
        left: 630px;
        top: 330px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-236 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-236 .front {
          background-position: -630px -330px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-237, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-237 {
        left: 672px;
        top: 330px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-237 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-237 .front {
          background-position: -672px -330px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-238, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-238 {
        left: 714px;
        top: 330px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-238 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-238 .front {
          background-position: -714px -330px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-239, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-239 {
        left: 756px;
        top: 330px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-239 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-239 .front {
          background-position: -756px -330px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-240, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-240 {
        left: 798px;
        top: 330px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-240 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-240 .front {
          background-position: -798px -330px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-241, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-241 {
        left: 0px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-241 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-241 .front {
          background-position: 0px -360px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-242, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-242 {
        left: 42px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-242 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-242 .front {
          background-position: -42px -360px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-243, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-243 {
        left: 84px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-243 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-243 .front {
          background-position: -84px -360px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-244, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-244 {
        left: 126px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-244 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-244 .front {
          background-position: -126px -360px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-245, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-245 {
        left: 168px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-245 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-245 .front {
          background-position: -168px -360px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-246, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-246 {
        left: 210px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-246 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-246 .front {
          background-position: -210px -360px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-247, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-247 {
        left: 252px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-247 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-247 .front {
          background-position: -252px -360px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-248, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-248 {
        left: 294px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-248 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-248 .front {
          background-position: -294px -360px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-249, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-249 {
        left: 336px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-249 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-249 .front {
          background-position: -336px -360px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-250, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-250 {
        left: 378px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-250 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-250 .front {
          background-position: -378px -360px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-251, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-251 {
        left: 420px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-251 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-251 .front {
          background-position: -420px -360px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-252, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-252 {
        left: 462px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-252 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-252 .front {
          background-position: -462px -360px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-253, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-253 {
        left: 504px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-253 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-253 .front {
          background-position: -504px -360px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-254, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-254 {
        left: 546px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-254 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-254 .front {
          background-position: -546px -360px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-255, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-255 {
        left: 588px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-255 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-255 .front {
          background-position: -588px -360px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-256, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-256 {
        left: 630px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-256 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-256 .front {
          background-position: -630px -360px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-257, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-257 {
        left: 672px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-257 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-257 .front {
          background-position: -672px -360px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-258, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-258 {
        left: 714px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-258 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-258 .front {
          background-position: -714px -360px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-259, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-259 {
        left: 756px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-259 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-259 .front {
          background-position: -756px -360px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-260, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-260 {
        left: 798px;
        top: 360px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-260 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-260 .front {
          background-position: -798px -360px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-261, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-261 {
        left: 0px;
        top: 390px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-261 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-261 .front {
          background-position: 0px -390px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-262, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-262 {
        left: 42px;
        top: 390px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-262 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-262 .front {
          background-position: -42px -390px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-263, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-263 {
        left: 84px;
        top: 390px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-263 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-263 .front {
          background-position: -84px -390px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-264, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-264 {
        left: 126px;
        top: 390px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-264 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-264 .front {
          background-position: -126px -390px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-265, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-265 {
        left: 168px;
        top: 390px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-265 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-265 .front {
          background-position: -168px -390px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-266, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-266 {
        left: 210px;
        top: 390px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-266 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-266 .front {
          background-position: -210px -390px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-267, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-267 {
        left: 252px;
        top: 390px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-267 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-267 .front {
          background-position: -252px -390px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-268, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-268 {
        left: 294px;
        top: 390px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-268 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-268 .front {
          background-position: -294px -390px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-269, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-269 {
        left: 336px;
        top: 390px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-269 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-269 .front {
          background-position: -336px -390px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-270, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-270 {
        left: 378px;
        top: 390px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-270 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-270 .front {
          background-position: -378px -390px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-271, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-271 {
        left: 420px;
        top: 390px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-271 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-271 .front {
          background-position: -420px -390px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-272, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-272 {
        left: 462px;
        top: 390px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-272 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-272 .front {
          background-position: -462px -390px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-273, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-273 {
        left: 504px;
        top: 390px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-273 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-273 .front {
          background-position: -504px -390px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-274, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-274 {
        left: 546px;
        top: 390px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-274 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-274 .front {
          background-position: -546px -390px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-275, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-275 {
        left: 588px;
        top: 390px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-275 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-275 .front {
          background-position: -588px -390px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-276, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-276 {
        left: 630px;
        top: 390px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-276 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-276 .front {
          background-position: -630px -390px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-277, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-277 {
        left: 672px;
        top: 390px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-277 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-277 .front {
          background-position: -672px -390px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-278, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-278 {
        left: 714px;
        top: 390px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-278 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-278 .front {
          background-position: -714px -390px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-279, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-279 {
        left: 756px;
        top: 390px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-279 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-279 .front {
          background-position: -756px -390px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-280, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-280 {
        left: 798px;
        top: 390px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-280 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-280 .front {
          background-position: -798px -390px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-281, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-281 {
        left: 0px;
        top: 420px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-281 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-281 .front {
          background-position: 0px -420px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-282, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-282 {
        left: 42px;
        top: 420px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-282 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-282 .front {
          background-position: -42px -420px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-283, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-283 {
        left: 84px;
        top: 420px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-283 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-283 .front {
          background-position: -84px -420px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-284, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-284 {
        left: 126px;
        top: 420px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-284 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-284 .front {
          background-position: -126px -420px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-285, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-285 {
        left: 168px;
        top: 420px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-285 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-285 .front {
          background-position: -168px -420px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-286, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-286 {
        left: 210px;
        top: 420px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-286 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-286 .front {
          background-position: -210px -420px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-287, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-287 {
        left: 252px;
        top: 420px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-287 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-287 .front {
          background-position: -252px -420px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-288, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-288 {
        left: 294px;
        top: 420px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-288 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-288 .front {
          background-position: -294px -420px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-289, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-289 {
        left: 336px;
        top: 420px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-289 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-289 .front {
          background-position: -336px -420px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-290, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-290 {
        left: 378px;
        top: 420px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-290 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-290 .front {
          background-position: -378px -420px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-291, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-291 {
        left: 420px;
        top: 420px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-291 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-291 .front {
          background-position: -420px -420px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-292, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-292 {
        left: 462px;
        top: 420px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-292 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-292 .front {
          background-position: -462px -420px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-293, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-293 {
        left: 504px;
        top: 420px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-293 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-293 .front {
          background-position: -504px -420px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-294, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-294 {
        left: 546px;
        top: 420px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-294 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-294 .front {
          background-position: -546px -420px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-295, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-295 {
        left: 588px;
        top: 420px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-295 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-295 .front {
          background-position: -588px -420px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-296, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-296 {
        left: 630px;
        top: 420px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-296 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-296 .front {
          background-position: -630px -420px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-297, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-297 {
        left: 672px;
        top: 420px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-297 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-297 .front {
          background-position: -672px -420px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-298, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-298 {
        left: 714px;
        top: 420px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-298 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-298 .front {
          background-position: -714px -420px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-299, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-299 {
        left: 756px;
        top: 420px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-299 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-299 .front {
          background-position: -756px -420px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-300, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-300 {
        left: 798px;
        top: 420px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-300 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-300 .front {
          background-position: -798px -420px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-301, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-301 {
        left: 0px;
        top: 450px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-301 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-301 .front {
          background-position: 0px -450px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-302, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-302 {
        left: 42px;
        top: 450px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-302 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-302 .front {
          background-position: -42px -450px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-303, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-303 {
        left: 84px;
        top: 450px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-303 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-303 .front {
          background-position: -84px -450px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-304, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-304 {
        left: 126px;
        top: 450px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-304 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-304 .front {
          background-position: -126px -450px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-305, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-305 {
        left: 168px;
        top: 450px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-305 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-305 .front {
          background-position: -168px -450px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-306, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-306 {
        left: 210px;
        top: 450px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-306 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-306 .front {
          background-position: -210px -450px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-307, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-307 {
        left: 252px;
        top: 450px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-307 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-307 .front {
          background-position: -252px -450px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-308, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-308 {
        left: 294px;
        top: 450px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-308 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-308 .front {
          background-position: -294px -450px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-309, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-309 {
        left: 336px;
        top: 450px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-309 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-309 .front {
          background-position: -336px -450px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-310, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-310 {
        left: 378px;
        top: 450px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-310 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-310 .front {
          background-position: -378px -450px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-311, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-311 {
        left: 420px;
        top: 450px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-311 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-311 .front {
          background-position: -420px -450px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-312, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-312 {
        left: 462px;
        top: 450px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-312 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-312 .front {
          background-position: -462px -450px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-313, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-313 {
        left: 504px;
        top: 450px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-313 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-313 .front {
          background-position: -504px -450px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-314, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-314 {
        left: 546px;
        top: 450px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-314 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-314 .front {
          background-position: -546px -450px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-315, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-315 {
        left: 588px;
        top: 450px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-315 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-315 .front {
          background-position: -588px -450px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-316, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-316 {
        left: 630px;
        top: 450px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-316 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-316 .front {
          background-position: -630px -450px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-317, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-317 {
        left: 672px;
        top: 450px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-317 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-317 .front {
          background-position: -672px -450px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-318, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-318 {
        left: 714px;
        top: 450px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-318 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-318 .front {
          background-position: -714px -450px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-319, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-319 {
        left: 756px;
        top: 450px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-319 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-319 .front {
          background-position: -756px -450px; }
      .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-320, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-320 {
        left: 798px;
        top: 450px; }
        .num-hints-1 .hint.type-image.class-tiles-flip.num-tiles-320 .tile-320 .front, .num-hints-1 .hint.type-image.class-tiles-fade.num-tiles-320 .tile-320 .front {
          background-position: -798px -450px; }
  .num-hints-1 .hint.type-image .image-container {
    height: 480px;
    width: 842px;
    padding: 5px 0;
    background: none;
    margin: 0px;
    left: 50%;
    top: 50%;
    margin-left: -431px;
    margin-top: -190px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    background: #011736; }
  .num-hints-1 .hint.type-image .image-border {
    background: url("/images/capture/namethatthing/image-hint-border.png") center center no-repeat;
    width: 945px;
    height: 560px;
    left: 50%;
    top: 50%;
    margin-left: -477px;
    margin-top: -230px;
    content: " ";
    z-index: 2; }
  .num-hints-1 .hint.type-image .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 0px; }

@keyframes floating {
  from {
    transform: translateY(0px); }
  50% {
    transform: translateY(4px); }
  to {
    transform: translateY(0px); } }

.name-that-thing-capture-view.hint-type-spotTheError .num-hints-3 .hints {
  width: 850px;
  margin-left: -425px; }

.name-that-thing-capture-view.hint-type-spotTheError .num-hints-4 .hints {
  width: 1140px;
  margin-left: -570px; }

.name-that-thing-capture-view.hint-type-spotTheError .num-hints-4 .answer.image-answer {
  margin-right: -20px; }
  .name-that-thing-capture-view.hint-type-spotTheError .num-hints-4 .answer.image-answer .image {
    margin-top: -15px; }

.name-that-thing-capture-view.hint-type-spotTheError .num-hints-4.answered .hints .hint.has-error {
  -webkit-transform: translateX(220px) scale(1.25); }

.name-that-thing-capture-view.hint-type-spotTheError .answer.image-answer:before,
.name-that-thing-capture-view.hint-type-spotTheError .hints .hint.has-error:before {
  content: " ";
  position: absolute;
  bottom: -35px;
  width: 120px;
  margin-left: -60px;
  left: 50%;
  border: none;
  -webkit-transition: all 0.5s ease 0.5s;
  opacity: 0;
  font-size: 18px;
  line-height: 32px;
  height: 32px;
  text-align: center;
  border-radius: 5px;
  background: #333;
  text-shadow: 1px 1px 3px #000;
  font-family: 'metronic_probold'; }

.name-that-thing-capture-view.hint-type-spotTheError .answered .answer.image-answer {
  opacity: 1;
  -webkit-transition: opacity 1s ease 0.75s; }
  .name-that-thing-capture-view.hint-type-spotTheError .answered .answer.image-answer:before {
    content: "Right";
    opacity: 1;
    background: #034b0c; }

.name-that-thing-capture-view.hint-type-spotTheError .answered .hints .progress-100 .hint .image {
  opacity: 0;
  -webkit-transition-delay: 0s; }

.name-that-thing-capture-view.hint-type-spotTheError .answered .hints .hint.has-error {
  opacity: 1;
  -webkit-transform: translateX(102px) scale(1.25);
  top: 90px; }
  .name-that-thing-capture-view.hint-type-spotTheError .answered .hints .hint.has-error:before {
    opacity: 1; }
  .name-that-thing-capture-view.hint-type-spotTheError .answered .hints .hint.has-error .image {
    opacity: 1;
    animation: none; }

.name-that-thing-capture-view.hint-type-spotTheError .answer.red-box {
  display: none; }

.name-that-thing-capture-view.hint-type-spotTheError .answer.image-answer {
  width: 270px;
  height: 372.6px;
  position: absolute;
  opacity: 0;
  top: 170px;
  right: 321px;
  -webkit-transition: opacity 0s ease 0s;
  -webkit-transform: scale(1.25); }
  .name-that-thing-capture-view.hint-type-spotTheError .answer.image-answer .image {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }

.name-that-thing-capture-view.hint-type-spotTheError .hints {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(0px);
  -webkit-transition: all 0.5s ease;
  height: 560px;
  min-height: 480px;
  zoom: 1; }
  .name-that-thing-capture-view.hint-type-spotTheError .hints .progress-100 .hint .image {
    -webkit-transform: translateY(0px);
    opacity: 1; }
  .name-that-thing-capture-view.hint-type-spotTheError .hints .hint {
    width: 270px;
    height: 372.6px;
    position: absolute;
    top: 100px;
    margin: 0px;
    padding: 0px;
    line-height: 1;
    -webkit-transition: all 0.5s ease; }
    .name-that-thing-capture-view.hint-type-spotTheError .hints .hint.class-movedown .image {
      background-position-y: 13px; }
    .name-that-thing-capture-view.hint-type-spotTheError .hints .hint.has-error {
      z-index: 10; }
      .name-that-thing-capture-view.hint-type-spotTheError .hints .hint.has-error:before {
        content: "Error";
        background: #500; }
    .name-that-thing-capture-view.hint-type-spotTheError .hints .hint.order-1 {
      -webkit-transform: translateX(0px); }
      .name-that-thing-capture-view.hint-type-spotTheError .hints .hint.order-1 .image {
        -webkit-transition: opacity 0.5s ease 0.15s, transform 0.5s ease 0.15s;
        animation-name: floating;
        animation-duration: 0.9s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-ease-out; }
    .name-that-thing-capture-view.hint-type-spotTheError .hints .hint.order-2 {
      -webkit-transform: translateX(290px); }
      .name-that-thing-capture-view.hint-type-spotTheError .hints .hint.order-2 .image {
        -webkit-transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
        animation-name: floating;
        animation-duration: 1.05s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-ease-out; }
    .name-that-thing-capture-view.hint-type-spotTheError .hints .hint.order-3 {
      -webkit-transform: translateX(580px); }
      .name-that-thing-capture-view.hint-type-spotTheError .hints .hint.order-3 .image {
        -webkit-transition: opacity 0.5s ease 0.45s, transform 0.5s ease 0.45s;
        animation-name: floating;
        animation-duration: 1.2s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-ease-out; }
    .name-that-thing-capture-view.hint-type-spotTheError .hints .hint.order-4 {
      -webkit-transform: translateX(870px); }
      .name-that-thing-capture-view.hint-type-spotTheError .hints .hint.order-4 .image {
        -webkit-transition: opacity 0.5s ease 0.6s, transform 0.5s ease 0.6s;
        animation-name: floating;
        animation-duration: 1.35s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-ease-out; }
    .name-that-thing-capture-view.hint-type-spotTheError .hints .hint .image {
      width: 100%;
      height: 100%;
      opacity: 0;
      background-size: contain;
      position: absolute;
      top: 0px;
      left: 0px;
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-transition: opacity 0.5s linear, transform 0.5s linear;
      -webkit-transform: translateY(-30px); }

.hints .hint.type-audio {
  opacity: 1; }
  .hints .hint.type-audio .audio-container {
    width: 600px;
    height: 40px;
    background: #333;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 200px;
    border: 2px solid #666;
    padding: 2px; }
    .hints .hint.type-audio .audio-container .audio-progress-container {
      left: 0%;
      top: 0%;
      height: 100%;
      background: #999;
      width: 0%;
      border-radius: 2px; }

.categories-capture .categories-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  left: 50%;
  margin-left: -500px;
  flex-wrap: wrap;
  position: absolute;
  top: 200px; }
  .categories-capture .categories-container .category {
    height: 60px;
    width: 400px;
    text-align: center;
    font-size: 26px;
    margin: 0 0 20px 0;
    -webkit-transition: opacity 0.5s ease;
    opacity: 1;
    position: relative;
    border: 2px solid transparent;
    color: #fff;
    background: rgba(0, 0, 0, 0.95);
    line-height: 60px;
    -webkit-transition: all 2s ease; }
    .categories-capture .categories-container .category.unavailable {
      opacity: 0.25;
      text-decoration: line-through; }
    .categories-capture .categories-container .category.active, .categories-capture .categories-container .category.active.unavailable {
      background: rgba(0, 0, 90, 0.95);
      border: 2px solid blue;
      opacity: 1;
      text-decoration: none; }

.text-shadow, .name-that-thing-capture-view {
  text-shadow: -2px 6px 4px rgba(0, 0, 0, 0.64); }

.absolutely, .name-that-thing-capture-view .current-question,
.name-that-thing-capture-view .question-reveal,
.name-that-thing-capture-view .question-reveal-container,
.name-that-thing-capture-view .name-that-thing-reveal,
.name-that-thing-capture-view .name-that-thing-body,
.name-that-thing-capture-view .question-meta {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%; }

.transbg {
  position: relative; }
  .transbg:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    opacity: 0.75;
    z-index: -1; }

.red-box {
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.25s ease;
  text-align: center;
  -webkit-transform: translateY(-30px);
  z-index: 10;
  background: url("/images/capture/namethatthing/answer-bg.png") center center no-repeat transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  color: #fff;
  height: 164px;
  line-height: 164px;
  font-size: 38px;
  padding: 0px;
  width: 1207px;
  left: 50%;
  margin-left: -603px;
  bottom: -10px;
  position: absolute;
  font-family: 'metronic_probold', 'Times New Roman';
  text-shadow: none;
  border-width: 2px;
  text-shadow: 1px 1px 5px #111, 1px -1px 5px #111, -1px 1px 5px #111, -1px -1px 5px #111;
  font-size: 32px; }

.meta-box {
  border: 1px solid #054298;
  background: #5d9ffa;
  border-radius: 10px;
  box-shadow: 0px 1px 1px #000;
  padding: 8px;
  color: #fff;
  font-size: 22px;
  text-shadow: none;
  font-family: 'metronic_probold'; }

.game-box {
  width: 287px;
  height: 113px;
  background: url("/images/capture/meta/meta-box-bg.png") center center no-repeat;
  padding-top: 37px;
  text-align: center;
  font-family: 'metronic_probold';
  font-size: 22px;
  text-shadow: 0px 0px 1px #333;
  display: block; }

.title-box {
  width: 576px;
  left: 50%;
  margin-left: -288px;
  height: 122px;
  line-height: 50px;
  position: absolute;
  top: -13px;
  text-align: center;
  padding-top: 35px;
  background: url("/images/capture/meta/title-container-bg.png") center top no-repeat;
  font-size: 26px;
  font-family: 'metronic_probold';
  color: #fff; }
  .title-box .timer-display-container .countdown-label {
    display: none; }
  .title-box .timer-display-container .timer-countdown div {
    display: inline-block; }

.gradient-text {
  background: none;
  text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.64);
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline; }
  .gradient-text.gradient-text-right:after {
    left: auto;
    right: 0px; }
  .gradient-text:after {
    content: attr(data-text);
    left: 0;
    position: absolute;
    top: 0;
    background-image: -webkit-linear-gradient(#ffffff, #c0c0c0);
    -webkit-background-clip: text;
    color: #fff;
    text-shadow: none; }

.mb-1 {
  margin-bottom: 0.5em; }

.mt-1 {
  margin-top: 0.5em; }

.mr-1 {
  margin-right: 0.5em; }

.ml-1 {
  margin-left: 0.5em; }

.mb-2 {
  margin-bottom: 1em; }

.mt-2 {
  margin-top: 1em; }

.mr-2 {
  margin-right: 1em; }

.ml-2 {
  margin-left: 1em; }

.mb-3 {
  margin-bottom: 1.5em; }

.mt-3 {
  margin-top: 1.5em; }

.mr-3 {
  margin-right: 1.5em; }

.ml-3 {
  margin-left: 1.5em; }

.mb-4 {
  margin-bottom: 2em; }

.mt-4 {
  margin-top: 2em; }

.mr-4 {
  margin-right: 2em; }

.ml-4 {
  margin-left: 2em; }

.mb-5 {
  margin-bottom: 2.5em; }

.mt-5 {
  margin-top: 2.5em; }

.mr-5 {
  margin-right: 2.5em; }

.ml-5 {
  margin-left: 2.5em; }

.mb-6 {
  margin-bottom: 3em; }

.mt-6 {
  margin-top: 3em; }

.mr-6 {
  margin-right: 3em; }

.ml-6 {
  margin-left: 3em; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite; }

.name-that-thing-capture-view {
  color: #fff;
  z-index: 1;
  position: relative;
  width: 1297px;
  height: 681px;
  left: 50%;
  margin-left: -648.5px;
  overflow: hidden; }
  .name-that-thing-capture-view .question-reveal-container .active-question {
    height: 77%; }
    .name-that-thing-capture-view .question-reveal-container .active-question .hint.optional-qs-answer {
      background: url("/images/capture/namethatthing/answer-bg.png") center center no-repeat transparent !important; }
  .name-that-thing-capture-view .name-that-thing-body.row {
    margin: 0px; }
  .name-that-thing-capture-view .question-meta {
    padding: 40px 189px;
    font-size: 22px;
    font-family: 'metronic_probold';
    text-shadow: none; }
  .name-that-thing-capture-view .name-that-thing-player-view {
    margin: 0px; }
  .name-that-thing-capture-view .name-that-thing-reveal {
    padding: 0px;
    background: none;
    border: 0px; }
    .name-that-thing-capture-view .name-that-thing-reveal:before {
      background: #000;
      opacity: 0.5;
      border: 1px solid #666;
      border-radius: 5px; }
  .name-that-thing-capture-view .optional-question {
    position: relative;
    top: 120px;
    text-align: center;
    font-size: 27px;
    width: 1094px;
    height: 103px;
    margin-left: 106px;
    line-height: 100px;
    text-shadow: none;
    margin-bottom: 10px; }
  .name-that-thing-capture-view .answered .answer {
    opacity: 1;
    -webkit-transition-duration: 0.5s;
    -webkit-transform: translateY(-20px); }
  .name-that-thing-capture-view .answer {
    -webkit-transform: translateY(-40px); }
    .name-that-thing-capture-view .answer.optional-qs-answer {
      display: none; }
  .name-that-thing-capture-view .question-meta {
    padding: 30px 10px 0 10px;
    margin: 0 0 0px 0;
    min-height: 70px; }
    .name-that-thing-capture-view .question-meta .game-box {
      position: relative;
      top: -30px; }
    .name-that-thing-capture-view .question-meta .num-question {
      float: left; }
    .name-that-thing-capture-view .question-meta .num-hints {
      float: left; }
      .name-that-thing-capture-view .question-meta .num-hints.num-hints-1:after {
        content: " hint"; }
      .name-that-thing-capture-view .question-meta .num-hints:after {
        content: " hints"; }
    .name-that-thing-capture-view .question-meta .num-points {
      float: right; }
      .name-that-thing-capture-view .question-meta .num-points:after {
        content: " points"; }
  .name-that-thing-capture-view .answer-font-size-1 .answer.red-box {
    font-size: 1px; }
  .name-that-thing-capture-view .answer-font-size-2 .answer.red-box {
    font-size: 2px; }
  .name-that-thing-capture-view .answer-font-size-3 .answer.red-box {
    font-size: 3px; }
  .name-that-thing-capture-view .answer-font-size-4 .answer.red-box {
    font-size: 4px; }
  .name-that-thing-capture-view .answer-font-size-5 .answer.red-box {
    font-size: 5px; }
  .name-that-thing-capture-view .answer-font-size-6 .answer.red-box {
    font-size: 6px; }
  .name-that-thing-capture-view .answer-font-size-7 .answer.red-box {
    font-size: 7px; }
  .name-that-thing-capture-view .answer-font-size-8 .answer.red-box {
    font-size: 8px; }
  .name-that-thing-capture-view .answer-font-size-9 .answer.red-box {
    font-size: 9px; }
  .name-that-thing-capture-view .answer-font-size-10 .answer.red-box {
    font-size: 10px; }
  .name-that-thing-capture-view .answer-font-size-11 .answer.red-box {
    font-size: 11px; }
  .name-that-thing-capture-view .answer-font-size-12 .answer.red-box {
    font-size: 12px; }
  .name-that-thing-capture-view .answer-font-size-13 .answer.red-box {
    font-size: 13px; }
  .name-that-thing-capture-view .answer-font-size-14 .answer.red-box {
    font-size: 14px; }
  .name-that-thing-capture-view .answer-font-size-15 .answer.red-box {
    font-size: 15px; }
  .name-that-thing-capture-view .answer-font-size-16 .answer.red-box {
    font-size: 16px; }
  .name-that-thing-capture-view .answer-font-size-17 .answer.red-box {
    font-size: 17px; }
  .name-that-thing-capture-view .answer-font-size-18 .answer.red-box {
    font-size: 18px; }
  .name-that-thing-capture-view .answer-font-size-19 .answer.red-box {
    font-size: 19px; }
  .name-that-thing-capture-view .answer-font-size-20 .answer.red-box {
    font-size: 20px; }
  .name-that-thing-capture-view .answer-font-size-21 .answer.red-box {
    font-size: 21px; }
  .name-that-thing-capture-view .answer-font-size-22 .answer.red-box {
    font-size: 22px; }
  .name-that-thing-capture-view .answer-font-size-23 .answer.red-box {
    font-size: 23px; }
  .name-that-thing-capture-view .answer-font-size-24 .answer.red-box {
    font-size: 24px; }
  .name-that-thing-capture-view .answer-font-size-25 .answer.red-box {
    font-size: 25px; }
  .name-that-thing-capture-view .answer-font-size-26 .answer.red-box {
    font-size: 26px; }
  .name-that-thing-capture-view .answer-font-size-27 .answer.red-box {
    font-size: 27px; }
  .name-that-thing-capture-view .answer-font-size-28 .answer.red-box {
    font-size: 28px; }
  .name-that-thing-capture-view .answer-font-size-29 .answer.red-box {
    font-size: 29px; }
  .name-that-thing-capture-view .answer-font-size-30 .answer.red-box {
    font-size: 30px; }
  .name-that-thing-capture-view .answer-font-size-31 .answer.red-box {
    font-size: 31px; }
  .name-that-thing-capture-view .answer-font-size-32 .answer.red-box {
    font-size: 32px; }
  .name-that-thing-capture-view .answer-font-size-33 .answer.red-box {
    font-size: 33px; }
  .name-that-thing-capture-view .answer-font-size-34 .answer.red-box {
    font-size: 34px; }
  .name-that-thing-capture-view .answer-font-size-35 .answer.red-box {
    font-size: 35px; }
  .name-that-thing-capture-view .answer-font-size-36 .answer.red-box {
    font-size: 36px; }
  .name-that-thing-capture-view .answer-font-size-37 .answer.red-box {
    font-size: 37px; }
  .name-that-thing-capture-view .answer-font-size-38 .answer.red-box {
    font-size: 38px; }
  .name-that-thing-capture-view .answer-font-size-39 .answer.red-box {
    font-size: 39px; }
  .name-that-thing-capture-view .answer-font-size-40 .answer.red-box {
    font-size: 40px; }

/* How much to increase the baby picture size when it's the focus */
.name-that-thing-capture-view.hint-type-whoseKappaBaby .hints {
  z-index: 60; }
  .name-that-thing-capture-view.hint-type-whoseKappaBaby .hints .hint video {
    display: block;
    width: 1300px;
    margin-left: -646px;
    left: 50%;
    height: auto;
    top: -59px;
    position: absolute; }
  .name-that-thing-capture-view.hint-type-whoseKappaBaby .hints .hint.type-video-to-image .image-container.shown .image {
    transition-delay: 2s;
    transform: scale(1.3); }
  .name-that-thing-capture-view.hint-type-whoseKappaBaby .hints .hint.type-video-to-image .image-container.shown .back {
    display: none !important; }
  .name-that-thing-capture-view.hint-type-whoseKappaBaby .hints .hint .video-container {
    overflow: hidden;
    height: 675px;
    margin-top: -100px; }
  .name-that-thing-capture-view.hint-type-whoseKappaBaby .hints .hint .image:before,
  .name-that-thing-capture-view.hint-type-whoseKappaBaby .hints .hint .image:after {
    content: " ";
    position: absolute;
    opacity: 0;
    transition: all 0.25s ease 2s; }
  .name-that-thing-capture-view.hint-type-whoseKappaBaby .hints .hint .image:before {
    width: 114%;
    height: 120%;
    top: -10%;
    right: -7%;
    background: url(/images/namethatthing/whosekappababy/baby-frame-white.png) center center no-repeat;
    background-size: 100% 100%;
    z-index: 2; }
  .name-that-thing-capture-view.hint-type-whoseKappaBaby .hints .hint .image:after {
    content: " ";
    width: 100%;
    height: 30px;
    background: url(/images/namethatthing/whosekappababy/baby-hanger.png) center center no-repeat;
    z-index: 1;
    left: 0px;
    top: -47px; }

.name-that-thing-capture-view.hint-type-whoseKappaBaby .answered .hint.type-video-to-image .image-container.shown .image,
.name-that-thing-capture-view.hint-type-whoseKappaBaby .hint.type-video-to-image .image-container .image {
  height: 200px !important;
  width: 326px;
  margin-left: -163px;
  top: 245px;
  margin-top: -135px;
  border: 2px solid #333;
  left: 50%;
  transition: all 1.5s ease;
  transform: scale(1); }

.name-that-thing-capture-view.hint-type-whoseKappaBaby .answered .hint.type-video-to-image .image-container.shown .image {
  top: 242px; }

.name-that-thing-capture-view.hint-type-whoseKappaBaby .answer-cover,
.name-that-thing-capture-view.hint-type-whoseKappaBaby .answer.image-answer,
.name-that-thing-capture-view.hint-type-whoseKappaBaby .answer.image-answer .image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 50;
  opacity: 1;
  -webkit-transition: opacity 0s linear;
  -webkit-transform: translateY(0px); }

.name-that-thing-capture-view.hint-type-whoseKappaBaby div.answer.image-answer {
  -webkit-transition-duration: 0s; }

.name-that-thing-capture-view.hint-type-whoseKappaBaby .answer.image-answer .image:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(/images/namethatthing/whosekappababy/answer-frames-white.png); }

.name-that-thing-capture-view.hint-type-whoseKappaBaby .answer-cover {
  background: url(/images/namethatthing/whosekappababy/answer-cover.png);
  z-index: 51; }

.name-that-thing-capture-view.hint-type-whoseKappaBaby .answer.image-answer {
  z-index: 50;
  opacity: 0; }

.name-that-thing-capture-view.hint-type-whoseKappaBaby .answered .answer-cover {
  opacity: 0; }

.name-that-thing-capture-view.hint-type-whoseKappaBaby .answered .answer.image-answer {
  -webkit-transition-duration: 1s;
  opacity: 1; }

.name-that-thing-capture-view.hint-type-whoseKappaBaby .answered .answer.red-box {
  -webkit-transition-delay: 1.5s; }

.name-that-thing-capture-view.hint-type-whoseKappaBaby .answered .hint .image:before,
.name-that-thing-capture-view.hint-type-whoseKappaBaby .answered .hint .image:after {
  opacity: 1;
  -webkit-transition-delay: 1.5s; }

.name-that-thing-capture-view.hs-card-question .hints .hint.type-image .image-border {
  display: none; }

.name-that-thing-capture-view.hs-card-question .hints .hint.type-image .image-container {
  background: none; }

.name-that-thing-capture-view.hs-card-answer {
  overflow: hidden; }
  .name-that-thing-capture-view.hs-card-answer.hint-type-zoomOut .hints {
    padding-top: 120px; }
  .name-that-thing-capture-view.hs-card-answer.hint-type-zoomOut .answered .answer.image-answer {
    -webkit-transform: translateX(-31px); }
  .name-that-thing-capture-view.hs-card-answer.hint-type-zoomOut .answered .answer.red-box {
    display: block; }
  .name-that-thing-capture-view.hs-card-answer .answered .answer.red-box {
    -webkit-transform: translateX(-100px);
    display: none; }
  .name-that-thing-capture-view.hs-card-answer .answered .hints {
    -webkit-transform: translateX(-120px);
    -webkit-transition-delay: 0s; }
  .name-that-thing-capture-view.hs-card-answer .answered .image-answer.answer {
    -webkit-transform: translateX(-25px);
    -webkit-transition-duration: 0.5s;
    opacity: 1; }
    .name-that-thing-capture-view.hs-card-answer .answered .image-answer.answer .image {
      top: 0px;
      opacity: 1;
      -webkit-transition-delay: 0.5s !important; }
  .name-that-thing-capture-view.hs-card-answer .hints {
    -webkit-transition: transform 0.5s ease 0.5s;
    -webkit-transform: translateX(0px);
    padding-top: 140px; }
    .name-that-thing-capture-view.hs-card-answer .hints .hint.reveal-type-fade.type-text {
      background: url("/images/capture/namethatthing/text-hint-bg-no-frills.png") center center no-repeat; }
    .name-that-thing-capture-view.hs-card-answer .hints .hint.type-text {
      margin-bottom: 50px; }
  .name-that-thing-capture-view.hs-card-answer .answer.image-answer {
    width: 225px;
    height: 400px;
    position: absolute;
    right: 23px;
    top: 206px;
    -webkit-transform: translateX(400px);
    opacity: 0;
    -webkit-transition: transform 0s ease;
    z-index: 20; }
    .name-that-thing-capture-view.hs-card-answer .answer.image-answer .image {
      width: 100%;
      height: 100%;
      position: absolute;
      background-size: contain;
      background-repeat: no-repeat; }

/* How much to increase the baby picture size when it's the focus */
.name-that-thing-capture-view.hint-type-imageToImage .hints {
  z-index: 60; }
  .name-that-thing-capture-view.hint-type-imageToImage .hints .hint .image-container .image {
    transition-delay: 2s;
    transform: scale(1.5);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 300px !important;
    width: 526px;
    margin-left: -263px;
    left: 50%;
    position: absolute;
    margin-top: -13%; }
  .name-that-thing-capture-view.hint-type-imageToImage .hints .hint .image-container .back {
    display: none !important; }
  .name-that-thing-capture-view.hint-type-imageToImage .hints .hint .image-container .image:before,
  .name-that-thing-capture-view.hint-type-imageToImage .hints .hint .image-container .image:after {
    content: " ";
    position: absolute;
    opacity: 0;
    transition: all 0.25s ease 2s; }

.name-that-thing-capture-view.hint-type-imageToImage .answered .hint.type-image-to-image .image-container .image {
  display: none; }

.name-that-thing-capture-view.hint-type-imageToImage .answer-cover,
.name-that-thing-capture-view.hint-type-imageToImage .answer.image-answer,
.name-that-thing-capture-view.hint-type-imageToImage .answer.image-answer .image {
  position: absolute;
  top: 0px;
  margin-top: 8%;
  left: 50%;
  height: 300px !important;
  width: 50%;
  margin-left: -25%;
  transform: scale(1.5);
  z-index: 50;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: opacity 0s linear; }

.name-that-thing-capture-view.hint-type-imageToImage div.answer.image-answer {
  -webkit-transition-duration: 0s; }

.name-that-thing-capture-view.hint-type-imageToImage .answer.image-answer {
  z-index: 50;
  opacity: 0; }

.name-that-thing-capture-view.hint-type-imageToImage .answered .answer-cover {
  opacity: 0; }

.name-that-thing-capture-view.hint-type-imageToImage .answered .answer.image-answer {
  -webkit-transition-duration: 1s;
  opacity: 1;
  background-repeat: no-repeat; }

.name-that-thing-capture-view.hint-type-imageToImage .answered .answer.red-box {
  -webkit-transition-delay: 1.5s;
  z-index: 51;
  font-size: 4em; }

.name-that-thing-capture-view.hint-type-imageToImage .answered .hint .image:before,
.name-that-thing-capture-view.hint-type-imageToImage .answered .hint .image:after {
  opacity: 1;
  -webkit-transition-delay: 1.5s; }

.text-shadow, .improv-capture-view {
  text-shadow: -2px 6px 4px rgba(0, 0, 0, 0.64); }

.absolutely, .improv-capture-view .current-question,
.improv-capture-view .question-reveal,
.improv-capture-view .question-reveal-container,
.improv-capture-view .improv-reveal,
.improv-capture-view .improv-body,
.improv-capture-view .question-meta {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%; }

.transbg {
  position: relative; }
  .transbg:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    opacity: 0.75;
    z-index: -1; }

.red-box {
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.25s ease;
  text-align: center;
  -webkit-transform: translateY(-30px);
  z-index: 10;
  background: url("/images/capture/namethatthing/answer-bg.png") center center no-repeat transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  color: #fff;
  height: 164px;
  line-height: 164px;
  font-size: 38px;
  padding: 0px;
  width: 1207px;
  left: 50%;
  margin-left: -603px;
  bottom: -10px;
  position: absolute;
  font-family: 'metronic_probold', 'Times New Roman';
  text-shadow: none;
  border-width: 2px;
  text-shadow: 1px 1px 5px #111, 1px -1px 5px #111, -1px 1px 5px #111, -1px -1px 5px #111;
  font-size: 32px; }

.meta-box {
  border: 1px solid #054298;
  background: #5d9ffa;
  border-radius: 10px;
  box-shadow: 0px 1px 1px #000;
  padding: 8px;
  color: #fff;
  font-size: 22px;
  text-shadow: none;
  font-family: 'metronic_probold'; }

.game-box {
  width: 287px;
  height: 113px;
  background: url("/images/capture/meta/meta-box-bg.png") center center no-repeat;
  padding-top: 37px;
  text-align: center;
  font-family: 'metronic_probold';
  font-size: 22px;
  text-shadow: 0px 0px 1px #333;
  display: block; }

.title-box {
  width: 576px;
  left: 50%;
  margin-left: -288px;
  height: 122px;
  line-height: 50px;
  position: absolute;
  top: -13px;
  text-align: center;
  padding-top: 35px;
  background: url("/images/capture/meta/title-container-bg.png") center top no-repeat;
  font-size: 26px;
  font-family: 'metronic_probold';
  color: #fff; }
  .title-box .timer-display-container .countdown-label {
    display: none; }
  .title-box .timer-display-container .timer-countdown div {
    display: inline-block; }

.gradient-text {
  background: none;
  text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.64);
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline; }
  .gradient-text.gradient-text-right:after {
    left: auto;
    right: 0px; }
  .gradient-text:after {
    content: attr(data-text);
    left: 0;
    position: absolute;
    top: 0;
    background-image: -webkit-linear-gradient(#ffffff, #c0c0c0);
    -webkit-background-clip: text;
    color: #fff;
    text-shadow: none; }

.mb-1 {
  margin-bottom: 0.5em; }

.mt-1 {
  margin-top: 0.5em; }

.mr-1 {
  margin-right: 0.5em; }

.ml-1 {
  margin-left: 0.5em; }

.mb-2 {
  margin-bottom: 1em; }

.mt-2 {
  margin-top: 1em; }

.mr-2 {
  margin-right: 1em; }

.ml-2 {
  margin-left: 1em; }

.mb-3 {
  margin-bottom: 1.5em; }

.mt-3 {
  margin-top: 1.5em; }

.mr-3 {
  margin-right: 1.5em; }

.ml-3 {
  margin-left: 1.5em; }

.mb-4 {
  margin-bottom: 2em; }

.mt-4 {
  margin-top: 2em; }

.mr-4 {
  margin-right: 2em; }

.ml-4 {
  margin-left: 2em; }

.mb-5 {
  margin-bottom: 2.5em; }

.mt-5 {
  margin-top: 2.5em; }

.mr-5 {
  margin-right: 2.5em; }

.ml-5 {
  margin-left: 2.5em; }

.mb-6 {
  margin-bottom: 3em; }

.mt-6 {
  margin-top: 3em; }

.mr-6 {
  margin-right: 3em; }

.ml-6 {
  margin-left: 3em; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite; }

.improv-capture-view {
  color: #fff;
  z-index: 1;
  position: relative;
  width: 1297px;
  height: 681px;
  left: 50%;
  margin-left: -648.5px;
  overflow: hidden;
  font-family: 'MadeTommy'; }
  .improv-capture-view .question-reveal-container .active-question {
    height: 77%; }
    .improv-capture-view .question-reveal-container .active-question .hint.optional-qs-answer {
      background: url("/images/capture/namethatthing/answer-bg.png") center center no-repeat transparent !important; }
  .improv-capture-view .improv-body.row {
    margin: 0px; }
  .improv-capture-view .question-meta {
    padding: 40px 189px;
    font-size: 22px;
    font-family: 'MadeTommy';
    text-shadow: none; }
  .improv-capture-view .improv-player-view {
    margin: 0px; }
  .improv-capture-view .improv-reveal {
    padding: 0px;
    background: none;
    border: 0px; }
    .improv-capture-view .improv-reveal .back {
      background: none !important; }
    .improv-capture-view .improv-reveal .hints .hint.reveal-type-fade.type-improv {
      background: none;
      color: #fff !important;
      line-height: 80px;
      height: 80px;
      width: 1244px;
      margin: 0 auto 20px auto;
      font-size: 28px; }
      .improv-capture-view .improv-reveal .hints .hint.reveal-type-fade.type-improv table {
        width: 100%; }
        .improv-capture-view .improv-reveal .hints .hint.reveal-type-fade.type-improv table tr {
          display: flex;
          justify-content: center; }
      .improv-capture-view .improv-reveal .hints .hint.reveal-type-fade.type-improv .back {
        background: none !important; }
      .improv-capture-view .improv-reveal .hints .hint.reveal-type-fade.type-improv .text-container {
        font-size: 50px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 550px; }
        .improv-capture-view .improv-reveal .hints .hint.reveal-type-fade.type-improv .text-container .text-content .text-length-classes {
          width: 100%;
          table-layout: fixed; }
          .improv-capture-view .improv-reveal .hints .hint.reveal-type-fade.type-improv .text-container .text-content .text-length-classes td {
            width: 100%;
            overflow-wrap: break-word;
            text-align: center; }
      .improv-capture-view .improv-reveal .hints .hint.reveal-type-fade.type-improv .image-container {
        height: 480px !important;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .improv-capture-view .improv-reveal .hints .hint.reveal-type-fade.type-improv .image-container .image {
          transition-delay: 2s;
          transform: scale(1.5);
          background-position: center;
          background-size: 90%;
          background-repeat: no-repeat;
          height: 300px !important;
          width: 500px;
          margin-left: -240px;
          left: 50%;
          position: absolute;
          margin-top: 6%; }
      .improv-capture-view .improv-reveal .hints .hint.reveal-type-fade.type-improv .audio-container {
        width: 80%;
        height: 50px;
        z-index: 2;
        top: 0px;
        left: 255px;
        margin-left: 0px;
        margin-top: 10%;
        border: none;
        background: none; }
        .improv-capture-view .improv-reveal .hints .hint.reveal-type-fade.type-improv .audio-container .audio-icon {
          position: absolute;
          margin-top: -105px;
          left: 48%;
          width: 50px;
          height: 50px;
          background: url(/images/themes/vshojo-chaos/audio-icon.png) center center no-repeat;
          background-size: cover;
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5)); }
        .improv-capture-view .improv-reveal .hints .hint.reveal-type-fade.type-improv .audio-container .audio-progress-container {
          background-color: #fff;
          width: 100%;
          height: 100%;
          top: 0px;
          left: 0px;
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
          border-radius: 15px; }
    .improv-capture-view .improv-reveal:before {
      background: #000;
      opacity: 0.5;
      border: 1px solid #666;
      border-radius: 5px; }
  .improv-capture-view .optional-question {
    position: relative;
    top: 120px;
    text-align: center;
    font-size: 27px;
    width: 1094px;
    height: 103px;
    margin-left: 106px;
    line-height: 100px;
    text-shadow: none;
    margin-bottom: 10px; }
  .improv-capture-view .answered .answer {
    opacity: 1;
    -webkit-transition-duration: 0.5s;
    -webkit-transform: translateY(-20px); }
  .improv-capture-view .answer {
    -webkit-transform: translateY(-40px); }
    .improv-capture-view .answer.optional-qs-answer {
      display: none; }
  .improv-capture-view .question-meta {
    padding: 30px 10px 0 10px;
    margin: 0 0 0px 0;
    min-height: 70px; }
    .improv-capture-view .question-meta .game-box {
      position: relative;
      top: -30px; }
    .improv-capture-view .question-meta .num-question {
      float: left; }
    .improv-capture-view .question-meta .num-hints {
      float: left; }
      .improv-capture-view .question-meta .num-hints.num-hints-1:after {
        content: " hint"; }
      .improv-capture-view .question-meta .num-hints:after {
        content: " hints"; }
    .improv-capture-view .question-meta .num-points {
      float: right; }
      .improv-capture-view .question-meta .num-points:after {
        content: " points"; }
  .improv-capture-view .answer-font-size-1 .answer.red-box {
    font-size: 1px; }
  .improv-capture-view .answer-font-size-2 .answer.red-box {
    font-size: 2px; }
  .improv-capture-view .answer-font-size-3 .answer.red-box {
    font-size: 3px; }
  .improv-capture-view .answer-font-size-4 .answer.red-box {
    font-size: 4px; }
  .improv-capture-view .answer-font-size-5 .answer.red-box {
    font-size: 5px; }
  .improv-capture-view .answer-font-size-6 .answer.red-box {
    font-size: 6px; }
  .improv-capture-view .answer-font-size-7 .answer.red-box {
    font-size: 7px; }
  .improv-capture-view .answer-font-size-8 .answer.red-box {
    font-size: 8px; }
  .improv-capture-view .answer-font-size-9 .answer.red-box {
    font-size: 9px; }
  .improv-capture-view .answer-font-size-10 .answer.red-box {
    font-size: 10px; }
  .improv-capture-view .answer-font-size-11 .answer.red-box {
    font-size: 11px; }
  .improv-capture-view .answer-font-size-12 .answer.red-box {
    font-size: 12px; }
  .improv-capture-view .answer-font-size-13 .answer.red-box {
    font-size: 13px; }
  .improv-capture-view .answer-font-size-14 .answer.red-box {
    font-size: 14px; }
  .improv-capture-view .answer-font-size-15 .answer.red-box {
    font-size: 15px; }
  .improv-capture-view .answer-font-size-16 .answer.red-box {
    font-size: 16px; }
  .improv-capture-view .answer-font-size-17 .answer.red-box {
    font-size: 17px; }
  .improv-capture-view .answer-font-size-18 .answer.red-box {
    font-size: 18px; }
  .improv-capture-view .answer-font-size-19 .answer.red-box {
    font-size: 19px; }
  .improv-capture-view .answer-font-size-20 .answer.red-box {
    font-size: 20px; }
  .improv-capture-view .answer-font-size-21 .answer.red-box {
    font-size: 21px; }
  .improv-capture-view .answer-font-size-22 .answer.red-box {
    font-size: 22px; }
  .improv-capture-view .answer-font-size-23 .answer.red-box {
    font-size: 23px; }
  .improv-capture-view .answer-font-size-24 .answer.red-box {
    font-size: 24px; }
  .improv-capture-view .answer-font-size-25 .answer.red-box {
    font-size: 25px; }
  .improv-capture-view .answer-font-size-26 .answer.red-box {
    font-size: 26px; }
  .improv-capture-view .answer-font-size-27 .answer.red-box {
    font-size: 27px; }
  .improv-capture-view .answer-font-size-28 .answer.red-box {
    font-size: 28px; }
  .improv-capture-view .answer-font-size-29 .answer.red-box {
    font-size: 29px; }
  .improv-capture-view .answer-font-size-30 .answer.red-box {
    font-size: 30px; }
  .improv-capture-view .answer-font-size-31 .answer.red-box {
    font-size: 31px; }
  .improv-capture-view .answer-font-size-32 .answer.red-box {
    font-size: 32px; }
  .improv-capture-view .answer-font-size-33 .answer.red-box {
    font-size: 33px; }
  .improv-capture-view .answer-font-size-34 .answer.red-box {
    font-size: 34px; }
  .improv-capture-view .answer-font-size-35 .answer.red-box {
    font-size: 35px; }
  .improv-capture-view .answer-font-size-36 .answer.red-box {
    font-size: 36px; }
  .improv-capture-view .answer-font-size-37 .answer.red-box {
    font-size: 37px; }
  .improv-capture-view .answer-font-size-38 .answer.red-box {
    font-size: 38px; }
  .improv-capture-view .answer-font-size-39 .answer.red-box {
    font-size: 39px; }
  .improv-capture-view .answer-font-size-40 .answer.red-box {
    font-size: 40px; }

.improv-capture-view.hs-card-question .hints .hint.type-image .image-border {
  display: none; }

.improv-capture-view.hs-card-question .hints .hint.type-image .image-container {
  background: none; }

.improv-capture-view.hs-card-answer {
  overflow: hidden; }
  .improv-capture-view.hs-card-answer.hint-type-zoomOut .hints {
    padding-top: 120px; }
  .improv-capture-view.hs-card-answer.hint-type-zoomOut .answered .answer.image-answer {
    -webkit-transform: translateX(-31px); }
  .improv-capture-view.hs-card-answer.hint-type-zoomOut .answered .answer.red-box {
    display: block; }
  .improv-capture-view.hs-card-answer .answered .answer.red-box {
    -webkit-transform: translateX(-100px);
    display: none; }
  .improv-capture-view.hs-card-answer .answered .hints {
    -webkit-transform: translateX(-120px);
    -webkit-transition-delay: 0s; }
  .improv-capture-view.hs-card-answer .answered .image-answer.answer {
    -webkit-transform: translateX(-25px);
    -webkit-transition-duration: 0.5s;
    opacity: 1; }
    .improv-capture-view.hs-card-answer .answered .image-answer.answer .image {
      top: 0px;
      opacity: 1;
      -webkit-transition-delay: 0.5s !important; }
  .improv-capture-view.hs-card-answer .hints {
    -webkit-transition: transform 0.5s ease 0.5s;
    -webkit-transform: translateX(0px);
    padding-top: 140px; }
    .improv-capture-view.hs-card-answer .hints .hint.reveal-type-fade.type-text {
      background: url("/images/capture/namethatthing/text-hint-bg-no-frills.png") center center no-repeat; }
    .improv-capture-view.hs-card-answer .hints .hint.type-text {
      margin-bottom: 50px; }
  .improv-capture-view.hs-card-answer .answer.image-answer {
    width: 225px;
    height: 400px;
    position: absolute;
    right: 23px;
    top: 206px;
    -webkit-transform: translateX(400px);
    opacity: 0;
    -webkit-transition: transform 0s ease;
    z-index: 20; }
    .improv-capture-view.hs-card-answer .answer.image-answer .image {
      width: 100%;
      height: 100%;
      position: absolute;
      background-size: contain;
      background-repeat: no-repeat; }

.text-shadow {
  text-shadow: -2px 6px 4px rgba(0, 0, 0, 0.64); }

.absolutely {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%; }

.transbg {
  position: relative; }
  .transbg:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    opacity: 0.75;
    z-index: -1; }

.red-box {
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.25s ease;
  text-align: center;
  -webkit-transform: translateY(-30px);
  z-index: 10;
  background: url("/images/capture/namethatthing/answer-bg.png") center center no-repeat transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  color: #fff;
  height: 164px;
  line-height: 164px;
  font-size: 38px;
  padding: 0px;
  width: 1207px;
  left: 50%;
  margin-left: -603px;
  bottom: -10px;
  position: absolute;
  font-family: 'metronic_probold', 'Times New Roman';
  text-shadow: none;
  border-width: 2px;
  text-shadow: 1px 1px 5px #111, 1px -1px 5px #111, -1px 1px 5px #111, -1px -1px 5px #111;
  font-size: 32px; }

.meta-box, .sav-question-vote-msg, .game-container .submit-and-vote-capture-view .sav-question-container .author,
.game-container .submit-and-vote-capture-view .sav-question-container .sav-submission-votes,
.game-container .submit-and-vote-capture-view .sav-question-container .sav-submission-points, .sav-capture-split-view .sav-question, .sav-capture-split-view .timer-display {
  border: 1px solid #054298;
  background: #5d9ffa;
  border-radius: 10px;
  box-shadow: 0px 1px 1px #000;
  padding: 8px;
  color: #fff;
  font-size: 22px;
  text-shadow: none;
  font-family: 'metronic_probold'; }

.game-box {
  width: 287px;
  height: 113px;
  background: url("/images/capture/meta/meta-box-bg.png") center center no-repeat;
  padding-top: 37px;
  text-align: center;
  font-family: 'metronic_probold';
  font-size: 22px;
  text-shadow: 0px 0px 1px #333;
  display: block; }

.title-box {
  width: 576px;
  left: 50%;
  margin-left: -288px;
  height: 122px;
  line-height: 50px;
  position: absolute;
  top: -13px;
  text-align: center;
  padding-top: 35px;
  background: url("/images/capture/meta/title-container-bg.png") center top no-repeat;
  font-size: 26px;
  font-family: 'metronic_probold';
  color: #fff; }
  .title-box .timer-display-container .countdown-label {
    display: none; }
  .title-box .timer-display-container .timer-countdown div {
    display: inline-block; }

.gradient-text {
  background: none;
  text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.64);
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline; }
  .gradient-text.gradient-text-right:after {
    left: auto;
    right: 0px; }
  .gradient-text:after {
    content: attr(data-text);
    left: 0;
    position: absolute;
    top: 0;
    background-image: -webkit-linear-gradient(#ffffff, #c0c0c0);
    -webkit-background-clip: text;
    color: #fff;
    text-shadow: none; }

.mb-1 {
  margin-bottom: 0.5em; }

.mt-1 {
  margin-top: 0.5em; }

.mr-1 {
  margin-right: 0.5em; }

.ml-1 {
  margin-left: 0.5em; }

.mb-2 {
  margin-bottom: 1em; }

.mt-2 {
  margin-top: 1em; }

.mr-2 {
  margin-right: 1em; }

.ml-2 {
  margin-left: 1em; }

.mb-3 {
  margin-bottom: 1.5em; }

.mt-3 {
  margin-top: 1.5em; }

.mr-3 {
  margin-right: 1.5em; }

.ml-3 {
  margin-left: 1.5em; }

.mb-4 {
  margin-bottom: 2em; }

.mt-4 {
  margin-top: 2em; }

.mr-4 {
  margin-right: 2em; }

.ml-4 {
  margin-left: 2em; }

.mb-5 {
  margin-bottom: 2.5em; }

.mt-5 {
  margin-top: 2.5em; }

.mr-5 {
  margin-right: 2.5em; }

.ml-5 {
  margin-left: 2.5em; }

.mb-6 {
  margin-bottom: 3em; }

.mt-6 {
  margin-top: 3em; }

.mr-6 {
  margin-right: 3em; }

.ml-6 {
  margin-left: 3em; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite; }

.production-submissions .author {
  display: none; }

.production-submissions .honesthearthstone {
  margin-top: 40px; }
  .production-submissions .honesthearthstone .sav-question-vote-msg {
    margin-top: 20px; }

.production-submissions.show_author .author {
  display: block; }

.sav-question-inner .image {
  width: 410px;
  height: 410px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center center;
  border-radius: 5px;
  border: 2px solid #0c6ef7; }
  .sav-question-inner .image .field {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
    color: #fff;
    font-size: 34px;
    position: absolute;
    width: 100%;
    padding: 0 5px;
    text-align: center;
    left: 0px;
    font-family: Impact;
    letter-spacing: 1px;
    text-transform: uppercase;
    word-break: break-word; }
    .sav-question-inner .image .field:nth-child(1) {
      top: 10px; }
    .sav-question-inner .image .field:nth-child(2) {
      bottom: 10px; }

.honesthearthstone .sav-question-inner {
  margin-top: 10px; }
  .honesthearthstone .sav-question-inner .image {
    background-size: contain;
    width: 400px;
    height: 543px; }
    .honesthearthstone .sav-question-inner .image .field:nth-child(1) {
      display: none; }
    .honesthearthstone .sav-question-inner .image .field:nth-child(2) {
      text-transform: unset;
      font-family: 'franklingothic-medium-regular';
      left: 90px;
      top: 300px;
      height: 90px;
      font-size: 20px;
      letter-spacing: -1px;
      width: 56%;
      letter-spacing: 0px; }

.honesthearthstone .sav-question-vote-msg {
  bottom: -200px; }

.sav-question .votes {
  font-size: 18px; }

.sav-submissions-view .sav-question {
  float: left;
  margin: 0 5px 0 0; }

.sav-question-production-container {
  float: left;
  margin: 0 5px 0 0;
  text-align: center; }
  .sav-question-production-container button {
    margin: 5px 0 0 0; }

.submit-and-vote-capture-view {
  padding: 130px 0 0 0; }
  .submit-and-vote-capture-view .honesthearthstone .blank-question {
    top: 120px !important; }
  .submit-and-vote-capture-view .honesthearthstone .sav-question-inner .image {
    background-size: contain;
    width: 400px;
    height: 543px;
    border: unset; }
  .submit-and-vote-capture-view .status-message-old {
    position: absolute;
    left: 0px;
    top: 20px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    text-align: center; }

.sav-question-vote-msg {
  text-align: center;
  font-size: 18px;
  color: #fff;
  position: absolute;
  width: 80%;
  left: 10%;
  height: auto;
  line-height: 20px;
  bottom: -65px;
  border-color: #f69d0d;
  padding: 10px 0;
  transition: opacity 0.5s linear 1.5s;
  background: #054298;
  opacity: 0; }
  .sav-question-vote-msg.show {
    animation-duration: 0.5s;
    animation-delay: 1.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-name: fade-in; }

.submit-and-vote-player-view-body .active-question {
  margin: 0 10px 0; }

.submit-and-vote-player-view-body.honesthearthstone .sav-question-inner .image {
  background-size: contain;
  width: 400px;
  height: 543px; }
  .submit-and-vote-player-view-body.honesthearthstone .sav-question-inner .image .field:nth-child(1) {
    display: none; }
  .submit-and-vote-player-view-body.honesthearthstone .sav-question-inner .image .field:nth-child(2) {
    -webkit-text-stroke-width: unset;
    -webkit-text-stroke-color: unset;
    text-transform: unset;
    font-family: 'franklingothic-medium-regular';
    left: 90px;
    height: 90px;
    width: 56%;
    letter-spacing: -1px;
    font-size: 20px;
    top: 370px;
    color: #1e1710; }

.submit-and-vote-player-view-body.honesthearthstone .create-submission .form-group:nth-child(1) {
  display: none; }

.sav-submissions-player-view .sav-question-container {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ccc; }

.sav-submissions-player-view .votes {
  text-align: center;
  width: 410px;
  font-size: 22px; }

.sav-question-container.shuffle-1 .sav-question-vote-msg:after {
  content: "Type !a in chat to vote";
  font-family: 'Teko';
  font-size: 25px; }

.sav-question-container.shuffle-2 .sav-question-vote-msg:after {
  content: "Type !b in chat to vote";
  font-family: 'Teko';
  font-size: 25px; }

.sav-question-container.shuffle-3 .sav-question-vote-msg:after {
  content: "Type !c in chat to vote";
  font-family: 'Teko';
  font-size: 25px; }

.game-container .submit-and-vote-capture-view.ng-hide {
  opacity: 0;
  display: block !important; }
  .game-container .submit-and-vote-capture-view.ng-hide .category-name {
    opacity: 0; }

.game-container .submit-and-vote-capture-view .blank-question .sav-question-inner .image {
  left: 50%;
  margin-left: -205px; }

.game-container .submit-and-vote-capture-view .sav-question-container {
  transition: all 0.5s ease; }
  .game-container .submit-and-vote-capture-view .sav-question-container .author,
  .game-container .submit-and-vote-capture-view .sav-question-container .sav-submission-votes,
  .game-container .submit-and-vote-capture-view .sav-question-container .sav-submission-points {
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    padding: 10pxpx 0px;
    margin: 0 5px; }
  .game-container .submit-and-vote-capture-view .sav-question-container .author {
    margin-bottom: 5px;
    margin-top: 5px;
    opacity: 0; }
    .game-container .submit-and-vote-capture-view .sav-question-container .author.show {
      animation-duration: 0.5s;
      animation-delay: 1s;
      animation-timing-function: linear;
      animation-fill-mode: forwards;
      animation-name: fade-in; }
  .game-container .submit-and-vote-capture-view .sav-question-container .sav-submission-votes,
  .game-container .submit-and-vote-capture-view .sav-question-container .sav-submission-points {
    font-size: 22px;
    line-height: 22px;
    width: 80%;
    margin-left: 10%; }

.game-container .submit-and-vote-capture-view .sav-active-question-points {
  position: absolute;
  text-align: center;
  top: 10px;
  right: 20px; }

.game-container .submit-and-vote-capture-view .question-number {
  position: absolute;
  left: 20px;
  top: 10px; }

.sav-submission-list {
  position: relative;
  height: 490px;
  padding-left: 20px; }
  .sav-submission-list.honesthearthstone {
    height: 610px;
    text-shadow: none; }
    .sav-submission-list.honesthearthstone .sav-question {
      margin-top: -30px; }
      .sav-submission-list.honesthearthstone .sav-question .sav-question-inner .image {
        height: 450px; }
        .sav-submission-list.honesthearthstone .sav-question .sav-question-inner .image .field:nth-child(2) {
          text-transform: unset;
          -webkit-text-stroke-width: unset;
          -webkit-text-stroke-color: unset;
          font-size: 20px;
          letter-spacing: -1px;
          font-family: 'franklingothic-medium-regular';
          top: 300px;
          color: #1e1710; }
    .sav-submission-list.honesthearthstone .sav-question-vote-msg {
      bottom: unset; }
  .sav-submission-list .first {
    left: 0px; }
  .sav-submission-list .second {
    left: 410px; }
  .sav-submission-list .third {
    left: 820px; }
  .sav-submission-list.shuffle_submissions-on .sav-question-container {
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    transform: translateX(27px); }
    .sav-submission-list.shuffle_submissions-on .sav-question-container .field {
      animation-duration: 0.5s;
      animation-delay: 1.5s;
      animation-timing-function: linear;
      animation-fill-mode: forwards;
      animation-name: fade-in;
      opacity: 0; }
  .sav-submission-list.shuffle_submissions-on .shuffle-1 {
    animation-name: shuffle-submission-1;
    z-index: 3; }
  .sav-submission-list.shuffle_submissions-on .shuffle-2 {
    animation-name: shuffle-submission-2;
    z-index: 2; }
  .sav-submission-list.shuffle_submissions-on .shuffle-3 {
    animation-name: shuffle-submission-3;
    z-index: 1; }
  .sav-submission-list.shuffle_submissions-off .sav-question-container {
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    transform: translateX(27px);
    transition: left 0.5s linear; }
  .sav-submission-list.shuffle_submissions-off .order-1.shuffle-3 {
    left: -840px; }
  .sav-submission-list.shuffle_submissions-off .order-1.shuffle-2,
  .sav-submission-list.shuffle_submissions-off .order-2.shuffle-3 {
    left: -420px; }
  .sav-submission-list.shuffle_submissions-off .order-2.shuffle-1,
  .sav-submission-list.shuffle_submissions-off .order-3.shuffle-2 {
    left: 420px; }
  .sav-submission-list.shuffle_submissions-off .order-3.shuffle-1 {
    left: 840px; }
  .sav-submission-list.shuffle_submissions-off .shuffle-1 {
    animation-name: shuffle-submission-1; }
  .sav-submission-list.shuffle_submissions-off .shuffle-2 {
    animation-name: shuffle-submission-2; }
  .sav-submission-list.shuffle_submissions-off .shuffle-3 {
    animation-name: shuffle-submission-3; }
  .sav-submission-list .sav-question-container {
    position: absolute;
    width: 410px;
    height: 410px;
    left: 0px;
    top: 0px;
    -webkit-transition: transform 1s ease;
    transform: translateX(0px); }

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

@keyframes shuffle-submission-1 {
  0% {
    transform: translateX(447px); }
  25% {
    transform: translateX(652px); }
  50% {
    transform: translateX(447px); }
  75% {
    transform: translateX(242px); }
  100% {
    transform: translateX(27px); } }

@keyframes shuffle-submission-2 {
  0% {
    transform: translateX(447px); }
  15% {
    transform: translateX(652px); }
  40% {
    transform: translateX(447px); }
  65% {
    transform: translateX(242px); }
  100% {
    transform: translateX(447px); } }

@keyframes shuffle-submission-3 {
  0% {
    transform: translateX(447px); }
  30% {
    transform: translateX(242px); }
  55% {
    transform: translateX(447px); }
  80% {
    transform: translateX(652px); }
  100% {
    transform: translateX(867px); } }

.capture-view .player .submitted-marker {
  position: absolute;
  width: 110px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: rgba(0, 102, 0, 0.9);
  color: #fff;
  left: 50%;
  margin-left: -50px;
  top: 270px;
  opacity: 0;
  transition: all 0.25s ease;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #eee;
  z-index: 5; }
  .capture-view .player .submitted-marker:before {
    content: "SUBMITTED"; }

.capture-view .player.submitted .submitted-marker {
  opacity: 1;
  top: 250px; }

.sav-capture-split-view .logo.streamershowdown {
  display: none; }

.sav-capture-split-view .logo.episode {
  width: 654px;
  margin-left: -327px;
  height: 200px;
  top: -20px;
  left: 75%; }

.sav-capture-split-view .element {
  position: relative;
  margin-bottom: 10px; }

.sav-capture-split-view .left-side {
  top: 100px;
  position: absolute;
  left: 300px;
  height: 880px;
  width: 430px; }

.sav-capture-split-view .right-side {
  top: 100px;
  position: absolute;
  right: 300px;
  width: 800px;
  height: 880px; }

.sav-capture-split-view .show-logo {
  background: url("/images/capture/logo.png") left top no-repeat;
  background-size: contain;
  height: 175px; }

.sav-capture-split-view .status-msg {
  font-size: 28px; }

.sav-capture-split-view .status-msg,
.sav-capture-split-view .timer-display {
  width: 100%;
  position: absolute;
  top: 10px;
  padding-left: 20px; }

.sav-capture-split-view .sav-question {
  margin-bottom: 0px;
  position: absolute;
  text-align: center;
  bottom: 10px; }

.sav-capture-split-view .sav-active-question-points {
  font-size: 22px; }

.sav-capture-split-view .webcam-overlay {
  background: url("/images/capture/webcam-frame.png") right bottom no-repeat;
  width: 100%;
  height: 620px;
  bottom: -5px;
  position: absolute;
  background-size: contain; }

.sav-capture-split-view .timer-display {
  font-size: 28px;
  margin-top: 70px;
  min-height: 59px; }
  .sav-capture-split-view .timer-display .countdown-label {
    display: none; }
  .sav-capture-split-view .timer-display .timer-countdown .mm,
  .sav-capture-split-view .timer-display .timer-countdown .separator,
  .sav-capture-split-view .timer-display .timer-countdown .ss {
    display: inline-block; }

.sav-capture-split-view .player-submits {
  margin-top: 180px; }
  .sav-capture-split-view .player-submits li {
    list-style: none; }
    .sav-capture-split-view .player-submits li span {
      margin-left: 6px;
      color: #5d9ffa; }
  .sav-capture-split-view .player-submits * {
    position: relative;
    background-color: #1b4680;
    border-radius: 10px; }

.text-shadow, .family-feud-question-reveal {
  text-shadow: -2px 6px 4px rgba(0, 0, 0, 0.64); }

.absolutely, .hearts-list .heart:before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%; }

.transbg {
  position: relative; }
  .transbg:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    opacity: 0.75;
    z-index: -1; }

.red-box {
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.25s ease;
  text-align: center;
  -webkit-transform: translateY(-30px);
  z-index: 10;
  background: url("/images/capture/namethatthing/answer-bg.png") center center no-repeat transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  color: #fff;
  height: 164px;
  line-height: 164px;
  font-size: 38px;
  padding: 0px;
  width: 1207px;
  left: 50%;
  margin-left: -603px;
  bottom: -10px;
  position: absolute;
  font-family: 'metronic_probold', 'Times New Roman';
  text-shadow: none;
  border-width: 2px;
  text-shadow: 1px 1px 5px #111, 1px -1px 5px #111, -1px 1px 5px #111, -1px -1px 5px #111;
  font-size: 32px; }

.meta-box {
  border: 1px solid #054298;
  background: #5d9ffa;
  border-radius: 10px;
  box-shadow: 0px 1px 1px #000;
  padding: 8px;
  color: #fff;
  font-size: 22px;
  text-shadow: none;
  font-family: 'metronic_probold'; }

.game-box {
  width: 287px;
  height: 113px;
  background: url("/images/capture/meta/meta-box-bg.png") center center no-repeat;
  padding-top: 37px;
  text-align: center;
  font-family: 'metronic_probold';
  font-size: 22px;
  text-shadow: 0px 0px 1px #333;
  display: block; }

.title-box {
  width: 576px;
  left: 50%;
  margin-left: -288px;
  height: 122px;
  line-height: 50px;
  position: absolute;
  top: -13px;
  text-align: center;
  padding-top: 35px;
  background: url("/images/capture/meta/title-container-bg.png") center top no-repeat;
  font-size: 26px;
  font-family: 'metronic_probold';
  color: #fff; }
  .title-box .timer-display-container .countdown-label {
    display: none; }
  .title-box .timer-display-container .timer-countdown div {
    display: inline-block; }

.gradient-text {
  background: none;
  text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.64);
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline; }
  .gradient-text.gradient-text-right:after {
    left: auto;
    right: 0px; }
  .gradient-text:after {
    content: attr(data-text);
    left: 0;
    position: absolute;
    top: 0;
    background-image: -webkit-linear-gradient(#ffffff, #c0c0c0);
    -webkit-background-clip: text;
    color: #fff;
    text-shadow: none; }

.mb-1 {
  margin-bottom: 0.5em; }

.mt-1 {
  margin-top: 0.5em; }

.mr-1 {
  margin-right: 0.5em; }

.ml-1 {
  margin-left: 0.5em; }

.mb-2 {
  margin-bottom: 1em; }

.mt-2 {
  margin-top: 1em; }

.mr-2 {
  margin-right: 1em; }

.ml-2 {
  margin-left: 1em; }

.mb-3 {
  margin-bottom: 1.5em; }

.mt-3 {
  margin-top: 1.5em; }

.mr-3 {
  margin-right: 1.5em; }

.ml-3 {
  margin-left: 1.5em; }

.mb-4 {
  margin-bottom: 2em; }

.mt-4 {
  margin-top: 2em; }

.mr-4 {
  margin-right: 2em; }

.ml-4 {
  margin-left: 2em; }

.mb-5 {
  margin-bottom: 2.5em; }

.mt-5 {
  margin-top: 2.5em; }

.mr-5 {
  margin-right: 2.5em; }

.ml-5 {
  margin-left: 2.5em; }

.mb-6 {
  margin-bottom: 3em; }

.mt-6 {
  margin-top: 3em; }

.mr-6 {
  margin-right: 3em; }

.ml-6 {
  margin-left: 3em; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite; }

.game-container.family-feud-capture-view.ng-hide {
  opacity: 0;
  display: block !important; }
  .game-container.family-feud-capture-view.ng-hide .question-name {
    opacity: 0; }

.capture-area .active.player-extension .hearts-list {
  opacity: 1; }

.capture-area .grey-film::after {
  content: '';
  position: absolute;
  inset: 10px;
  width: 100%;
  height: 100%;
  background-color: #80808080;
  pointer-events: none;
  z-index: 1; }

.capture-area .hearts-list {
  position: absolute;
  top: 20px;
  left: 40px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  z-index: 2; }
  .capture-area .hearts-list.active {
    opacity: 1; }

.capture-area .player-extension .familyfeud-random-guess {
  z-index: 1;
  position: absolute;
  background: #000;
  width: 377px;
  height: 285px;
  left: 32px;
  top: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }
  .capture-area .player-extension .familyfeud-random-guess .text {
    width: 100%; }
  .capture-area .player-extension .familyfeud-random-guess .gathering .text:before {
    content: "Collecting guesses..."; }
  .capture-area .player-extension .familyfeud-random-guess .processing .text:before {
    content: "Selecting guess..."; }
  .capture-area .player-extension .familyfeud-random-guess .guess {
    display: flex;
    flex-direction: column; }
    .capture-area .player-extension .familyfeud-random-guess .guess .guess-text {
      font-size: 24px; }
    .capture-area .player-extension .familyfeud-random-guess .guess .guess-name {
      font-style: italic;
      font-size: 18px;
      font-weight: normal; }

#production .family-feud-question-reveal {
  float: none;
  margin: 0 auto;
  padding-top: 1px; }

#show-header .familyfeud-random-guess {
  display: none; }

.table-family-feud-answers th.points,
.table-family-feud-answers th.shown {
  width: 10%; }

.table-family-feud-answers th.text {
  width: 25%; }

.table-family-feud-answers th.actions {
  width: 200px; }

.table-family-feud-answers th.toggle {
  width: auto; }

.table-family-feud-answers th.toggle {
  width: 100px; }

.table-family-feud-answers tr.shown td.shown,
.table-family-feud-answers tr.shown td.points,
.table-family-feud-answers tr.shown td.text {
  opacity: 0.5; }

.table-family-feud-answers td.shown {
  text-align: center; }

.table-family-feud-players.table-striped tr.active-player {
  background: #F0F0FF; }

.table-family-feud-players.table-striped tr.is-out td.name {
  text-decoration: line-through; }

.family-feud-question-reveal {
  float: left;
  width: 1297px;
  height: 681px;
  color: #fff;
  font-family: 'metronic_probold', 'Open Sans'; }
  .family-feud-question-reveal .answers .answer {
    width: 606px;
    height: 98px; }
  .family-feud-question-reveal .question-name {
    font-size: 26px;
    text-align: center;
    height: 135px;
    background: url("/images/capture/family-feud/title-bg.png") top center no-repeat;
    background-size: 100% auto;
    margin: 30px 20px 0 30px;
    transition: all linear 0.5s; }
    .family-feud-question-reveal .question-name table {
      width: 100%;
      height: 112px;
      text-align: center; }
      .family-feud-question-reveal .question-name table td {
        vertical-align: middle;
        padding: 0 40px 0 20px;
        font-size: 38px;
        line-height: 45px; }
  .family-feud-question-reveal .answers {
    float: left;
    width: 100%;
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    padding-right: 30px; }
    .family-feud-question-reveal .answers .answer {
      width: 606px;
      height: 98px;
      margin: 10px 0px 16px 30px;
      text-align: center;
      background: url("/images/capture/family-feud/answer-bg-left.png") top center no-repeat;
      background-size: 100% auto;
      height: 98px;
      position: relative;
      padding: 0px 0 0 0px;
      font-size: 36px;
      display: inline-block; }
      .family-feud-question-reveal .answers .answer table {
        width: 502px;
        height: 85px; }
        .family-feud-question-reveal .answers .answer table td {
          padding: 0 10px;
          line-height: 0.9em; }
        .family-feud-question-reveal .answers .answer table.text-len-10 {
          font-size: 36px; }
        .family-feud-question-reveal .answers .answer table.text-len-20 {
          font-size: 32px; }
        .family-feud-question-reveal .answers .answer table.text-len-30 {
          font-size: 28px; }
        .family-feud-question-reveal .answers .answer table.text-len-40 {
          font-size: 22px; }
        .family-feud-question-reveal .answers .answer table.text-len-50 {
          font-size: 18px; }
        .family-feud-question-reveal .answers .answer table:before {
          background-image: url("/images/capture/family-feud/answer-cover-right.png");
          left: -7px; }
      .family-feud-question-reveal .answers .answer:before {
        content: " ";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 5;
        background: url("/images/capture/family-feud/answer-cover-left.png") top center no-repeat;
        background-size: 100% auto;
        -webkit-transition: opacity 0.5s linear;
        left: 0px;
        top: 0px; }
      .family-feud-question-reveal .answers .answer.notshown:before {
        opacity: 1; }
      .family-feud-question-reveal .answers .answer.shown:before {
        opacity: 0; }
      .family-feud-question-reveal .answers .answer .points {
        width: 87px;
        height: 72px;
        line-height: 72px;
        text-align: center;
        position: absolute;
        top: 5px;
        right: 17px; }

.hearts-list {
  margin-top: 7px; }
  .hearts-list .heart {
    float: left;
    width: 20px;
    height: 20px;
    background: #fff;
    margin: 0 0 0 5px;
    background: url("/images/capture/family-feud/heart-empty.png") center center no-repeat;
    background-size: contain;
    position: relative;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease; }
    .hearts-list .heart.active {
      opacity: 1; }
    .hearts-list .heart:before {
      content: " ";
      background: url("/images/capture/family-feud/heart-filled.png") center center no-repeat;
      opacity: 0;
      -webkit-transition: all 0.5s ease 3s;
      background-size: contain; }
    .hearts-list .heart.filled:before {
      opacity: 1;
      -webkit-transition-delay: 0s; }

.text-shadow {
  text-shadow: -2px 6px 4px rgba(0, 0, 0, 0.64); }

.absolutely {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%; }

.transbg {
  position: relative; }
  .transbg:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    opacity: 0.75;
    z-index: -1; }

.red-box {
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.25s ease;
  text-align: center;
  -webkit-transform: translateY(-30px);
  z-index: 10;
  background: url("/images/capture/namethatthing/answer-bg.png") center center no-repeat transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  color: #fff;
  height: 164px;
  line-height: 164px;
  font-size: 38px;
  padding: 0px;
  width: 1207px;
  left: 50%;
  margin-left: -603px;
  bottom: -10px;
  position: absolute;
  font-family: 'metronic_probold', 'Times New Roman';
  text-shadow: none;
  border-width: 2px;
  text-shadow: 1px 1px 5px #111, 1px -1px 5px #111, -1px 1px 5px #111, -1px -1px 5px #111;
  font-size: 32px; }

.meta-box {
  border: 1px solid #054298;
  background: #5d9ffa;
  border-radius: 10px;
  box-shadow: 0px 1px 1px #000;
  padding: 8px;
  color: #fff;
  font-size: 22px;
  text-shadow: none;
  font-family: 'metronic_probold'; }

.game-box {
  width: 287px;
  height: 113px;
  background: url("/images/capture/meta/meta-box-bg.png") center center no-repeat;
  padding-top: 37px;
  text-align: center;
  font-family: 'metronic_probold';
  font-size: 22px;
  text-shadow: 0px 0px 1px #333;
  display: block; }

.title-box {
  width: 576px;
  left: 50%;
  margin-left: -288px;
  height: 122px;
  line-height: 50px;
  position: absolute;
  top: -13px;
  text-align: center;
  padding-top: 35px;
  background: url("/images/capture/meta/title-container-bg.png") center top no-repeat;
  font-size: 26px;
  font-family: 'metronic_probold';
  color: #fff; }
  .title-box .timer-display-container .countdown-label {
    display: none; }
  .title-box .timer-display-container .timer-countdown div {
    display: inline-block; }

.gradient-text {
  background: none;
  text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.64);
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline; }
  .gradient-text.gradient-text-right:after {
    left: auto;
    right: 0px; }
  .gradient-text:after {
    content: attr(data-text);
    left: 0;
    position: absolute;
    top: 0;
    background-image: -webkit-linear-gradient(#ffffff, #c0c0c0);
    -webkit-background-clip: text;
    color: #fff;
    text-shadow: none; }

.mb-1 {
  margin-bottom: 0.5em; }

.mt-1 {
  margin-top: 0.5em; }

.mr-1 {
  margin-right: 0.5em; }

.ml-1 {
  margin-left: 0.5em; }

.mb-2 {
  margin-bottom: 1em; }

.mt-2 {
  margin-top: 1em; }

.mr-2 {
  margin-right: 1em; }

.ml-2 {
  margin-left: 1em; }

.mb-3 {
  margin-bottom: 1.5em; }

.mt-3 {
  margin-top: 1.5em; }

.mr-3 {
  margin-right: 1.5em; }

.ml-3 {
  margin-left: 1.5em; }

.mb-4 {
  margin-bottom: 2em; }

.mt-4 {
  margin-top: 2em; }

.mr-4 {
  margin-right: 2em; }

.ml-4 {
  margin-left: 2em; }

.mb-5 {
  margin-bottom: 2.5em; }

.mt-5 {
  margin-top: 2.5em; }

.mr-5 {
  margin-right: 2.5em; }

.ml-5 {
  margin-left: 2.5em; }

.mb-6 {
  margin-bottom: 3em; }

.mt-6 {
  margin-top: 3em; }

.mr-6 {
  margin-right: 3em; }

.ml-6 {
  margin-left: 3em; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite; }

#medias-memory_lockin {
  display: none; }

.memory-capture-view,
.give-answers {
  position: relative;
  height: 660px;
  z-index: 1;
  font-family: 'metronic_pro'; }
  .memory-capture-view.show-after-list-color .after-list .item .color-marker,
  .give-answers.show-after-list-color .after-list .item .color-marker {
    opacity: 1; }
  .memory-capture-view .items-list,
  .give-answers .items-list {
    position: absolute;
    top: 80px;
    height: 557.91662px;
    left: 50%; }
    .memory-capture-view .items-list button,
    .give-answers .items-list button {
      display: none; }
    .memory-capture-view .items-list .item,
    .give-answers .items-list .item {
      position: absolute;
      width: 125px;
      height: 172.63887px;
      opacity: 0;
      transition: opacity 0.5s linear;
      z-index: 1; }
      .memory-capture-view .items-list .item .image,
      .give-answers .items-list .item .image {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 0;
        background-size: 100% auto;
        background-position: center;
        transition: transform 0.25s ease; }
      .memory-capture-view .items-list .item .color-marker,
      .give-answers .items-list .item .color-marker {
        border-radius: 3px;
        position: absolute;
        left: 2%;
        bottom: 0px;
        width: 96%;
        height: 96%;
        z-index: -1;
        transition: opacity 0.5s ease; }
    .memory-capture-view .items-list.num-items-15,
    .give-answers .items-list.num-items-15 {
      width: 745px;
      margin-left: -372.5px; }
      .memory-capture-view .items-list.num-items-15 .item.display-order-0,
      .give-answers .items-list.num-items-15 .item.display-order-0 {
        left: 20px;
        top: 10px; }
      .memory-capture-view .items-list.num-items-15 .item.display-order-1,
      .give-answers .items-list.num-items-15 .item.display-order-1 {
        left: 165px;
        top: 10px; }
      .memory-capture-view .items-list.num-items-15 .item.display-order-2,
      .give-answers .items-list.num-items-15 .item.display-order-2 {
        left: 310px;
        top: 10px; }
      .memory-capture-view .items-list.num-items-15 .item.display-order-3,
      .give-answers .items-list.num-items-15 .item.display-order-3 {
        left: 455px;
        top: 10px; }
      .memory-capture-view .items-list.num-items-15 .item.display-order-4,
      .give-answers .items-list.num-items-15 .item.display-order-4 {
        left: 600px;
        top: 10px; }
      .memory-capture-view .items-list.num-items-15 .item.display-order-5,
      .give-answers .items-list.num-items-15 .item.display-order-5 {
        left: 20px;
        top: 192.63887px; }
      .memory-capture-view .items-list.num-items-15 .item.display-order-6,
      .give-answers .items-list.num-items-15 .item.display-order-6 {
        left: 165px;
        top: 192.63887px; }
      .memory-capture-view .items-list.num-items-15 .item.display-order-7,
      .give-answers .items-list.num-items-15 .item.display-order-7 {
        left: 310px;
        top: 192.63887px; }
      .memory-capture-view .items-list.num-items-15 .item.display-order-8,
      .give-answers .items-list.num-items-15 .item.display-order-8 {
        left: 455px;
        top: 192.63887px; }
      .memory-capture-view .items-list.num-items-15 .item.display-order-9,
      .give-answers .items-list.num-items-15 .item.display-order-9 {
        left: 600px;
        top: 192.63887px; }
      .memory-capture-view .items-list.num-items-15 .item.display-order-10,
      .give-answers .items-list.num-items-15 .item.display-order-10 {
        left: 20px;
        top: 375.27775px; }
      .memory-capture-view .items-list.num-items-15 .item.display-order-11,
      .give-answers .items-list.num-items-15 .item.display-order-11 {
        left: 165px;
        top: 375.27775px; }
      .memory-capture-view .items-list.num-items-15 .item.display-order-12,
      .give-answers .items-list.num-items-15 .item.display-order-12 {
        left: 310px;
        top: 375.27775px; }
      .memory-capture-view .items-list.num-items-15 .item.display-order-13,
      .give-answers .items-list.num-items-15 .item.display-order-13 {
        left: 455px;
        top: 375.27775px; }
      .memory-capture-view .items-list.num-items-15 .item.display-order-14,
      .give-answers .items-list.num-items-15 .item.display-order-14 {
        left: 600px;
        top: 375.27775px; }
    .memory-capture-view .items-list.num-items-18,
    .give-answers .items-list.num-items-18 {
      width: 890px;
      margin-left: -445px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-0,
      .give-answers .items-list.num-items-18 .item.display-order-0 {
        left: 20px;
        top: 10px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-1,
      .give-answers .items-list.num-items-18 .item.display-order-1 {
        left: 165px;
        top: 10px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-2,
      .give-answers .items-list.num-items-18 .item.display-order-2 {
        left: 310px;
        top: 10px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-3,
      .give-answers .items-list.num-items-18 .item.display-order-3 {
        left: 455px;
        top: 10px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-4,
      .give-answers .items-list.num-items-18 .item.display-order-4 {
        left: 600px;
        top: 10px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-5,
      .give-answers .items-list.num-items-18 .item.display-order-5 {
        left: 745px;
        top: 10px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-6,
      .give-answers .items-list.num-items-18 .item.display-order-6 {
        left: 20px;
        top: 192.63887px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-7,
      .give-answers .items-list.num-items-18 .item.display-order-7 {
        left: 165px;
        top: 192.63887px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-8,
      .give-answers .items-list.num-items-18 .item.display-order-8 {
        left: 310px;
        top: 192.63887px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-9,
      .give-answers .items-list.num-items-18 .item.display-order-9 {
        left: 455px;
        top: 192.63887px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-10,
      .give-answers .items-list.num-items-18 .item.display-order-10 {
        left: 600px;
        top: 192.63887px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-11,
      .give-answers .items-list.num-items-18 .item.display-order-11 {
        left: 745px;
        top: 192.63887px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-12,
      .give-answers .items-list.num-items-18 .item.display-order-12 {
        left: 20px;
        top: 375.27775px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-13,
      .give-answers .items-list.num-items-18 .item.display-order-13 {
        left: 165px;
        top: 375.27775px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-14,
      .give-answers .items-list.num-items-18 .item.display-order-14 {
        left: 310px;
        top: 375.27775px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-15,
      .give-answers .items-list.num-items-18 .item.display-order-15 {
        left: 455px;
        top: 375.27775px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-16,
      .give-answers .items-list.num-items-18 .item.display-order-16 {
        left: 600px;
        top: 375.27775px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-17,
      .give-answers .items-list.num-items-18 .item.display-order-17 {
        left: 745px;
        top: 375.27775px; }
    .memory-capture-view .items-list.num-items-3,
    .give-answers .items-list.num-items-3 {
      width: 165px;
      margin-left: -82.5px; }
      .memory-capture-view .items-list.num-items-3.missing-list,
      .give-answers .items-list.num-items-3.missing-list {
        margin-left: auto; }
      .memory-capture-view .items-list.num-items-3 .item.display-order-0,
      .give-answers .items-list.num-items-3 .item.display-order-0 {
        left: 20px;
        top: 10px; }
      .memory-capture-view .items-list.num-items-3 .item.display-order-1,
      .give-answers .items-list.num-items-3 .item.display-order-1 {
        left: 20px;
        top: 192.63887px; }
      .memory-capture-view .items-list.num-items-3 .item.display-order-2,
      .give-answers .items-list.num-items-3 .item.display-order-2 {
        left: 20px;
        top: 375.27775px; }
    .memory-capture-view .items-list.num-items-6,
    .give-answers .items-list.num-items-6 {
      width: 310px;
      margin-left: -155px; }
      .memory-capture-view .items-list.num-items-6.missing-list,
      .give-answers .items-list.num-items-6.missing-list {
        margin-left: auto; }
      .memory-capture-view .items-list.num-items-6 .item.display-order-0,
      .give-answers .items-list.num-items-6 .item.display-order-0 {
        left: 20px;
        top: 10px; }
      .memory-capture-view .items-list.num-items-6 .item.display-order-1,
      .give-answers .items-list.num-items-6 .item.display-order-1 {
        left: 20px;
        top: 192.63887px; }
      .memory-capture-view .items-list.num-items-6 .item.display-order-2,
      .give-answers .items-list.num-items-6 .item.display-order-2 {
        left: 20px;
        top: 375.27775px; }
      .memory-capture-view .items-list.num-items-6 .item.display-order-3,
      .give-answers .items-list.num-items-6 .item.display-order-3 {
        left: 165px;
        top: 10px; }
      .memory-capture-view .items-list.num-items-6 .item.display-order-4,
      .give-answers .items-list.num-items-6 .item.display-order-4 {
        left: 165px;
        top: 192.63887px; }
      .memory-capture-view .items-list.num-items-6 .item.display-order-5,
      .give-answers .items-list.num-items-6 .item.display-order-5 {
        left: 165px;
        top: 375.27775px; }
  .memory-capture-view .after-list,
  .give-answers .after-list {
    transition: transform 0.5s linear; }
    .memory-capture-view .after-list .item.right.judged .right,
    .give-answers .after-list .item.right.judged .right {
      opacity: 1; }
    .memory-capture-view .after-list .item.wrong.judged .guesser,
    .give-answers .after-list .item.wrong.judged .guesser {
      background: #c70a15; }
    .memory-capture-view .after-list .item.wrong.judged .wrong,
    .give-answers .after-list .item.wrong.judged .wrong {
      opacity: 1; }
    .memory-capture-view .after-list .item.guessed,
    .give-answers .after-list .item.guessed {
      z-index: 20; }
      .memory-capture-view .after-list .item.guessed .guesser,
      .give-answers .after-list .item.guessed .guesser {
        opacity: 1; }
    .memory-capture-view .after-list .item.judged,
    .give-answers .after-list .item.judged {
      z-index: 20; }
      .memory-capture-view .after-list .item.judged .image,
      .give-answers .after-list .item.judged .image {
        filter: grayscale(100%);
        transition: filter 0.5s linear 0.25s, transform 0.75s ease 0.85s; }
      .memory-capture-view .after-list .item.judged .correctness-icon,
      .give-answers .after-list .item.judged .correctness-icon {
        transition: opacity 0.5s linear, transform 0.75s ease 0.85s; }
      .memory-capture-view .after-list .item.judged .guesser,
      .give-answers .after-list .item.judged .guesser {
        top: -20px;
        opacity: 0;
        transition: all 0.5s linear; }
      .memory-capture-view .after-list .item.judged .color-marker,
      .give-answers .after-list .item.judged .color-marker {
        opacity: 1; }
    .memory-capture-view .after-list .item .color-marker,
    .give-answers .after-list .item .color-marker {
      opacity: 0; }
    .memory-capture-view .after-list .item .correctness-icon,
    .give-answers .after-list .item .correctness-icon {
      background: green;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      left: 50%;
      margin-left: -30px;
      margin-top: 0px;
      top: 55%;
      position: absolute;
      color: #fff;
      opacity: 0;
      line-height: 60px;
      text-align: center;
      font-size: 26px; }
      .memory-capture-view .after-list .item .correctness-icon.right,
      .give-answers .after-list .item .correctness-icon.right {
        background: #1fb747; }
      .memory-capture-view .after-list .item .correctness-icon.wrong,
      .give-answers .after-list .item .correctness-icon.wrong {
        background: #c70a15; }
      .memory-capture-view .after-list .item .correctness-icon .glyphicon,
      .give-answers .after-list .item .correctness-icon .glyphicon {
        line-height: inherit;
        top: auto; }
    .memory-capture-view .after-list .item .guesser,
    .give-answers .after-list .item .guesser {
      width: 100%;
      height: 36px;
      line-height: 36px;
      text-align: center;
      color: #fff;
      font-size: 18px;
      position: absolute;
      top: 63%;
      left: 0px;
      margin-top: 0px;
      opacity: 0;
      transition: opacity 0.5s linear;
      background: #0c6ef7;
      border-radius: 2px;
      box-shadow: 2px 5px 10px #000;
      letter-spacing: 1px;
      z-index: 18; }
  .memory-capture-view .missing-list,
  .give-answers .missing-list {
    opacity: 0;
    position: absolute;
    right: 10px;
    margin-left: auto;
    transition: opacity 0.5s linear; }
  .memory-capture-view.show-before-list .before-list .item,
  .give-answers.show-before-list .before-list .item {
    animation-duration: 1s;
    animation-delay: 0s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: fade-in-out; }
    .memory-capture-view.show-before-list .before-list .item.display-order-0,
    .give-answers.show-before-list .before-list .item.display-order-0 {
      animation-delay: 0s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-1,
    .give-answers.show-before-list .before-list .item.display-order-1 {
      animation-delay: 0.75s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-2,
    .give-answers.show-before-list .before-list .item.display-order-2 {
      animation-delay: 1.5s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-3,
    .give-answers.show-before-list .before-list .item.display-order-3 {
      animation-delay: 2.25s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-4,
    .give-answers.show-before-list .before-list .item.display-order-4 {
      animation-delay: 3s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-5,
    .give-answers.show-before-list .before-list .item.display-order-5 {
      animation-delay: 3.75s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-6,
    .give-answers.show-before-list .before-list .item.display-order-6 {
      animation-delay: 4.5s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-7,
    .give-answers.show-before-list .before-list .item.display-order-7 {
      animation-delay: 5.25s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-8,
    .give-answers.show-before-list .before-list .item.display-order-8 {
      animation-delay: 6s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-9,
    .give-answers.show-before-list .before-list .item.display-order-9 {
      animation-delay: 6.75s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-10,
    .give-answers.show-before-list .before-list .item.display-order-10 {
      animation-delay: 7.5s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-11,
    .give-answers.show-before-list .before-list .item.display-order-11 {
      animation-delay: 8.25s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-12,
    .give-answers.show-before-list .before-list .item.display-order-12 {
      animation-delay: 9s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-13,
    .give-answers.show-before-list .before-list .item.display-order-13 {
      animation-delay: 9.75s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-14,
    .give-answers.show-before-list .before-list .item.display-order-14 {
      animation-delay: 10.5s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-15,
    .give-answers.show-before-list .before-list .item.display-order-15 {
      animation-delay: 11.25s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-16,
    .give-answers.show-before-list .before-list .item.display-order-16 {
      animation-delay: 12s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-17,
    .give-answers.show-before-list .before-list .item.display-order-17 {
      animation-delay: 12.75s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-18,
    .give-answers.show-before-list .before-list .item.display-order-18 {
      animation-delay: 13.5s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-19,
    .give-answers.show-before-list .before-list .item.display-order-19 {
      animation-delay: 14.25s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-20,
    .give-answers.show-before-list .before-list .item.display-order-20 {
      animation-delay: 15s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-21,
    .give-answers.show-before-list .before-list .item.display-order-21 {
      animation-delay: 15.75s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-22,
    .give-answers.show-before-list .before-list .item.display-order-22 {
      animation-delay: 16.5s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-23,
    .give-answers.show-before-list .before-list .item.display-order-23 {
      animation-delay: 17.25s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-24,
    .give-answers.show-before-list .before-list .item.display-order-24 {
      animation-delay: 18s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-25,
    .give-answers.show-before-list .before-list .item.display-order-25 {
      animation-delay: 18.75s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-26,
    .give-answers.show-before-list .before-list .item.display-order-26 {
      animation-delay: 19.5s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-27,
    .give-answers.show-before-list .before-list .item.display-order-27 {
      animation-delay: 20.25s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-28,
    .give-answers.show-before-list .before-list .item.display-order-28 {
      animation-delay: 21s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-29,
    .give-answers.show-before-list .before-list .item.display-order-29 {
      animation-delay: 21.75s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-30,
    .give-answers.show-before-list .before-list .item.display-order-30 {
      animation-delay: 22.5s; }
  .memory-capture-view.show-missing-list .missing-list,
  .give-answers.show-missing-list .missing-list {
    opacity: 1;
    transition-delay: 1s; }

.memory-capture-view.show-after-list .after-list .item,
.give-answers .item {
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: fade-in; }
  .memory-capture-view.show-after-list .after-list .item.display-order-0,
  .give-answers .item.display-order-0 {
    animation-delay: 0s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-1,
  .give-answers .item.display-order-1 {
    animation-delay: 0.1s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-2,
  .give-answers .item.display-order-2 {
    animation-delay: 0.2s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-3,
  .give-answers .item.display-order-3 {
    animation-delay: 0.3s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-4,
  .give-answers .item.display-order-4 {
    animation-delay: 0.4s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-5,
  .give-answers .item.display-order-5 {
    animation-delay: 0.5s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-6,
  .give-answers .item.display-order-6 {
    animation-delay: 0.6s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-7,
  .give-answers .item.display-order-7 {
    animation-delay: 0.7s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-8,
  .give-answers .item.display-order-8 {
    animation-delay: 0.8s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-9,
  .give-answers .item.display-order-9 {
    animation-delay: 0.9s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-10,
  .give-answers .item.display-order-10 {
    animation-delay: 1s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-11,
  .give-answers .item.display-order-11 {
    animation-delay: 1.1s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-12,
  .give-answers .item.display-order-12 {
    animation-delay: 1.2s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-13,
  .give-answers .item.display-order-13 {
    animation-delay: 1.3s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-14,
  .give-answers .item.display-order-14 {
    animation-delay: 1.4s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-15,
  .give-answers .item.display-order-15 {
    animation-delay: 1.5s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-16,
  .give-answers .item.display-order-16 {
    animation-delay: 1.6s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-17,
  .give-answers .item.display-order-17 {
    animation-delay: 1.7s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-18,
  .give-answers .item.display-order-18 {
    animation-delay: 1.8s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-19,
  .give-answers .item.display-order-19 {
    animation-delay: 1.9s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-20,
  .give-answers .item.display-order-20 {
    animation-delay: 2s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-21,
  .give-answers .item.display-order-21 {
    animation-delay: 2.1s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-22,
  .give-answers .item.display-order-22 {
    animation-delay: 2.2s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-23,
  .give-answers .item.display-order-23 {
    animation-delay: 2.3s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-24,
  .give-answers .item.display-order-24 {
    animation-delay: 2.4s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-25,
  .give-answers .item.display-order-25 {
    animation-delay: 2.5s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-26,
  .give-answers .item.display-order-26 {
    animation-delay: 2.6s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-27,
  .give-answers .item.display-order-27 {
    animation-delay: 2.7s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-28,
  .give-answers .item.display-order-28 {
    animation-delay: 2.8s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-29,
  .give-answers .item.display-order-29 {
    animation-delay: 2.9s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-30,
  .give-answers .item.display-order-30 {
    animation-delay: 3s; }

.memory-capture-view.show-missing-list .missing-list .item {
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: fade-in; }
  .memory-capture-view.show-missing-list .missing-list .item.display-order-0 {
    animation-delay: 1s; }
  .memory-capture-view.show-missing-list .missing-list .item.display-order-1 {
    animation-delay: 1.5s; }
  .memory-capture-view.show-missing-list .missing-list .item.display-order-2 {
    animation-delay: 2s; }
  .memory-capture-view.show-missing-list .missing-list .item.display-order-3 {
    animation-delay: 2.5s; }
  .memory-capture-view.show-missing-list .missing-list .item.display-order-4 {
    animation-delay: 3s; }
  .memory-capture-view.show-missing-list .missing-list .item.display-order-5 {
    animation-delay: 3.5s; }
  .memory-capture-view.show-missing-list .missing-list .item.display-order-6 {
    animation-delay: 4s; }
  .memory-capture-view.show-missing-list .missing-list .item.display-order-7 {
    animation-delay: 4.5s; }
  .memory-capture-view.show-missing-list .missing-list .item.display-order-8 {
    animation-delay: 5s; }
  .memory-capture-view.show-missing-list .missing-list .item.display-order-9 {
    animation-delay: 5.5s; }
  .memory-capture-view.show-missing-list .missing-list .item.display-order-10 {
    animation-delay: 6s; }
  .memory-capture-view.show-missing-list .missing-list .item.display-order-11 {
    animation-delay: 6.5s; }
  .memory-capture-view.show-missing-list .missing-list .item.display-order-12 {
    animation-delay: 7s; }

@keyframes fade-in-out {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  60% {
    opacity: 1; }
  80% {
    opacity: 0; } }

.memory-playing-panel {
  position: relative;
  background: #000; }

.memory-player-alert {
  font-size: 22px;
  margin: 0 2em; }

.give-answers {
  z-index: 20;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px; }
  .give-answers.is-guessing {
    opacity: 1; }
  .give-answers .items-list {
    z-index: 1; }
    .give-answers .items-list .item {
      background-position: -9000px !important;
      text-align: center;
      padding-top: 85px;
      border: none;
      animation-delay: 0s !important;
      animation-duration: 0s !important;
      opacity: 0.9;
      z-index: 1; }
      .give-answers .items-list .item .player-controls {
        padding-top: 20px; }
      .give-answers .items-list .item:hover button {
        opacity: 1; }
      .give-answers .items-list .item.guessed button {
        display: none; }

.items-list.playing-list {
  z-index: 10;
  text-align: center; }
  .items-list.playing-list button {
    display: inline;
    position: relative;
    z-index: 30; }

.missing-list .correctness-icon,
.missing-list .guesser,
.before-list .correctness-icon,
.before-list .guesser {
  display: none; }

.text-shadow {
  text-shadow: -2px 6px 4px rgba(0, 0, 0, 0.64); }

.absolutely {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%; }

.transbg {
  position: relative; }
  .transbg:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    opacity: 0.75;
    z-index: -1; }

.red-box {
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.25s ease;
  text-align: center;
  -webkit-transform: translateY(-30px);
  z-index: 10;
  background: url("/images/capture/namethatthing/answer-bg.png") center center no-repeat transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  color: #fff;
  height: 164px;
  line-height: 164px;
  font-size: 38px;
  padding: 0px;
  width: 1207px;
  left: 50%;
  margin-left: -603px;
  bottom: -10px;
  position: absolute;
  font-family: 'metronic_probold', 'Times New Roman';
  text-shadow: none;
  border-width: 2px;
  text-shadow: 1px 1px 5px #111, 1px -1px 5px #111, -1px 1px 5px #111, -1px -1px 5px #111;
  font-size: 32px; }

.meta-box, .typedanswers-capture-view .submissions-area .submission {
  border: 1px solid #054298;
  background: #5d9ffa;
  border-radius: 10px;
  box-shadow: 0px 1px 1px #000;
  padding: 8px;
  color: #fff;
  font-size: 22px;
  text-shadow: none;
  font-family: 'metronic_probold'; }

.game-box {
  width: 287px;
  height: 113px;
  background: url("/images/capture/meta/meta-box-bg.png") center center no-repeat;
  padding-top: 37px;
  text-align: center;
  font-family: 'metronic_probold';
  font-size: 22px;
  text-shadow: 0px 0px 1px #333;
  display: block; }

.title-box {
  width: 576px;
  left: 50%;
  margin-left: -288px;
  height: 122px;
  line-height: 50px;
  position: absolute;
  top: -13px;
  text-align: center;
  padding-top: 35px;
  background: url("/images/capture/meta/title-container-bg.png") center top no-repeat;
  font-size: 26px;
  font-family: 'metronic_probold';
  color: #fff; }
  .title-box .timer-display-container .countdown-label {
    display: none; }
  .title-box .timer-display-container .timer-countdown div {
    display: inline-block; }

.gradient-text {
  background: none;
  text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.64);
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline; }
  .gradient-text.gradient-text-right:after {
    left: auto;
    right: 0px; }
  .gradient-text:after {
    content: attr(data-text);
    left: 0;
    position: absolute;
    top: 0;
    background-image: -webkit-linear-gradient(#ffffff, #c0c0c0);
    -webkit-background-clip: text;
    color: #fff;
    text-shadow: none; }

.mb-1 {
  margin-bottom: 0.5em; }

.mt-1 {
  margin-top: 0.5em; }

.mr-1 {
  margin-right: 0.5em; }

.ml-1 {
  margin-left: 0.5em; }

.mb-2 {
  margin-bottom: 1em; }

.mt-2 {
  margin-top: 1em; }

.mr-2 {
  margin-right: 1em; }

.ml-2 {
  margin-left: 1em; }

.mb-3 {
  margin-bottom: 1.5em; }

.mt-3 {
  margin-top: 1.5em; }

.mr-3 {
  margin-right: 1.5em; }

.ml-3 {
  margin-left: 1.5em; }

.mb-4 {
  margin-bottom: 2em; }

.mt-4 {
  margin-top: 2em; }

.mr-4 {
  margin-right: 2em; }

.ml-4 {
  margin-left: 2em; }

.mb-5 {
  margin-bottom: 2.5em; }

.mt-5 {
  margin-top: 2.5em; }

.mr-5 {
  margin-right: 2.5em; }

.ml-5 {
  margin-left: 2.5em; }

.mb-6 {
  margin-bottom: 3em; }

.mt-6 {
  margin-top: 3em; }

.mr-6 {
  margin-right: 3em; }

.ml-6 {
  margin-left: 3em; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite; }

.text-shadow {
  text-shadow: -2px 6px 4px rgba(0, 0, 0, 0.64); }

.absolutely {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%; }

.transbg {
  position: relative; }
  .transbg:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    opacity: 0.75;
    z-index: -1; }

.red-box {
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.25s ease;
  text-align: center;
  -webkit-transform: translateY(-30px);
  z-index: 10;
  background: url("/images/capture/namethatthing/answer-bg.png") center center no-repeat transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  color: #fff;
  height: 164px;
  line-height: 164px;
  font-size: 38px;
  padding: 0px;
  width: 1207px;
  left: 50%;
  margin-left: -603px;
  bottom: -10px;
  position: absolute;
  font-family: 'metronic_probold', 'Times New Roman';
  text-shadow: none;
  border-width: 2px;
  text-shadow: 1px 1px 5px #111, 1px -1px 5px #111, -1px 1px 5px #111, -1px -1px 5px #111;
  font-size: 32px; }

.meta-box, .typedanswers-capture-view .submissions-area .submission {
  border: 1px solid #054298;
  background: #5d9ffa;
  border-radius: 10px;
  box-shadow: 0px 1px 1px #000;
  padding: 8px;
  color: #fff;
  font-size: 22px;
  text-shadow: none;
  font-family: 'metronic_probold'; }

.game-box {
  width: 287px;
  height: 113px;
  background: url("/images/capture/meta/meta-box-bg.png") center center no-repeat;
  padding-top: 37px;
  text-align: center;
  font-family: 'metronic_probold';
  font-size: 22px;
  text-shadow: 0px 0px 1px #333;
  display: block; }

.title-box {
  width: 576px;
  left: 50%;
  margin-left: -288px;
  height: 122px;
  line-height: 50px;
  position: absolute;
  top: -13px;
  text-align: center;
  padding-top: 35px;
  background: url("/images/capture/meta/title-container-bg.png") center top no-repeat;
  font-size: 26px;
  font-family: 'metronic_probold';
  color: #fff; }
  .title-box .timer-display-container .countdown-label {
    display: none; }
  .title-box .timer-display-container .timer-countdown div {
    display: inline-block; }

.gradient-text {
  background: none;
  text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.64);
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline; }
  .gradient-text.gradient-text-right:after {
    left: auto;
    right: 0px; }
  .gradient-text:after {
    content: attr(data-text);
    left: 0;
    position: absolute;
    top: 0;
    background-image: -webkit-linear-gradient(#ffffff, #c0c0c0);
    -webkit-background-clip: text;
    color: #fff;
    text-shadow: none; }

.mb-1 {
  margin-bottom: 0.5em; }

.mt-1 {
  margin-top: 0.5em; }

.mr-1 {
  margin-right: 0.5em; }

.ml-1 {
  margin-left: 0.5em; }

.mb-2 {
  margin-bottom: 1em; }

.mt-2 {
  margin-top: 1em; }

.mr-2 {
  margin-right: 1em; }

.ml-2 {
  margin-left: 1em; }

.mb-3 {
  margin-bottom: 1.5em; }

.mt-3 {
  margin-top: 1.5em; }

.mr-3 {
  margin-right: 1.5em; }

.ml-3 {
  margin-left: 1.5em; }

.mb-4 {
  margin-bottom: 2em; }

.mt-4 {
  margin-top: 2em; }

.mr-4 {
  margin-right: 2em; }

.ml-4 {
  margin-left: 2em; }

.mb-5 {
  margin-bottom: 2.5em; }

.mt-5 {
  margin-top: 2.5em; }

.mr-5 {
  margin-right: 2.5em; }

.ml-5 {
  margin-left: 2.5em; }

.mb-6 {
  margin-bottom: 3em; }

.mt-6 {
  margin-top: 3em; }

.mr-6 {
  margin-right: 3em; }

.ml-6 {
  margin-left: 3em; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite; }

.typedanswers-capture-view {
  color: #fff;
  font-family: 'metronic_probold';
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%; }
  .typedanswers-capture-view.show-question .title-area {
    -webkit-transform: translateY(0px); }
  .typedanswers-capture-view.show-question .videos-area {
    width: 840px;
    height: 472.5px;
    margin-left: -420px;
    overflow: hidden; }
  .typedanswers-capture-view.show-question-video .videos-area .video-capture.question-video,
  .typedanswers-capture-view.show-answer-video .videos-area .video-capture.answer-video {
    opacity: 1; }
  .typedanswers-capture-view.show-submissions .submissions-area {
    transform: translateX(0px); }
    .typedanswers-capture-view.show-submissions .submissions-area .submission .answers {
      opacity: 1; }
  .typedanswers-capture-view.show-submissions .videos-area {
    -webkit-transform: translateX(-190px); }
  .typedanswers-capture-view.show-answers .typed-answers-player-status {
    display: none; }
  .typedanswers-capture-view.show-answers .submissions-area .answers .answer.shown {
    opacity: 1; }
  .typedanswers-capture-view .videos-area {
    width: 1090px;
    height: 613.125px;
    position: absolute;
    bottom: 35px;
    left: 50%;
    margin-left: -545px;
    border: 1px solid #054298;
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-transform: translateX(0);
    border-radius: 5px; }
    .typedanswers-capture-view .videos-area .video-capture {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0px;
      left: 0px;
      opacity: 0;
      transition: opacity 0.5s ease; }
      .typedanswers-capture-view .videos-area .video-capture:before {
        content: "";
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        position: absolute;
        background: #333;
        opacity: 0;
        z-index: 10;
        transition: opacity 0.25s ease; }
      .typedanswers-capture-view .videos-area .video-capture.question-video.paused.seek-0:before, .typedanswers-capture-view .videos-area .video-capture.answer-video.paused.seek-0:before {
        opacity: 1; }
    .typedanswers-capture-view .videos-area video {
      position: absolute;
      width: 100%;
      height: auto;
      left: 0px;
      top: 0px; }
  .typedanswers-capture-view .submissions-area {
    width: 360px;
    height: auto;
    right: 40px;
    bottom: 40px;
    -webkit-transition: all 0.5s ease;
    position: absolute;
    padding: 0;
    z-index: 500;
    color: #000;
    transform: translateX(400px); }
    .typedanswers-capture-view .submissions-area.num-players-3 {
      bottom: 33px; }
      .typedanswers-capture-view .submissions-area.num-players-3 .submission {
        margin: 20px 0 0 0; }
    .typedanswers-capture-view .submissions-area .submission {
      color: #000;
      margin: 70px 0 40px 0;
      padding: 0 0 0px 0;
      position: relative;
      background: #011025;
      color: #fff;
      border-radius: 5px;
      border: 1px solid #5d9ffa;
      overflow: hidden; }
      .typedanswers-capture-view .submissions-area .submission .player-name {
        padding: 5px 10px;
        border-bottom: 1px solid #5d9ffa;
        background: #054298; }
      .typedanswers-capture-view .submissions-area .submission .info {
        height: 100px;
        position: relative; }
      .typedanswers-capture-view .submissions-area .submission .answers {
        transition: opacity 0.5s ease;
        position: absolute;
        top: 0;
        opacity: 1;
        padding: 0 10px;
        width: 100%;
        text-align: center; }
      .typedanswers-capture-view .submissions-area .submission .typed-answers-player-status {
        position: absolute;
        top: 0px;
        left: 0px;
        text-align: center;
        height: 100px;
        line-height: 100px;
        width: 100%; }
      .typedanswers-capture-view .submissions-area .submission .answers {
        opacity: 0; }
        .typedanswers-capture-view .submissions-area .submission .answers .answer {
          transition: all 0.5s ease;
          opacity: 0; }
          .typedanswers-capture-view .submissions-area .submission .answers .answer.right.judged .result.right,
          .typedanswers-capture-view .submissions-area .submission .answers .answer.wrong.judged .result.wrong {
            opacity: 0.75; }
          .typedanswers-capture-view .submissions-area .submission .answers .answer table {
            width: 100%;
            height: 100px; }
            .typedanswers-capture-view .submissions-area .submission .answers .answer table.text-len-30 {
              font-size: 20px; }
            .typedanswers-capture-view .submissions-area .submission .answers .answer table.text-len-35 {
              font-size: 18px; }
            .typedanswers-capture-view .submissions-area .submission .answers .answer table.text-len-40 {
              font-size: 16px; }
            .typedanswers-capture-view .submissions-area .submission .answers .answer table tr td {
              height: 100px;
              vertical-align: middle; }
        .typedanswers-capture-view .submissions-area .submission .answers .result {
          display: block;
          margin: 0 auto;
          color: #000;
          position: absolute;
          bottom: -120px;
          transition: opacity 0.5s ease;
          width: 100%;
          height: 100px;
          line-height: 100px;
          text-align: center;
          left: 100%;
          font-size: 94px;
          top: 0px;
          left: 0px;
          opacity: 0; }
          .typedanswers-capture-view .submissions-area .submission .answers .result .glyphicon {
            margin-right: 0px; }
          .typedanswers-capture-view .submissions-area .submission .answers .result.right {
            color: green; }
          .typedanswers-capture-view .submissions-area .submission .answers .result.wrong {
            color: red; }
  .typedanswers-capture-view .title-area {
    font-size: 26px;
    text-align: center;
    height: 135px;
    background: url("/images/capture/family-feud/title-bg.png") top center no-repeat;
    background-size: 100% auto;
    margin: 30px 20px 0 30px;
    transition: all ease 0.5s;
    width: 1000px;
    margin-left: -500px;
    left: 50%;
    top: 10px;
    position: absolute;
    -webkit-transform: translateY(-200px); }
    .typedanswers-capture-view .title-area table {
      width: 100%;
      height: 92px;
      text-align: center;
      position: absolute;
      top: 0px;
      left: 0px;
      transition: opacity 0.5s ease; }
      .typedanswers-capture-view .title-area table td {
        vertical-align: middle;
        padding: 0 40px 0 20px;
        font-size: 38px;
        line-height: 45px; }

video-controls * {
  opacity: 0.75; }

video-controls.active * {
  opacity: 1; }

.mappins-player .mappins-capture {
  z-index: 0; }
  .mappins-player .mappins-capture.allow-player-pins .clickable-area {
    cursor: crosshair; }

.mappins-player .clickable-area {
  z-index: 1;
  top: 20px;
  right: 74px;
  cursor: no-drop; }

.mappins-player .show-player-pins .clickable-area .map-pin {
  display: none; }

.mappins-player .player-message {
  width: 300px;
  height: 30px;
  background: #0c6ef7;
  color: #ccc;
  padding: 0em 1.5em;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  bottom: 22px;
  right: 180px;
  border-radius: 3px; }

.mappins-capture .map-container,
.mappins-player .clickable-area {
  width: 50%;
  position: absolute;
  top: 20px; }

.show-player-pins .map-pin.player-pin,
.show-correct-pin .map-pin.correct-pin,
.mappins-pinner .selected.map-pin {
  opacity: 1;
  -webkit-transform: translateY(0px); }

.mappins-capture .map-container,
.mappins-capture .hint-container,
.mappins-editor .map-container,
.mappins-editor .hint-container {
  width: 500px;
  height: 500px;
  position: absolute;
  top: 120px;
  border: 2px solid #ccc;
  box-shadow: inner 3px 3px 5px #000; }

.mappins-editor .map-container {
  position: relative;
  top: auto; }

.mappins-capture {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden; }
  .mappins-capture.show-hint .hint {
    opacity: 1;
    -webkit-transition-duration: 0.5s; }
  .mappins-capture .game-box {
    position: absolute; }
  .mappins-capture .game-box.points {
    right: 0px; }
  .mappins-capture .map-container {
    right: 100px;
    overflow: hidden; }
  .mappins-capture .hint-container {
    left: 100px;
    background: #333; }
  .mappins-capture .hint {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1;
    -webkit-transition: opacity 0s linear; }
  .mappins-capture .hint {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    opacity: 0; }
  .mappins-capture .mappins-hint-scanner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.5s linear;
    overflow: hidden; }
    .mappins-capture .mappins-hint-scanner .found {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      opacity: 0;
      z-index: 50;
      color: #fff;
      background: #333;
      position: absolute;
      font-family: courier; }
      .mappins-capture .mappins-hint-scanner .found .found-message {
        text-align: center;
        width: 500px;
        height: 80px;
        top: 50%;
        margin-top: -40px;
        font-size: 40px;
        line-height: 80px;
        left: 50%;
        margin-left: -250px;
        position: absolute;
        z-index: 3; }
      .mappins-capture .mappins-hint-scanner .found .bg {
        width: 100%;
        height: 100%;
        background-size: 200% 200%;
        background-position: center center;
        z-index: 1;
        filter: blur(10px); }
      .mappins-capture .mappins-hint-scanner .found:before {
        opacity: 0.75;
        background: #000;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: " ";
        z-index: 2; }
    .mappins-capture .mappins-hint-scanner .map {
      width: 1000%;
      height: 1000%;
      left: 0px;
      top: 0px;
      filter: blur(2px);
      z-index: 1;
      position: absolute;
      background-size: cover; }
    .mappins-capture .mappins-hint-scanner .target {
      width: 1px;
      height: 1px;
      position: absolute;
      z-index: 10; }
      .mappins-capture .mappins-hint-scanner .target:before {
        width: 3000px;
        height: 3000px;
        position: absolute;
        left: -1500px;
        top: -1500px;
        content: " ";
        background: url(/images/mappins/target.png);
        background-size: 35%;
        background-position: center center;
        background-repeat: no-repeat; }
    .mappins-capture .mappins-hint-scanner .coords,
    .mappins-capture .mappins-hint-scanner .message {
      padding: 0px 1em;
      line-height: 30px;
      opacity: 0.9;
      color: #ccc;
      font-family: courier;
      z-index: 12;
      background: #333; }
    .mappins-capture .mappins-hint-scanner .coords {
      position: absolute;
      bottom: 10px;
      right: 10px;
      text-align: center;
      height: 30px; }
    .mappins-capture .mappins-hint-scanner .message {
      position: absolute;
      left: 10px;
      bottom: 10px; }

.map-container {
  position: relative; }
  .map-container .map,
  .map-container .mappins-pinner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1; }
  .map-container .mappins-pinner {
    z-index: 5; }
  .map-container .map {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }

.map-pin {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(-2000px);
  -webkit-transition: all 0.5s ease;
  z-index: 10;
  pointer-events: none; }
  .map-pin.player-pin:nth-child(2) {
    -webkit-transition-delay: 0.5s; }
  .map-pin.player-pin:nth-child(3) {
    -webkit-transition-delay: 1s; }
  .map-pin.correct-pin {
    z-index: 100; }
    .map-pin.correct-pin .pin-image {
      width: 30px;
      margin-left: -15px;
      left: 50%; }
  .map-pin .pin-image {
    display: block;
    width: 31px;
    bottom: 0px;
    height: 200px;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    left: -15px;
    position: absolute; }

.mappins-pinner .clickable-area {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px; }

.mappins-player-extension .distance:before,
.mappins-player .distance:before,
.mappins-production .distance:before {
  content: "-"; }

.mappins-player-extension {
  position: absolute;
  height: 40px;
  left: 43px;
  top: 20px;
  font-size: 18px;
  border-radius: 3px;
  float: left;
  width: 29px;
  -webkit-transition: width 0.5s ease;
  border-radius: 4px;
  background: #011025;
  border: 1px solid #0c6ef7;
  opacity: 0.95; }
  .mappins-player-extension.show-distance {
    width: 100px;
    -webkit-transition-delay: 2s; }
    .mappins-player-extension.show-distance .distance {
      opacity: 1;
      -webkit-transition-delay: 2.5s; }
  .mappins-player-extension .distance {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.5s linear;
    -webkit-transition-delay: 0s;
    width: 74px;
    height: 40px;
    line-height: 40px;
    padding-left: 0px;
    left: 24px;
    text-align: center; }
  .mappins-player-extension .map-pin {
    opacity: 1;
    -webkit-transform: translateY(0px);
    left: 5px;
    bottom: 5px;
    width: 16px; }

.player.order-0 .mappins-player-extension.show-distance {
  -webkit-transition-delay: 2s; }
  .player.order-0 .mappins-player-extension.show-distance .distance {
    -webkit-transition-delay: 2.5s; }

.player.order-1 .mappins-player-extension.show-distance {
  -webkit-transition-delay: 3s; }
  .player.order-1 .mappins-player-extension.show-distance .distance {
    -webkit-transition-delay: 3.5s; }

.player.order-2 .mappins-player-extension.show-distance {
  -webkit-transition-delay: 4s; }
  .player.order-2 .mappins-player-extension.show-distance .distance {
    -webkit-transition-delay: 4.5s; }

#show-header .mappins-player-extension {
  float: left;
  position: relative;
  background: none;
  padding: 0px;
  border: none;
  top: 0px;
  left: 0px;
  width: 30px; }
  #show-header .mappins-player-extension.show-distance {
    width: 30px; }
  #show-header .mappins-player-extension .map-pin {
    left: auto;
    top: auto;
    width: 13px;
    bottom: 13px; }
  #show-header .mappins-player-extension .distance {
    display: none; }

.mappins-editor .map-container {
  width: 500px;
  height: 500px; }

td.player-pin-icon {
  padding: 8px 0px;
  max-width: 20px;
  text-align: center; }
  td.player-pin-icon img {
    max-width: 20px;
    max-height: 80px; }

.text-shadow {
  text-shadow: -2px 6px 4px rgba(0, 0, 0, 0.64); }

.absolutely {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%; }

.transbg {
  position: relative; }
  .transbg:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    opacity: 0.75;
    z-index: -1; }

.red-box {
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.25s ease;
  text-align: center;
  -webkit-transform: translateY(-30px);
  z-index: 10;
  background: url("/images/capture/namethatthing/answer-bg.png") center center no-repeat transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  color: #fff;
  height: 164px;
  line-height: 164px;
  font-size: 38px;
  padding: 0px;
  width: 1207px;
  left: 50%;
  margin-left: -603px;
  bottom: -10px;
  position: absolute;
  font-family: 'metronic_probold', 'Times New Roman';
  text-shadow: none;
  border-width: 2px;
  text-shadow: 1px 1px 5px #111, 1px -1px 5px #111, -1px 1px 5px #111, -1px -1px 5px #111;
  font-size: 32px; }

.meta-box {
  border: 1px solid #054298;
  background: #5d9ffa;
  border-radius: 10px;
  box-shadow: 0px 1px 1px #000;
  padding: 8px;
  color: #fff;
  font-size: 22px;
  text-shadow: none;
  font-family: 'metronic_probold'; }

.game-box {
  width: 287px;
  height: 113px;
  background: url("/images/capture/meta/meta-box-bg.png") center center no-repeat;
  padding-top: 37px;
  text-align: center;
  font-family: 'metronic_probold';
  font-size: 22px;
  text-shadow: 0px 0px 1px #333;
  display: block; }

.title-box {
  width: 576px;
  left: 50%;
  margin-left: -288px;
  height: 122px;
  line-height: 50px;
  position: absolute;
  top: -13px;
  text-align: center;
  padding-top: 35px;
  background: url("/images/capture/meta/title-container-bg.png") center top no-repeat;
  font-size: 26px;
  font-family: 'metronic_probold';
  color: #fff; }
  .title-box .timer-display-container .countdown-label {
    display: none; }
  .title-box .timer-display-container .timer-countdown div {
    display: inline-block; }

.gradient-text {
  background: none;
  text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.64);
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline; }
  .gradient-text.gradient-text-right:after {
    left: auto;
    right: 0px; }
  .gradient-text:after {
    content: attr(data-text);
    left: 0;
    position: absolute;
    top: 0;
    background-image: -webkit-linear-gradient(#ffffff, #c0c0c0);
    -webkit-background-clip: text;
    color: #fff;
    text-shadow: none; }

.mb-1 {
  margin-bottom: 0.5em; }

.mt-1 {
  margin-top: 0.5em; }

.mr-1 {
  margin-right: 0.5em; }

.ml-1 {
  margin-left: 0.5em; }

.mb-2 {
  margin-bottom: 1em; }

.mt-2 {
  margin-top: 1em; }

.mr-2 {
  margin-right: 1em; }

.ml-2 {
  margin-left: 1em; }

.mb-3 {
  margin-bottom: 1.5em; }

.mt-3 {
  margin-top: 1.5em; }

.mr-3 {
  margin-right: 1.5em; }

.ml-3 {
  margin-left: 1.5em; }

.mb-4 {
  margin-bottom: 2em; }

.mt-4 {
  margin-top: 2em; }

.mr-4 {
  margin-right: 2em; }

.ml-4 {
  margin-left: 2em; }

.mb-5 {
  margin-bottom: 2.5em; }

.mt-5 {
  margin-top: 2.5em; }

.mr-5 {
  margin-right: 2.5em; }

.ml-5 {
  margin-left: 2.5em; }

.mb-6 {
  margin-bottom: 3em; }

.mt-6 {
  margin-top: 3em; }

.mr-6 {
  margin-right: 3em; }

.ml-6 {
  margin-left: 3em; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite; }

.multiplechoice-editor-questions-list .options-labels .label-part:not(:empty) + .label-part:not(:empty)::before {
  content: '|';
  color: silver;
  margin: 0 1ch; }

.multiplechoice-editor-questions-list .options-labels .option-icon {
  color: firebrick; }
  .multiplechoice-editor-questions-list .options-labels .option-icon.correct {
    color: forestgreen; }

.multiplechoice-question-editor .option-editor {
  padding: 1em;
  border-top: 1px solid #666; }
  .multiplechoice-question-editor .option-editor:nth-child(2n) {
    background: #F1F1F1; }
  .multiplechoice-question-editor .option-editor.correct, .multiplechoice-question-editor .option-editor.correct:nth-child(2n) {
    background: #E0FFE0; }

#player-view .option-indicator {
  display: none; }

.multiplechoice-area,
#player-view .multiplechoice-area.game-container {
  font-family: 'metronic_probold'; }
  .multiplechoice-area.show-player-answers .multiplechoice-options .option-images,
  #player-view .multiplechoice-area.game-container.show-player-answers .multiplechoice-options .option-images {
    margin-top: 20px; }
  .multiplechoice-area .option-container:nth-child(2) .num-images-3 .option-image:nth-child(1),
  #player-view .multiplechoice-area.game-container .option-container:nth-child(2) .num-images-3 .option-image:nth-child(1) {
    margin: 20px 115px; }
  .multiplechoice-area .multiplechoice-options .option-container,
  #player-view .multiplechoice-area.game-container .multiplechoice-options .option-container {
    background-size: cover;
    background-position: center !important;
    border-radius: 10px;
    background: url("https://i.imgur.com/J0lnqKq.png") !important; }
  .multiplechoice-area .multiplechoice-options .option-container:before,
  #player-view .multiplechoice-area.game-container .multiplechoice-options .option-container:before {
    content: " ";
    opacity: 0.75;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 0;
    border-radius: 10px; }
  .multiplechoice-area .option-image,
  #player-view .multiplechoice-area.game-container .option-image {
    border: 1px solid #5d9ffa;
    box-shadow: 0px 0px 5px #000; }
  .multiplechoice-area .option-display .option-images,
  #player-view .multiplechoice-area.game-container .option-display .option-images {
    flex-wrap: wrap;
    height: 60%;
    top: 20%; }
    .multiplechoice-area .option-display .option-images .option-image,
    #player-view .multiplechoice-area.game-container .option-display .option-images .option-image {
      width: 75px;
      height: 75px;
      margin: 20px 40px;
      border-radius: 10px;
      animation-name: floatingitem;
      animation-duration: 1.5s;
      animation-iteration-count: infinite;
      animation-timing-function: linear; }
      .multiplechoice-area .option-display .option-images .option-image:nth-child(2),
      #player-view .multiplechoice-area.game-container .option-display .option-images .option-image:nth-child(2) {
        animation-duration: 2s; }
      .multiplechoice-area .option-display .option-images .option-image:nth-child(3),
      #player-view .multiplechoice-area.game-container .option-display .option-images .option-image:nth-child(3) {
        animation-duration: 2.5s; }
      .multiplechoice-area .option-display .option-images .option-image .image,
      #player-view .multiplechoice-area.game-container .option-display .option-images .option-image .image {
        background-size: contain;
        width: 100%;
        height: 100%; }
  .multiplechoice-area.square-items.lol-items .multiplechoice-options .option-container,
  #player-view .multiplechoice-area.game-container.square-items.lol-items .multiplechoice-options .option-container {
    background: url("https://i.imgur.com/J0lnqKq.png") !important; }
  .multiplechoice-area.square-items.fortnite-items.show-player-answers .multiplechoice-options .option-images,
  #player-view .multiplechoice-area.game-container.square-items.fortnite-items.show-player-answers .multiplechoice-options .option-images {
    margin-top: 30px; }
  .multiplechoice-area.square-items.fortnite-items .option-display.num-images-2 .option-image,
  #player-view .multiplechoice-area.game-container.square-items.fortnite-items .option-display.num-images-2 .option-image {
    margin-left: 60px;
    margin-right: 60px; }
  .multiplechoice-area.square-items.fortnite-items .option-display.num-images-3 .option-container:nth-child(2) .option-image:nth-child(1),
  #player-view .multiplechoice-area.game-container.square-items.fortnite-items .option-display.num-images-3 .option-container:nth-child(2) .option-image:nth-child(1) {
    margin: 20px 115px; }
  .multiplechoice-area.square-items.fortnite-items .option-display.num-images-2 .option-image,
  #player-view .multiplechoice-area.game-container.square-items.fortnite-items .option-display.num-images-2 .option-image {
    margin-left: 60px;
    margin-right: 60px; }
  .multiplechoice-area.square-items.fortnite-items .option-display.num-images-3 .option-container:nth-child(2) .option-image:nth-child(1),
  #player-view .multiplechoice-area.game-container.square-items.fortnite-items .option-display.num-images-3 .option-container:nth-child(2) .option-image:nth-child(1) {
    margin: 20px 115px; }
  .multiplechoice-area.square-items.fortnite-items .option-display .option-images,
  #player-view .multiplechoice-area.game-container.square-items.fortnite-items .option-display .option-images {
    top: 60px; }
  .multiplechoice-area.square-items.fortnite-items .option-display .option-image,
  #player-view .multiplechoice-area.game-container.square-items.fortnite-items .option-display .option-image {
    width: 110px;
    height: 100px;
    border-width: 4px;
    border-style: solid;
    border-image-slice: 20;
    border-radius: 0px;
    margin: 15px 20px;
    animation-duration: 3s; }
    .multiplechoice-area.square-items.fortnite-items .option-display .option-image:nth-child(2),
    #player-view .multiplechoice-area.game-container.square-items.fortnite-items .option-display .option-image:nth-child(2) {
      animation-duration: 3.5s; }
    .multiplechoice-area.square-items.fortnite-items .option-display .option-image:nth-child(3),
    #player-view .multiplechoice-area.game-container.square-items.fortnite-items .option-display .option-image:nth-child(3) {
      animation-duration: 4s; }
    .multiplechoice-area.square-items.fortnite-items .option-display .option-image .image,
    #player-view .multiplechoice-area.game-container.square-items.fortnite-items .option-display .option-image .image {
      background-size: 90% auto;
      background-position: center center;
      background-repeat: no-repeat; }
    .multiplechoice-area.square-items.fortnite-items .option-display .option-image.common,
    #player-view .multiplechoice-area.game-container.square-items.fortnite-items .option-display .option-image.common {
      border-image-source: linear-gradient(25deg, #7E848A 15%, #CFCFCF);
      background-image: radial-gradient(#d0d0d0 0%, #6d7071 100%); }
    .multiplechoice-area.square-items.fortnite-items .option-display .option-image.uncommon,
    #player-view .multiplechoice-area.game-container.square-items.fortnite-items .option-display .option-image.uncommon {
      border-image-source: linear-gradient(25deg, #008A09 15%, #9EEF00);
      background-image: radial-gradient(#5BAD03 0%, #01700a 100%); }
    .multiplechoice-area.square-items.fortnite-items .option-display .option-image.rare,
    #player-view .multiplechoice-area.game-container.square-items.fortnite-items .option-display .option-image.rare {
      border-image-source: linear-gradient(25deg, #0063C5 15%, #00EFEC);
      background-image: radial-gradient(#3dc7ff 0%, #0059a1 100%); }
    .multiplechoice-area.square-items.fortnite-items .option-display .option-image.epic,
    #player-view .multiplechoice-area.game-container.square-items.fortnite-items .option-display .option-image.epic {
      border-image-source: linear-gradient(25deg, #8037D7 15%, #DF2CEF);
      background-image: radial-gradient(#d27bf4 0%, #7907a5 100%); }
    .multiplechoice-area.square-items.fortnite-items .option-display .option-image.legendary,
    #player-view .multiplechoice-area.game-container.square-items.fortnite-items .option-display .option-image.legendary {
      border-image-source: linear-gradient(25deg, #df7241 15%, #F6C87C);
      background-image: radial-gradient(#fb9625 0%, #875134 100%); }
  .multiplechoice-area.accepting-answers .question-container .bar .marker,
  #player-view .multiplechoice-area.game-container.accepting-answers .question-container .bar .marker {
    display: block; }
  .multiplechoice-area.show-question .question-container .text,
  .multiplechoice-area.show-question .multiplechoice-options .option-text,
  .multiplechoice-area.show-question .multiplechoice-options .option-images,
  .multiplechoice-area.show-question .multiplechoice-options .option-indicator,
  #player-view .multiplechoice-area.game-container.show-question .question-container .text,
  #player-view .multiplechoice-area.game-container.show-question .multiplechoice-options .option-text,
  #player-view .multiplechoice-area.game-container.show-question .multiplechoice-options .option-images,
  #player-view .multiplechoice-area.game-container.show-question .multiplechoice-options .option-indicator {
    opacity: 1;
    -webkit-transition-duration: 0.1s; }
  .multiplechoice-area.show-question .question-container .text:before,
  #player-view .multiplechoice-area.game-container.show-question .question-container .text:before {
    content: ""; }
  .multiplechoice-area.show-option-notes .multiplechoice-options .option-note,
  #player-view .multiplechoice-area.game-container.show-option-notes .multiplechoice-options .option-note {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -webkit-transition-duration: 0.5s; }
  .multiplechoice-area.show-player-answers .multiplechoice-options .submitted-answers .answer,
  #player-view .multiplechoice-area.game-container.show-player-answers .multiplechoice-options .submitted-answers .answer {
    transform: translateY(0px); }
  .multiplechoice-area.show-player-scores .multiplechoice-options .submitted-answers .answer .points,
  #player-view .multiplechoice-area.game-container.show-player-scores .multiplechoice-options .submitted-answers .answer .points {
    opacity: 1; }
  .multiplechoice-area.option-images .option-image,
  #player-view .multiplechoice-area.game-container.option-images .option-image {
    display: block; }
  .multiplechoice-area.option-images .option-text,
  #player-view .multiplechoice-area.game-container.option-images .option-text {
    display: none; }
  .multiplechoice-area.multiplechoice-capture .option,
  #player-view .multiplechoice-area.game-container.multiplechoice-capture .option {
    font-size: 36px; }
  .multiplechoice-area.multiplechoice-player,
  #player-view .multiplechoice-area.game-container.multiplechoice-player {
    background-size: 100% 100%;
    height: 791px;
    /* Player's submit button */ }
    .multiplechoice-area.multiplechoice-player .multiplechoice-options.num-options-4 .option-container,
    #player-view .multiplechoice-area.game-container.multiplechoice-player .multiplechoice-options.num-options-4 .option-container {
      margin-bottom: 70px; }
    .multiplechoice-area.multiplechoice-player.show-player-buttons .btn-submit,
    #player-view .multiplechoice-area.game-container.multiplechoice-player.show-player-buttons .btn-submit {
      opacity: 1; }
    .multiplechoice-area.multiplechoice-player .option-clicker,
    #player-view .multiplechoice-area.game-container.multiplechoice-player .option-clicker {
      position: absolute;
      z-index: 25;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 120%;
      cursor: pointer; }
    .multiplechoice-area.multiplechoice-player .btn-submit,
    #player-view .multiplechoice-area.game-container.multiplechoice-player .btn-submit {
      bottom: 0px;
      z-index: 30;
      position: absolute;
      font-weight: bold;
      opacity: 0;
      width: 100%; }
      .multiplechoice-area.multiplechoice-player .btn-submit:disabled,
      #player-view .multiplechoice-area.game-container.multiplechoice-player .btn-submit:disabled {
        opacity: 0.5; }
    .multiplechoice-area.multiplechoice-player .message,
    #player-view .multiplechoice-area.game-container.multiplechoice-player .message {
      bottom: -60px;
      background: black;
      display: block; }
  .multiplechoice-area .message,
  #player-view .multiplechoice-area.game-container .message {
    width: 500px;
    left: 50%;
    margin-left: -250px;
    bottom: 60px;
    font-size: 22px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    position: absolute;
    padding: 5px;
    text-align: center;
    display: none; }
  .multiplechoice-area .question-container,
  #player-view .multiplechoice-area.game-container .question-container {
    width: 1160px;
    left: 50%;
    margin-left: -580px;
    position: absolute;
    color: #fff;
    padding: 0 0 0 0;
    -webkit-transition: opacity 0s linear;
    background: rgba(0, 0, 0, 0.6);
    top: 100px;
    border: 1px solid #054298;
    height: 60px;
    border-radius: 10px; }
    .multiplechoice-area .question-container .bar,
    #player-view .multiplechoice-area.game-container .question-container .bar {
      position: absolute;
      width: 100%;
      height: 20px;
      left: 0px;
      top: 100px; }
      .multiplechoice-area .question-container .bar .points-indicator,
      #player-view .multiplechoice-area.game-container .question-container .bar .points-indicator {
        position: absolute;
        top: -5px;
        width: 5%;
        background: rgba(0, 0, 0, 0.65);
        text-align: center;
        height: 30px;
        line-height: 30px;
        border: 1px solid #0c6ef7;
        border-radius: 3px; }
        .multiplechoice-area .question-container .bar .points-indicator.max,
        #player-view .multiplechoice-area.game-container .question-container .bar .points-indicator.max {
          right: 0px; }
        .multiplechoice-area .question-container .bar .points-indicator.min,
        #player-view .multiplechoice-area.game-container .question-container .bar .points-indicator.min {
          left: 0px; }
      .multiplechoice-area .question-container .bar .player-marker,
      #player-view .multiplechoice-area.game-container .question-container .bar .player-marker {
        width: 50px;
        height: 50px;
        background: white;
        color: black;
        text-align: center;
        border-radius: 50%;
        margin-left: -25px;
        margin-top: -25px;
        top: 50%;
        position: absolute;
        line-height: 50px;
        overflow: hidden;
        border: 1px solid #5d9ffa;
        font-size: 24px;
        z-index: 10; }
        .multiplechoice-area .question-container .bar .player-marker.has-icon .letter,
        #player-view .multiplechoice-area.game-container .question-container .bar .player-marker.has-icon .letter {
          display: none; }
        .multiplechoice-area .question-container .bar .player-marker .icon,
        #player-view .multiplechoice-area.game-container .question-container .bar .player-marker .icon {
          width: 100%;
          height: 100%;
          position: absolute;
          background: center center no-repeat;
          background-size: cover;
          left: 0;
          top: 0; }
      .multiplechoice-area .question-container .bar .bar-background,
      #player-view .multiplechoice-area.game-container .question-container .bar .bar-background {
        position: absolute;
        left: 5%;
        height: 20px;
        top: 0px;
        width: 90%;
        background: linear-gradient(to left, #009900, #AA0000); }
      .multiplechoice-area .question-container .bar .bar-inner,
      #player-view .multiplechoice-area.game-container .question-container .bar .bar-inner {
        position: absolute;
        height: 100%;
        left: 0px;
        top: 0px;
        width: 100%; }
      .multiplechoice-area .question-container .bar .marker,
      #player-view .multiplechoice-area.game-container .question-container .bar .marker {
        width: 8px;
        height: 26px;
        top: -3px;
        right: -4px;
        background: #054298;
        position: absolute;
        border: 2px solid #5d9ffa;
        display: none; }
    .multiplechoice-area .question-container .points-container,
    #player-view .multiplechoice-area.game-container .question-container .points-container {
      width: 20%;
      float: right;
      height: 100%;
      text-align: center;
      border-left: 2px solid #054298;
      position: relative;
      height: 60px;
      line-height: 60px;
      padding-top: 2px;
      font-size: 32px;
      font-family: monospace;
      display: none; }
    .multiplechoice-area .question-container .text,
    #player-view .multiplechoice-area.game-container .question-container .text {
      width: 100%;
      float: left;
      padding: 0 20px;
      text-align: center;
      font-size: 24px;
      line-height: 60px;
      opacity: 0; }
    .multiplechoice-area .question-container .points-countdown.showing-range .points,
    #player-view .multiplechoice-area.game-container .question-container .points-countdown.showing-range .points {
      font-size: 24px; }
  .multiplechoice-area .multiplechoice-options,
  #player-view .multiplechoice-area.game-container .multiplechoice-options {
    display: flex;
    height: 360px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 280px;
    width: 100%;
    -webkit-transition: opacity 0s ease; }
    .multiplechoice-area .multiplechoice-options.num-options-3 .option-container,
    #player-view .multiplechoice-area.game-container .multiplechoice-options.num-options-3 .option-container {
      width: 360px; }
    .multiplechoice-area .multiplechoice-options.num-options-4,
    #player-view .multiplechoice-area.game-container .multiplechoice-options.num-options-4 {
      flex-wrap: wrap; }
      .multiplechoice-area .multiplechoice-options.num-options-4 .option-container,
      #player-view .multiplechoice-area.game-container .multiplechoice-options.num-options-4 .option-container {
        width: 571px;
        height: 200px;
        margin: 0 10px 15px; }
    .multiplechoice-area .multiplechoice-options .option-container,
    #player-view .multiplechoice-area.game-container .multiplechoice-options .option-container {
      height: 360px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 20px;
      background: black;
      border: 2px solid #054298;
      position: relative;
      border-radius: 10px;
      -webkit-transition: all 0.25s ease; }
      .multiplechoice-area .multiplechoice-options .option-container.right,
      #player-view .multiplechoice-area.game-container .multiplechoice-options .option-container.right {
        border-color: green;
        border-width: 4px; }
        .multiplechoice-area .multiplechoice-options .option-container.right .option-indicator,
        #player-view .multiplechoice-area.game-container .multiplechoice-options .option-container.right .option-indicator {
          background: green;
          border-color: green; }
        .multiplechoice-area .multiplechoice-options .option-container.right .submitted-answers .points:before,
        #player-view .multiplechoice-area.game-container .multiplechoice-options .option-container.right .submitted-answers .points:before {
          content: "+"; }
      .multiplechoice-area .multiplechoice-options .option-container.wrong .x,
      #player-view .multiplechoice-area.game-container .multiplechoice-options .option-container.wrong .x {
        opacity: 0.5; }
      .multiplechoice-area .multiplechoice-options .option-container.wrong .option-text,
      .multiplechoice-area .multiplechoice-options .option-container.wrong .option-image,
      #player-view .multiplechoice-area.game-container .multiplechoice-options .option-container.wrong .option-text,
      #player-view .multiplechoice-area.game-container .multiplechoice-options .option-container.wrong .option-image {
        opacity: 0.9; }
      .multiplechoice-area .multiplechoice-options .option-container.index-0 .option-indicator:before,
      #player-view .multiplechoice-area.game-container .multiplechoice-options .option-container.index-0 .option-indicator:before {
        content: "A"; }
      .multiplechoice-area .multiplechoice-options .option-container.index-1 .option-indicator:before,
      #player-view .multiplechoice-area.game-container .multiplechoice-options .option-container.index-1 .option-indicator:before {
        content: "B"; }
      .multiplechoice-area .multiplechoice-options .option-container.index-2 .option-indicator:before,
      #player-view .multiplechoice-area.game-container .multiplechoice-options .option-container.index-2 .option-indicator:before {
        content: "C"; }
      .multiplechoice-area .multiplechoice-options .option-container.index-3 .option-indicator:before,
      #player-view .multiplechoice-area.game-container .multiplechoice-options .option-container.index-3 .option-indicator:before {
        content: "D"; }
      .multiplechoice-area .multiplechoice-options .option-container .x,
      #player-view .multiplechoice-area.game-container .multiplechoice-options .option-container .x {
        transition: opacity 0.25s ease;
        opacity: 0;
        width: 100%;
        height: 100%;
        background: url(https://upload.wikimedia.org/wikipedia/commons/8/8d/No-Symbol.svg) center center no-repeat;
        background-size: 90% auto;
        z-index: 20;
        position: absolute;
        left: 0;
        top: 0; }
    .multiplechoice-area .multiplechoice-options .submitted-answers,
    #player-view .multiplechoice-area.game-container .multiplechoice-options .submitted-answers {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      padding: 5px 0 0 5px;
      z-index: 2;
      overflow: hidden; }
      .multiplechoice-area .multiplechoice-options .submitted-answers .answer,
      #player-view .multiplechoice-area.game-container .multiplechoice-options .submitted-answers .answer {
        display: flex;
        justify-content: left;
        transform: translateY(-380px);
        -webkit-transition: transform 0.5s ease;
        margin-bottom: 5px; }
        .multiplechoice-area .multiplechoice-options .submitted-answers .answer:nth-child(2),
        #player-view .multiplechoice-area.game-container .multiplechoice-options .submitted-answers .answer:nth-child(2) {
          -webkit-transition-delay: 0.5s; }
        .multiplechoice-area .multiplechoice-options .submitted-answers .answer:nth-child(3),
        #player-view .multiplechoice-area.game-container .multiplechoice-options .submitted-answers .answer:nth-child(3) {
          -webkit-transition-delay: 1s; }
        .multiplechoice-area .multiplechoice-options .submitted-answers .answer:nth-child(4),
        #player-view .multiplechoice-area.game-container .multiplechoice-options .submitted-answers .answer:nth-child(4) {
          -webkit-transition-delay: 1.5s; }
        .multiplechoice-area .multiplechoice-options .submitted-answers .answer div,
        #player-view .multiplechoice-area.game-container .multiplechoice-options .submitted-answers .answer div {
          border-radius: 10px;
          padding: 2px 8px 3px;
          background: #011025;
          border: 1px solid #0c6ef7;
          color: white;
          font-size: 16px;
          font-family: 'metronic_pro';
          margin: 0 4px 0 0;
          position: relative;
          height: 30px;
          margin-top: 5px; }
          .multiplechoice-area .multiplechoice-options .submitted-answers .answer div.icon,
          #player-view .multiplechoice-area.game-container .multiplechoice-options .submitted-answers .answer div.icon {
            border-radius: 50%;
            background-size: cover;
            width: 40px;
            height: 40px;
            background-position: center center;
            z-index: 1;
            margin-top: 0px; }
          .multiplechoice-area .multiplechoice-options .submitted-answers .answer div.player,
          #player-view .multiplechoice-area.game-container .multiplechoice-options .submitted-answers .answer div.player {
            padding-left: 25px;
            margin-left: -20px;
            z-index: 0; }
        .multiplechoice-area .multiplechoice-options .submitted-answers .answer .points,
        #player-view .multiplechoice-area.game-container .multiplechoice-options .submitted-answers .answer .points {
          opacity: 0;
          -webkit-transition: opacity 0.5s ease; }
    .multiplechoice-area .multiplechoice-options .option-indicator,
    #player-view .multiplechoice-area.game-container .multiplechoice-options .option-indicator {
      background: #5d9ffa;
      color: white;
      padding: 4px;
      border-top-right-radius: 10px;
      position: absolute;
      bottom: -55px;
      border-radius: 25%;
      left: 50%;
      margin-left: -24px;
      width: 48px;
      text-align: center;
      font-size: 24px;
      z-index: 99;
      border: 2px solid #054298;
      opacity: 0;
      -webkit-transition: opacity 0s ease; }
    .multiplechoice-area .multiplechoice-options .option-text,
    #player-view .multiplechoice-area.game-container .multiplechoice-options .option-text {
      font-size: 32px;
      color: white;
      text-align: center;
      opacity: 0;
      padding: 0 20px; }
    .multiplechoice-area .multiplechoice-options .option-single-image,
    #player-view .multiplechoice-area.game-container .multiplechoice-options .option-single-image {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-size: cover;
      z-index: 10; }
    .multiplechoice-area .multiplechoice-options .option-note,
    #player-view .multiplechoice-area.game-container .multiplechoice-options .option-note {
      width: 70%;
      position: absolute;
      bottom: 5px;
      left: 15%;
      line-height: 32px;
      height: 32px;
      text-align: center;
      background: #011025;
      border: 1px solid #054298;
      -webkit-transition: opacity 0.5s ease;
      opacity: 0;
      border-radius: 2px;
      color: #fff;
      z-index: 20; }
    .multiplechoice-area .multiplechoice-options .option-images,
    #player-view .multiplechoice-area.game-container .multiplechoice-options .option-images {
      display: none;
      position: absolute;
      opacity: 0;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .multiplechoice-area .multiplechoice-options .option-image,
    #player-view .multiplechoice-area.game-container .multiplechoice-options .option-image {
      overflow: hidden;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center; }

@keyframes floatingitem {
  from {
    transform: translateY(0px); }
  50% {
    transform: translateY(8px); }
  to {
    transform: translateY(0px); } }

.point-betting-game .betting-phase .question-display {
  font-size: 1.5rem;
  margin-bottom: 20px; }

.point-betting-game .betting-phase .player-submission {
  margin: 10px 0;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px; }
  .point-betting-game .betting-phase .player-submission .answer-input {
    width: 100%;
    margin-bottom: 10px; }
  .point-betting-game .betting-phase .player-submission .bet-input {
    width: 100px;
    margin-right: 10px; }

.point-betting-game .production-view .submissions-list .submission-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin: 5px 0;
  background: #f5f5f5;
  border-radius: 5px; }
  .point-betting-game .production-view .submissions-list .submission-item .submission-details {
    flex-grow: 1; }
  .point-betting-game .production-view .submissions-list .submission-item .scoring-actions .btn {
    margin: 0 5px; }

@charset "UTF-8";
/*@import "../thirdparty/bootstrap-sass-official/assets/stylesheets/_bootstrap.scss"*/
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(f4769f9bdb7466be65088239c12046d1.eot);
  src: url(f4769f9bdb7466be65088239c12046d1.eot?#iefix) format("embedded-opentype"), url(448c34a56d699c29117adc64c43affeb.woff2) format("woff2"), url(fa2772327f55d8198301fdb8bcfc8158.woff) format("woff"), url(e18bbf611f2a2e43afc071aa2f4e1512.ttf) format("truetype"), url(89889688147bd7575d6327160d64e760.svg#glyphicons_halflingsregular) format("svg"); }

.glyphicon, .edit-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before, .edit-icon:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " "; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "\2014 \00A0"; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ""; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: "\00A0 \2014"; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    display: table;
    content: " "; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row:before, .row:after {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }
  table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none; }
  table td[class*="col-"],
  table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
  input[type="radio"][disabled], input[type="radio"].disabled,
  fieldset[disabled] input[type="radio"],
  input[type="checkbox"][disabled],
  input[type="checkbox"].disabled,
  fieldset[disabled]
  input[type="checkbox"] {
    cursor: not-allowed; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control, .edit-toggle-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus, .edit-toggle-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder, .edit-toggle-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder, .edit-toggle-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder, .edit-toggle-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand, .edit-toggle-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control[disabled], .edit-toggle-control[disabled], .form-control[readonly], .edit-toggle-control[readonly],
  fieldset[disabled] .form-control,
  fieldset[disabled] .edit-toggle-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], .edit-toggle-control[disabled],
  fieldset[disabled] .form-control,
  fieldset[disabled] .edit-toggle-control {
    cursor: not-allowed; }

textarea.form-control, textarea.edit-toggle-control {
  height: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, input.edit-toggle-control[type="date"],
  input[type="time"].form-control,
  input.edit-toggle-control[type="time"],
  input[type="datetime-local"].form-control,
  input.edit-toggle-control[type="datetime-local"],
  input[type="month"].form-control,
  input.edit-toggle-control[type="month"] {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"], .input-group-sm > input.edit-toggle-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.edit-toggle-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.edit-toggle-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.edit-toggle-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"], .input-group-lg > input.edit-toggle-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.edit-toggle-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.edit-toggle-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.edit-toggle-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio.disabled label,
  fieldset[disabled] .radio label,
  .checkbox.disabled label,
  fieldset[disabled]
  .checkbox label {
    cursor: not-allowed; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }
  .radio-inline.disabled,
  fieldset[disabled] .radio-inline,
  .checkbox-inline.disabled,
  fieldset[disabled]
  .checkbox-inline {
    cursor: not-allowed; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.edit-toggle-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.edit-toggle-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.input-sm, .input-group-sm > .form-control, .input-group-sm > .edit-toggle-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.edit-toggle-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.edit-toggle-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.edit-toggle-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control, .form-group-sm .edit-toggle-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control, .form-group-sm select.edit-toggle-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control, .form-group-sm textarea.edit-toggle-control,
.form-group-sm select[multiple].form-control,
.form-group-sm select.edit-toggle-control[multiple] {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control, .input-group-lg > .edit-toggle-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.edit-toggle-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.edit-toggle-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.edit-toggle-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control, .form-group-lg .edit-toggle-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control, .form-group-lg select.edit-toggle-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control, .form-group-lg textarea.edit-toggle-control,
.form-group-lg select[multiple].form-control,
.form-group-lg select.edit-toggle-control[multiple] {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback .edit-toggle-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .edit-toggle-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .edit-toggle-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .edit-toggle-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .edit-toggle-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control, .has-success .edit-toggle-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus, .has-success .edit-toggle-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control, .has-warning .edit-toggle-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus, .has-warning .edit-toggle-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control, .has-error .edit-toggle-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus, .has-error .edit-toggle-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline .edit-toggle-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group .edit-toggle-control {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline .input-group > .edit-toggle-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " "; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      color: #262626;
      text-decoration: none;
      background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " "; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0; }
  .input-group .form-control, .input-group .edit-toggle-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .edit-toggle-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn, .input-group .form-control, .input-group .edit-toggle-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child),
  .input-group .edit-toggle-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child, .input-group .edit-toggle-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group .edit-toggle-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .nav:before, .nav:after {
    display: table;
    content: " "; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      cursor: default;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      margin-bottom: 5px;
      text-align: center; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    display: table;
    content: " "; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " "; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " "; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
    @media (max-device-width: 480px) and (orientation: landscape) {
      .navbar-fixed-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px; } }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control, .navbar-form .edit-toggle-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control,
      .navbar-form .input-group .edit-toggle-control {
        width: auto; }
    .navbar-form .input-group > .form-control, .navbar-form .input-group > .edit-toggle-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-right: 15px;
      margin-left: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #090909; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      padding: 0 5px;
      color: #ccc;
      content: "/ "; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.42857;
      color: #337ab7;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd; }
      .pagination > li > a:hover, .pagination > li > a:focus,
      .pagination > li > span:hover,
      .pagination > li > span:focus {
        z-index: 2;
        color: #23527c;
        background-color: #eeeeee;
        border-color: #ddd; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }
  .pager:before, .pager:after {
    display: table;
    content: " "; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #eeeeee; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
      color: #777777; }
  .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small {
      color: inherit; }
    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
      color: #c7ddef; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    display: table;
    content: " "; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    display: table;
    content: " "; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: " "; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0; }
  .tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .tooltip.top {
    padding: 5px 0;
    margin-top: -3px; }
  .tooltip.right {
    padding: 0 5px;
    margin-left: 3px; }
  .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px; }
  .tooltip.left {
    padding: 0 5px;
    margin-left: -3px; }
  .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000; }
  .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }
  .popover > .arrow {
    border-width: 11px; }
    .popover > .arrow, .popover > .arrow:after {
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid; }
    .popover > .arrow:after {
      content: "";
      border-width: 10px; }
  .popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0; }
    .popover.top > .arrow:after {
      bottom: 1px;
      margin-left: -10px;
      content: " ";
      border-top-color: #fff;
      border-bottom-width: 0; }
  .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0; }
    .popover.right > .arrow:after {
      bottom: -10px;
      left: 1px;
      content: " ";
      border-right-color: #fff;
      border-left-width: 0; }
  .popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
    .popover.bottom > .arrow:after {
      top: 1px;
      margin-left: -10px;
      content: " ";
      border-top-width: 0;
      border-bottom-color: #fff; }
  .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25); }
    .popover.left > .arrow:after {
      right: 1px;
      bottom: -10px;
      content: " ";
      border-right-width: 0;
      border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev:before {
    content: "\2039"; }
  .carousel-control .icon-next:before {
    content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.text-shadow {
  text-shadow: -2px 6px 4px rgba(0, 0, 0, 0.64); }

.absolutely {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%; }

.transbg {
  position: relative; }
  .transbg:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    opacity: 0.75;
    z-index: -1; }

.red-box {
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.25s ease;
  text-align: center;
  -webkit-transform: translateY(-30px);
  z-index: 10;
  background: url("/images/capture/namethatthing/answer-bg.png") center center no-repeat transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  color: #fff;
  height: 164px;
  line-height: 164px;
  font-size: 38px;
  padding: 0px;
  width: 1207px;
  left: 50%;
  margin-left: -603px;
  bottom: -10px;
  position: absolute;
  font-family: 'metronic_probold', 'Times New Roman';
  text-shadow: none;
  border-width: 2px;
  text-shadow: 1px 1px 5px #111, 1px -1px 5px #111, -1px 1px 5px #111, -1px -1px 5px #111;
  font-size: 32px; }

.meta-box {
  border: 1px solid #054298;
  background: #5d9ffa;
  border-radius: 10px;
  box-shadow: 0px 1px 1px #000;
  padding: 8px;
  color: #fff;
  font-size: 22px;
  text-shadow: none;
  font-family: 'metronic_probold'; }

.game-box {
  width: 287px;
  height: 113px;
  background: url("/images/capture/meta/meta-box-bg.png") center center no-repeat;
  padding-top: 37px;
  text-align: center;
  font-family: 'metronic_probold';
  font-size: 22px;
  text-shadow: 0px 0px 1px #333;
  display: block; }

.title-box {
  width: 576px;
  left: 50%;
  margin-left: -288px;
  height: 122px;
  line-height: 50px;
  position: absolute;
  top: -13px;
  text-align: center;
  padding-top: 35px;
  background: url("/images/capture/meta/title-container-bg.png") center top no-repeat;
  font-size: 26px;
  font-family: 'metronic_probold';
  color: #fff; }
  .title-box .timer-display-container .countdown-label {
    display: none; }
  .title-box .timer-display-container .timer-countdown div {
    display: inline-block; }

.gradient-text {
  background: none;
  text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.64);
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline; }
  .gradient-text.gradient-text-right:after {
    left: auto;
    right: 0px; }
  .gradient-text:after {
    content: attr(data-text);
    left: 0;
    position: absolute;
    top: 0;
    background-image: -webkit-linear-gradient(#ffffff, #c0c0c0);
    -webkit-background-clip: text;
    color: #fff;
    text-shadow: none; }

.mb-1 {
  margin-bottom: 0.5em; }

.mt-1 {
  margin-top: 0.5em; }

.mr-1 {
  margin-right: 0.5em; }

.ml-1, .edit-icon {
  margin-left: 0.5em; }

.mb-2 {
  margin-bottom: 1em; }

.mt-2 {
  margin-top: 1em; }

.mr-2 {
  margin-right: 1em; }

.ml-2 {
  margin-left: 1em; }

.mb-3 {
  margin-bottom: 1.5em; }

.mt-3 {
  margin-top: 1.5em; }

.mr-3 {
  margin-right: 1.5em; }

.ml-3 {
  margin-left: 1.5em; }

.mb-4 {
  margin-bottom: 2em; }

.mt-4 {
  margin-top: 2em; }

.mr-4 {
  margin-right: 2em; }

.ml-4 {
  margin-left: 2em; }

.mb-5 {
  margin-bottom: 2.5em; }

.mt-5 {
  margin-top: 2.5em; }

.mr-5 {
  margin-right: 2.5em; }

.ml-5 {
  margin-left: 2.5em; }

.mb-6 {
  margin-bottom: 3em; }

.mt-6 {
  margin-top: 3em; }

.mr-6 {
  margin-right: 3em; }

.ml-6 {
  margin-left: 3em; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite; }

.btn.btn-show-hide {
  width: 80px; }

.player-score-history .plus,
.player-score-history .minus {
  font-weight: bold; }
  .player-score-history .plus:before,
  .player-score-history .minus:before {
    content: "("; }
  .player-score-history .plus:after,
  .player-score-history .minus:after {
    content: ")"; }

.player-score-history .plus {
  color: #00CC00; }
  .player-score-history .plus:before {
    content: "(+"; }

.player-score-history .minus {
  color: red; }

.host-view .host-hidden {
  display: none; }

.buzzer-admin {
  float: left;
  width: 100%;
  padding: 10px; }

.panel-heading .panel-heading-admin {
  padding: 0px;
  width: auto;
  float: right;
  margin-right: -5px;
  margin-top: -4px;
  font-size: 14px; }

.mock-capture-area {
  width: 1297px;
  height: 681px;
  position: relative;
  left: 50%;
  margin-left: -648.5px; }

.player-fire-video {
  display: none; }

#navbar .version-number > li > a {
  color: #c3c3c3;
  pointer-events: none; }

submitandvote-production .bot-status-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px; }
  submitandvote-production .bot-status-details #action-buttons button {
    margin-right: 5px; }
  submitandvote-production .bot-status-details #action-buttons :last-child {
    margin-right: 0px; }

twitch-ebs-monitor .status-button {
  margin: -6px 0.5em 0 0; }

twitch-ebs-monitor .stat {
  color: silver; }
  twitch-ebs-monitor .stat.red {
    color: firebrick; }
  twitch-ebs-monitor .stat.ok {
    color: forestgreen; }

twitch-ebs-monitor .ebs-details.loading {
  opacity: 0.5; }

#show-header {
  position: fixed;
  height: 140px;
  width: 100%;
  z-index: 1082;
  background: #fff;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  top: 0px;
  left: 0px;
  padding-top: 3px;
  background: #011025;
  margin-left: 0px;
  margin-right: 0px; }
  #show-header .timer-display-container .countdown-label {
    text-align: center;
    font-size: 28px; }
  #show-header .timer-display-container .timer-countdown {
    position: relative;
    width: 100%;
    font-size: 28px;
    font-family: monospace;
    font-weight: bold; }
  #show-header .timer-display-container .mm {
    width: 48%;
    float: left;
    text-align: right; }
  #show-header .timer-display-container .separator {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    top: 0px;
    text-align: center; }
  #show-header .timer-display-container .ss {
    width: 48%;
    float: right;
    text-align: left; }
  #show-header .panel-body {
    padding: 5px;
    min-height: 104px;
    color: #fff;
    background: #011025; }
  #show-header .panel-heading {
    padding: 5px; }
    #show-header .panel-heading .btn-sm, #show-header .panel-heading .btn-group-sm > .btn {
      padding: 3px 6px; }
  #show-header .player-scores li,
  #show-header .buzzes li {
    font-size: 16px;
    margin: 0 0 2px 0;
    line-height: 26px; }
    #show-header .player-scores li .name,
    #show-header .player-scores li .score,
    #show-header .buzzes li .name,
    #show-header .buzzes li .score {
      font-size: 16px;
      line-height: 26px;
      height: 26px; }
  #show-header ul.players-list {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px; }
    #show-header ul.players-list li.player {
      padding: 0 10px;
      margin: 0px 0px 2px 0px;
      line-height: 32px;
      float: left;
      width: 100%;
      font-size: 19px;
      border-radius: 3px;
      color: #fff;
      height: 32px;
      border-bottom: 1px solid #ccc; }
      #show-header ul.players-list li.player.order-1 {
        background-position: center 150px; }
      #show-header ul.players-list li.player.order-2 {
        border-bottom: none; }
      #show-header ul.players-list li.player .player-extension {
        display: none; }
        #show-header ul.players-list li.player .player-extension.active {
          display: block;
          float: right;
          font-size: 14px;
          line-height: 18px; }
    #show-header ul.players-list .player-plate {
      display: inline; }
    #show-header ul.players-list .name,
    #show-header ul.players-list .score {
      line-height: 34px;
      height: 34px; }
    #show-header ul.players-list .name {
      float: left; }
    #show-header ul.players-list .score {
      float: right;
      font-size: 22px;
      width: 60px;
      text-align: right; }
    #show-header ul.players-list .webcam-cover {
      display: none; }
  #show-header .panel-players-list .panel-body {
    padding: 0px;
    overflow-y: scroll; }
  #show-header .panel-info .panel-body {
    padding: 0px;
    height: 100px;
    overflow-y: scroll; }

.panel-body.no-padding {
  padding: 0px; }

.medias-video {
  display: none; }

#production .game-container,
#player-view .game-container,
.game-container.editor-preview {
  width: 1297px;
  height: 681px;
  background: url(/images/capture/game-bg.png) center center no-repeat;
  margin: 0 auto;
  position: relative; }

#production,
#player-view {
  padding-top: 150px;
  padding-bottom: 20px; }

.sorting-header {
  cursor: pointer;
  color: #337ab7;
  font-weight: normal; }

.sorting-header:hover {
  text-decoration: none; }

.sorting-header.active {
  font-weight: bold; }

.sorting-header .glyphicon, .sorting-header .edit-icon {
  opacity: 0.25; }

.sorting-header.active .glyphicon, .sorting-header.active .edit-icon {
  opacity: 1; }

.panel-heading > .btn[role="toggle-panel"] {
  margin-top: -6px;
  margin-right: -10px; }

body.dashboard #header {
  display: none; }

ul.players-list li.team.team-color-0 {
  border-left: 5px solid #3498db; }
  ul.players-list li.team.team-color-0 .team-plate {
    border-color: #3498db; }

ul.players-list li.team.team-color-1 {
  border-left: 5px solid #e74c3c; }
  ul.players-list li.team.team-color-1 .team-plate {
    border-color: #e74c3c; }

.player .player-plate, .team-plate .player-plate {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between; }
  .player .player-plate .team-name, .team-plate .player-plate .team-name {
    font-size: 0.8em;
    color: #666;
    font-weight: normal;
    margin-top: 2px;
    text-align: right;
    flex: 2; }
  .player .player-plate .name, .team-plate .player-plate .name {
    flex: 1; }
  .player .player-plate .score, .team-plate .player-plate .score {
    flex: 1; }

.team-plate .powerup {
  display: none; }

.buzzer-button {
  text-align: center; }
  .buzzer-button .hotkey-message {
    padding-top: 5px; }
  .buzzer-button .btn-buzzer {
    padding: 10px 0px;
    font-size: 28px;
    width: 100%;
    box-shadow: 1px 1px 5px #888888; }
  .buzzer-button .btn.on {
    background-color: #f7f389;
    border-bottom: 2px solid #41996c;
    color: #000; }
  .buzzer-button .btn.buzzed {
    background-color: #51bf87;
    border-bottom: 2px solid #41996c;
    color: #fff; }
  .buzzer-button .btn.buzzed {
    box-shadow: inset -1px -1px 5px #888888; }
  .buzzer-button .btn.off {
    opacity: 0.5;
    border: 1px solid #bbb; }

.buzzes ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  height: 78px; }

.buzzes li {
  font-size: 22px;
  background: #5d9ffa;
  border-color: #054298;
  text-shadow: none;
  font-family: "metronic_probold";
  font-size: 16px;
  border-radius: 5px;
  position: relative;
  height: 26px;
  line-height: 26px;
  padding: 0 5px 0px 46px;
  overflow: hidden;
  border: 1px solid #666;
  margin: 0 0 5px 0px;
  color: #000; }
  .buzzes li:before {
    position: absolute;
    left: 0px;
    height: 100%;
    top: 0px;
    width: 36px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    border-right: 1px solid #777;
    background: #E0E0E0;
    color: #000; }
  .buzzes li:nth-child(1) {
    background: #f69d0d;
    border-color: #054298; }
    .buzzes li:nth-child(1):before {
      background: #fdedd2;
      content: "1st"; }
  .buzzes li:nth-child(2):before {
    content: "2nd"; }
  .buzzes li:nth-child(3):before {
    content: "3rd"; }
  .buzzes li:nth-child(4):before {
    content: "4th"; }
  .buzzes li.revoked:before,
  .buzzes li.revoked .name {
    text-decoration: line-through; }
  .buzzes li .name {
    float: left; }
  .buzzes li .btn {
    float: right;
    margin-top: 1px; }

.panel-buzzes {
  padding: 0px; }
  .panel-buzzes .panel-body {
    height: 126px;
    overflow-y: scroll; }

.panel-heading .btn-primary {
  margin: 0px; }

.btn-group button {
  margin-left: 0px;
  margin-right: 0px; }

.media-sender {
  padding: 8px; }

.media-sender .btn-sm, .media-sender .btn-group-sm > .btn {
  margin: 4px;
  width: 140px;
  overflow-x: hidden;
  text-align: left; }

.btn-group > .btn-primary {
  margin: 0px; }

.player-scores-admin .form-inline .form-control, .player-scores-admin .form-inline .edit-toggle-control {
  width: 50%; }

.breadcrumb > li.dropdown.navbar-right {
  padding-right: 10px; }

.table-striped > tbody > tr.warning-background {
  background-color: #f2dede; }

.table-striped > tbody > tr:nth-of-type(odd).warning-background {
  background-color: #ddc8c8; }

.drawing-board {
  border: 2px solid #333;
  background: url("/images/chalkboard.jpg") center center no-repeat;
  -ms-touch-action: none; }

.drawer-view .timer-display {
  padding: 5px 0;
  font-size: 1.2em; }
  .drawer-view .timer-display div {
    display: inline-block; }
  .drawer-view .timer-display .countdown-label {
    display: none; }

.drawer-view .drawing-area.fullscreen {
  font-size: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.95);
  text-align: center; }
  .drawer-view .drawing-area.fullscreen button.toggle-image {
    margin-top: 0px;
    width: 210px;
    padding: 4px 16px;
    text-align: center; }
    .drawer-view .drawing-area.fullscreen button.toggle-image img {
      position: relative;
      top: -4px;
      left: -10px;
      max-height: 50px;
      max-width: 50px; }
  .drawer-view .drawing-area.fullscreen.has-image .subject-image {
    position: absolute;
    right: 5px;
    top: 65px;
    width: 500px;
    height: 500px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
    z-index: 40;
    border: 1px solid gray; }
    .drawer-view .drawing-area.fullscreen.has-image .subject-image img {
      max-width: 100%;
      max-height: 100%; }
  .drawer-view .drawing-area.fullscreen.has-image canvas {
    -webkit-transform: translateX(-50px); }
  .drawer-view .drawing-area.fullscreen canvas {
    margin: auto auto;
    border: 2px solid black;
    position: absolute;
    top: 50%;
    left: 50%; }

.drawer-view .close-drawing-board, .drawer-view .clear-drawing-board {
  position: fixed;
  top: 5px;
  right: 5px;
  color: #fff;
  background: #555;
  padding: 5px 10px;
  border-radius: 3px;
  z-index: 2001; }

.drawer-view .clear-drawing-board {
  right: auto;
  left: 5px;
  background: #f00; }

.drawer-view .data-overlay {
  position: fixed;
  z-index: 2001;
  font-weight: bold;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff; }

.game-container.drawing-capture-view {
  z-index: 10; }

#production .drawing-capture-view .drawer,
#player-view .drawing-capture-view .drawer {
  display: block; }

.drawing-capture-view {
  width: 1297px;
  height: 681px;
  position: relative; }
  .drawing-capture-view.lightning-round .lightning-round-progress {
    display: block; }
  .drawing-capture-view .drawer {
    display: none; }
  .drawing-capture-view .drawing-hint {
    float: left; }
  .drawing-capture-view drawing-points {
    float: right; }
  .drawing-capture-view .drawing-board {
    position: absolute;
    left: 50%;
    margin-left: -500px;
    top: 100px; }
  .drawing-capture-view.show-answer .drawing-answer {
    opacity: 1;
    -webkit-transform: translateY(0px); }
  .drawing-capture-view.show-answer .drawing-answer-image {
    opacity: 1;
    -webkit-transform: translateY(0px); }
  .drawing-capture-view .drawing-answer {
    opacity: 0;
    position: relative;
    -webkit-transition: all 0.25s ease;
    text-align: center;
    -webkit-transform: translateY(-30px);
    z-index: 10;
    background: url("/images/capture/namethatthing/answer-bg.png") center center no-repeat transparent;
    border: none;
    color: #fff;
    height: 164px;
    line-height: 164px;
    font-size: 38px;
    padding: 0px;
    width: 1207px;
    left: 50%;
    margin-left: -603px;
    bottom: -10px;
    position: absolute;
    font-family: 'metronic_probold', 'Times New Roman';
    text-shadow: none;
    border-width: 2px;
    text-shadow: 1px 1px 5px #111, 1px -1px 5px #111, -1px 1px 5px #111, -1px -1px 5px #111; }
  .drawing-capture-view .drawing-answer-image {
    width: 200px;
    height: 300px;
    background: no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    margin-top: -150px;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    -webkit-transition: translateY(-50px);
    -webkit-transition: all 0.5s ease; }
  .drawing-capture-view .lightning-round-progress {
    display: none; }

#main-capture .player .drawing-marker {
  position: absolute;
  width: 120px;
  height: 30px;
  top: 270px;
  left: 50%;
  margin-left: -60px;
  z-index: 5;
  padding: 5px;
  border: 1px solid #eee;
  border-radius: 5px;
  background: rgba(0, 102, 0, 0.9);
  color: #fff;
  opacity: 0;
  transition: all 0.25s ease;
  font-size: 16px;
  text-align: center; }
  #main-capture .player .drawing-marker:before {
    content: "DRAWING"; }

#main-capture .player.drawing .drawing-marker {
  opacity: 1;
  top: 250px; }

.drawing-board {
  border: 2px solid #333;
  background: url("/images/chalkboard.jpg") center center no-repeat;
  -ms-touch-action: none; }

.drawer-view .timer-display {
  padding: 5px 0;
  font-size: 1.2em; }
  .drawer-view .timer-display div {
    display: inline-block; }
  .drawer-view .timer-display .countdown-label {
    display: none; }

.drawer-view .close-drawing-board, .drawer-view .clear-drawing-board {
  position: fixed;
  top: 5px;
  right: 5px;
  color: #fff;
  background: #555;
  padding: 5px 10px;
  border-radius: 3px;
  z-index: 2001; }

.drawer-view .clear-drawing-board {
  right: auto;
  left: 5px;
  background: #f00; }

.drawer-view .data-overlay {
  position: fixed;
  z-index: 2001;
  font-weight: bold;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff; }

.game-container.mappins-capture-view {
  z-index: 10; }

#production .mappins-capture-view .drawer,
#player-view .mappins-capture-view .drawer {
  display: block; }

.mappins-capture-view {
  width: 1297px;
  height: 681px;
  position: relative; }
  .mappins-capture-view .mappins-hint {
    float: left; }
  .mappins-capture-view mappins-points {
    float: right; }

#medias-memory_lockin {
  display: none; }

.memory-capture-view,
.give-answers {
  position: relative;
  height: 660px;
  z-index: 1;
  font-family: 'metronic_pro'; }
  .memory-capture-view.show-after-list-color .after-list .item .color-marker,
  .give-answers.show-after-list-color .after-list .item .color-marker {
    opacity: 1; }
  .memory-capture-view .items-list,
  .give-answers .items-list {
    position: absolute;
    top: 80px;
    height: 557.91662px;
    left: 50%; }
    .memory-capture-view .items-list button,
    .give-answers .items-list button {
      display: none; }
    .memory-capture-view .items-list .item,
    .give-answers .items-list .item {
      position: absolute;
      width: 125px;
      height: 172.63887px;
      opacity: 0;
      transition: opacity 0.5s linear;
      z-index: 1; }
      .memory-capture-view .items-list .item .image,
      .give-answers .items-list .item .image {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 0;
        background-size: 100% auto;
        background-position: center;
        transition: transform 0.25s ease; }
      .memory-capture-view .items-list .item .color-marker,
      .give-answers .items-list .item .color-marker {
        border-radius: 3px;
        position: absolute;
        left: 2%;
        bottom: 0px;
        width: 96%;
        height: 96%;
        z-index: -1;
        transition: opacity 0.5s ease; }
    .memory-capture-view .items-list.num-items-15,
    .give-answers .items-list.num-items-15 {
      width: 745px;
      margin-left: -372.5px; }
      .memory-capture-view .items-list.num-items-15 .item.display-order-0,
      .give-answers .items-list.num-items-15 .item.display-order-0 {
        left: 20px;
        top: 10px; }
      .memory-capture-view .items-list.num-items-15 .item.display-order-1,
      .give-answers .items-list.num-items-15 .item.display-order-1 {
        left: 165px;
        top: 10px; }
      .memory-capture-view .items-list.num-items-15 .item.display-order-2,
      .give-answers .items-list.num-items-15 .item.display-order-2 {
        left: 310px;
        top: 10px; }
      .memory-capture-view .items-list.num-items-15 .item.display-order-3,
      .give-answers .items-list.num-items-15 .item.display-order-3 {
        left: 455px;
        top: 10px; }
      .memory-capture-view .items-list.num-items-15 .item.display-order-4,
      .give-answers .items-list.num-items-15 .item.display-order-4 {
        left: 600px;
        top: 10px; }
      .memory-capture-view .items-list.num-items-15 .item.display-order-5,
      .give-answers .items-list.num-items-15 .item.display-order-5 {
        left: 20px;
        top: 192.63887px; }
      .memory-capture-view .items-list.num-items-15 .item.display-order-6,
      .give-answers .items-list.num-items-15 .item.display-order-6 {
        left: 165px;
        top: 192.63887px; }
      .memory-capture-view .items-list.num-items-15 .item.display-order-7,
      .give-answers .items-list.num-items-15 .item.display-order-7 {
        left: 310px;
        top: 192.63887px; }
      .memory-capture-view .items-list.num-items-15 .item.display-order-8,
      .give-answers .items-list.num-items-15 .item.display-order-8 {
        left: 455px;
        top: 192.63887px; }
      .memory-capture-view .items-list.num-items-15 .item.display-order-9,
      .give-answers .items-list.num-items-15 .item.display-order-9 {
        left: 600px;
        top: 192.63887px; }
      .memory-capture-view .items-list.num-items-15 .item.display-order-10,
      .give-answers .items-list.num-items-15 .item.display-order-10 {
        left: 20px;
        top: 375.27775px; }
      .memory-capture-view .items-list.num-items-15 .item.display-order-11,
      .give-answers .items-list.num-items-15 .item.display-order-11 {
        left: 165px;
        top: 375.27775px; }
      .memory-capture-view .items-list.num-items-15 .item.display-order-12,
      .give-answers .items-list.num-items-15 .item.display-order-12 {
        left: 310px;
        top: 375.27775px; }
      .memory-capture-view .items-list.num-items-15 .item.display-order-13,
      .give-answers .items-list.num-items-15 .item.display-order-13 {
        left: 455px;
        top: 375.27775px; }
      .memory-capture-view .items-list.num-items-15 .item.display-order-14,
      .give-answers .items-list.num-items-15 .item.display-order-14 {
        left: 600px;
        top: 375.27775px; }
    .memory-capture-view .items-list.num-items-18,
    .give-answers .items-list.num-items-18 {
      width: 890px;
      margin-left: -445px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-0,
      .give-answers .items-list.num-items-18 .item.display-order-0 {
        left: 20px;
        top: 10px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-1,
      .give-answers .items-list.num-items-18 .item.display-order-1 {
        left: 165px;
        top: 10px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-2,
      .give-answers .items-list.num-items-18 .item.display-order-2 {
        left: 310px;
        top: 10px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-3,
      .give-answers .items-list.num-items-18 .item.display-order-3 {
        left: 455px;
        top: 10px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-4,
      .give-answers .items-list.num-items-18 .item.display-order-4 {
        left: 600px;
        top: 10px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-5,
      .give-answers .items-list.num-items-18 .item.display-order-5 {
        left: 745px;
        top: 10px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-6,
      .give-answers .items-list.num-items-18 .item.display-order-6 {
        left: 20px;
        top: 192.63887px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-7,
      .give-answers .items-list.num-items-18 .item.display-order-7 {
        left: 165px;
        top: 192.63887px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-8,
      .give-answers .items-list.num-items-18 .item.display-order-8 {
        left: 310px;
        top: 192.63887px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-9,
      .give-answers .items-list.num-items-18 .item.display-order-9 {
        left: 455px;
        top: 192.63887px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-10,
      .give-answers .items-list.num-items-18 .item.display-order-10 {
        left: 600px;
        top: 192.63887px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-11,
      .give-answers .items-list.num-items-18 .item.display-order-11 {
        left: 745px;
        top: 192.63887px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-12,
      .give-answers .items-list.num-items-18 .item.display-order-12 {
        left: 20px;
        top: 375.27775px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-13,
      .give-answers .items-list.num-items-18 .item.display-order-13 {
        left: 165px;
        top: 375.27775px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-14,
      .give-answers .items-list.num-items-18 .item.display-order-14 {
        left: 310px;
        top: 375.27775px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-15,
      .give-answers .items-list.num-items-18 .item.display-order-15 {
        left: 455px;
        top: 375.27775px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-16,
      .give-answers .items-list.num-items-18 .item.display-order-16 {
        left: 600px;
        top: 375.27775px; }
      .memory-capture-view .items-list.num-items-18 .item.display-order-17,
      .give-answers .items-list.num-items-18 .item.display-order-17 {
        left: 745px;
        top: 375.27775px; }
    .memory-capture-view .items-list.num-items-3,
    .give-answers .items-list.num-items-3 {
      width: 165px;
      margin-left: -82.5px; }
      .memory-capture-view .items-list.num-items-3.missing-list,
      .give-answers .items-list.num-items-3.missing-list {
        margin-left: auto; }
      .memory-capture-view .items-list.num-items-3 .item.display-order-0,
      .give-answers .items-list.num-items-3 .item.display-order-0 {
        left: 20px;
        top: 10px; }
      .memory-capture-view .items-list.num-items-3 .item.display-order-1,
      .give-answers .items-list.num-items-3 .item.display-order-1 {
        left: 20px;
        top: 192.63887px; }
      .memory-capture-view .items-list.num-items-3 .item.display-order-2,
      .give-answers .items-list.num-items-3 .item.display-order-2 {
        left: 20px;
        top: 375.27775px; }
    .memory-capture-view .items-list.num-items-6,
    .give-answers .items-list.num-items-6 {
      width: 310px;
      margin-left: -155px; }
      .memory-capture-view .items-list.num-items-6.missing-list,
      .give-answers .items-list.num-items-6.missing-list {
        margin-left: auto; }
      .memory-capture-view .items-list.num-items-6 .item.display-order-0,
      .give-answers .items-list.num-items-6 .item.display-order-0 {
        left: 20px;
        top: 10px; }
      .memory-capture-view .items-list.num-items-6 .item.display-order-1,
      .give-answers .items-list.num-items-6 .item.display-order-1 {
        left: 20px;
        top: 192.63887px; }
      .memory-capture-view .items-list.num-items-6 .item.display-order-2,
      .give-answers .items-list.num-items-6 .item.display-order-2 {
        left: 20px;
        top: 375.27775px; }
      .memory-capture-view .items-list.num-items-6 .item.display-order-3,
      .give-answers .items-list.num-items-6 .item.display-order-3 {
        left: 165px;
        top: 10px; }
      .memory-capture-view .items-list.num-items-6 .item.display-order-4,
      .give-answers .items-list.num-items-6 .item.display-order-4 {
        left: 165px;
        top: 192.63887px; }
      .memory-capture-view .items-list.num-items-6 .item.display-order-5,
      .give-answers .items-list.num-items-6 .item.display-order-5 {
        left: 165px;
        top: 375.27775px; }
  .memory-capture-view .after-list,
  .give-answers .after-list {
    transition: transform 0.5s linear; }
    .memory-capture-view .after-list .item.right.judged .right,
    .give-answers .after-list .item.right.judged .right {
      opacity: 1; }
    .memory-capture-view .after-list .item.wrong.judged .guesser,
    .give-answers .after-list .item.wrong.judged .guesser {
      background: #c70a15; }
    .memory-capture-view .after-list .item.wrong.judged .wrong,
    .give-answers .after-list .item.wrong.judged .wrong {
      opacity: 1; }
    .memory-capture-view .after-list .item.guessed,
    .give-answers .after-list .item.guessed {
      z-index: 20; }
      .memory-capture-view .after-list .item.guessed .guesser,
      .give-answers .after-list .item.guessed .guesser {
        opacity: 1; }
    .memory-capture-view .after-list .item.judged,
    .give-answers .after-list .item.judged {
      z-index: 20; }
      .memory-capture-view .after-list .item.judged .image,
      .give-answers .after-list .item.judged .image {
        filter: grayscale(100%);
        transition: filter 0.5s linear 0.25s, transform 0.75s ease 0.85s; }
      .memory-capture-view .after-list .item.judged .correctness-icon,
      .give-answers .after-list .item.judged .correctness-icon {
        transition: opacity 0.5s linear, transform 0.75s ease 0.85s; }
      .memory-capture-view .after-list .item.judged .guesser,
      .give-answers .after-list .item.judged .guesser {
        top: -20px;
        opacity: 0;
        transition: all 0.5s linear; }
      .memory-capture-view .after-list .item.judged .color-marker,
      .give-answers .after-list .item.judged .color-marker {
        opacity: 1; }
    .memory-capture-view .after-list .item .color-marker,
    .give-answers .after-list .item .color-marker {
      opacity: 0; }
    .memory-capture-view .after-list .item .correctness-icon,
    .give-answers .after-list .item .correctness-icon {
      background: green;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      left: 50%;
      margin-left: -30px;
      margin-top: 0px;
      top: 55%;
      position: absolute;
      color: #fff;
      opacity: 0;
      line-height: 60px;
      text-align: center;
      font-size: 26px; }
      .memory-capture-view .after-list .item .correctness-icon.right,
      .give-answers .after-list .item .correctness-icon.right {
        background: #1fb747; }
      .memory-capture-view .after-list .item .correctness-icon.wrong,
      .give-answers .after-list .item .correctness-icon.wrong {
        background: #c70a15; }
      .memory-capture-view .after-list .item .correctness-icon .glyphicon, .memory-capture-view .after-list .item .correctness-icon .edit-icon,
      .give-answers .after-list .item .correctness-icon .glyphicon,
      .give-answers .after-list .item .correctness-icon .edit-icon {
        line-height: inherit;
        top: auto; }
    .memory-capture-view .after-list .item .guesser,
    .give-answers .after-list .item .guesser {
      width: 100%;
      height: 36px;
      line-height: 36px;
      text-align: center;
      color: #fff;
      font-size: 18px;
      position: absolute;
      top: 63%;
      left: 0px;
      margin-top: 0px;
      opacity: 0;
      transition: opacity 0.5s linear;
      background: #0c6ef7;
      border-radius: 2px;
      box-shadow: 2px 5px 10px #000;
      letter-spacing: 1px;
      z-index: 18; }
  .memory-capture-view .missing-list,
  .give-answers .missing-list {
    opacity: 0;
    position: absolute;
    right: 10px;
    margin-left: auto;
    transition: opacity 0.5s linear; }
  .memory-capture-view.show-before-list .before-list .item,
  .give-answers.show-before-list .before-list .item {
    animation-duration: 1s;
    animation-delay: 0s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: fade-in-out; }
    .memory-capture-view.show-before-list .before-list .item.display-order-0,
    .give-answers.show-before-list .before-list .item.display-order-0 {
      animation-delay: 0s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-1,
    .give-answers.show-before-list .before-list .item.display-order-1 {
      animation-delay: 0.75s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-2,
    .give-answers.show-before-list .before-list .item.display-order-2 {
      animation-delay: 1.5s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-3,
    .give-answers.show-before-list .before-list .item.display-order-3 {
      animation-delay: 2.25s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-4,
    .give-answers.show-before-list .before-list .item.display-order-4 {
      animation-delay: 3s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-5,
    .give-answers.show-before-list .before-list .item.display-order-5 {
      animation-delay: 3.75s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-6,
    .give-answers.show-before-list .before-list .item.display-order-6 {
      animation-delay: 4.5s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-7,
    .give-answers.show-before-list .before-list .item.display-order-7 {
      animation-delay: 5.25s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-8,
    .give-answers.show-before-list .before-list .item.display-order-8 {
      animation-delay: 6s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-9,
    .give-answers.show-before-list .before-list .item.display-order-9 {
      animation-delay: 6.75s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-10,
    .give-answers.show-before-list .before-list .item.display-order-10 {
      animation-delay: 7.5s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-11,
    .give-answers.show-before-list .before-list .item.display-order-11 {
      animation-delay: 8.25s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-12,
    .give-answers.show-before-list .before-list .item.display-order-12 {
      animation-delay: 9s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-13,
    .give-answers.show-before-list .before-list .item.display-order-13 {
      animation-delay: 9.75s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-14,
    .give-answers.show-before-list .before-list .item.display-order-14 {
      animation-delay: 10.5s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-15,
    .give-answers.show-before-list .before-list .item.display-order-15 {
      animation-delay: 11.25s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-16,
    .give-answers.show-before-list .before-list .item.display-order-16 {
      animation-delay: 12s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-17,
    .give-answers.show-before-list .before-list .item.display-order-17 {
      animation-delay: 12.75s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-18,
    .give-answers.show-before-list .before-list .item.display-order-18 {
      animation-delay: 13.5s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-19,
    .give-answers.show-before-list .before-list .item.display-order-19 {
      animation-delay: 14.25s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-20,
    .give-answers.show-before-list .before-list .item.display-order-20 {
      animation-delay: 15s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-21,
    .give-answers.show-before-list .before-list .item.display-order-21 {
      animation-delay: 15.75s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-22,
    .give-answers.show-before-list .before-list .item.display-order-22 {
      animation-delay: 16.5s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-23,
    .give-answers.show-before-list .before-list .item.display-order-23 {
      animation-delay: 17.25s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-24,
    .give-answers.show-before-list .before-list .item.display-order-24 {
      animation-delay: 18s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-25,
    .give-answers.show-before-list .before-list .item.display-order-25 {
      animation-delay: 18.75s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-26,
    .give-answers.show-before-list .before-list .item.display-order-26 {
      animation-delay: 19.5s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-27,
    .give-answers.show-before-list .before-list .item.display-order-27 {
      animation-delay: 20.25s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-28,
    .give-answers.show-before-list .before-list .item.display-order-28 {
      animation-delay: 21s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-29,
    .give-answers.show-before-list .before-list .item.display-order-29 {
      animation-delay: 21.75s; }
    .memory-capture-view.show-before-list .before-list .item.display-order-30,
    .give-answers.show-before-list .before-list .item.display-order-30 {
      animation-delay: 22.5s; }
  .memory-capture-view.show-missing-list .missing-list,
  .give-answers.show-missing-list .missing-list {
    opacity: 1;
    transition-delay: 1s; }

.memory-capture-view.show-after-list .after-list .item,
.give-answers .item {
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: fade-in; }
  .memory-capture-view.show-after-list .after-list .item.display-order-0,
  .give-answers .item.display-order-0 {
    animation-delay: 0s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-1,
  .give-answers .item.display-order-1 {
    animation-delay: 0.1s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-2,
  .give-answers .item.display-order-2 {
    animation-delay: 0.2s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-3,
  .give-answers .item.display-order-3 {
    animation-delay: 0.3s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-4,
  .give-answers .item.display-order-4 {
    animation-delay: 0.4s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-5,
  .give-answers .item.display-order-5 {
    animation-delay: 0.5s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-6,
  .give-answers .item.display-order-6 {
    animation-delay: 0.6s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-7,
  .give-answers .item.display-order-7 {
    animation-delay: 0.7s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-8,
  .give-answers .item.display-order-8 {
    animation-delay: 0.8s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-9,
  .give-answers .item.display-order-9 {
    animation-delay: 0.9s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-10,
  .give-answers .item.display-order-10 {
    animation-delay: 1s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-11,
  .give-answers .item.display-order-11 {
    animation-delay: 1.1s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-12,
  .give-answers .item.display-order-12 {
    animation-delay: 1.2s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-13,
  .give-answers .item.display-order-13 {
    animation-delay: 1.3s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-14,
  .give-answers .item.display-order-14 {
    animation-delay: 1.4s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-15,
  .give-answers .item.display-order-15 {
    animation-delay: 1.5s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-16,
  .give-answers .item.display-order-16 {
    animation-delay: 1.6s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-17,
  .give-answers .item.display-order-17 {
    animation-delay: 1.7s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-18,
  .give-answers .item.display-order-18 {
    animation-delay: 1.8s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-19,
  .give-answers .item.display-order-19 {
    animation-delay: 1.9s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-20,
  .give-answers .item.display-order-20 {
    animation-delay: 2s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-21,
  .give-answers .item.display-order-21 {
    animation-delay: 2.1s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-22,
  .give-answers .item.display-order-22 {
    animation-delay: 2.2s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-23,
  .give-answers .item.display-order-23 {
    animation-delay: 2.3s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-24,
  .give-answers .item.display-order-24 {
    animation-delay: 2.4s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-25,
  .give-answers .item.display-order-25 {
    animation-delay: 2.5s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-26,
  .give-answers .item.display-order-26 {
    animation-delay: 2.6s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-27,
  .give-answers .item.display-order-27 {
    animation-delay: 2.7s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-28,
  .give-answers .item.display-order-28 {
    animation-delay: 2.8s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-29,
  .give-answers .item.display-order-29 {
    animation-delay: 2.9s; }
  .memory-capture-view.show-after-list .after-list .item.display-order-30,
  .give-answers .item.display-order-30 {
    animation-delay: 3s; }

.memory-capture-view.show-missing-list .missing-list .item {
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: fade-in; }
  .memory-capture-view.show-missing-list .missing-list .item.display-order-0 {
    animation-delay: 1s; }
  .memory-capture-view.show-missing-list .missing-list .item.display-order-1 {
    animation-delay: 1.5s; }
  .memory-capture-view.show-missing-list .missing-list .item.display-order-2 {
    animation-delay: 2s; }
  .memory-capture-view.show-missing-list .missing-list .item.display-order-3 {
    animation-delay: 2.5s; }
  .memory-capture-view.show-missing-list .missing-list .item.display-order-4 {
    animation-delay: 3s; }
  .memory-capture-view.show-missing-list .missing-list .item.display-order-5 {
    animation-delay: 3.5s; }
  .memory-capture-view.show-missing-list .missing-list .item.display-order-6 {
    animation-delay: 4s; }
  .memory-capture-view.show-missing-list .missing-list .item.display-order-7 {
    animation-delay: 4.5s; }
  .memory-capture-view.show-missing-list .missing-list .item.display-order-8 {
    animation-delay: 5s; }
  .memory-capture-view.show-missing-list .missing-list .item.display-order-9 {
    animation-delay: 5.5s; }
  .memory-capture-view.show-missing-list .missing-list .item.display-order-10 {
    animation-delay: 6s; }
  .memory-capture-view.show-missing-list .missing-list .item.display-order-11 {
    animation-delay: 6.5s; }
  .memory-capture-view.show-missing-list .missing-list .item.display-order-12 {
    animation-delay: 7s; }

@keyframes fade-in-out {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  60% {
    opacity: 1; }
  80% {
    opacity: 0; } }

.memory-playing-panel {
  position: relative;
  background: #000; }

.memory-player-alert {
  font-size: 22px;
  margin: 0 2em; }

.give-answers {
  z-index: 20;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px; }
  .give-answers.is-guessing {
    opacity: 1; }
  .give-answers .items-list {
    z-index: 1; }
    .give-answers .items-list .item {
      background-position: -9000px !important;
      text-align: center;
      padding-top: 85px;
      border: none;
      animation-delay: 0s !important;
      animation-duration: 0s !important;
      opacity: 0.9;
      z-index: 1; }
      .give-answers .items-list .item .player-controls {
        padding-top: 20px; }
      .give-answers .items-list .item:hover button {
        opacity: 1; }
      .give-answers .items-list .item.guessed button {
        display: none; }

.items-list.playing-list {
  z-index: 10;
  text-align: center; }
  .items-list.playing-list button {
    display: inline;
    position: relative;
    z-index: 30; }

.missing-list .correctness-icon,
.missing-list .guesser,
.before-list .correctness-icon,
.before-list .guesser {
  display: none; }

.capture-area {
  width: 1920px;
  height: 1080px;
  position: relative;
  top: 0px;
  left: 0px;
  background: url("/images/capture/bg.png") center center no-repeat;
  font-family: 'metronic_pro', 'Times New Roman';
  text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.64);
  color: #fff;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s linear; }
  .capture-area.loaded {
    opacity: 1; }
  .capture-area.showBuzzes-on .buzzes {
    transform: translateX(0); }
  .capture-area.showBuzzes-off .buzzes {
    transform: translateX(-600px); }
  .capture-area .game-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all linear 0.5s;
    transition-delay: 0.5s; }
  .capture-area .player-plate {
    width: 100%;
    height: 100%;
    position: absolute; }
    .capture-area .player-plate .name {
      position: absolute; }

#medias-buzzer1,
#medias-buzzer2,
#medias-buzzer3,
#medias-heart1,
#medias-heart2,
#medias-heart3,
#medias-scorehighlight1,
#medias-scorehighlight2,
#medias-scorehighlight3 {
  /*top: 12px*/ }

#medias-buzzer3 {
  left: 3px; }

#medias-buzzer2 {
  left: 5px; }

#medias-scorehighlight2 {
  left: 5px; }

#medias-heart3,
#medias-scorehighlight3 {
  left: 7px; }

#medias-wrong1,
#medias-wrong2,
#medias-wrong3,
#medias-wrong4 {
  width: 560px;
  height: 469px;
  position: absolute;
  z-index: 1;
  left: auto;
  top: auto;
  bottom: 15px; }

#medias-wrong1 {
  right: 841px; }

#medias-wrong2 {
  right: 389px; }

#medias-wrong3 {
  right: -67px; }

.capture-area .medias-video {
  position: absolute; }

ul.players-list li.player,
.nameplate {
  font-size: 28px;
  font-family: 'metronic_probold'; }

ul {
  list-style: none; }

.logo {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }
  .logo.streamershowdown {
    background-image: url(/images/capture/logo.png);
    width: 466px;
    height: 218px; }
  .logo.episode {
    height: 507px;
    background-position: top center;
    width: 350px; }
  .logo.patreon, .logo.youtube {
    width: 444px;
    height: 57px; }
  .logo.patreon {
    background-image: url(/images/capture/patreon-streamershowdown.png); }
  .logo.youtube {
    background-image: url(/images/capture/youtube-streamershowdown.png); }

#countdown-capture [id^="medias-buzzer"] {
  display: none !important; }

#countdown-capture .logo.episode {
  left: 50%;
  z-index: 22;
  margin-left: -427px;
  width: 854px;
  top: 330px;
  z-index: 22; }

#countdown-capture .logo.streamershowdown {
  display: none; }

#countdown-capture .matcherino-notifier-container .matcherino-donation-notif {
  float: left; }

#countdown-capture .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: url("/images/capture/countdown/overlay.png") top center no-repeat;
  z-index: 10; }

#countdown-capture .player-image,
#countdown-capture .player-name {
  position: absolute;
  width: 434px; }
  #countdown-capture .player-image.order-0,
  #countdown-capture .player-name.order-0 {
    left: 143px; }
  #countdown-capture .player-image.order-1,
  #countdown-capture .player-name.order-1 {
    left: 50%;
    margin-left: -217px; }
  #countdown-capture .player-image.order-2,
  #countdown-capture .player-name.order-2 {
    right: 143px; }

#countdown-capture .player-image {
  height: 300px;
  z-index: 5;
  background-size: cover;
  background-position: bottom center; }
  #countdown-capture .player-image.order-0, #countdown-capture .player-image.order-2 {
    bottom: 155px; }
  #countdown-capture .player-image.order-1 {
    bottom: 50px; }

#countdown-capture .player-name {
  text-align: center;
  font-size: 34px;
  font-family: 'metronic_probold', 'Open Sans';
  height: 47px;
  line-height: 47px;
  z-index: 15; }
  #countdown-capture .player-name.order-0, #countdown-capture .player-name.order-2 {
    bottom: 131px; }
  #countdown-capture .player-name.order-1 {
    bottom: 32px; }

#countdown-capture .countdown-title {
  position: absolute;
  width: 445px;
  top: 45px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 36px;
  right: 0px;
  font-family: 'metronic_probold', 'Open Sans'; }
  #countdown-capture .countdown-title .gradient-text:after {
    top: -12px; }

#countdown-capture .countdown {
  width: 280px;
  height: 147px;
  position: absolute;
  top: 119px;
  right: 75px;
  font-size: 36px;
  font-family: 'pirulenregular';
  background: url("/images/capture/countdown/countdown-bg.png") top center no-repeat; }
  #countdown-capture .countdown .mm,
  #countdown-capture .countdown .ss {
    top: 27px; }
  #countdown-capture .countdown .separator {
    width: 20px;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    text-align: center;
    top: 23px; }
  #countdown-capture .countdown .mm {
    width: 50%;
    text-align: right;
    position: absolute;
    left: -10px; }
  #countdown-capture .countdown .ss {
    width: 50%;
    text-align: left;
    position: absolute;
    right: -10px; }

#discussion-capture [id^="medias-buzzer"] {
  display: none !important; }

#discussion-capture.no-sponsor .logo.episode {
  top: 110px;
  right: 35px;
  left: auto; }

#discussion-capture.no-sponsor .logo.streamershowdown {
  left: 85px;
  right: auto; }

#discussion-capture .logo.episode {
  left: -50px;
  top: -57px;
  right: 42px;
  width: 554px; }

#discussion-capture .logo.streamershowdown {
  top: 140px;
  right: 92px; }

#discussion-capture .matcherino-notifier-container .matcherino-donation-notif {
  float: left; }

#discussion-capture .discussion-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("/images/capture/discussion/overlay.png") top center no-repeat;
  z-index: 5; }

#discussion-capture .host-webcam-cover {
  width: 611px;
  height: 465px;
  position: absolute;
  z-index: 0;
  left: -122px;
  top: -445px;
  background-size: cover; }

#discussion-capture .host-overlay {
  top: 486px;
  padding-left: 50px; }
  #discussion-capture .host-overlay .nameplate {
    text-align: left;
    padding-left: 27px; }

#discussion-capture .webcam-cover,
#discussion-capture li.player {
  width: 560px;
  height: 386px;
  position: absolute;
  top: -408px;
  left: -100px;
  text-align: center; }
  #discussion-capture .webcam-cover .player-plate,
  #discussion-capture li.player .player-plate {
    top: 0px;
    z-index: 10; }
    #discussion-capture .webcam-cover .player-plate .score,
    #discussion-capture li.player .player-plate .score {
      font-size: 22px; }
  #discussion-capture .webcam-cover.order-0, #discussion-capture .webcam-cover.order-2,
  #discussion-capture li.player.order-0,
  #discussion-capture li.player.order-2 {
    top: 912px; }
  #discussion-capture .webcam-cover.order-1,
  #discussion-capture li.player.order-1 {
    top: 997px; }
  #discussion-capture .webcam-cover.order-0,
  #discussion-capture li.player.order-0 {
    left: 140px; }
  #discussion-capture .webcam-cover.order-2,
  #discussion-capture li.player.order-2 {
    right: -70px;
    left: auto; }

#discussion-capture .webcam-cover,
#discussion-capture .host-webcam-cover {
  -webkit-transition: all 0.5s ease;
  opacity: 1; }
  #discussion-capture .webcam-cover.ng-hide,
  #discussion-capture .host-webcam-cover.ng-hide {
    opacity: 0;
    display: block !important; }
  #discussion-capture .webcam-cover img,
  #discussion-capture .host-webcam-cover img {
    min-width: 100%;
    min-height: 100%; }

#discussion-capture .webcam-cover {
  z-index: 1;
  left: -40px;
  overflow: hidden;
  background-size: 560px 386px; }

#discussion-capture li.player:first-child .webcam-cover {
  left: -40px;
  top: -478px; }

#discussion-capture li.player:last-child .webcam-cover {
  left: -58px;
  top: -478px; }

#discussion-capture .nameplate {
  position: relative;
  z-index: 6;
  font-size: 34px; }

#discussion-capture .webcam-nameplate,
#discussion-capture ul.players-list li.player .player-plate {
  width: 370px;
  height: 56px;
  line-height: 56px;
  position: absolute;
  padding-left: 20px;
  padding-right: 30px;
  text-align: center;
  font-size: 34px; }

#discussion-capture .host-overlay,
#discussion-capture li.player.order-1 {
  left: 50%;
  margin-left: -185px; }

#discussion-capture li.player .player-plate .score {
  position: relative;
  right: 18px; }

#discussion-capture ul.players-list.are-all-scores-zero li.player .player-plate .name {
  right: 0px;
  left: 0px; }

#discussion-capture ul.players-list.are-all-scores-zero li.player .player-plate .score {
  display: none !important; }

#main-capture .logo.streamershowdown {
  display: none; }

#main-capture .matcherino-status-container {
  bottom: 32px;
  left: 65px; }

#main-capture .logo.socials-bar {
  width: 401px;
  height: 70px;
  bottom: 35px;
  left: 102px;
  border: 1px solid #0c6ef7;
  border-radius: 5px;
  background: center center no-repeat;
  background-image: url(https://i.imgur.com/chKBXoD.png);
  background-size: 92% auto;
  background-color: #011025;
  display: none; }

#main-capture .logo.patreon,
#main-capture .logo.youtube {
  bottom: 55px;
  width: 218px;
  background-color: transparent; }

#main-capture .logo.patreon {
  left: 70px; }

#main-capture .logo.youtube {
  left: 310px; }

#main-capture.no-sponsor .logo.episode {
  top: 804px;
  background-size: 90% auto;
  left: 116px; }

#main-capture ul.players-list {
  width: 1334px;
  height: 390px;
  position: absolute;
  right: 10px;
  bottom: 0px; }
  #main-capture ul.players-list li.player {
    width: 425px;
    height: 390px;
    position: absolute;
    left: 0px;
    float: none;
    margin: 0px;
    padding: 0px;
    top: 0px;
    border: none; }
    #main-capture ul.players-list li.player.player-99d40d9b-38a3-4378-a5e9-fe15ff1ae1e8 .name {
      font-size: 29px; }
    #main-capture ul.players-list li.player.active-player .buzzer-overlay {
      opacity: 1; }
    #main-capture ul.players-list li.player:nth-of-type(2) {
      left: 453px; }
    #main-capture ul.players-list li.player:nth-of-type(3) {
      left: 906px; }
    #main-capture ul.players-list li.player .overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 2;
      left: 0px;
      top: 0px;
      background: url("/images/capture/player-overlay-sprite.png") top center no-repeat; }
    #main-capture ul.players-list li.player .webcam-cover {
      width: 375px;
      height: 289px;
      position: absolute;
      z-index: 1;
      left: 35px;
      top: 10px;
      opacity: 1;
      -webkit-transition: all 0.5s ease;
      background: #333;
      overflow: hidden;
      display: block;
      background-size: cover;
      background-position: center center; }
      #main-capture ul.players-list li.player .webcam-cover.ng-hide {
        opacity: 0;
        display: block !important; }
      #main-capture ul.players-list li.player .webcam-cover img {
        width: 100%; }
    #main-capture ul.players-list li.player .name {
      @incude .nameplate {}      position: absolute;
      height: 61px;
      line-height: 61px;
      bottom: 26px;
      left: 32px;
      width: 100%;
      padding: 0 0 0 20px;
      z-index: 3;
      -webkit-transition: all 0.25s ease;
      width: 256px;
      font-size: 28px; }
    #main-capture ul.players-list li.player .buzzer-overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px;
      z-index: 1;
      opacity: 0;
      transition: all 0.5s ease;
      background: url("/images/capture/player-overlay-sprite.png") center -400px no-repeat; }
    #main-capture ul.players-list li.player .player-buzzer-video video {
      width: 1920px;
      height: 1080px;
      position: absolute;
      top: -679px;
      left: -576px;
      z-index: 10; }
    #main-capture ul.players-list li.player .score {
      z-index: 3;
      height: 61px;
      line-height: 61px;
      font-size: 30px;
      bottom: 26px;
      right: 17px;
      position: absolute;
      float: none;
      color: #fff;
      -webkit-transition: all 0.25s ease;
      text-align: center;
      width: 126px;
      font-family: 'metronic_probold'; }
      #main-capture ul.players-list li.player .score.negative {
        color: #ff0000; }

#main-capture .host-overlay {
  width: 756px;
  height: 633px;
  position: absolute;
  left: 0px;
  top: 0px; }
  #main-capture .host-overlay .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url("/images/capture/host-overlay.png") top left no-repeat;
    z-index: 2; }
  #main-capture .host-overlay .host-webcam-cover {
    width: 508px;
    height: 389px;
    position: absolute;
    top: 200px;
    left: 50px;
    -webkit-transition: all 0.5s ease;
    z-index: 1;
    opacity: 1;
    background-size: cover;
    background-position: center center; }
    #main-capture .host-overlay .host-webcam-cover.ng-hide {
      opacity: 0;
      display: block !important; }
    #main-capture .host-overlay .host-webcam-cover img {
      min-width: 100%;
      min-height: 100%; }
  #main-capture .host-overlay .host-name {
    width: 377px;
    height: 51px;
    line-height: 51px;
    position: absolute;
    top: 568px;
    left: 118px;
    color: #fff;
    font-family: 'metronic_probold', 'Open Sans';
    font-size: 33px;
    z-index: 3;
    text-align: center; }

#main-capture.showBuzzes-on .buzzes {
  transform: translateX(0);
  -webkit-transition-delay: 0s; }

#main-capture.showBuzzes-on .logo.episode {
  transform: translateX(116px);
  -webkit-transition-delay: 0s; }

#main-capture.showBuzzes-off .buzzes {
  transform: translateX(-600px); }

#main-capture.showBuzzes-off .logo.episode {
  opacity: 1;
  -webkit-transition-delay: 0s; }

#main-capture .logo.episode {
  -webkit-transition: transform 0.5s linear; }

#main-capture .buzzes {
  background: #011025;
  border: 1px solid #0c6ef7;
  border-radius: 5px;
  position: absolute;
  padding: 10px 10px 0 10px;
  z-index: 20;
  transition: all 0.5s ease;
  opacity: 1;
  width: 198px;
  height: 150px;
  left: 38px;
  bottom: 280px; }

#main-capture.no-sponsor .episode {
  left: 20px; }

#main-capture.no-sponsor.showBuzzes-on .buzzes {
  width: 400px;
  left: 103px;
  transform: translateX(0px); }

#main-capture.no-sponsor.showBuzzes-on .episode {
  transform: translateX(0px); }

#game-area {
  width: 1297px;
  height: 681px;
  position: absolute;
  top: 15px;
  right: 16px;
  background: url("/images/capture/game-bg.png") center center no-repeat;
  transition: all 0.25s ease; }

#main-capture .player-fire-video {
  display: block; }

.player-fire-video {
  z-index: 99;
  width: 1920px;
  height: 1080px;
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear 0.5s; }
  .player-fire-video.playing {
    opacity: 1;
    -webkit-transition-delay: 0.5s; }

#signoff-capture {
  background: url("/images/capture/signoff/bg-twitter-patreon-youtube.png") center center no-repeat; }
  #signoff-capture .matcherino-status-container {
    bottom: 30px;
    left: 50%;
    margin-left: -240px; }
  #signoff-capture .logo.episode,
  #signoff-capture .logo.streamershowdown,
  #signoff-capture .logo.patreon,
  #signoff-capture .logo.youtube {
    display: none; }
  #signoff-capture .signoff-message {
    position: absolute;
    top: 670px;
    width: 100%;
    font-size: 80px;
    font-family: 'metronic_probold', 'Open Sans';
    text-align: center; }

.capture-area .buzzes ul li {
  height: 34px;
  line-height: 34px;
  color: #000; }
  .capture-area .buzzes ul li:before {
    height: 34px;
    line-height: 34px; }

#winner-capture .left-emote {
  width: 250px;
  position: absolute;
  left: 100px;
  top: 100px; }

#winner-capture .right-emote {
  width: 250px;
  position: absolute;
  right: 100px;
  top: 100px; }

@font-face {
  font-family: 'franklingothic-bookit';
  src: url(896302444b279a723b048a3b22d98592.woff2) format("woff2"), url(4625d9d34a03220721729499fea250f5.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'franklingothic-book';
  src: url(19138bf786535f9a61473c9a2c64c03a.woff2) format("woff2"), url(2b25b76b2470dc79861e84495db97af0.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'franklingothic-demiit';
  src: url(09123d34b74ee5eff2f77c299d2425de.woff2) format("woff2"), url(1f8654518b1f142fcf4338f959007fd1.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'franklingothic-demi';
  src: url(debd9572bf21b925efa476364b8bfe96.woff2) format("woff2"), url(4586e3bb098f01b52aeffa6f70274d6d.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'franklingothic-std-condensed';
  src: url(b18fe2c6d7a1257ca23359bae7b601f6.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'franklingothic-medium-regular';
  src: url(a8d23046bc8d38ee78b38e95ec47f9e5.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Burbank';
  src: url(d92c40c918db0090d82cdc9e454a1939.woff2) format("woff2"), url(5ba7422d7cc10d50ffa87e51070cae03.woff) format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'eras-demi-itc';
  src: url(5917b9f63abaef632ba5c0dc52b822d5.woff) format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Clarendon';
  src: url(87b3d951366a83a0b9642cc1f6ce4d09.woff) format("woff");
  font-weight: 900;
  /* font-style: bold; */ }

@font-face {
  font-family: 'FrizQuadrataRegular';
  src: url(040b75bd6cb79f9fb2bfdb76844be8b3.ttf) format("tff");
  font-weight: 900; }

@font-face {
  font-family: 'Bauhaus93';
  src: url(ba85c44c8386c4afe97a6a88b3a37442.ttf) format("tff");
  font-weight: 900; }

@font-face {
  font-family: 'tungsten';
  src: url(561f38b1f4570de0fb8a39d691ab058c.ttf) format("tff"), url(0cafbb0ac697023fee35cb01e5183f52.woff) format("woff"), url(28cd079c122007d9deb0ee37cbab60e6.woff2) format("woff2"), url(88b01b3fe733a6d43907930569a23afd.eot) format("eot"); }

@font-face {
  font-family: 'Teko';
  src: url(d57e3f5606067290b306391d709cfd3e.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Teko';
  src: url(02a43703956bb6d8960c16bf3b676606.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Teko';
  src: url(567262433f1b4e5dc563e865c9fa1db2.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Teko';
  src: url(8f87709aa788b839c587e8a6566f960d.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Teko';
  src: url(59b257cb85d938fdf9f38d15ebe62548.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Burbank';
  src: url(d92c40c918db0090d82cdc9e454a1939.woff2) format("woff2"), url(5ba7422d7cc10d50ffa87e51070cae03.woff) format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'metronic_probold';
  src: url(fe127d9092de566cc8f3e263f228593d.woff2) format("woff2"), url(c99d0671bb544c778a1b39ad9df94115.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'metronic_pro';
  src: url(1da1e7e62e74a9e6ca845360d97bf55d.woff2) format("woff2"), url(c219b3d49180c779eacf2d8a73911c2e.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on May 23, 2016 */
@font-face {
  font-family: 'pirulenregular';
  src: url(dbf60d8c10a114bcc72a4d9ba34e14ea.woff2) format("woff2"), url(338f3112f5628c95e5b853abe93e8c3e.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'orbitron-black';
  src: url(c8f70b30c26ae760087703dc7335e35b.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'orbitron-bold';
  src: url(816f497aaba1b1a34653c2033e895e3d.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'orbitron-light';
  src: url(f0bbb9e74fb0ce338c1885e506f804d3.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'orbitron-medium';
  src: url(424dd1202b376c8ec34a9888907c0bdf.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'RobotoBlack';
  src: url(5ebb24ee1112dd9562629375c387879a.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'RobotoBlackItalic';
  src: url(99682a78fa4fe61e1177b94757336bbf.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'RobotoBold';
  src: url(e07df86cef2e721115583d61d1fb68a6.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'RobotoBoldItalic';
  src: url(5b44818d2b9eda3e23cd5edd7b49b7d5.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'RobotoLight';
  src: url(88823c2015ffd5fa89d567e17297a137.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'RobotoLightItalic';
  src: url(a3ce4440f2abf76f4a1b14b83920138c.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'RobotoMedium';
  src: url(58aef543c97bbaf6a9896e8484456d98.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'RobotoMediumItalic';
  src: url(cf23e1bb619029496260760b72aebd30.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'RobotoRegular';
  src: url(11eabca2251325cfc5589c9c6fb57b46.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'RobotoThin';
  src: url(321de678e592d0b8f44f1a82d7ca4b62.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'RobotoThinItalic';
  src: url(35a9c89aff1396595ad345e378a32aca.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'rift';
  src: url(f37ad06e269b68edd89dc2a67be1f57c.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'rift';
  src: url(c353c4fb836f184184b622baf00b15ff.otf) format("opentype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'rift';
  src: url(869215c978ba34a35ca19024fd13a1c1.otf) format("opentype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'rift';
  src: url(f99d0d66a7f37c235449e13b1122b709.otf) format("opentype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'rift';
  src: url(76f2870c42a1cd22cefe907219a1dde0.otf) format("opentype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'rift';
  src: url(c986c2440feb11d749fe544a5e6030e3.otf) format("opentype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'nexa';
  src: url(741bec04d9df4e09a4520cd65a95dbaa.ttf) format("ttf");
  font-weight: 900;
  /* Black */
  font-style: normal; }

@font-face {
  font-family: 'nexa';
  src: url(3c8cc8cd794b4df00e6c82b3ef587d83.ttf) format("ttf");
  font-weight: 200;
  /* ExtraLight */
  font-style: normal; }

@font-face {
  font-family: 'nexa';
  src: url(12f1692abf877abd302054888c6a2893.ttf) format("ttf");
  font-weight: 800;
  /* Heavy */
  font-style: normal; }

@font-face {
  font-family: 'BadaBoom BB';
  src: url(0431c28f3a7f587878b5fbe6e9945ab8.ttf) format("tff"); }

@font-face {
  font-family: 'MadeTommy';
  src: url(e6914f49919955163f88bcd37ac5bf64.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }

h1.panel-title, h2.panel-title, h3.panel-title, h4.panel-title {
  font-weight: bold; }

body {
  background: #5d9ffa;
  background: linear-gradient(121deg, #5d9ffa 0%, #0c6ef7 21%, #f69d0d 100%) fixed no-repeat;
  height: 100dvh;
  font-family: 'Open Sans', arial; }

h1, h2, h3, h4 {
  color: #fff;
  font-family: 'metronic_probold', 'Open Sans';
  font-weight: bold; }
  h1 small, h2 small, h3 small, h4 small {
    color: #ccc; }

h3 {
  font-size: 26px; }

.panel h1, .panel h2, .panel h3, .panel h4 {
  text-shadow: none;
  color: #333; }

.panel-body.panel-table {
  padding-left: 0px;
  padding-right: 0px; }
  .panel-body.panel-table .padded {
    padding: 5px 15px; }
  .panel-body.panel-table table:last-of-type {
    margin-bottom: 0px; }

.btn .glyphicon, .btn .edit-icon {
  margin-right: 5px; }

.medias-video {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: -1080px;
  z-index: 100;
  visibility: hidden; }
  .medias-video.playing {
    display: block;
    visibility: visible;
    top: 0px; }

li.player .player-plate .powerup {
  display: none;
  padding: 0px;
  margin-top: 5px;
  margin-right: 5px;
  float: left;
  background: none; }
  li.player .player-plate .powerup img {
    width: 15px; }

li.player .player-plate .powerup-selected {
  background-color: rgba(236, 231, 242, 0.5);
  margin-top: 2px; }
  li.player .player-plate .powerup-selected img {
    width: 25px; }

li.player .player-plate .name {
  float: left; }

li.player .player-plate .score {
  float: right; }

.navbar-brand {
  background: url("/images/capture/logo.png") center 2px no-repeat;
  text-indent: -1337px;
  background-size: auto 105%;
  width: 120px; }

.show-tabs {
  margin-bottom: 5px; }
  .show-tabs a {
    background: #fff; }

#header {
  width: 100%;
  padding: 10px; }

.capture-hide {
  display: none; }

.not-capturing .capture-hide {
  display: block; }

.shows-index {
  padding: 5px 0 0 0; }

.panel-show a.episode-logo {
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  display: block; }

.panel-show .players {
  margin: 0px;
  padding: 5px 0px;
  height: 30px;
  line-height: 30px; }
  .panel-show .players li {
    display: inline; }
    .panel-show .players li:before {
      content: ", "; }
    .panel-show .players li:first-child:before {
      content: ""; }

.table tr td.actions {
  white-space: nowrap;
  width: 1px; }
  .table tr td.actions .btn {
    margin: 0 2px; }
  .table tr td.actions .btn-group {
    white-space: nowrap; }
    .table tr td.actions .btn-group .btn {
      float: none;
      margin: 0 0 0 -1px; }

.hidden-but-visible {
  opacity: 0.5; }

.switch.switch-sm {
  height: 22px;
  width: 40px; }

.switch.switch-sm .slider:before {
  width: 14px;
  height: 14px; }

.switch.switch-sm input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px); }

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

/* Edit toggling */
.edit-icon {
  cursor: pointer; }

.edit-toggle-control {
  display: inline;
  height: 50%;
  width: 80%;
  padding: 3px 6px; }

.flex {
  display: flex;
  flex-direction: row;
  gap: 4px; }
  .flex .dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.01);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000; }

.dialog-box {
  background-color: white;
  padding: 20px;
  width: 300px;
  border-radius: 8px;
  text-align: center; }

body.theme-blizzcon-2018 #main-capture {
  background: url("/images/themes/blizzcon2018/capturebg.png") center center no-repeat; }
  body.theme-blizzcon-2018 #main-capture.categories .game-container {
    background: url("/images/themes/blizzcon2018/chalk-drawing.png") bottom center no-repeat; }
  body.theme-blizzcon-2018 #main-capture #medias-buzzer1,
  body.theme-blizzcon-2018 #main-capture #medias-buzzer2,
  body.theme-blizzcon-2018 #main-capture #medias-buzzer3,
  body.theme-blizzcon-2018 #main-capture #medias-scorehighlight1,
  body.theme-blizzcon-2018 #main-capture #medias-scorehighlight2,
  body.theme-blizzcon-2018 #main-capture #medias-scorehighlight3 {
    display: none; }
  body.theme-blizzcon-2018 #main-capture #medias-drawing_out_of_time {
    top: 107px;
    width: 1726px;
    left: 93px;
    height: 805px; }
  body.theme-blizzcon-2018 #main-capture .drawing-board {
    background: none; }
  body.theme-blizzcon-2018 #main-capture .drawing-capture-view .drawing-hint {
    height: 88px;
    line-height: 88px;
    top: auto;
    left: 0px;
    bottom: -105px;
    background: none;
    position: absolute;
    float: none;
    left: 50%;
    width: 551px;
    margin-left: -275px;
    position: absolute;
    padding-top: 0px;
    font-size: 48px;
    text-shadow: 1px 2px 3px #000, -1px 2px 3px #000;
    background: url(/images/themes/blizzcon2018/hint-bg.png) center center no-repeat;
    -webkit-transition: translateY(0px); }
  body.theme-blizzcon-2018 #main-capture .drawing-capture-view {
    width: 100%;
    height: 100%; }
  body.theme-blizzcon-2018 #main-capture .drawing-capture-view.show-answer .drawing-answer-image {
    background-position: center top; }
  body.theme-blizzcon-2018 #main-capture .drawing-capture-view.show-answer .drawing-answer {
    display: none; }
  body.theme-blizzcon-2018 #main-capture .drawing-capture-view drawing-board,
  body.theme-blizzcon-2018 #main-capture .drawing-capture-view canvas {
    width: 100%;
    margin-left: 0px;
    left: 0px;
    height: 100%;
    top: 0%;
    margin-top: 0px; }
  body.theme-blizzcon-2018 #main-capture .drawing-capture-view .drawing-board,
  body.theme-blizzcon-2018 #main-capture .drawing-capture-view canvas {
    top: 60px;
    left: 40px;
    width: 1450px;
    height: auto;
    border: none; }
  body.theme-blizzcon-2018 #main-capture .drawing-capture-view .drawing-answer-image {
    width: 260px;
    height: 410px;
    top: 470px;
    right: 37px;
    background-position: 400px top;
    background-size: contain;
    left: auto;
    margin: 0; }
  body.theme-blizzcon-2018 #main-capture #game-area .drawing-capture-view .title-box {
    height: 86px;
    line-height: 86px;
    background: none;
    top: 55px;
    right: 30px;
    left: auto;
    margin-left: 0px;
    width: 171px;
    padding: 0px;
    background: url(/images/themes/blizzcon2018/timer-bg.png);
    font-size: 32px; }
  body.theme-blizzcon-2018 #main-capture .lightning-round-progress {
    text-align: right;
    top: 140px;
    background: url(/images/themes/blizzcon2018/timer-bg.png);
    background-size: contain;
    position: absolute;
    height: 66px;
    line-height: 62px;
    text-align: center;
    right: 33px;
    width: 130px;
    background-repeat: no-repeat;
    font-size: 32px;
    background-position: right center;
    padding-left: 5px; }
  body.theme-blizzcon-2018 #main-capture ul.players-list {
    height: 80px;
    bottom: 20px;
    width: 1800px;
    left: 50%;
    margin-left: -900px; }
    body.theme-blizzcon-2018 #main-capture ul.players-list li.player {
      height: 80px;
      background: none;
      width: 431px; }
      body.theme-blizzcon-2018 #main-capture ul.players-list li.player.order-0 {
        left: 0px; }
        body.theme-blizzcon-2018 #main-capture ul.players-list li.player.order-0 .score {
          right: 3px; }
      body.theme-blizzcon-2018 #main-capture ul.players-list li.player.order-1 {
        right: -10px;
        left: auto; }
        body.theme-blizzcon-2018 #main-capture ul.players-list li.player.order-1 .name {
          padding: 0 20px 0 0;
          left: auto;
          right: 0px;
          text-align: right; }
        body.theme-blizzcon-2018 #main-capture ul.players-list li.player.order-1 .score {
          left: 7px; }
      body.theme-blizzcon-2018 #main-capture ul.players-list li.player .score {
        top: 8px;
        font-size: 36px;
        width: 108px; }
      body.theme-blizzcon-2018 #main-capture ul.players-list li.player .overlay {
        display: none; }
      body.theme-blizzcon-2018 #main-capture ul.players-list li.player .name {
        left: 0px;
        top: 0px;
        height: 81px;
        line-height: 74px;
        padding-left: 30px; }
  body.theme-blizzcon-2018 #main-capture .matcherino,
  body.theme-blizzcon-2018 #main-capture .matcherino-notifier-container,
  body.theme-blizzcon-2018 #main-capture .matcherino-status-container,
  body.theme-blizzcon-2018 #main-capture .host-overlay,
  body.theme-blizzcon-2018 #main-capture drawing-points,
  body.theme-blizzcon-2018 #main-capture .buzzes {
    display: none; }

body.theme-blizzcon-2018 #game-area {
  width: 1800px;
  left: 50%;
  margin-left: -900px;
  height: 900px;
  background: none;
  right: auto;
  top: 50px; }
  body.theme-blizzcon-2018 #game-area .categories-capture .title-box {
    background: url(/images/themes/blizzcon2018/category-bg.png) center center no-repeat;
    width: 700px;
    left: 50%;
    margin-left: -350px;
    font-size: 48px;
    top: 60px; }
  body.theme-blizzcon-2018 #game-area .categories-capture .categories-container {
    top: 180px;
    width: 1100px;
    margin-left: -570px; }
    body.theme-blizzcon-2018 #game-area .categories-capture .categories-container .category {
      width: 500px;
      height: 180px;
      margin: 0;
      line-height: 170px;
      background-size: contain;
      font-size: 32px;
      padding-top: 3px;
      background: none;
      -webkit-transition: all 0.5s ease;
      position: relative;
      border: none; }
      body.theme-blizzcon-2018 #game-area .categories-capture .categories-container .category:after {
        width: 50px;
        height: 44px;
        left: 50%;
        margin-left: -25px;
        top: 35px;
        content: " ";
        background: url(/images/themes/blizzcon2018/active-arrow.png) center center no-repeat;
        position: absolute;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease; }
      body.theme-blizzcon-2018 #game-area .categories-capture .categories-container .category:before {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        content: " ";
        z-index: 0;
        background: url(/images/themes/blizzcon2018/category-bg.png) center center no-repeat;
        background-size: contain;
        opacity: 1; }
      body.theme-blizzcon-2018 #game-area .categories-capture .categories-container .category:nth-child(1) {
        -webkit-transform: rotate(-0.75deg); }
      body.theme-blizzcon-2018 #game-area .categories-capture .categories-container .category:nth-child(2) {
        -webkit-transform: rotate(0deg); }
      body.theme-blizzcon-2018 #game-area .categories-capture .categories-container .category:nth-child(3) {
        -webkit-transform: rotate(-3.5deg); }
      body.theme-blizzcon-2018 #game-area .categories-capture .categories-container .category:nth-child(4) {
        -webkit-transform: rotate(1deg); }
      body.theme-blizzcon-2018 #game-area .categories-capture .categories-container .category:nth-child(5) {
        -webkit-transform: rotate(1.5deg); }
      body.theme-blizzcon-2018 #game-area .categories-capture .categories-container .category:nth-child(6) {
        -webkit-transform: rotate(-2.75deg); }
      body.theme-blizzcon-2018 #game-area .categories-capture .categories-container .category:nth-child(7) {
        -webkit-transform: rotate(1deg); }
      body.theme-blizzcon-2018 #game-area .categories-capture .categories-container .category:nth-child(8) {
        -webkit-transform: rotate(2deg); }
      body.theme-blizzcon-2018 #game-area .categories-capture .categories-container .category.active, body.theme-blizzcon-2018 #game-area .categories-capture .categories-container .category.active.unavailable {
        border: none;
        opacity: 1;
        text-decoration: none;
        font-size: 36px; }
        body.theme-blizzcon-2018 #game-area .categories-capture .categories-container .category.active:after, body.theme-blizzcon-2018 #game-area .categories-capture .categories-container .category.active.unavailable:after {
          opacity: 1; }
      body.theme-blizzcon-2018 #game-area .categories-capture .categories-container .category.unavailable {
        text-decoration: line-through;
        opacity: 0.5; }
      body.theme-blizzcon-2018 #game-area .categories-capture .categories-container .category .name {
        text-shadow: 1px 1px 1px #000, -1px -1px 1px #000;
        font-weight: bold;
        position: relative;
        z-index: 10; }

#show-nav {
  background-image: none !important; }

body.capturing {
  background: none !important; }

.clarendon, body.theme-blizzcon-2021 .game-container .sav-question-container .sav-submission-points,
body.theme-blizzcon-2021 .game-container .sav-question-container .sav-submission-votes,
body.theme-blizzcon-2021 .game-container .sav-question-container .author, body.theme-blizzcon-2021 #countdown-capture .counting {
  font-family: "Clarendon";
  letter-spacing: 1px; }

.frizquadrata, body.theme-blizzcon-2021 .family-feud-question-reveal, body.theme-blizzcon-2021 namethatthing-capture span, body.theme-blizzcon-2021 #discussion-capture, body.theme-blizzcon-2021 .red-box,
body.theme-blizzcon-2021 .drawing-capture-view .drawing-answer,
body.theme-blizzcon-2021 .answer.red-box, body.theme-blizzcon-2021 #main-capture .buzzes li, body.theme-blizzcon-2021 #main-capture .host-overlay .host-name, body.theme-blizzcon-2021 #main-capture ul.players-list li.player, body.theme-blizzcon-2021 #main-capture ul.players-list li.player .score {
  font-family: "FrizQuadrataRegular";
  letter-spacing: 1px; }

body.theme-blizzcon-2021 {
  background: url("/images/themes/blizzcon-2021/background.png"); }
  body.theme-blizzcon-2021 .logo.episode {
    background-image: url(/images/episodes/blizzcon-2021/logo.png); }
  body.theme-blizzcon-2021 .family-feud-question-reveal {
    font-family: 'Source Sans Pro';
    width: 1206px;
    margin-left: 58px;
    padding-top: 30px; }
    body.theme-blizzcon-2021 .family-feud-question-reveal .question-name {
      background-image: url(/images/themes/blizzcon-2021/question-name-bg.png);
      height: 120px;
      margin-right: 0px;
      margin-left: 0px;
      margin-bottom: 20px; }
      body.theme-blizzcon-2021 .family-feud-question-reveal .question-name table {
        height: 90px; }
        body.theme-blizzcon-2021 .family-feud-question-reveal .question-name table td {
          font-size: 30px;
          padding: unset; }
    body.theme-blizzcon-2021 .family-feud-question-reveal .answers {
      width: auto; }
      body.theme-blizzcon-2021 .family-feud-question-reveal .answers .answer {
        background: url(/images/themes/blizzcon-2021/answer-box-bg.png) top center no-repeat;
        background-size: cover;
        padding-top: 0px;
        width: 596px;
        margin: 5px 0 24px 0;
        height: 80px;
        font-size: 30px; }
        body.theme-blizzcon-2021 .family-feud-question-reveal .answers .answer table {
          width: 475px;
          height: 83px; }
          body.theme-blizzcon-2021 .family-feud-question-reveal .answers .answer table td {
            padding: 0 10px;
            line-height: 0.9em; }
          body.theme-blizzcon-2021 .family-feud-question-reveal .answers .answer table.text-len-10 {
            font-size: 30px; }
          body.theme-blizzcon-2021 .family-feud-question-reveal .answers .answer table.text-len-20 {
            font-size: 25px; }
          body.theme-blizzcon-2021 .family-feud-question-reveal .answers .answer table.text-len-30 {
            font-size: 22px; }
          body.theme-blizzcon-2021 .family-feud-question-reveal .answers .answer table.text-len-40 {
            font-size: 18px; }
          body.theme-blizzcon-2021 .family-feud-question-reveal .answers .answer table.text-len-50 {
            font-size: 14px; }
        body.theme-blizzcon-2021 .family-feud-question-reveal .answers .answer:before {
          background: #000; }
        body.theme-blizzcon-2021 .family-feud-question-reveal .answers .answer.notshown {
          width: 590px;
          margin-left: 3px; }
          body.theme-blizzcon-2021 .family-feud-question-reveal .answers .answer.notshown:before {
            opacity: 1;
            border: 1px solid #af4913;
            border-radius: 0px;
            height: 77px;
            -webkit-box-shadow: 0px 0px 1px 3px #af4913;
            box-shadow: 0px 0px 1px 3px #af4913; }
        body.theme-blizzcon-2021 .family-feud-question-reveal .answers .answer .points {
          border-left: 4px solid rgba(178, 117, 0, 0.25);
          right: 0px;
          padding-top: 3px;
          width: 110px;
          top: 3px; }
  body.theme-blizzcon-2021 .name-that-thing-capture-view .thing-meta {
    padding: 0px; }
  body.theme-blizzcon-2021 .name-that-thing-capture-view .question-meta .game-box {
    position: absolute;
    top: 40px; }
  body.theme-blizzcon-2021 .name-that-thing-capture-view .hints {
    padding-top: 130px; }
  body.theme-blizzcon-2021 .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text {
    background: url(/images/themes/blizzcon-2021/answer-bar.png) top center no-repeat;
    color: #fff !important;
    line-height: 80px;
    height: 80px;
    width: 1244px;
    margin: 0 auto 20px auto;
    font-family: 'Source Sans Pro';
    font-size: 32px; }
  body.theme-blizzcon-2021 namethatthing-capture span {
    font-family: 'Source Sans Pro';
    display: block;
    color: #fff;
    font-size: 34px;
    margin-top: -5px; }
  body.theme-blizzcon-2021 .drawing-capture-view.show-answer .drawing-answer-image {
    display: none; }
  body.theme-blizzcon-2021 .drawing-capture-view .drawing-board {
    margin-left: -540px;
    top: 120px; }
  body.theme-blizzcon-2021 drawing-points.game-box-right {
    display: block; }
  body.theme-blizzcon-2021 drawing-points.game-box-right::last-letter {
    size: 3em; }
  body.theme-blizzcon-2021 .drawing-answer {
    color: #fff !important; }
  body.theme-blizzcon-2021 .meta-box,
  body.theme-blizzcon-2021 .sav-question-vote-msg,
  body.theme-blizzcon-2021 .sav-capture-split-view .sav-question,
  body.theme-blizzcon-2021 .sav-capture-split-view .timer-display {
    border-radius: 0px;
    border: 2px solid #ed3d3f;
    background: #a30d0f;
    font-family: 'Source Sans Pro';
    text-transform: uppercase; }
  body.theme-blizzcon-2021 .game-container .sav-capture-view,
  body.theme-blizzcon-2021 .game-container .submit-and-vote-capture-view {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute; }
  body.theme-blizzcon-2021 .game-container .submit-and-vote-capture-view .question-number,
  body.theme-blizzcon-2021 .game-container .submit-and-vote-capture-view .sav-active-question-points {
    top: 40px; }
  body.theme-blizzcon-2021 .game-container .submit-and-vote-capture-view .sav-question-vote-msg {
    padding: 12px 0 8px; }
  body.theme-blizzcon-2021 .game-container .submit-and-vote-capture-view .sav-submission-list,
  body.theme-blizzcon-2021 .game-container .submit-and-vote-capture-view .blank-question {
    top: 140px; }
  body.theme-blizzcon-2021 .game-container .submit-and-vote-capture-view .blank-question {
    position: relative; }
  body.theme-blizzcon-2021 .game-container .sav-question-container .sav-submission-points,
  body.theme-blizzcon-2021 .game-container .sav-question-container .sav-submission-votes,
  body.theme-blizzcon-2021 .game-container .sav-question-container .author {
    font-family: 'Source Sans Pro';
    background: none;
    border: none;
    box-shadow: none; }
  body.theme-blizzcon-2021 .game-container .sav-question-container .author {
    font-size: 46px;
    margin-top: 20px;
    margin-bottom: 10px; }
  body.theme-blizzcon-2021 .game-container .sav-question-container .sav-submission-points,
  body.theme-blizzcon-2021 .game-container .sav-question-container .sav-submission-votes {
    font-size: 30px; }
  body.theme-blizzcon-2021 .game-container .sav-question-inner .image {
    border-radius: 0px;
    border-color: #ed3d3f; }
  body.theme-blizzcon-2021 .typedanswers-capture-view.show-submissions .submissions-area {
    transform: translateX(10px);
    bottom: 24px; }
    body.theme-blizzcon-2021 .typedanswers-capture-view.show-submissions .submissions-area .submission {
      margin: 0;
      margin-top: 9px;
      border: 1px solid #c67027;
      background: rgba(13, 3, 0, 0.7); }
      body.theme-blizzcon-2021 .typedanswers-capture-view.show-submissions .submissions-area .submission .player-name {
        border-bottom: 1px solid #c67027;
        background: #9d2904; }
      body.theme-blizzcon-2021 .typedanswers-capture-view.show-submissions .submissions-area .submission .info {
        height: 70px; }
      body.theme-blizzcon-2021 .typedanswers-capture-view.show-submissions .submissions-area .submission .typed-answers-player-status {
        height: 70px;
        line-height: 70px; }
      body.theme-blizzcon-2021 .typedanswers-capture-view.show-submissions .submissions-area .submission .answers .result {
        height: 100%; }
        body.theme-blizzcon-2021 .typedanswers-capture-view.show-submissions .submissions-area .submission .answers .result .glyphicon {
          font-size: 80px;
          top: -12px; }
        body.theme-blizzcon-2021 .typedanswers-capture-view.show-submissions .submissions-area .submission .answers .result .glyphicon-remove {
          top: -10px; }
      body.theme-blizzcon-2021 .typedanswers-capture-view.show-submissions .submissions-area .submission .answers table {
        height: 70px; }
        body.theme-blizzcon-2021 .typedanswers-capture-view.show-submissions .submissions-area .submission .answers table tr td {
          height: 70px; }
  body.theme-blizzcon-2021 .typedanswers-capture-view.show-submissions .videos-area {
    -webkit-transform: translateX(-190px); }
  body.theme-blizzcon-2021 .typedanswers-capture-view.show-question .title-area {
    -webkit-transform: translateY(20px); }
  body.theme-blizzcon-2021 .typedanswers-capture-view.show-question .videos-area {
    width: 860px;
    height: 483.75px;
    margin-left: -430px;
    overflow: hidden; }
  body.theme-blizzcon-2021 .typedanswers-capture-view .submissions-area.num-players-3 {
    bottom: -4px;
    font-family: 'Source Sans Pro'; }
    body.theme-blizzcon-2021 .typedanswers-capture-view .submissions-area.num-players-3 .submission {
      margin: 0 0 27px 0;
      border: 1px solid #ed3d3f;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 0px;
      font-family: 'Source Sans Pro'; }
    body.theme-blizzcon-2021 .typedanswers-capture-view .submissions-area.num-players-3 .player-name {
      background: #a30d0f;
      border-color: #ed3d3f;
      font-family: 'Source Sans Pro'; }
  body.theme-blizzcon-2021 .typedanswers-capture-view .title-area {
    border: 2px solid #ed3d3f;
    background: rgba(0, 0, 0, 0.7);
    font-family: 'Source Sans Pro';
    height: 92px;
    padding: 0px; }
    body.theme-blizzcon-2021 .typedanswers-capture-view .title-area table {
      height: 90px; }
      body.theme-blizzcon-2021 .typedanswers-capture-view .title-area table td {
        padding: 0px;
        line-height: 60px; }
  body.theme-blizzcon-2021 .typedanswers-capture-view .videos-area {
    border: 2px solid #ed3d3f;
    border-radius: 0px;
    bottom: 24px; }
  body.theme-blizzcon-2021 #discussion-capture {
    background-image: none !important;
    font-family: 'Source Sans Pro'; }
    body.theme-blizzcon-2021 #discussion-capture .discussion-overlay {
      background-image: url(/images/themes/blizzcon-2021/discussion.png);
      v-index: 0; }
    body.theme-blizzcon-2021 #discussion-capture .logo {
      display: none; }
    body.theme-blizzcon-2021 #discussion-capture .host-name,
    body.theme-blizzcon-2021 #discussion-capture .name {
      font-family: 'Source Sans Pro';
      text-transform: uppercase;
      font-size: 48px; }
    body.theme-blizzcon-2021 #discussion-capture .host-overlay {
      background-image: url(/images/themes/blizzcon-2021/discussion.png); }
      body.theme-blizzcon-2021 #discussion-capture .host-overlay .host-webcam-cover {
        width: 426px;
        height: 367px;
        left: -30px;
        top: -387px; }
      body.theme-blizzcon-2021 #discussion-capture .host-overlay .host-name {
        text-align: center;
        top: -26px;
        left: -25px;
        width: 345px;
        color: #fff;
        padding-left: 0px;
        font-size: 30px; }
    body.theme-blizzcon-2021 #discussion-capture .player-image {
      left: 10px !important; }
    body.theme-blizzcon-2021 #discussion-capture li.player {
      height: 393px; }
      body.theme-blizzcon-2021 #discussion-capture li.player .player-plate {
        left: 115px;
        width: 426px;
        font-family: 'Source Sans Pro';
        color: #fff;
        bottom: 99px;
        top: unset; }
        body.theme-blizzcon-2021 #discussion-capture li.player .player-plate .name {
          font-family: 'Source Sans Pro';
          left: 0px;
          width: 100%;
          font-size: 30px; }
      body.theme-blizzcon-2021 #discussion-capture li.player:nth-of-type(1) .webcam-cover {
        left: -3px; }
      body.theme-blizzcon-2021 #discussion-capture li.player:nth-of-type(1) .name {
        color: #fff; }
      body.theme-blizzcon-2021 #discussion-capture li.player.order-0 {
        bottom: 99px;
        left: 35px;
        width: 426px;
        top: unset;
        height: 389px; }
        body.theme-blizzcon-2021 #discussion-capture li.player.order-0 .webcam-cover {
          top: 0px;
          left: 0px;
          width: 100%;
          background-size: cover;
          background-repeat: no-repeat;
          height: 90%; }
        body.theme-blizzcon-2021 #discussion-capture li.player.order-0 .player-plate {
          left: 0px;
          width: 100%;
          bottom: 0px;
          height: 46px;
          line-height: 46px;
          text-align: center;
          padding: 0;
          top: unset; }
      body.theme-blizzcon-2021 #discussion-capture li.player.order-1 {
        left: 26.5%;
        bottom: 99px;
        width: 426px;
        top: unset;
        margin-left: unset; }
        body.theme-blizzcon-2021 #discussion-capture li.player.order-1 .webcam-cover {
          top: 0px;
          left: 0px;
          width: 100%;
          background-size: cover;
          background-repeat: no-repeat;
          height: 90%; }
        body.theme-blizzcon-2021 #discussion-capture li.player.order-1 .player-plate {
          left: 0px;
          width: 100%;
          bottom: 0px;
          height: 46px;
          line-height: 46px;
          text-align: center;
          padding: 0;
          top: unset; }
      body.theme-blizzcon-2021 #discussion-capture li.player.order-2 {
        right: 26.65%;
        width: 426px;
        bottom: 99px;
        left: unset;
        top: unset; }
        body.theme-blizzcon-2021 #discussion-capture li.player.order-2 .webcam-cover {
          top: 0px;
          left: 0px;
          width: 100%;
          background-size: cover;
          background-repeat: no-repeat;
          height: 90%; }
        body.theme-blizzcon-2021 #discussion-capture li.player.order-2 .player-plate {
          left: 0px;
          width: 100%;
          bottom: 0px;
          height: 46px;
          line-height: 46px;
          text-align: center;
          padding: 0;
          top: unset; }
      body.theme-blizzcon-2021 #discussion-capture li.player.order-3 {
        right: 2%;
        width: 426px;
        bottom: 99px;
        left: unset;
        top: unset; }
        body.theme-blizzcon-2021 #discussion-capture li.player.order-3 .webcam-cover {
          top: 0px;
          left: 0px;
          width: 100%;
          background-size: cover;
          background-repeat: no-repeat;
          height: 90%; }
        body.theme-blizzcon-2021 #discussion-capture li.player.order-3 .player-plate {
          left: 0px;
          width: 100%;
          bottom: 0px;
          height: 46px;
          line-height: 46px;
          text-align: center;
          padding: 0;
          top: unset; }
  body.theme-blizzcon-2021 #discussion-capture .webcam-nameplate .score,
  body.theme-blizzcon-2021 #discussion-capture ul.players-list li.player .player-plate .score {
    display: none;
    width: 20%; }
  body.theme-blizzcon-2021 #discussion-capture .webcam-nameplate .name,
  body.theme-blizzcon-2021 #discussion-capture ul.players-list li.player .player-plate .name {
    text-align: center; }
  body.theme-blizzcon-2021 .capturing {
    background-image: none !important; }
  body.theme-blizzcon-2021 #countdown-capture {
    background: none !important; }
    body.theme-blizzcon-2021 #countdown-capture .overlay {
      background-image: url(/images/themes/blizzcon-2021/countdown-bg.png);
      height: 100%;
      z-index: 2; }
    body.theme-blizzcon-2021 #countdown-capture .logo {
      display: none; }
    body.theme-blizzcon-2021 #countdown-capture .player-image {
      z-index: 0;
      background-size: cover;
      width: 426px;
      height: 343px; }
      body.theme-blizzcon-2021 #countdown-capture .player-image.order-0 {
        left: 38px;
        bottom: 89px; }
      body.theme-blizzcon-2021 #countdown-capture .player-image.order-1 {
        top: 377px;
        left: 725px; }
      body.theme-blizzcon-2021 #countdown-capture .player-image.order-2 {
        top: 377px;
        right: 511px; }
      body.theme-blizzcon-2021 #countdown-capture .player-image.order-3 {
        bottom: 89px;
        right: 36px; }
    body.theme-blizzcon-2021 #countdown-capture .player-name {
      font-family: 'Source Sans Pro';
      color: black;
      text-shadow: none;
      text-transform: uppercase;
      font-size: 40px; }
      body.theme-blizzcon-2021 #countdown-capture .player-name.order-0, body.theme-blizzcon-2021 #countdown-capture .player-name.order-3 {
        bottom: 39px; }
      body.theme-blizzcon-2021 #countdown-capture .player-name.order-1, body.theme-blizzcon-2021 #countdown-capture .player-name.order-2 {
        top: 568px; }
      body.theme-blizzcon-2021 #countdown-capture .player-name.order-0 {
        color: #fff;
        left: 37px;
        font-size: 34px; }
      body.theme-blizzcon-2021 #countdown-capture .player-name.order-1 {
        left: 724px;
        top: 722px;
        color: #fff;
        font-size: 34px; }
      body.theme-blizzcon-2021 #countdown-capture .player-name.order-2 {
        right: 510px;
        top: 722px;
        color: #fff; }
      body.theme-blizzcon-2021 #countdown-capture .player-name.order-3 {
        right: 37px;
        color: #fff;
        font-size: 34px; }
    body.theme-blizzcon-2021 #countdown-capture .countdown {
      top: 73px;
      right: 80px;
      z-index: 40;
      background: none; }
    body.theme-blizzcon-2021 #countdown-capture .counting {
      font-family: 'Source Sans Pro';
      letter-spacing: 8px;
      font-size: 40px; }
  body.theme-blizzcon-2021 #signoff-capture {
    background: url(/images/themes/blizzcon-2021/message-bg.png); }
    body.theme-blizzcon-2021 #signoff-capture .signoff-message {
      top: 675px;
      font-size: 60px;
      color: #e6d948 !important;
      width: 1300px;
      height: 122px;
      line-height: 122px;
      font-family: "Source Sans Pro";
      text-transform: uppercase;
      font-weight: 900;
      color: #000;
      left: 50%;
      margin-left: -635px;
      letter-spacing: 1px; }
      body.theme-blizzcon-2021 #signoff-capture .signoff-message .gradient-text {
        text-shadow: none;
        -webkit-text-fill-color: inherit; }
        body.theme-blizzcon-2021 #signoff-capture .signoff-message .gradient-text:after {
          display: none;
          opacity: 0;
          content: ""; }
    body.theme-blizzcon-2021 #signoff-capture .matcherino-status-container {
      display: none; }
  body.theme-blizzcon-2021 .multiplechoice-area, body.theme-blizzcon-2021 .game-container {
    font-family: 'Source Sans Pro' !important; }
    body.theme-blizzcon-2021 .multiplechoice-area .multiplechoice-options .option-container, body.theme-blizzcon-2021 .game-container .multiplechoice-options .option-container {
      border: 2px solid #ffd366;
      border-radius: unset !important;
      -moz-box-shadow: 0px 0px 1px 4px #c8a55b;
      -webkit-box-shadow: 0px 0px 1px 4px #c8a55b;
      box-shadow: 0px 0px 1px 4px #c8a55b; }
      body.theme-blizzcon-2021 .multiplechoice-area .multiplechoice-options .option-container::before, body.theme-blizzcon-2021 .game-container .multiplechoice-options .option-container::before {
        border-radius: unset !important; }
    body.theme-blizzcon-2021 .multiplechoice-area .multiplechoice-options .option-container.right, body.theme-blizzcon-2021 .game-container .multiplechoice-options .option-container.right {
      border: 4px solid #008000;
      -moz-box-shadow: 0px 0px 1px 4px #006600;
      -webkit-box-shadow: 0px 0px 1px 4px #006600;
      box-shadow: 0px 0px 1px 4px #006600; }
  body.theme-blizzcon-2021 #show-header {
    height: 164px; }
    body.theme-blizzcon-2021 #show-header ul.players-list li.player.order-2 {
      border-bottom: 1px solid #ccc; }
  body.theme-blizzcon-2021 #video-background {
    width: 1920px;
    height: 1080px; }
  body.theme-blizzcon-2021 .cardFlip {
    margin-left: 30px; }
  body.theme-blizzcon-2021 .back {
    width: 200px !important; }
  body.theme-blizzcon-2021 .red-box,
  body.theme-blizzcon-2021 .drawing-capture-view .drawing-answer,
  body.theme-blizzcon-2021 .answer.red-box {
    font-family: 'Source Sans Pro';
    background-image: url(/images/themes/blizzcon-2021/answer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
    font-size: 48px;
    line-height: 171px;
    text-shadow: none;
    width: 94%; }
  body.theme-blizzcon-2021 .red-box {
    bottom: -10px; }
  body.theme-blizzcon-2021 .title-box {
    background: url(/images/themes/blizzcon-2021/game-title.png) center center no-repeat;
    width: 522px;
    height: 90px;
    margin-left: -261px;
    color: #fff;
    font-size: 32px;
    text-shadow: none;
    padding: 0px;
    line-height: 97px;
    top: 10px;
    font-family: 'Source Sans Pro'; }
    body.theme-blizzcon-2021 .title-box .timer-countdown {
      font-size: 50px; }
  body.theme-blizzcon-2021 .game-box {
    width: 252px;
    height: 58px;
    background: url(/images/themes/blizzcon-2021/meta-box.png) center center no-repeat;
    padding: 0px;
    line-height: 59px;
    position: absolute;
    color: #fff;
    font-family: 'Source Sans Pro';
    font-size: 28px;
    padding-top: 0px;
    top: 40px; }
    body.theme-blizzcon-2021 .game-box.game-box-left {
      left: 30px; }
    body.theme-blizzcon-2021 .game-box.game-box-right {
      right: 30px; }
  body.theme-blizzcon-2021 .capture-area {
    background-image: url(/images/themes/blizzcon-2021/background.png); }
    body.theme-blizzcon-2021 .capture-area .episode {
      background-image: url(/images/themes/blizzcon-2021/episode-logo.png); }
  body.theme-blizzcon-2021 #main-capture {
    background-image: url(/images/themes/blizzcon-2021/main-background.png); }
  body.theme-blizzcon-2021 #game-area {
    background-image: url(/images/themes/blizzcon-2021/game-board2.png);
    background-position: center 25px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0px;
    height: 686px;
    width: 1376px;
    right: 37px; }
  body.theme-blizzcon-2021 #main-capture.showBuzzes-on .logo.episode {
    transform: translateX(0); }
  body.theme-blizzcon-2021 #main-capture .player-plate {
    bottom: 0px;
    height: 11.5%; }
  body.theme-blizzcon-2021 #main-capture #medias-scorehighlight1,
  body.theme-blizzcon-2021 #main-capture #medias-scorehighlight2,
  body.theme-blizzcon-2021 #main-capture #medias-scorehighlight3 {
    display: none; }
  body.theme-blizzcon-2021 #main-capture #medias-wrong1 {
    right: 1401px; }
  body.theme-blizzcon-2021 #main-capture #medias-wrong2 {
    right: 901px; }
  body.theme-blizzcon-2021 #main-capture #medias-wrong3 {
    right: 439px; }
  body.theme-blizzcon-2021 #main-capture #medias-wrong4 {
    right: -37px; }
  body.theme-blizzcon-2021 #main-capture #medias-heart4,
  body.theme-blizzcon-2021 #main-capture #medias-heart3,
  body.theme-blizzcon-2021 #main-capture #medias-heart2,
  body.theme-blizzcon-2021 #main-capture #medias-heart1 {
    top: 0px;
    left: 0px; }
  body.theme-blizzcon-2021 #main-capture #medias-buzzer4,
  body.theme-blizzcon-2021 #main-capture #medias-buzzer3,
  body.theme-blizzcon-2021 #main-capture #medias-buzzer2,
  body.theme-blizzcon-2021 #main-capture #medias-buzzer1 {
    width: 525px;
    height: 490px;
    top: unset;
    bottom: -30px;
    left: 0px; }
  body.theme-blizzcon-2021 #main-capture #medias-buzzer1 {
    left: -15px; }
  body.theme-blizzcon-2021 #main-capture #medias-buzzer2 {
    left: 461px; }
  body.theme-blizzcon-2021 #main-capture #medias-buzzer3 {
    left: 933px; }
  body.theme-blizzcon-2021 #main-capture #medias-buzzer4 {
    right: -11px;
    left: unset; }
  body.theme-blizzcon-2021 #main-capture .matcherino-status-container {
    display: none;
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #f2ac3c;
    bottom: 18px;
    border-radius: 25px; }
    body.theme-blizzcon-2021 #main-capture .matcherino-status-container .cta {
      padding-right: 12px; }
      body.theme-blizzcon-2021 #main-capture .matcherino-status-container .cta:after {
        display: none; }
  body.theme-blizzcon-2021 #main-capture .matcherino-notifier-container {
    display: none;
    bottom: 19px; }
    body.theme-blizzcon-2021 #main-capture .matcherino-notifier-container .matcherino-donation-notif {
      background: #000;
      border: 2px solid #f2ac3c;
      box-shadow: 0px 0px 15px #f2ac3c;
      border-radius: 25px;
      color: #fff; }
      body.theme-blizzcon-2021 #main-capture .matcherino-notifier-container .matcherino-donation-notif .amount {
        color: #fff; }
  body.theme-blizzcon-2021 #main-capture .buzzes {
    display: none;
    width: 540px !important;
    height: 192px;
    bottom: 215px;
    left: 32px !important;
    padding: 27px;
    border: none;
    background: url(/images/themes/blizzcon-2021/buzzes-bg.png) top center no-repeat; }
    body.theme-blizzcon-2021 #main-capture .buzzes li {
      font-family: 'Source Sans Pro';
      height: 38px;
      line-height: 39px;
      border-radius: 0px;
      font-size: 23px; }
      body.theme-blizzcon-2021 #main-capture .buzzes li:before {
        height: 37px;
        line-height: 37px; }
      body.theme-blizzcon-2021 #main-capture .buzzes li:nth-child(1) {
        background: #fdbb30;
        color: black; }
  body.theme-blizzcon-2021 #main-capture div.logo.episode {
    top: 530px;
    left: 61px;
    width: 397px; }
  body.theme-blizzcon-2021 #main-capture .logo.patreon,
  body.theme-blizzcon-2021 #main-capture .logo.youtube {
    bottom: 80px;
    display: none; }
  body.theme-blizzcon-2021 #main-capture .logo.patreon {
    left: 80px; }
  body.theme-blizzcon-2021 #main-capture .logo.youtube {
    left: 320px; }
  body.theme-blizzcon-2021 #main-capture .host-overlay {
    width: 427px;
    top: 22px;
    height: 665px;
    left: 37px; }
    body.theme-blizzcon-2021 #main-capture .host-overlay .host-webcam-cover {
      top: 118px;
      left: 0px;
      width: 100%;
      height: 52.7%; }
    body.theme-blizzcon-2021 #main-capture .host-overlay .overlay {
      background-image: url(/images/themes/blizzcon-2021/host-overlay.png);
      background-position: top right;
      z-index: 2; }
    body.theme-blizzcon-2021 #main-capture .host-overlay .host-name {
      font-family: 'Source Sans Pro';
      font-size: 36px;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      top: 71%;
      line-height: 53px;
      width: 100%;
      left: 0px;
      text-align: center; }
  body.theme-blizzcon-2021 #main-capture ul.players-list {
    width: 100%;
    right: unset; }
    body.theme-blizzcon-2021 #main-capture ul.players-list li.player {
      font-family: 'Source Sans Pro';
      top: 3px; }
      body.theme-blizzcon-2021 #main-capture ul.players-list li.player .drawing-marker {
        border-radius: 0px;
        top: 260px; }
      body.theme-blizzcon-2021 #main-capture ul.players-list li.player .overlay {
        top: 0px;
        z-index: 2; }
      body.theme-blizzcon-2021 #main-capture ul.players-list li.player .name {
        font-size: 24px;
        text-align: center;
        text-shadow: none;
        text-transform: uppercase;
        padding: 0px;
        /* bottom: 30px; */
        font-size: 30px;
        top: 0px;
        left: 0px;
        line-height: 100%;
        height: 100%;
        padding: 5px;
        width: 100%; }
      body.theme-blizzcon-2021 #main-capture ul.players-list li.player:nth-of-type(1) {
        left: 38px; }
        body.theme-blizzcon-2021 #main-capture ul.players-list li.player:nth-of-type(1) .overlay {
          background-image: url(/images/themes/blizzcon-2021/player1-overlay.png); }
        body.theme-blizzcon-2021 #main-capture ul.players-list li.player:nth-of-type(1) .name {
          color: #FFF; }
      body.theme-blizzcon-2021 #main-capture ul.players-list li.player:nth-of-type(2) {
        left: 512px; }
        body.theme-blizzcon-2021 #main-capture ul.players-list li.player:nth-of-type(2) .overlay {
          background-image: url(/images/themes/blizzcon-2021/player2-overlay.png); }
        body.theme-blizzcon-2021 #main-capture ul.players-list li.player:nth-of-type(2) .name {
          color: #FFF; }
      body.theme-blizzcon-2021 #main-capture ul.players-list li.player:nth-of-type(3) {
        left: 984px; }
        body.theme-blizzcon-2021 #main-capture ul.players-list li.player:nth-of-type(3) .overlay {
          background-image: url(/images/themes/blizzcon-2021/player3-overlay.png); }
        body.theme-blizzcon-2021 #main-capture ul.players-list li.player:nth-of-type(3) .name {
          color: #FFF; }
      body.theme-blizzcon-2021 #main-capture ul.players-list li.player:nth-of-type(4) {
        left: 1458px; }
        body.theme-blizzcon-2021 #main-capture ul.players-list li.player:nth-of-type(4) .overlay {
          background-image: url(/images/themes/blizzcon-2021/player4-overlay.png); }
        body.theme-blizzcon-2021 #main-capture ul.players-list li.player:nth-of-type(4) .name {
          color: #FF; }
      body.theme-blizzcon-2021 #main-capture ul.players-list li.player .webcam-cover {
        z-index: 1;
        width: 100%;
        left: 0px;
        top: 0px;
        height: 88%; }
      body.theme-blizzcon-2021 #main-capture ul.players-list li.player .hearts-list {
        left: 32px;
        top: 32px; }
      body.theme-blizzcon-2021 #main-capture ul.players-list li.player .score {
        font-family: 'Source Sans Pro';
        top: 5px;
        right: 0px;
        font-size: 32px;
        width: 98px;
        height: 100%;
        line-height: 100%; }

.hint .reveal-type-zoom {
  border: none !important; }

body.theme-blizzcon-hearthstone #main-capture .host-overlay {
  display: none; }

body.theme-blizzcon-hearthstone #main-capture .buzzes {
  display: none; }

body.theme-blizzcon-hearthstone #main-capture ul.players-list {
  height: 81px;
  right: 100px;
  bottom: 20px;
  margin: 0;
  padding: 0; }
  body.theme-blizzcon-hearthstone #main-capture ul.players-list li.player {
    height: 81px;
    width: 408px; }
    body.theme-blizzcon-hearthstone #main-capture ul.players-list li.player .overlay {
      background: url("/images/themes/live/player-bar.png") center center; }
    body.theme-blizzcon-hearthstone #main-capture ul.players-list li.player .name {
      bottom: 0px;
      height: 81px;
      line-height: 81px;
      left: 22px;
      padding: 0px; }
    body.theme-blizzcon-hearthstone #main-capture ul.players-list li.player .score {
      height: 81px;
      line-height: 81px;
      bottom: 0px; }
    body.theme-blizzcon-hearthstone #main-capture ul.players-list li.player .webcam-cover {
      display: none; }

body.theme-blizzcon-hearthstone #main-capture .drawing-capture-view,
body.theme-blizzcon-hearthstone #main-capture .name-that-thing-capture-view {
  width: 1572px;
  height: 820px;
  margin-left: -786px;
  left: 50%; }

body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal {
  width: 1306px;
  position: absolute;
  left: 50%;
  margin-left: -653px;
  top: 55px;
  float: none; }

body.theme-blizzcon-hearthstone #main-capture .drawing-capture-view .drawing-board {
  top: 120px; }

body.theme-blizzcon-hearthstone #main-capture .family-feud-category-reveal {
  margin-left: -651px;
  position: absolute;
  float: none;
  left: 50%;
  top: 60px; }

body.theme-blizzcon-hearthstone #main-capture .hearts-list {
  left: auto;
  right: 5px;
  top: -30px; }

body.theme-blizzcon-hearthstone #game-area {
  width: 1572px;
  height: 820px;
  background: url("/images/themes/live/main-game-background.png") top center no-repeat; }

body.theme-blizzcon-hearthstone .name-that-thing-capture-view .red-box.answer {
  bottom: 40px; }

body.theme-blizzcon-hearthstone #medias-scorehighlight1,
body.theme-blizzcon-hearthstone #medias-scorehighlight2,
body.theme-blizzcon-hearthstone #medias-scorehighlight3 {
  top: 4px;
  left: -105px; }

body.theme-blizzcon-hearthstone #medias-wrong1,
body.theme-blizzcon-hearthstone #medias-wrong2,
body.theme-blizzcon-hearthstone #medias-wrong3,
body.theme-blizzcon-hearthstone #medias-heart1,
body.theme-blizzcon-hearthstone #medias-heart2,
body.theme-blizzcon-hearthstone #medias-heart3 {
  width: 1550px;
  height: 796px;
  top: 27px;
  left: 345px;
  z-index: 1000; }

body.theme-blizzcon-hearthstone #medias-buzzer1,
body.theme-blizzcon-hearthstone #medias-buzzer2,
body.theme-blizzcon-hearthstone #medias-buzzer3 {
  width: 1416px;
  top: 280px;
  height: auto; }

body.theme-blizzcon-hearthstone #medias-buzzer1 {
  left: 440px; }

body.theme-blizzcon-hearthstone #medias-buzzer2 {
  left: 891px; }

body.theme-blizzcon-hearthstone #medias-buzzer3 {
  left: 1344px; }

body.theme-blizzcon-hearthstone #main-capture .logo.streamershowdown {
  display: block;
  width: 578px;
  height: 453px;
  left: -120px;
  top: -120px;
  z-index: 0;
  background-image: url("/images/themes/live/ss-logo.png"); }

body.theme-blizzcon-hearthstone #main-capture .logo.episode {
  width: 135px;
  height: 296px;
  left: 100px;
  top: 190px; }

body.theme-blizzcon-hearthstone #main-capture .buzzes {
  display: block;
  left: 18px;
  top: 360px;
  width: 295px; }

body.theme-blizzcon-hearthstone #main-capture.showBuzzes-on .logo.episode {
  transform: translateX(0px); }

body.theme-blizzcon-hearthstone #main-capture .player.drawing .drawing-marker {
  transform: translateY(-40px);
  opacity: 1; }

body.theme-blizzcon-hearthstone #main-capture .player .drawing-marker {
  top: 0px !important;
  z-index: 0; }

body.theme-blizzcon-hearthstone #main-capture .name-that-thing-capture-view .hints .hint.type-text {
  margin-bottom: 60px;
  margin-top: 30px; }

body.theme-blizzcon-hearthstone .name-that-thing-reveal.hs-card-answers .answered .answer.red-box {
  display: none; }

body.theme-blizzcon-hearthstone .name-that-thing-reveal.hs-card-answers .answered .thing-hints {
  -webkit-transform: translateX(-200px);
  -webkit-transition-delay: 0s; }

body.theme-blizzcon-hearthstone .name-that-thing-reveal.hs-card-answers .answered .image-answer .image {
  top: 0px;
  opacity: 1;
  -webkit-transition-delay: 0.5s !important; }

body.theme-blizzcon-hearthstone .name-that-thing-reveal.hs-card-answers .thing-hints {
  -webkit-transform: translateX(0px);
  -webkit-transition: transform 0.5s ease 0.5s; }

body.theme-blizzcon-hearthstone .name-that-thing-reveal.hs-card-answers .answer.image-answer {
  -webkit-transition-delay: 0s; }

body.theme-blizzcon-hearthstone .name-that-thing-reveal.hs-card-answers .answer.red-box {
  display: none; }

body.theme-blizzcon-hearthstone .name-that-thing-reveal.hs-card-answers .image-answer {
  width: 286px;
  height: 395px;
  position: absolute;
  right: 0px;
  top: 0px;
  border: 1px solid red; }
  body.theme-blizzcon-hearthstone .name-that-thing-reveal.hs-card-answers .image-answer .image {
    width: 100%;
    height: 100%;
    position: absolute; }

body.theme-blizzcon-hearthstone .name-that-thing-capture-view .whats-in-box.answered .thing-hints {
  -webkit-transform: translateX(-200px);
  -webkit-transition-delay: 0s; }

body.theme-blizzcon-hearthstone .name-that-thing-capture-view .whats-in-box.answered .image-answer .image {
  top: 0px;
  opacity: 1;
  -webkit-transition-delay: 0.5s !important; }

body.theme-blizzcon-hearthstone .name-that-thing-capture-view .whats-in-box .thing-hints {
  -webkit-transform: translateX(0px);
  -webkit-transition: transform 0.5s ease 0.5s; }

body.theme-blizzcon-hearthstone .name-that-thing-capture-view .whats-in-box .answer.image-answer {
  -webkit-transition-delay: 0s; }

body.theme-blizzcon-hearthstone .name-that-thing-capture-view .whats-in-box .image-answer {
  width: 400px;
  height: 480px;
  position: absolute;
  top: 170px;
  right: 100px;
  z-index: 1; }
  body.theme-blizzcon-hearthstone .name-that-thing-capture-view .whats-in-box .image-answer .image {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    -webkit-transition: opacity 1s linear;
    -webkit-transition-delay: 0s;
    top: -1000px; }

body.theme-blizzcon-hearthstone .name-that-thing-capture-view .num-hints-1 .red-box.answer {
  bottom: 10px; }

body.theme-blizzcon-hearthstone .hs-font, body.theme-blizzcon-hearthstone #main-capture ul.players-list li.player, body.theme-blizzcon-hearthstone #main-capture ul.players-list li.player .score, body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal .question-name table td, body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal .answers .answer, body.theme-blizzcon-hearthstone #main-capture .name-that-thing-capture-view .title-box {
  font-family: 'belwe_bd_btbold';
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, -1px -1px 0px #000, 1px -1px 0px #000; }

@keyframes buzzed {
  100% {
    color: #53ffff; } }

body.theme-blizzcon-hearthstone #main-capture {
  background: url(/images/themes/blizzcon/hearthstone/background.png) center center no-repeat; }
  body.theme-blizzcon-hearthstone #main-capture .buzzes {
    top: 340px;
    width: 280px;
    left: 15px;
    display: none; }
  body.theme-blizzcon-hearthstone #main-capture .logo.streamershowdown {
    background-image: image-url("/images/capture/logo.png");
    width: 290px;
    height: 453px;
    left: 10px;
    top: 30px;
    background-position-y: top; }
  body.theme-blizzcon-hearthstone #main-capture .logo.episode {
    display: none; }
  body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal {
    float: none;
    left: 50%;
    margin-left: -653px;
    position: absolute;
    top: 60px;
    font-family: 'franklingothic-book'; }
  body.theme-blizzcon-hearthstone #main-capture #game-area {
    width: 1592px;
    height: 818px;
    background: none;
    right: 22px;
    top: 20px; }
  body.theme-blizzcon-hearthstone #main-capture ul.players-list {
    bottom: 31px;
    width: 1286px;
    right: 133px; }
    body.theme-blizzcon-hearthstone #main-capture ul.players-list li.player {
      width: 383px; }
      body.theme-blizzcon-hearthstone #main-capture ul.players-list li.player.buzzed .name {
        animation-name: buzzed;
        animation-duration: 0.15s;
        animation-iteration-count: 6;
        animation-delay: 0.25s;
        animation-fill-mode: forwards; }
      body.theme-blizzcon-hearthstone #main-capture ul.players-list li.player .overlay {
        display: none; }
      body.theme-blizzcon-hearthstone #main-capture ul.players-list li.player:nth-of-type(2) {
        left: 901px; }
      body.theme-blizzcon-hearthstone #main-capture ul.players-list li.player .name {
        padding-left: 25px;
        font-size: 34px; }
      body.theme-blizzcon-hearthstone #main-capture ul.players-list li.player .score {
        -webkit-text-stroke: 0px;
        font-size: 30px;
        text-align: right;
        padding-right: 28px;
        line-height: 86px; }
  body.theme-blizzcon-hearthstone #main-capture .hearts-list {
    right: 22px;
    top: -55px; }
    body.theme-blizzcon-hearthstone #main-capture .hearts-list .heart {
      height: 50px;
      width: 33px;
      background-image: url(/images/themes/blizzcon/hearthstone/familyfeud/feud-heart-empty.png); }
      body.theme-blizzcon-hearthstone #main-capture .hearts-list .heart:before {
        background-image: url(/images/themes/blizzcon/hearthstone/familyfeud/feud-heart-filled.png);
        -webkit-transition-delay: 1s; }
  body.theme-blizzcon-hearthstone #main-capture .family-feud-capture-view {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(/images/themes/blizzcon/hearthstone/familyfeud/game-bg.png) 115px 78px no-repeat;
    z-index: 99999; }
  body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal {
    width: 100%;
    left: 0px;
    margin-left: 0px; }
    body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal .question-name {
      background: none; }
    body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal .answers {
      padding: 0 135px;
      height: 514px;
      -webkit-column-count: auto;
      position: relative; }
      body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal .answers .answer {
        background: none;
        height: 92px;
        margin-top: 9px;
        width: 640px;
        margin-left: 0px;
        position: absolute;
        display: block;
        float: none;
        left: auto;
        right: auto;
        top: auto;
        text-align: left;
        font-size: 40px;
        padding-left: 40px; }
        body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal .answers .answer:before {
          background: rgba(255, 255, 255, 0.25);
          width: 1000px;
          height: 300px;
          top: 50%;
          left: 50%;
          margin-left: -500px;
          margin-top: -150px; }
        body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal .answers .answer:nth-child(1), body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal .answers .answer:nth-child(2), body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal .answers .answer:nth-child(3), body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal .answers .answer:nth-child(4) {
          left: 135px; }
        body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal .answers .answer:nth-child(5), body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal .answers .answer:nth-child(6), body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal .answers .answer:nth-child(7), body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal .answers .answer:nth-child(8) {
          right: 150px; }
        body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal .answers .answer:nth-child(1), body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal .answers .answer:nth-child(5) {
          top: 0px; }
        body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal .answers .answer:nth-child(2), body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal .answers .answer:nth-child(6) {
          top: 124px; }
        body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal .answers .answer:nth-child(3), body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal .answers .answer:nth-child(7) {
          top: 246px; }
        body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal .answers .answer:nth-child(4), body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal .answers .answer:nth-child(8) {
          top: 378px; }
        body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal .answers .answer:nth-child(1):before {
          background: url(/images/themes/blizzcon/hearthstone/familyfeud/cover-1.png) 100px 30px no-repeat; }
        body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal .answers .answer:nth-child(2):before {
          background: url(/images/themes/blizzcon/hearthstone/familyfeud/cover-2.png) 100px 30px no-repeat;
          margin-left: -506px; }
        body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal .answers .answer:nth-child(3):before {
          background: url(/images/themes/blizzcon/hearthstone/familyfeud/cover-3.png) 100px 30px no-repeat; }
        body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal .answers .answer:nth-child(4):before {
          background: url(/images/themes/blizzcon/hearthstone/familyfeud/cover-4.png) 100px 30px no-repeat; }
        body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal .answers .answer:nth-child(5):before {
          background: url(/images/themes/blizzcon/hearthstone/familyfeud/cover-5.png) 100px 38px no-repeat;
          margin-left: -450px; }
        body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal .answers .answer:nth-child(6):before {
          background: url(/images/themes/blizzcon/hearthstone/familyfeud/cover-6.png) 100px 30px no-repeat;
          margin-left: -450px; }
        body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal .answers .answer:nth-child(7):before {
          background: url(/images/themes/blizzcon/hearthstone/familyfeud/cover-7.png) 100px 30px no-repeat;
          margin-left: -450px; }
        body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal .answers .answer:nth-child(8):before {
          background: url(/images/themes/blizzcon/hearthstone/familyfeud/cover-8.png) 100px 30px no-repeat;
          margin-left: -481px; }
        body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal .answers .answer table {
          height: 93px; }
        body.theme-blizzcon-hearthstone #main-capture .family-feud-question-reveal .answers .answer .points {
          top: 10px; }
  body.theme-blizzcon-hearthstone #main-capture .name-that-thing-capture-view .thing-meta {
    padding-left: 40px;
    padding-right: 60px; }
  body.theme-blizzcon-hearthstone #main-capture .name-that-thing-capture-view .title-box {
    width: 770px;
    height: 191px;
    background: url(/images/themes/blizzcon/hearthstone/namethatthing/title-bg.png) top center;
    margin-left: -389px;
    top: -20px; }
  body.theme-blizzcon-hearthstone #main-capture .name-that-thing-capture-view .game-box {
    background: url(/images/themes/blizzcon/hearthstone/namethatthing/meta-box.png) center center no-repeat;
    top: 30px;
    font-family: 'franklingothic-book'; }
  body.theme-blizzcon-hearthstone #main-capture .name-that-thing-capture-view .num-hints-1 .thing-hints {
    padding-top: 341px; }
  body.theme-blizzcon-hearthstone #main-capture .name-that-thing-capture-view .thing-hints {
    padding-top: 141px; }
    body.theme-blizzcon-hearthstone #main-capture .name-that-thing-capture-view .thing-hints .thing-hint.reveal-type-fade.type-text {
      background-image: url(/images/themes/blizzcon/hearthstone/namethatthing/hint-bg.png);
      font-family: 'franklingothic-book';
      height: 102px;
      text-shadow: none;
      margin-top: 0px;
      margin-bottom: 17px;
      line-height: 107px;
      color: #000;
      font-size: 30px; }
  body.theme-blizzcon-hearthstone #main-capture .name-that-thing-capture-view .red-box.answer {
    background-image: url(/images/themes/blizzcon/hearthstone/namethatthing/answer-bg.png);
    width: 1310px;
    margin-left: -643px;
    bottom: 30px; }
  body.theme-blizzcon-hearthstone #main-capture #medias-buzzer1,
  body.theme-blizzcon-hearthstone #main-capture #medias-buzzer2,
  body.theme-blizzcon-hearthstone #main-capture #medias-buzzer3,
  body.theme-blizzcon-hearthstone #main-capture #medias-scorehighlight1,
  body.theme-blizzcon-hearthstone #main-capture #medias-scorehighlight2 {
    top: 1920px; }

body.theme-blizzcon-2017 #main-capture .host-overlay {
  display: none; }

body.theme-blizzcon-2017 #main-capture .buzzes {
  display: none; }

body.theme-blizzcon-2017 #main-capture ul.players-list {
  height: 81px;
  right: 100px;
  bottom: 20px;
  margin: 0;
  padding: 0; }
  body.theme-blizzcon-2017 #main-capture ul.players-list li.player {
    height: 81px;
    width: 408px; }
    body.theme-blizzcon-2017 #main-capture ul.players-list li.player .overlay {
      background: url("/images/themes/live/player-bar.png") center center; }
    body.theme-blizzcon-2017 #main-capture ul.players-list li.player .name {
      bottom: 0px;
      height: 81px;
      line-height: 81px;
      left: 22px;
      padding: 0px; }
    body.theme-blizzcon-2017 #main-capture ul.players-list li.player .score {
      height: 81px;
      line-height: 81px;
      bottom: 0px; }
    body.theme-blizzcon-2017 #main-capture ul.players-list li.player .webcam-cover {
      display: none; }

body.theme-blizzcon-2017 #main-capture .drawing-capture-view,
body.theme-blizzcon-2017 #main-capture .name-that-thing-capture-view {
  width: 1572px;
  height: 820px;
  margin-left: -786px;
  left: 50%; }

body.theme-blizzcon-2017 #main-capture .family-feud-question-reveal {
  width: 1306px;
  position: absolute;
  left: 50%;
  margin-left: -653px;
  top: 55px;
  float: none; }

body.theme-blizzcon-2017 #main-capture .drawing-capture-view .drawing-board {
  top: 120px; }

body.theme-blizzcon-2017 #main-capture .family-feud-category-reveal {
  margin-left: -651px;
  position: absolute;
  float: none;
  left: 50%;
  top: 60px; }

body.theme-blizzcon-2017 #main-capture .hearts-list {
  left: auto;
  right: 5px;
  top: -30px; }

body.theme-blizzcon-2017 #game-area {
  width: 1572px;
  height: 820px;
  background: url("/images/themes/live/main-game-background.png") top center no-repeat; }

body.theme-blizzcon-2017 .name-that-thing-capture-view .red-box.answer {
  bottom: 40px; }

body.theme-blizzcon-2017 #medias-scorehighlight1,
body.theme-blizzcon-2017 #medias-scorehighlight2,
body.theme-blizzcon-2017 #medias-scorehighlight3 {
  top: 4px;
  left: -105px; }

body.theme-blizzcon-2017 #medias-wrong1,
body.theme-blizzcon-2017 #medias-wrong2,
body.theme-blizzcon-2017 #medias-wrong3,
body.theme-blizzcon-2017 #medias-heart1,
body.theme-blizzcon-2017 #medias-heart2,
body.theme-blizzcon-2017 #medias-heart3 {
  width: 1550px;
  height: 796px;
  top: 27px;
  left: 345px;
  z-index: 1000; }

body.theme-blizzcon-2017 #medias-buzzer1,
body.theme-blizzcon-2017 #medias-buzzer2,
body.theme-blizzcon-2017 #medias-buzzer3 {
  width: 1416px;
  top: 280px;
  height: auto; }

body.theme-blizzcon-2017 #medias-buzzer1 {
  left: 440px; }

body.theme-blizzcon-2017 #medias-buzzer2 {
  left: 891px; }

body.theme-blizzcon-2017 #medias-buzzer3 {
  left: 1344px; }

body.theme-blizzcon-2017 #main-capture .logo.streamershowdown {
  display: block;
  width: 578px;
  height: 453px;
  left: -120px;
  top: -120px;
  z-index: 0;
  background-image: url("/images/themes/live/ss-logo.png"); }

body.theme-blizzcon-2017 #main-capture .logo.episode {
  width: 135px;
  height: 296px;
  left: 100px;
  top: 190px; }

body.theme-blizzcon-2017 #main-capture .buzzes {
  display: block;
  left: 18px;
  top: 360px;
  width: 295px; }

body.theme-blizzcon-2017 #main-capture.showBuzzes-on .logo.episode {
  transform: translateX(0px); }

body.theme-blizzcon-2017 #main-capture .player.drawing .drawing-marker {
  transform: translateY(-40px);
  opacity: 1; }

body.theme-blizzcon-2017 #main-capture .player .drawing-marker {
  top: 0px !important;
  z-index: 0; }

body.theme-blizzcon-2017 #main-capture .name-that-thing-capture-view .hints .hint.type-text {
  margin-bottom: 60px;
  margin-top: 30px; }

body.theme-blizzcon-2017 .name-that-thing-reveal.hs-card-answers .answered .answer.red-box {
  display: none; }

body.theme-blizzcon-2017 .name-that-thing-reveal.hs-card-answers .answered .thing-hints {
  -webkit-transform: translateX(-200px);
  -webkit-transition-delay: 0s; }

body.theme-blizzcon-2017 .name-that-thing-reveal.hs-card-answers .answered .image-answer .image {
  top: 0px;
  opacity: 1;
  -webkit-transition-delay: 0.5s !important; }

body.theme-blizzcon-2017 .name-that-thing-reveal.hs-card-answers .thing-hints {
  -webkit-transform: translateX(0px);
  -webkit-transition: transform 0.5s ease 0.5s; }

body.theme-blizzcon-2017 .name-that-thing-reveal.hs-card-answers .answer.image-answer {
  -webkit-transition-delay: 0s; }

body.theme-blizzcon-2017 .name-that-thing-reveal.hs-card-answers .answer.red-box {
  display: none; }

body.theme-blizzcon-2017 .name-that-thing-reveal.hs-card-answers .image-answer {
  width: 286px;
  height: 395px;
  position: absolute;
  right: 0px;
  top: 0px;
  border: 1px solid red; }
  body.theme-blizzcon-2017 .name-that-thing-reveal.hs-card-answers .image-answer .image {
    width: 100%;
    height: 100%;
    position: absolute; }

body.theme-blizzcon-2017 .name-that-thing-capture-view .whats-in-box.answered .thing-hints {
  -webkit-transform: translateX(-200px);
  -webkit-transition-delay: 0s; }

body.theme-blizzcon-2017 .name-that-thing-capture-view .whats-in-box.answered .image-answer .image {
  top: 0px;
  opacity: 1;
  -webkit-transition-delay: 0.5s !important; }

body.theme-blizzcon-2017 .name-that-thing-capture-view .whats-in-box .thing-hints {
  -webkit-transform: translateX(0px);
  -webkit-transition: transform 0.5s ease 0.5s; }

body.theme-blizzcon-2017 .name-that-thing-capture-view .whats-in-box .answer.image-answer {
  -webkit-transition-delay: 0s; }

body.theme-blizzcon-2017 .name-that-thing-capture-view .whats-in-box .image-answer {
  width: 400px;
  height: 480px;
  position: absolute;
  top: 170px;
  right: 100px;
  z-index: 1; }
  body.theme-blizzcon-2017 .name-that-thing-capture-view .whats-in-box .image-answer .image {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    -webkit-transition: opacity 1s linear;
    -webkit-transition-delay: 0s;
    top: -1000px; }

body.theme-blizzcon-2017 .name-that-thing-capture-view .num-hints-1 .red-box.answer {
  bottom: 10px; }

body.theme-blizzcon-2017 #main-capture .logo.episode {
  background-image: image-url("/images/themes/blizzcon/blizzcon-edition.png");
  width: 332px;
  height: 160px;
  left: 0;
  top: 190px;
  z-index: 5;
  background-position: top center; }

body.theme-blizzcon-2017 #main-capture .logo.streamershowdown {
  z-index: 1; }

body.theme-blizzcon-2017 #main-capture .buzzes {
  top: 368px; }

body.theme-blizzcon-2017 .name-that-thing-capture-view .hints .hint.type-image.reveal-type-cardFlip {
  position: absolute;
  width: 180px;
  height: 400px;
  perspective: 360px; }
  body.theme-blizzcon-2017 .name-that-thing-capture-view .hints .hint.type-image.reveal-type-cardFlip.order-1 {
    left: 130px; }
  body.theme-blizzcon-2017 .name-that-thing-capture-view .hints .hint.type-image.reveal-type-cardFlip.order-2 {
    left: 350px; }
  body.theme-blizzcon-2017 .name-that-thing-capture-view .hints .hint.type-image.reveal-type-cardFlip.order-3 {
    left: 570px; }
  body.theme-blizzcon-2017 .name-that-thing-capture-view .hints .hint.type-image.reveal-type-cardFlip.order-4 {
    left: 790px; }
  body.theme-blizzcon-2017 .name-that-thing-capture-view .hints .hint.type-image.reveal-type-cardFlip.order-5 {
    left: 1010px; }
  body.theme-blizzcon-2017 .name-that-thing-capture-view .hints .hint.type-image.reveal-type-cardFlip.order-6 {
    left: 1230px; }
  body.theme-blizzcon-2017 .name-that-thing-capture-view .hints .hint.type-image.reveal-type-cardFlip .image-container {
    height: 310px; }
  body.theme-blizzcon-2017 .name-that-thing-capture-view .hints .hint.type-image.reveal-type-cardFlip .image {
    background-position: bottom center;
    background-color: #000;
    border-radius: 3px;
    border: 2px solid #218ffe;
    background-size: cover; }
  body.theme-blizzcon-2017 .name-that-thing-capture-view .hints .hint.type-image.reveal-type-cardFlip .back {
    background: url(/images/namethatthing/silhouette.png) bottom center no-repeat #000;
    background-size: 170% auto;
    border: 2px solid #218ffe;
    border-radius: 3px; }
  body.theme-blizzcon-2017 .name-that-thing-capture-view .hints .hint.type-image.reveal-type-cardFlip .image,
  body.theme-blizzcon-2017 .name-that-thing-capture-view .hints .hint.type-image.reveal-type-cardFlip .back {
    height: 310px;
    width: 180px; }

#show-nav {
  background-image: none !important; }

body.capturing {
  background: none !important; }

.clarendon, body.theme-cfbgamenight .game-container .sav-question-container .sav-submission-points,
body.theme-cfbgamenight .game-container .sav-question-container .sav-submission-votes,
body.theme-cfbgamenight .game-container .sav-question-container .author, body.theme-cfbgamenight #countdown-capture .counting {
  font-family: "Clarendon";
  letter-spacing: 1px; }

.tungsten {
  font-family: "tungsten";
  letter-spacing: 1px; }

.nexa-black, body.theme-cfbgamenight .family-feud-question-reveal, body.theme-cfbgamenight .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text, body.theme-cfbgamenight namethatthing-capture span, body.theme-cfbgamenight .typedanswers-capture-view .submissions-area.num-players-3, body.theme-cfbgamenight .typedanswers-capture-view .submissions-area.num-players-3 .submission, body.theme-cfbgamenight .typedanswers-capture-view .submissions-area.num-players-3 .player-name, body.theme-cfbgamenight .typedanswers-capture-view .title-area, body.theme-cfbgamenight #discussion-capture, body.theme-cfbgamenight #discussion-capture .host-name,
body.theme-cfbgamenight #discussion-capture .name, body.theme-cfbgamenight #countdown-capture .player-name, body.theme-cfbgamenight #countdown-capture .countdown, body.theme-cfbgamenight .red-box,
body.theme-cfbgamenight .drawing-capture-view .drawing-answer,
body.theme-cfbgamenight .answer.red-box, body.theme-cfbgamenight .title-box, body.theme-cfbgamenight .game-box, body.theme-cfbgamenight #main-capture .buzzes li, body.theme-cfbgamenight #main-capture .host-overlay .host-name, body.theme-cfbgamenight #main-capture ul.players-list li.player, body.theme-cfbgamenight #main-capture ul.players-list li.player .score {
  font-family: "nexa";
  font-weight: 800; }

body.theme-cfbgamenight {
  background: url("/images/themes/cfbgamenight/gameboard/full-bg.png"); }
  body.theme-cfbgamenight .logo.episode {
    background-image: url(/images/episodes/cfbgamenight/logo.png); }
  body.theme-cfbgamenight .family-feud-question-reveal {
    width: 1206px;
    margin-left: 58px;
    padding-top: 30px; }
    body.theme-cfbgamenight .family-feud-question-reveal .question-name {
      background-image: url(/images/themes/cfbgamenight/gameboard/family_feud/question-box.png);
      height: 120px;
      margin-right: 0px;
      margin-left: 0px;
      margin-bottom: 20px; }
      body.theme-cfbgamenight .family-feud-question-reveal .question-name table {
        height: 90px; }
        body.theme-cfbgamenight .family-feud-question-reveal .question-name table td {
          font-size: 25px;
          padding: unset; }
    body.theme-cfbgamenight .family-feud-question-reveal .answers {
      width: auto; }
      body.theme-cfbgamenight .family-feud-question-reveal .answers .answer {
        background: url(/images/themes/cfbgamenight/gameboard/family_feud/answer-box.png) top center no-repeat;
        padding-top: 0px;
        width: 596px;
        margin: 5px 0 24px 0;
        height: 80px;
        font-size: 23px; }
        body.theme-cfbgamenight .family-feud-question-reveal .answers .answer table {
          width: 475px;
          height: 83px; }
          body.theme-cfbgamenight .family-feud-question-reveal .answers .answer table td {
            padding: 0 10px;
            line-height: 0.9em; }
          body.theme-cfbgamenight .family-feud-question-reveal .answers .answer table.text-len-10 {
            font-size: 23px; }
          body.theme-cfbgamenight .family-feud-question-reveal .answers .answer table.text-len-20 {
            font-size: 25px; }
          body.theme-cfbgamenight .family-feud-question-reveal .answers .answer table.text-len-30 {
            font-size: 22px; }
          body.theme-cfbgamenight .family-feud-question-reveal .answers .answer table.text-len-40 {
            font-size: 18px; }
          body.theme-cfbgamenight .family-feud-question-reveal .answers .answer table.text-len-50 {
            font-size: 14px; }
        body.theme-cfbgamenight .family-feud-question-reveal .answers .answer:before {
          background: #000; }
        body.theme-cfbgamenight .family-feud-question-reveal .answers .answer.notshown {
          width: 576px;
          margin-left: 10px; }
          body.theme-cfbgamenight .family-feud-question-reveal .answers .answer.notshown:before {
            opacity: 1;
            background-color: #061c29;
            height: 70px;
            top: 3px;
            left: 6px;
            width: 565px; }
        body.theme-cfbgamenight .family-feud-question-reveal .answers .answer .points {
          border-left: 4px solid rgba(178, 117, 0, 0.25);
          right: 8px;
          padding-top: 3px;
          width: 110px;
          top: 3px;
          font-size: 25px; }
  body.theme-cfbgamenight .name-that-thing-capture-view .thing-meta {
    padding: 0px; }
  body.theme-cfbgamenight .name-that-thing-capture-view .title-box {
    font-size: 27px;
    line-height: 90px; }
  body.theme-cfbgamenight .name-that-thing-capture-view .question-meta .game-box {
    font-size: 23px;
    position: absolute;
    top: 40px; }
  body.theme-cfbgamenight .num-hints-1 .hint.type-image .image-border {
    background: none !important; }
  body.theme-cfbgamenight .num-hints-1 .hint.type-image .image-container {
    height: 480px !important; }
  body.theme-cfbgamenight .name-that-thing-capture-view .hints {
    padding-top: 130px; }
    body.theme-cfbgamenight .name-that-thing-capture-view .hints .hint {
      font-size: 25px; }
      body.theme-cfbgamenight .name-that-thing-capture-view .hints .hint .type-image .reveal-type-cardFlip .back {
        transform: rotateY(0deg);
        background: url("/images/themes/cfbgamenight/gameboard/name_that_thing/card-back.png") top center no-repeat !important;
        background-size: 97%; }
  body.theme-cfbgamenight .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text {
    background: url(/images/themes/cfbgamenight/gameboard/name_that_thing/cluebox.png) top center no-repeat;
    color: #fff !important;
    line-height: 80px;
    height: 80px;
    width: 1244px;
    margin: 0 auto 20px auto;
    font-size: 25px; }
  body.theme-cfbgamenight namethatthing-capture span {
    display: block;
    color: #fff;
    font-size: 34px;
    margin-top: -5px; }
  body.theme-cfbgamenight .drawing-capture-view.show-answer .drawing-answer-image {
    display: none; }
  body.theme-cfbgamenight .drawing-capture-view .drawing-board {
    margin-left: -540px;
    top: 120px; }
  body.theme-cfbgamenight drawing-points.game-box-right {
    display: block; }
  body.theme-cfbgamenight drawing-points.game-box-right::last-letter {
    size: 3em; }
  body.theme-cfbgamenight .drawing-answer {
    color: #fff !important; }
  body.theme-cfbgamenight .meta-box,
  body.theme-cfbgamenight .sav-question-vote-msg,
  body.theme-cfbgamenight .sav-capture-split-view .sav-question,
  body.theme-cfbgamenight .sav-capture-split-view .timer-display {
    border-radius: 0px;
    border: 2px solid #ed3d3f;
    background: #a30d0f;
    font-family: 'FrizQuadrataRegular';
    text-transform: uppercase; }
  body.theme-cfbgamenight .game-container .sav-capture-view,
  body.theme-cfbgamenight .game-container .submit-and-vote-capture-view {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute; }
  body.theme-cfbgamenight .game-container .submit-and-vote-capture-view .question-number,
  body.theme-cfbgamenight .game-container .submit-and-vote-capture-view .sav-active-question-points {
    top: 40px; }
  body.theme-cfbgamenight .game-container .submit-and-vote-capture-view .sav-question-vote-msg {
    padding: 12px 0 8px; }
  body.theme-cfbgamenight .game-container .submit-and-vote-capture-view .sav-submission-list,
  body.theme-cfbgamenight .game-container .submit-and-vote-capture-view .blank-question {
    top: 140px; }
  body.theme-cfbgamenight .game-container .submit-and-vote-capture-view .blank-question {
    position: relative; }
  body.theme-cfbgamenight .game-container .sav-question-container .sav-submission-points,
  body.theme-cfbgamenight .game-container .sav-question-container .sav-submission-votes,
  body.theme-cfbgamenight .game-container .sav-question-container .author {
    background: none;
    border: none;
    box-shadow: none; }
  body.theme-cfbgamenight .game-container .sav-question-container .author {
    font-size: 46px;
    margin-top: 20px;
    margin-bottom: 10px; }
  body.theme-cfbgamenight .game-container .sav-question-container .sav-submission-points,
  body.theme-cfbgamenight .game-container .sav-question-container .sav-submission-votes {
    font-size: 30px; }
  body.theme-cfbgamenight .game-container .sav-question-inner .image {
    border-radius: 0px;
    border-color: #ed3d3f; }
  body.theme-cfbgamenight .typedanswers-capture-view.show-submissions .submissions-area {
    transform: translateX(10px); }
  body.theme-cfbgamenight .typedanswers-capture-view.show-submissions .videos-area {
    -webkit-transform: translateX(-190px); }
  body.theme-cfbgamenight .typedanswers-capture-view.show-question .title-area {
    -webkit-transform: translateY(20px); }
  body.theme-cfbgamenight .typedanswers-capture-view.show-question .videos-area {
    width: 860px;
    height: 483.75px;
    margin-left: -430px;
    overflow: hidden; }
  body.theme-cfbgamenight .typedanswers-capture-view .submissions-area.num-players-3 {
    bottom: -4px; }
    body.theme-cfbgamenight .typedanswers-capture-view .submissions-area.num-players-3 .submission {
      margin: 0 0 27px 0;
      border: 1px solid #ed3d3f;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 0px; }
    body.theme-cfbgamenight .typedanswers-capture-view .submissions-area.num-players-3 .player-name {
      background: #a30d0f;
      border-color: #ed3d3f; }
  body.theme-cfbgamenight .typedanswers-capture-view .title-area {
    border: 2px solid #ed3d3f;
    background: rgba(0, 0, 0, 0.7);
    height: 92px;
    padding: 0px; }
    body.theme-cfbgamenight .typedanswers-capture-view .title-area table {
      height: 90px; }
      body.theme-cfbgamenight .typedanswers-capture-view .title-area table td {
        padding: 0px;
        line-height: 60px; }
  body.theme-cfbgamenight .typedanswers-capture-view .videos-area {
    border: 2px solid #ed3d3f;
    border-radius: 0px;
    bottom: 24px; }
  body.theme-cfbgamenight #discussion-capture {
    background-image: none !important; }
    body.theme-cfbgamenight #discussion-capture .discussion-overlay {
      background-image: url(/images/themes/cfbgamenight/discussion.png);
      v-index: 0; }
    body.theme-cfbgamenight #discussion-capture .logo.episode {
      width: 450px;
      top: 100px !important;
      z-index: 22 !important;
      left: 100px !important; }
    body.theme-cfbgamenight #discussion-capture .host-name,
    body.theme-cfbgamenight #discussion-capture .name {
      text-transform: uppercase;
      font-size: 48px; }
    body.theme-cfbgamenight #discussion-capture .host-overlay {
      background-image: url(/images/themes/cfbgamenight/discussion.png); }
      body.theme-cfbgamenight #discussion-capture .host-overlay .host-webcam-cover {
        width: 581px;
        height: 435px;
        left: -102px;
        top: -465px; }
      body.theme-cfbgamenight #discussion-capture .host-overlay .host-name {
        text-align: center;
        top: -74px;
        color: #fff;
        left: -75px;
        width: 480px;
        padding-top: 7px; }
    body.theme-cfbgamenight #discussion-capture .player-image {
      left: 10px !important; }
    body.theme-cfbgamenight #discussion-capture li.player .name {
      top: -84px;
      left: 0px;
      padding-top: 5px; }
    body.theme-cfbgamenight #discussion-capture li.player:nth-of-type(1) .name {
      color: #fff; }
    body.theme-cfbgamenight #discussion-capture li.player.order-1 {
      top: 978px;
      margin-left: -238px; }
      body.theme-cfbgamenight #discussion-capture li.player.order-1 .webcam-cover {
        top: -411px; }
      body.theme-cfbgamenight #discussion-capture li.player.order-1 .player-plate {
        top: -3px; }
      body.theme-cfbgamenight #discussion-capture li.player.order-1 .name {
        color: #fff;
        top: -20px;
        font-size: 45px; }
    body.theme-cfbgamenight #discussion-capture li.player.order-2, body.theme-cfbgamenight #discussion-capture li.player.order-0 {
      top: 995px; }
    body.theme-cfbgamenight #discussion-capture li.player.order-0 {
      left: 80px; }
    body.theme-cfbgamenight #discussion-capture li.player.order-2 {
      right: -20px; }
      body.theme-cfbgamenight #discussion-capture li.player.order-2 .name {
        color: #fff; }
      body.theme-cfbgamenight #discussion-capture li.player.order-2 .player-plate {
        right: 214px; }
    body.theme-cfbgamenight #discussion-capture li.player .player-plate {
      top: -18px; }
  body.theme-cfbgamenight #discussion-capture .webcam-nameplate .score,
  body.theme-cfbgamenight #discussion-capture ul.players-list li.player .player-plate .score {
    z-index: 3;
    height: 61px;
    line-height: 61px;
    bottom: 26px;
    position: absolute;
    float: none;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    text-align: right;
    top: -80px;
    right: -100px;
    font-size: 30px;
    width: 98px;
    font-family: "nexa";
    font-weight: 800; }
  body.theme-cfbgamenight #discussion-capture .webcam-nameplate .name,
  body.theme-cfbgamenight #discussion-capture ul.players-list li.player .player-plate .name {
    width: 480px;
    text-align: center; }
  body.theme-cfbgamenight #discussion-capture ul.players-list li.player:nth-child(1) .player-plate .score {
    right: -85px; }
  body.theme-cfbgamenight #discussion-capture ul.players-list li.player:nth-child(2) .player-plate .score {
    top: -18px;
    right: -78px; }
  body.theme-cfbgamenight #discussion-capture ul.players-list li.player:nth-child(3) .player-plate .score {
    right: -62px; }
  body.theme-cfbgamenight #discussion-capture ul.players-list li.player .player-plate .name {
    text-align: left;
    padding-left: 10px; }
  body.theme-cfbgamenight #discussion-capture ul.players-list li.player:nth-child(1) .player-plate .name {
    padding-left: 18px; }
  body.theme-cfbgamenight #discussion-capture ul.players-list.are-all-scores-zero li.player .player-plate .score {
    display: none !important; }
  body.theme-cfbgamenight #discussion-capture ul.players-list.are-all-scores-zero li.player .player-plate .name {
    text-align: center; }
  body.theme-cfbgamenight .capturing {
    background-image: none !important; }
  body.theme-cfbgamenight #countdown-capture {
    background: none !important; }
    body.theme-cfbgamenight #countdown-capture .overlay {
      background-image: url(/images/themes/cfbgamenight/countdown.png);
      height: 100%; }
    body.theme-cfbgamenight #countdown-capture .logo.episode {
      width: 450px;
      top: 172px;
      z-index: 22;
      left: 29%; }
    body.theme-cfbgamenight #countdown-capture .player-image {
      z-index: 0;
      width: 427px;
      height: 293px;
      background-size: cover; }
      body.theme-cfbgamenight #countdown-capture .player-image.order-0 {
        left: 146px;
        bottom: 220px; }
      body.theme-cfbgamenight #countdown-capture .player-image.order-1 {
        top: 135px;
        margin-left: -11.1%; }
      body.theme-cfbgamenight #countdown-capture .player-image.order-2 {
        right: 148px;
        bottom: 220px; }
    body.theme-cfbgamenight #countdown-capture .player-name {
      color: black;
      text-transform: uppercase;
      font-size: 40px; }
      body.theme-cfbgamenight #countdown-capture .player-name.order-0, body.theme-cfbgamenight #countdown-capture .player-name.order-2 {
        bottom: 144px; }
      body.theme-cfbgamenight #countdown-capture .player-name.order-0 {
        color: #fff;
        left: 145px; }
      body.theme-cfbgamenight #countdown-capture .player-name.order-1 {
        top: 453px;
        left: 962px;
        color: #fff; }
      body.theme-cfbgamenight #countdown-capture .player-name.order-2 {
        right: 140px;
        color: #fff; }
    body.theme-cfbgamenight #countdown-capture .countdown {
      top: 70%;
      left: 43%;
      z-index: 40;
      background: none; }
    body.theme-cfbgamenight #countdown-capture .counting {
      letter-spacing: 8px;
      font-size: 60px; }
  body.theme-cfbgamenight #signoff-capture {
    background: url(/images/themes/cfbgamenight/outro.png); }
    body.theme-cfbgamenight #signoff-capture .signoff-message {
      display: none;
      top: 675px;
      font-size: 60px;
      color: #e6d948 !important;
      width: 1300px;
      height: 122px;
      line-height: 122px;
      font-family: "FrizQuadrataRegular";
      text-transform: uppercase;
      font-weight: 900;
      color: #000;
      left: 50%;
      margin-left: -635px;
      letter-spacing: 1px; }
      body.theme-cfbgamenight #signoff-capture .signoff-message .gradient-text {
        text-shadow: none;
        -webkit-text-fill-color: inherit; }
        body.theme-cfbgamenight #signoff-capture .signoff-message .gradient-text:after {
          display: none;
          opacity: 0;
          content: ""; }
    body.theme-cfbgamenight #signoff-capture .matcherino-status-container {
      display: none; }
  body.theme-cfbgamenight .multiplechoice-area, body.theme-cfbgamenight .game-container {
    font-family: 'FrizQuadrataRegular' !important; }
    body.theme-cfbgamenight .multiplechoice-area .multiplechoice-options .option-container, body.theme-cfbgamenight .game-container .multiplechoice-options .option-container {
      border: 2px solid #ffd366;
      border-radius: unset !important;
      -moz-box-shadow: 0px 0px 1px 4px #c8a55b;
      -webkit-box-shadow: 0px 0px 1px 4px #c8a55b;
      box-shadow: 0px 0px 1px 4px #c8a55b; }
      body.theme-cfbgamenight .multiplechoice-area .multiplechoice-options .option-container::before, body.theme-cfbgamenight .game-container .multiplechoice-options .option-container::before {
        border-radius: unset !important; }
    body.theme-cfbgamenight .multiplechoice-area .multiplechoice-options .option-container.right, body.theme-cfbgamenight .game-container .multiplechoice-options .option-container.right {
      border: 4px solid #008000;
      -moz-box-shadow: 0px 0px 1px 4px #006600;
      -webkit-box-shadow: 0px 0px 1px 4px #006600;
      box-shadow: 0px 0px 1px 4px #006600; }
  body.theme-cfbgamenight #show-header .panel-info .panel-heading {
    background-color: #000 !important; }
    body.theme-cfbgamenight #show-header .panel-info .panel-heading .panel-title {
      color: #fff !important; }
    body.theme-cfbgamenight #show-header .panel-info .panel-heading .buzzer-admin {
      color: #fff !important; }
  body.theme-cfbgamenight #production .game-container, body.theme-cfbgamenight #player-view .game-container {
    background-image: url(/images/themes/cfbgamenight/gameboard/gameboard-bg.png); }
  body.theme-cfbgamenight #production .panel-info .panel-heading, body.theme-cfbgamenight #player-view .panel-info .panel-heading {
    background-color: #000 !important; }
    body.theme-cfbgamenight #production .panel-info .panel-heading .panel-title, body.theme-cfbgamenight #player-view .panel-info .panel-heading .panel-title {
      color: #fff !important; }
    body.theme-cfbgamenight #production .panel-info .panel-heading .buzzer-admin, body.theme-cfbgamenight #player-view .panel-info .panel-heading .buzzer-admin {
      color: #fff !important; }
  body.theme-cfbgamenight .cardFlip {
    margin-left: 30px; }
  body.theme-cfbgamenight .reveal-type-cardFlip {
    width: 200px !important;
    height: 300px !important; }
    body.theme-cfbgamenight .reveal-type-cardFlip .image {
      background-size: cover !important; }
  body.theme-cfbgamenight .image-container {
    height: 300px !important; }
  body.theme-cfbgamenight .back {
    background-image: url(/images/themes/cfbgamenight/gameboard/name_that_thing/card-back.png) !important;
    width: 200px !important;
    height: 100% !important;
    background-size: cover !important; }
  body.theme-cfbgamenight .red-box,
  body.theme-cfbgamenight .drawing-capture-view .drawing-answer,
  body.theme-cfbgamenight .answer.red-box {
    background-image: url(/images/themes/cfbgamenight/gameboard/answer-bar.png);
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
    font-size: 48px;
    line-height: 171px;
    text-shadow: none; }
  body.theme-cfbgamenight .red-box {
    bottom: -10px; }
  body.theme-cfbgamenight .title-box {
    background: url(/images/themes/cfbgamenight/gameboard/titlebox.png) center center no-repeat;
    width: 522px;
    height: 90px;
    margin-left: -261px;
    color: #FFFFFF;
    font-size: 32px;
    text-shadow: none;
    padding: 0px;
    line-height: 97px;
    top: 10px; }
    body.theme-cfbgamenight .title-box .timer-countdown {
      font-size: 50px; }
  body.theme-cfbgamenight .game-box {
    width: 252px;
    height: 58px;
    background: url(/images/themes/cfbgamenight/gameboard/name_that_thing/round-points-box.png) center center no-repeat;
    padding: 0px;
    line-height: 59px;
    position: absolute;
    color: #fff;
    font-size: 28px;
    padding-top: 0px;
    top: 40px; }
    body.theme-cfbgamenight .game-box.game-box-left {
      left: 30px; }
    body.theme-cfbgamenight .game-box.game-box-right {
      right: 30px; }
  body.theme-cfbgamenight .capture-area {
    background-image: url(/images/themes/cfbgamenight/gameboard/cutout-bg.png); }
    body.theme-cfbgamenight .capture-area .episode {
      background-image: url(/images/themes/cfbgamenight/episode-logo.png); }
  body.theme-cfbgamenight #main-capture {
    background-image: url(/images/themes/cfbgamenight/gameboard/cutout-bg.png); }
  body.theme-cfbgamenight #game-area {
    background-image: url(/images/themes/cfbgamenight/gameboard/gameboard-bg.png);
    background-position: center 25px;
    background-size: contain;
    top: -12px;
    height: 686px; }
  body.theme-cfbgamenight #main-capture.showBuzzes-on .logo.episode {
    transform: translateX(0); }
  body.theme-cfbgamenight #main-capture #medias-wrong1 {
    right: 815px; }
  body.theme-cfbgamenight #main-capture #medias-scorehighlight1,
  body.theme-cfbgamenight #main-capture #medias-scorehighlight2,
  body.theme-cfbgamenight #main-capture #medias-scorehighlight3 {
    display: none; }
  body.theme-cfbgamenight #main-capture #medias-buzzer1,
  body.theme-cfbgamenight #main-capture #medias-heart1 {
    left: 28%; }
  body.theme-cfbgamenight #main-capture #medias-buzzer2,
  body.theme-cfbgamenight #main-capture #medias-heart2 {
    left: 50.7%; }
  body.theme-cfbgamenight #main-capture #medias-buzzer3,
  body.theme-cfbgamenight #main-capture #medias-heart3 {
    right: -44px;
    left: unset; }
  body.theme-cfbgamenight #main-capture #medias-buzzer3,
  body.theme-cfbgamenight #main-capture #medias-buzzer2,
  body.theme-cfbgamenight #main-capture #medias-buzzer1,
  body.theme-cfbgamenight #main-capture #medias-heart3,
  body.theme-cfbgamenight #main-capture #medias-heart2,
  body.theme-cfbgamenight #main-capture #medias-heart1 {
    width: 555px;
    height: 500px;
    top: 54%; }
  body.theme-cfbgamenight #main-capture .matcherino-status-container {
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #f2ac3c;
    bottom: 18px;
    border-radius: 25px; }
    body.theme-cfbgamenight #main-capture .matcherino-status-container .cta {
      padding-right: 12px; }
      body.theme-cfbgamenight #main-capture .matcherino-status-container .cta:after {
        display: none; }
  body.theme-cfbgamenight #main-capture .matcherino-notifier-container {
    bottom: 19px; }
    body.theme-cfbgamenight #main-capture .matcherino-notifier-container .matcherino-donation-notif {
      background: #000;
      border: 2px solid #f2ac3c;
      box-shadow: 0px 0px 15px #f2ac3c;
      border-radius: 25px;
      color: #fff; }
      body.theme-cfbgamenight #main-capture .matcherino-notifier-container .matcherino-donation-notif .amount {
        color: #fff; }
  body.theme-cfbgamenight #main-capture .buzzes {
    width: 520px !important;
    height: 160px;
    bottom: 215px;
    left: 46px !important;
    padding: 10px;
    border: none;
    background: url(/images/themes/cfbgamenight/gameboard/main-buzzerqueuebox.png) top center no-repeat;
    background-size: contain; }
    body.theme-cfbgamenight #main-capture .buzzes ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
      height: 78px;
      margin-top: 6px;
      margin-left: 6px;
      width: 97.8%; }
    body.theme-cfbgamenight #main-capture .buzzes li {
      height: 38px;
      line-height: 39px;
      border-radius: 7px;
      font-size: 23px;
      background: #9e3bb4;
      color: #fff; }
      body.theme-cfbgamenight #main-capture .buzzes li:before {
        height: 37px;
        line-height: 37px; }
  body.theme-cfbgamenight #main-capture div.logo.episode {
    display: none;
    top: 870px;
    left: 50px;
    width: 500px; }
  body.theme-cfbgamenight #main-capture .logo.patreon,
  body.theme-cfbgamenight #main-capture .logo.youtube {
    bottom: 80px;
    display: none; }
  body.theme-cfbgamenight #main-capture .logo.patreon {
    left: 80px; }
  body.theme-cfbgamenight #main-capture .logo.youtube {
    left: 320px; }
  body.theme-cfbgamenight #main-capture .episode-logo-host {
    width: 250px;
    height: 250px;
    background-image: url(/images/themes/cfbgamenight/episode-logo.png);
    z-index: 1000;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 170px;
    top: 10px; }
  body.theme-cfbgamenight #main-capture .host-overlay {
    width: 582px;
    top: 168px;
    height: 665px; }
    body.theme-cfbgamenight #main-capture .host-overlay .host-webcam-cover {
      top: 25px;
      left: 51px;
      width: 507px;
      height: 352px; }
    body.theme-cfbgamenight #main-capture .host-overlay .overlay {
      background-image: url(/images/themes/cfbgamenight/gameboard/main-host-box.png);
      background-position: top right;
      z-index: 1; }
    body.theme-cfbgamenight #main-capture .host-overlay .host-name {
      font-size: 36px;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      top: 413px;
      width: 384px;
      line-height: 56px; }
  body.theme-cfbgamenight #main-capture ul.players-list {
    width: 1316px;
    right: 8px;
    bottom: 9px; }
    body.theme-cfbgamenight #main-capture ul.players-list li.player .drawing-marker {
      border-radius: 0px;
      top: 260px; }
    body.theme-cfbgamenight #main-capture ul.players-list li.player .overlay {
      top: 10px;
      z-index: 2;
      background-size: contain; }
    body.theme-cfbgamenight #main-capture ul.players-list li.player .name {
      font-size: 30px;
      text-align: center;
      top: 313px;
      left: 22px;
      text-transform: uppercase; }
    body.theme-cfbgamenight #main-capture ul.players-list li.player:nth-of-type(1) {
      left: 6px; }
      body.theme-cfbgamenight #main-capture ul.players-list li.player:nth-of-type(1) .overlay {
        background-image: url(/images/themes/cfbgamenight/gameboard/main-player-window.png); }
      body.theme-cfbgamenight #main-capture ul.players-list li.player:nth-of-type(1) .name {
        color: #FFF; }
    body.theme-cfbgamenight #main-capture ul.players-list li.player:nth-of-type(2) {
      left: 443px; }
      body.theme-cfbgamenight #main-capture ul.players-list li.player:nth-of-type(2) .overlay {
        background-image: url(/images/themes/cfbgamenight/gameboard/main-player-window.png); }
      body.theme-cfbgamenight #main-capture ul.players-list li.player:nth-of-type(2) .name {
        color: #FFF; }
    body.theme-cfbgamenight #main-capture ul.players-list li.player:nth-of-type(3) {
      left: 878px; }
      body.theme-cfbgamenight #main-capture ul.players-list li.player:nth-of-type(3) .overlay {
        background-image: url(/images/themes/cfbgamenight/gameboard/main-player-window.png); }
      body.theme-cfbgamenight #main-capture ul.players-list li.player:nth-of-type(3) .name {
        color: #FFF; }
    body.theme-cfbgamenight #main-capture ul.players-list li.player .webcam-cover {
      width: 387px;
      height: 267px;
      top: 30px;
      left: 20px;
      z-index: 1; }
    body.theme-cfbgamenight #main-capture ul.players-list li.player .hearts-list {
      left: 32px;
      top: 32px; }
    body.theme-cfbgamenight #main-capture ul.players-list li.player .score {
      top: 313px;
      right: 40px;
      font-size: 30px;
      width: 98px; }

.hint .reveal-type-zoom {
  border: none !important; }

.player-bg, body.theme-chromashift2025_3p .red-box,
body.theme-chromashift2025_3p .drawing-capture-view .drawing-answer,
body.theme-chromashift2025_3p .answer.red-box, body.theme-chromashift2025_3p #main-capture ul.players-list li.player .player-plate {
  background: none;
    background-border: none; }

.blink, body.theme-chromashift2025_3p #main-capture ul.players-list li.player.buzzed .buzzer-overlay {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite; }

@keyframes blink-animation {
  to {
    visibility: hidden;
    background-color: yellow; } }

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
    background-color: yellow; } }

#show-nav {
  background-image: none !important; }

body.capturing {
  background: none !important; }

.clarendon, body.theme-chromashift2025_3p .game-container .sav-question-container .sav-submission-points,
body.theme-chromashift2025_3p .game-container .sav-question-container .sav-submission-votes,
body.theme-chromashift2025_3p .game-container .sav-question-container .author {
  font-family: "Clarendon";
  letter-spacing: 1px; }

.tungsten, body.theme-chromashift2025_3p .improv-capture-view .hints .hint.reveal-type-fade.type-text, body.theme-chromashift2025_3p improv-capture span {
  font-family: "tungsten";
  letter-spacing: 1px; }

.madetommy, body.theme-chromashift2025_3p .family-feud-question-reveal, body.theme-chromashift2025_3p .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text, body.theme-chromashift2025_3p namethatthing-capture span, body.theme-chromashift2025_3p .typedanswers-capture-view .submissions-area.num-players-3, body.theme-chromashift2025_3p .typedanswers-capture-view .submissions-area.num-players-3 .submission, body.theme-chromashift2025_3p .typedanswers-capture-view .submissions-area.num-players-3 .player-name, body.theme-chromashift2025_3p .typedanswers-capture-view .title-area, body.theme-chromashift2025_3p #discussion-capture, body.theme-chromashift2025_3p #discussion-capture .host-name,
body.theme-chromashift2025_3p #discussion-capture .name, body.theme-chromashift2025_3p #countdown-capture .player-name, body.theme-chromashift2025_3p #countdown-capture .countdown-container .countdown-title div, body.theme-chromashift2025_3p #countdown-capture .countdown, body.theme-chromashift2025_3p #countdown-capture .counting, body.theme-chromashift2025_3p .red-box,
body.theme-chromashift2025_3p .drawing-capture-view .drawing-answer,
body.theme-chromashift2025_3p .answer.red-box, body.theme-chromashift2025_3p .title-box, body.theme-chromashift2025_3p .game-box, body.theme-chromashift2025_3p #main-capture .buzzes li, body.theme-chromashift2025_3p #main-capture .host-overlay .host-name, body.theme-chromashift2025_3p #main-capture ul.players-list li.player, body.theme-chromashift2025_3p #main-capture ul.players-list li.player .player-plate .score {
  font-family: "MadeTommy";
  letter-spacing: 1px; }

body.theme-chromashift2025_3p {
  background: unset;
  background-color: #14a0e2; }
  body.theme-chromashift2025_3p .logo.episode {
    background-image: url(/images/episodes/valorant/logo.png); }
  body.theme-chromashift2025_3p #production .panel-players-list .hearts-list, body.theme-chromashift2025_3p #player-view .panel-players-list .hearts-list {
    position: absolute;
    left: 50%;
    margin-top: -25px !important; }
  body.theme-chromashift2025_3p #production .family-feud-question-reveal, body.theme-chromashift2025_3p #player-view .family-feud-question-reveal {
    height: 100%;
    background-image: url(/images/themes/chromashift2025_3p/gameboard/default/game-board.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 2px solid #e0b360; }
    body.theme-chromashift2025_3p #production .family-feud-question-reveal .question-name, body.theme-chromashift2025_3p #player-view .family-feud-question-reveal .question-name {
      background-image: none !important;
      background-color: #fcf5e8;
      border: 1px solid #e0b360;
      color: #4e323f;
      text-shadow: none;
      border-radius: 10px;
      display: flex;
      align-items: center; }
      body.theme-chromashift2025_3p #production .family-feud-question-reveal .question-name table td, body.theme-chromashift2025_3p #player-view .family-feud-question-reveal .question-name table td {
        font-size: 40px; }
    body.theme-chromashift2025_3p #production .family-feud-question-reveal .answers, body.theme-chromashift2025_3p #player-view .family-feud-question-reveal .answers {
      row-gap: 20px; }
      body.theme-chromashift2025_3p #production .family-feud-question-reveal .answers .answer, body.theme-chromashift2025_3p #player-view .family-feud-question-reveal .answers .answer {
        height: 75px;
        color: #4e323f !important; }
        body.theme-chromashift2025_3p #production .family-feud-question-reveal .answers .answer table, body.theme-chromashift2025_3p #player-view .family-feud-question-reveal .answers .answer table {
          height: 75px; }
          body.theme-chromashift2025_3p #production .family-feud-question-reveal .answers .answer table td, body.theme-chromashift2025_3p #player-view .family-feud-question-reveal .answers .answer table td {
            font-size: 28px !important; }
        body.theme-chromashift2025_3p #production .family-feud-question-reveal .answers .answer .points, body.theme-chromashift2025_3p #player-view .family-feud-question-reveal .answers .answer .points {
          font-size: 28px;
          height: 75px !important; }
  body.theme-chromashift2025_3p .capture-area .grey-film {
    display: none !important; }
    body.theme-chromashift2025_3p .capture-area .grey-film::after {
      left: -1px; }
  body.theme-chromashift2025_3p .family-feud-capture-view {
    height: 100%;
    background-image: url(/images/themes/chromashift2025_3p/gameboard/default/game-board.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 2px solid #e0b360; }
  body.theme-chromashift2025_3p .family-feud-question-reveal {
    width: 100%;
    margin-left: unset;
    padding-top: 20px;
    float: unset;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 20px; }
    body.theme-chromashift2025_3p .family-feud-question-reveal .question-name {
      height: 100px;
      margin: 0px;
      margin-left: 80px;
      margin-right: 80px;
      background-image: none !important;
      background-color: #f4e6d0;
      border: 3px solid #e0b360;
      color: #4e323f;
      text-shadow: none;
      border-radius: 20px;
      display: flex;
      align-items: center; }
      body.theme-chromashift2025_3p .family-feud-question-reveal .question-name table {
        height: 100%; }
        body.theme-chromashift2025_3p .family-feud-question-reveal .question-name table td {
          font-size: 33px;
          height: 100px;
          padding: unset; }
    body.theme-chromashift2025_3p .family-feud-question-reveal .answers {
      width: auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-auto-flow: column;
      grid-template-rows: repeat(4, 1fr);
      padding: 0px;
      float: unset;
      column-gap: 20px;
      row-gap: 20px;
      padding-left: 80px;
      padding-right: 80px;
      margin-bottom: 20px; }
      body.theme-chromashift2025_3p .family-feud-question-reveal .answers .answer {
        background-image: none !important;
        background-color: #f4e6d0;
        border: 3px solid #e0b360;
        padding-top: 0px;
        width: 100%;
        border-radius: 20px;
        height: 100px;
        font-size: 28px !important;
        margin: unset;
        padding: unset;
        text-shadow: none;
        color: #4e323f; }
        body.theme-chromashift2025_3p .family-feud-question-reveal .answers .answer table {
          width: 100%;
          height: 94px;
          text-align: left; }
          body.theme-chromashift2025_3p .family-feud-question-reveal .answers .answer table td {
            padding: 0 10px;
            line-height: 0.9em;
            font-size: 28px !important;
            padding-left: 60px; }
          body.theme-chromashift2025_3p .family-feud-question-reveal .answers .answer table.text-len-10 {
            font-size: 28px; }
          body.theme-chromashift2025_3p .family-feud-question-reveal .answers .answer table.text-len-20 {
            font-size: 25px; }
          body.theme-chromashift2025_3p .family-feud-question-reveal .answers .answer table.text-len-30 {
            font-size: 22px; }
          body.theme-chromashift2025_3p .family-feud-question-reveal .answers .answer table.text-len-40 {
            font-size: 18px; }
          body.theme-chromashift2025_3p .family-feud-question-reveal .answers .answer table.text-len-50 {
            font-size: 14px; }
        body.theme-chromashift2025_3p .family-feud-question-reveal .answers .answer:before {
          background-image: unset !important;
          background-color: #232323 !important;
          border-radius: 15px !important; }
        body.theme-chromashift2025_3p .family-feud-question-reveal .answers .answer.notshown {
          width: 100%;
          margin-left: 0px; }
          body.theme-chromashift2025_3p .family-feud-question-reveal .answers .answer.notshown:before {
            opacity: 1;
            background-color: #061c29;
            top: 0px;
            left: 0%;
            margin: 0px;
            border: 1px solid #e0b360;
            border-radius: 20px; }
        body.theme-chromashift2025_3p .family-feud-question-reveal .answers .answer .text-length-classes {
          height: 94px; }
        body.theme-chromashift2025_3p .family-feud-question-reveal .answers .answer .points {
          border-left: 4px solid rgba(178, 117, 0, 0.25);
          right: 0px;
          padding-top: 0px;
          width: 110px;
          top: -1px;
          height: 94px !important;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 28px;
          text-shadow: none;
          color: #4e323f;
          top: -1px;
          border: none; }
  body.theme-chromashift2025_3p #production .name-that-thing-capture-view .title-box, body.theme-chromashift2025_3p #player-view .name-that-thing-capture-view .title-box {
    background-color: none !important;
    top: -3px !important;
    height: 90px;
    border-radius: 10px;
    font-size: 37px; }
  body.theme-chromashift2025_3p #production .name-that-thing-capture-view.hint-type-zoomOut .hint, body.theme-chromashift2025_3p #player-view .name-that-thing-capture-view.hint-type-zoomOut .hint {
    background-color: unset !important; }
  body.theme-chromashift2025_3p #production .name-that-thing-capture-view.audio .hint, body.theme-chromashift2025_3p #player-view .name-that-thing-capture-view.audio .hint {
    background-color: rgba(155, 81, 224, 0.7) !important;
    border: 1px solid #e1e1e1; }
  body.theme-chromashift2025_3p #production .name-that-thing-capture-view.audio .audio-container, body.theme-chromashift2025_3p #player-view .name-that-thing-capture-view.audio .audio-container {
    background: none !important;
    width: 96.4%;
    height: 50px;
    left: 0px;
    margin-left: 24px;
    top: 57% !important; }
    body.theme-chromashift2025_3p #production .name-that-thing-capture-view.audio .audio-container .audio-icon, body.theme-chromashift2025_3p #player-view .name-that-thing-capture-view.audio .audio-container .audio-icon {
      width: 50px;
      height: 50px;
      top: -85px; }
  body.theme-chromashift2025_3p #production .name-that-thing-capture-view .hints, body.theme-chromashift2025_3p #player-view .name-that-thing-capture-view .hints {
    min-height: fit-content;
    padding-left: 2%;
    padding-right: 2%; }
    body.theme-chromashift2025_3p #production .name-that-thing-capture-view .hints.imageToImage .audio-container,
    body.theme-chromashift2025_3p #production .name-that-thing-capture-view .hints.imageToImage .video-container,
    body.theme-chromashift2025_3p #production .name-that-thing-capture-view .hints.imageToImage .fade, body.theme-chromashift2025_3p #player-view .name-that-thing-capture-view .hints.imageToImage .audio-container,
    body.theme-chromashift2025_3p #player-view .name-that-thing-capture-view .hints.imageToImage .video-container,
    body.theme-chromashift2025_3p #player-view .name-that-thing-capture-view .hints.imageToImage .fade {
      display: none !important; }
    body.theme-chromashift2025_3p #production .name-that-thing-capture-view .hints .hint, body.theme-chromashift2025_3p #player-view .name-that-thing-capture-view .hints .hint {
      height: 80px !important;
      font-size: 40px !important;
      background-color: #f4e6d0;
      border: 1px solid #e0b360;
      border-radius: 20px;
      color: #4e323f !important; }
      body.theme-chromashift2025_3p #production .name-that-thing-capture-view .hints .hint.type-image-to-image, body.theme-chromashift2025_3p #player-view .name-that-thing-capture-view .hints .hint.type-image-to-image {
        background-color: unset !important;
        border: none !important; }
  body.theme-chromashift2025_3p #production .name-that-thing-capture-view .question-meta .game-box-left, body.theme-chromashift2025_3p #player-view .name-that-thing-capture-view .question-meta .game-box-left {
    background-image: none;
    background-color: #f4e6d0;
    border: 2px solid #e0b360;
    height: 60px;
    border-radius: 20px;
    color: #4e323f;
    width: 300px;
    font-size: 30px !important;
    box-shadow: none; }
  body.theme-chromashift2025_3p #production .name-that-thing-capture-view .question-meta .game-box-right, body.theme-chromashift2025_3p #player-view .name-that-thing-capture-view .question-meta .game-box-right {
    background-image: none;
    background-color: #f4e6d0;
    height: 60px;
    border-radius: 20px;
    border: 2px solid #e0b360;
    color: #4e323f;
    width: 300px;
    font-size: 30px !important;
    box-shadow: none; }
  body.theme-chromashift2025_3p #production .name-that-thing-capture-view .answer.red-box, body.theme-chromashift2025_3p #player-view .name-that-thing-capture-view .answer.red-box {
    bottom: -20px !important;
    height: 80px !important;
    margin-left: 2%;
    width: 96%;
    background-image: none;
    border: none;
    background-color: #232323;
    border-radius: 20px; }
    body.theme-chromashift2025_3p #production .name-that-thing-capture-view .answer.red-box span, body.theme-chromashift2025_3p #player-view .name-that-thing-capture-view .answer.red-box span {
      font-size: 40px !important; }
  body.theme-chromashift2025_3p .name-that-thing-capture-view {
    background-image: url(/images/themes/chromashift2025_3p/gameboard/default/game-board.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: none !important;
    left: unset;
    margin-left: unset;
    width: 100%;
    height: 100%;
    position: static; }
    body.theme-chromashift2025_3p .name-that-thing-capture-view .hints-container {
      top: 4% !important;
      height: 96% !important; }
    body.theme-chromashift2025_3p .name-that-thing-capture-view .active-question {
      height: 80%; }
      body.theme-chromashift2025_3p .name-that-thing-capture-view .active-question .audio .hint {
        background-color: rgba(155, 81, 224, 0.7) !important;
        border: 1px solid #e1e1e1; }
      body.theme-chromashift2025_3p .name-that-thing-capture-view .active-question .hints {
        height: 100%;
        padding-left: 5%;
        padding-right: 5%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        min-height: fit-content; }
        body.theme-chromashift2025_3p .name-that-thing-capture-view .active-question .hints.imageToImage .audio-container,
        body.theme-chromashift2025_3p .name-that-thing-capture-view .active-question .hints.imageToImage .video-container,
        body.theme-chromashift2025_3p .name-that-thing-capture-view .active-question .hints.imageToImage .fade {
          display: none !important; }
        body.theme-chromashift2025_3p .name-that-thing-capture-view .active-question .hints .hint {
          width: 100% !important;
          display: flex;
          align-items: center;
          justify-content: center;
          background-image: none !important;
          background-color: #f4e6d0;
          border: 2px solid #e0b360;
          color: #4e323f !important;
          border-radius: 20px;
          height: 70px !important;
          text-shadow: none;
          box-shadow: none;
          font-size: 40px !important; }
          body.theme-chromashift2025_3p .name-that-thing-capture-view .active-question .hints .hint.type-image-to-image {
            background-color: unset !important;
            border: none !important; }
          body.theme-chromashift2025_3p .name-that-thing-capture-view .active-question .hints .hint .image-container .image {
            transition-delay: 2s;
            transform: scale(1.5);
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            height: 300px !important;
            width: 526px;
            margin-left: -263px;
            left: 50%;
            position: absolute;
            margin-top: 6%; }
          body.theme-chromashift2025_3p .name-that-thing-capture-view .active-question .hints .hint.type-image-to-image .image-container .image {
            margin-top: -10%; }
    body.theme-chromashift2025_3p .name-that-thing-capture-view .answer.red-box {
      position: relative;
      bottom: 0px;
      margin-top: 30px;
      color: #fff !important;
      font-size: 64px !important;
      width: 90%;
      left: unset;
      margin-left: 5%;
      height: 80px !important;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #232323;
      border-radius: 20px; }
      body.theme-chromashift2025_3p .name-that-thing-capture-view .answer.red-box span {
        font-size: 45px !important;
        margin-top: 2px !important; }
    body.theme-chromashift2025_3p .name-that-thing-capture-view .title-box {
      width: 370px;
      margin-left: unset;
      top: 4px;
      background-size: cover;
      margin-left: -183px;
      padding-top: unset;
      left: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url(/images/themes/chromashift2025_3p/gameboard/default/header.png);
      background-color: none !important;
      height: 70px;
      font-size: 37px;
      border-radius: 0px;
      border-bottom-right-radius: 24px;
      border-bottom-left-radius: 24px; }
    body.theme-chromashift2025_3p .name-that-thing-capture-view .thing-meta {
      padding: 0px; }
    body.theme-chromashift2025_3p .name-that-thing-capture-view .question-meta .game-box {
      margin-top: -40px;
      position: absolute;
      top: 40px;
      width: 300px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 30px !important;
      gap: 10px;
      background-image: none;
      background-color: #f4e6d0;
      border: 2px solid #e0b360;
      height: 60px;
      border-radius: 20px;
      color: #4e323f !important; }
    body.theme-chromashift2025_3p .name-that-thing-capture-view .question-meta .game-box-left {
      left: 5%; }
    body.theme-chromashift2025_3p .name-that-thing-capture-view .question-meta .game-box-right {
      right: 5%; }
    body.theme-chromashift2025_3p .name-that-thing-capture-view.hint-type-zoomOut .hint {
      background-color: unset !important; }
    body.theme-chromashift2025_3p .name-that-thing-capture-view.audio {
      background-image: url(/images/themes/chromashift2025_3p/gameboard/default/game-board.png);
      background-size: cover;
      border-radius: 20px;
      border: 2px solid #e1e1e1; }
      body.theme-chromashift2025_3p .name-that-thing-capture-view.audio .answer.red-box {
        bottom: 80px; }
      body.theme-chromashift2025_3p .name-that-thing-capture-view.audio .hint {
        box-shadow: none !important;
        background-color: rgba(155, 81, 224, 0.7) !important;
        border: 1px solid #e1e1e1; }
        body.theme-chromashift2025_3p .name-that-thing-capture-view.audio .hint.type-image-to-image {
          background-color: unset !important;
          border: none !important; }
        body.theme-chromashift2025_3p .name-that-thing-capture-view.audio .hint .audio-container {
          top: 56%;
          background: none;
          border: none;
          height: 60px;
          width: 90.2%;
          margin-left: 0px;
          left: 55px; }
          body.theme-chromashift2025_3p .name-that-thing-capture-view.audio .hint .audio-container .audio-icon {
            position: absolute;
            top: -150px;
            left: 45%;
            width: 100px;
            height: 100px;
            background: url(/images/themes/vshojo-chaos/audio-icon.png) center center no-repeat;
            background-size: cover; }
  body.theme-chromashift2025_3p .num-hints-1 .hint.type-image .image-border {
    background: none !important; }
  body.theme-chromashift2025_3p .name-that-thing-capture-view .hints {
    padding-top: 90px; }
    body.theme-chromashift2025_3p .name-that-thing-capture-view .hints.simpleImage {
      padding-top: 180px; }
      body.theme-chromashift2025_3p .name-that-thing-capture-view .hints.simpleImage .hint {
        background-color: transparent !important;
        border: none !important; }
        body.theme-chromashift2025_3p .name-that-thing-capture-view .hints.simpleImage .hint .image-container {
          background-color: transparent !important; }
  body.theme-chromashift2025_3p .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text {
    margin: 0 auto 20px auto;
    font-size: 32px; }
  body.theme-chromashift2025_3p namethatthing-capture span {
    display: block;
    color: #fff;
    font-size: 34px;
    margin-top: -5px; }
  body.theme-chromashift2025_3p #production .improv-capture-view .title-box, body.theme-chromashift2025_3p #player-view .improv-capture-view .title-box {
    background-color: none !important;
    top: -3px !important;
    height: 90px;
    border-radius: 10px;
    font-size: 45px; }
  body.theme-chromashift2025_3p #production .improv-capture-view.hint-type-zoomOut .hint, body.theme-chromashift2025_3p #player-view .improv-capture-view.hint-type-zoomOut .hint {
    background-color: unset !important; }
  body.theme-chromashift2025_3p #production .improv-capture-view.audio .hint, body.theme-chromashift2025_3p #player-view .improv-capture-view.audio .hint {
    box-shadow: none !important;
    background-color: rgba(155, 81, 224, 0.7) !important;
    border: 1px solid #e1e1e1; }
    body.theme-chromashift2025_3p #production .improv-capture-view.audio .hint .audio-container, body.theme-chromashift2025_3p #player-view .improv-capture-view.audio .hint .audio-container {
      top: 56%;
      background: none;
      border: none;
      height: 60px;
      width: 90.2%;
      margin-left: 0px;
      left: 55px; }
      body.theme-chromashift2025_3p #production .improv-capture-view.audio .hint .audio-container .audio-icon, body.theme-chromashift2025_3p #player-view .improv-capture-view.audio .hint .audio-container .audio-icon {
        position: absolute;
        top: -150px;
        left: 45%;
        width: 100px;
        height: 100px;
        background: url(/images/themes/vshojo-chaos/audio-icon.png) center center no-repeat;
        background-size: cover; }
  body.theme-chromashift2025_3p #production .improv-capture-view .hints, body.theme-chromashift2025_3p #player-view .improv-capture-view .hints {
    padding-left: 2%;
    padding-right: 2%; }
    body.theme-chromashift2025_3p #production .improv-capture-view .hints .hint, body.theme-chromashift2025_3p #player-view .improv-capture-view .hints .hint {
      height: 80px !important;
      font-size: 40px !important; }
  body.theme-chromashift2025_3p #production .improv-capture-view .question-meta .game-box, body.theme-chromashift2025_3p #player-view .improv-capture-view .question-meta .game-box {
    background-image: none;
    background-color: #f6e9cf;
    border: 2px solid #e0b360;
    height: 60px;
    border-radius: 20px;
    color: #000;
    width: 300px;
    font-size: 30px !important;
    box-shadow: none; }
  body.theme-chromashift2025_3p #production .improv-capture-view .question-meta .game-box-left, body.theme-chromashift2025_3p #player-view .improv-capture-view .question-meta .game-box-left {
    background-image: none;
    background-color: #f6e9cf;
    border: 2px solid #e0b360;
    height: 60px;
    border-radius: 20px;
    color: #000;
    width: 300px;
    font-size: 30px !important;
    box-shadow: none; }
  body.theme-chromashift2025_3p #production .improv-capture-view .question-meta .game-box-right, body.theme-chromashift2025_3p #player-view .improv-capture-view .question-meta .game-box-right {
    background-image: none;
    background-color: #f6e9cf;
    height: 60px;
    border-radius: 20px;
    border: 2px solid #e0b360;
    color: #000;
    width: 300px;
    font-size: 30px !important;
    box-shadow: none; }
  body.theme-chromashift2025_3p #production .improv-capture-view .answer.red-box, body.theme-chromashift2025_3p #player-view .improv-capture-view .answer.red-box {
    bottom: -20px !important;
    height: 80px !important;
    margin-left: 2%;
    width: 96%;
    background-image: none;
    border: none;
    background-color: #232323;
    border-radius: 20px; }
    body.theme-chromashift2025_3p #production .improv-capture-view .answer.red-box span, body.theme-chromashift2025_3p #player-view .improv-capture-view .answer.red-box span {
      font-size: 40px !important; }
  body.theme-chromashift2025_3p .improv-capture-view {
    background-image: url(/images/themes/chromashift2025_4p/gameboard/default/game-board.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: unset;
    left: unset;
    margin-left: unset;
    width: 100%;
    height: 100%;
    position: static; }
    body.theme-chromashift2025_3p .improv-capture-view .hints-container {
      top: 4% !important;
      height: 96% !important; }
    body.theme-chromashift2025_3p .improv-capture-view .active-question {
      height: 80%; }
      body.theme-chromashift2025_3p .improv-capture-view .active-question .audio .hint {
        background-color: rgba(155, 81, 224, 0.7) !important;
        border: 1px solid #e1e1e1; }
      body.theme-chromashift2025_3p .improv-capture-view .active-question .hints {
        height: 100%;
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        min-height: unset !important; }
        body.theme-chromashift2025_3p .improv-capture-view .active-question .hints .hint {
          width: 100% !important;
          display: flex;
          align-items: center;
          justify-content: center;
          background-image: none !important;
          border-radius: 10px;
          height: 70px !important;
          color: #000 !important;
          text-shadow: none;
          box-shadow: none;
          font-size: 40px !important; }
          body.theme-chromashift2025_3p .improv-capture-view .active-question .hints .hint .image-container .image {
            transition-delay: 2s;
            transform: scale(1.5);
            background-position: center;
            background-size: 90%;
            background-repeat: no-repeat;
            height: 300px !important;
            width: 500px;
            margin-left: -240px;
            left: 50%;
            position: absolute;
            margin-top: 6%; }
    body.theme-chromashift2025_3p .improv-capture-view .answer.red-box {
      position: relative;
      bottom: 0px;
      margin-top: 0px;
      color: #fff !important;
      font-size: 64px !important;
      width: 90%;
      left: unset;
      margin-left: 5%;
      height: 100px !important;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #232323;
      border-radius: 20px; }
      body.theme-chromashift2025_3p .improv-capture-view .answer.red-box span {
        font-size: 60px !important; }
    body.theme-chromashift2025_3p .improv-capture-view .title-box {
      width: 350px;
      margin-left: unset;
      top: 2px;
      background-size: cover;
      margin-left: -175px;
      padding-top: unset;
      left: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url(/images/themes/chromashift2025_4p/gameboard/default/header.png);
      background-color: none !important;
      height: 70px;
      border-radius: 20px;
      font-size: 45px;
      border: none; }
    body.theme-chromashift2025_3p .improv-capture-view .thing-meta {
      padding: 0px; }
    body.theme-chromashift2025_3p .improv-capture-view .question-meta .game-box {
      background-image: none;
      background-color: #f6e9cf;
      border: 2px solid #e0b360;
      height: 60px;
      border-radius: 20px;
      color: #000;
      width: 300px;
      font-size: 30px !important;
      box-shadow: none; }
    body.theme-chromashift2025_3p .improv-capture-view .question-meta .game-box-left {
      left: 5%; }
    body.theme-chromashift2025_3p .improv-capture-view .question-meta .game-box-right {
      right: 5%; }
    body.theme-chromashift2025_3p .improv-capture-view.hint-type-zoomOut .hint {
      background-color: unset !important; }
    body.theme-chromashift2025_3p .improv-capture-view.audio {
      background-image: url(/images/themes/chromashift2025_4p/gameboard/default/game-board.png);
      background-size: cover;
      border-radius: 20px;
      border: 2px solid #e1e1e1; }
      body.theme-chromashift2025_3p .improv-capture-view.audio .answer.red-box {
        bottom: 80px; }
      body.theme-chromashift2025_3p .improv-capture-view.audio .hint {
        box-shadow: none !important;
        background-color: rgba(155, 81, 224, 0.7) !important;
        border: 1px solid #e1e1e1; }
        body.theme-chromashift2025_3p .improv-capture-view.audio .hint .audio-container {
          top: 56%;
          background: none;
          border: none;
          height: 60px;
          width: 90.2%;
          margin-left: 0px;
          left: 55px; }
          body.theme-chromashift2025_3p .improv-capture-view.audio .hint .audio-container .audio-icon {
            position: absolute;
            top: -150px;
            left: 45%;
            width: 100px;
            height: 100px;
            background: url(/images/themes/vshojo-chaos/audio-icon.png) center center no-repeat;
            background-size: cover; }
  body.theme-chromashift2025_3p .num-hints-1 .hint.type-image .image-border {
    background: none !important; }
  body.theme-chromashift2025_3p .improv-capture-view .hints {
    padding-top: 130px; }
  body.theme-chromashift2025_3p .improv-capture-view .hints .hint.reveal-type-fade.type-text {
    margin: 0 auto 20px auto;
    font-size: 32px; }
    body.theme-chromashift2025_3p .improv-capture-view .hints .hint.reveal-type-fade.type-text .type-improv {
      color: #000 !important; }
  body.theme-chromashift2025_3p .improv-capture-view .improv-reveal .hints .hint.reveal-type-fade.type-improv {
    background: none;
    color: #000 !important;
    line-height: 80px;
    height: 80px;
    width: 1244px;
    margin: 0 auto 20px auto;
    font-size: 28px; }
  body.theme-chromashift2025_3p improv-capture span {
    display: block;
    color: #fff;
    font-size: 34px;
    margin-top: -5px; }
  body.theme-chromashift2025_3p #production .drawing-capture-view .drawing-board, body.theme-chromashift2025_3p #player-view .drawing-capture-view .drawing-board {
    width: 80%;
    left: 50%;
    margin-left: -40%;
    top: 20%;
    height: 75%; }
  body.theme-chromashift2025_3p #production .drawing-capture-view .drawing-answer, body.theme-chromashift2025_3p #player-view .drawing-capture-view .drawing-answer {
    height: 80px;
    bottom: 50px;
    font-size: 50px !important;
    background-color: #232323;
    border-radius: 20px; }
  body.theme-chromashift2025_3p .drawing-capture-view.show-answer .drawing-answer-image {
    display: none; }
  body.theme-chromashift2025_3p .drawing-production-view .drawing-capture-view .drawing-board {
    top: 15%;
    position: relative;
    margin-left: -37%;
    left: 60%;
    height: 50%; }
  body.theme-chromashift2025_3p .drawing-capture-view {
    background-image: url(/images/themes/chromashift2025_3p/gameboard/default/game-board.png);
    border: 2px solid #e1e1e1;
    background-size: cover;
    background-repeat: no-repeat;
    left: unset;
    margin-left: unset;
    width: 100%;
    height: 100%; }
    body.theme-chromashift2025_3p .drawing-capture-view .title-box {
      width: 370px;
      margin-left: unset;
      top: -3px !important;
      background-size: cover;
      margin-left: -183px;
      padding-top: unset;
      left: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url(/images/themes/chromashift2025_3p/gameboard/default/header.png);
      background-color: none !important;
      height: 70px;
      font-size: 45px;
      border-radius: 0px;
      border-bottom-right-radius: 24px;
      border-bottom-left-radius: 24px; }
      body.theme-chromashift2025_3p .drawing-capture-view .title-box .timer-display {
        height: 100%; }
        body.theme-chromashift2025_3p .drawing-capture-view .title-box .timer-display .timer-display-container {
          height: 100%; }
          body.theme-chromashift2025_3p .drawing-capture-view .title-box .timer-display .timer-display-container .timer-countdown {
            font-size: 50px !important;
            height: 100%;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center; }
    body.theme-chromashift2025_3p .drawing-capture-view .drawing-board {
      top: 20%;
      position: relative;
      left: 50%;
      width: 80%;
      margin-left: -40%;
      height: 75%; }
    body.theme-chromashift2025_3p .drawing-capture-view .game-box {
      background-image: none !important;
      background-color: #f4e6d0 !important;
      border: 3px solid #e0b360;
      color: #4e323f !important;
      line-height: 70px !important;
      height: 70px;
      border-radius: 20px;
      font-size: 35px !important;
      width: 252px;
      height: 69px;
      display: flex;
      align-items: center;
      justify-content: center; }
      body.theme-chromashift2025_3p .drawing-capture-view .game-box.game-box-left {
        left: 5% !important; }
  body.theme-chromashift2025_3p drawing-points.game-box-right {
    display: block;
    margin-top: 0px !important;
    right: 5% !important;
    background-size: cover;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px !important; }
  body.theme-chromashift2025_3p drawing-points.game-box-right::last-letter {
    size: 3em; }
  body.theme-chromashift2025_3p .drawing-answer {
    color: #fff !important;
    font-size: 60px !important;
    bottom: 90px;
    width: 90%;
    left: unset;
    margin-left: 5%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #232323 !important;
    border-radius: 20px; }
  body.theme-chromashift2025_3p .meta-box,
  body.theme-chromashift2025_3p .sav-question-vote-msg,
  body.theme-chromashift2025_3p .sav-capture-split-view .sav-question,
  body.theme-chromashift2025_3p .sav-capture-split-view .timer-display {
    border-radius: 0px;
    border: 2px solid #ed3d3f;
    background: #a30d0f;
    font-family: 'FrizQuadrataRegular';
    text-transform: uppercase; }
  body.theme-chromashift2025_3p .game-container .sav-capture-view,
  body.theme-chromashift2025_3p .game-container .submit-and-vote-capture-view {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute; }
  body.theme-chromashift2025_3p .game-container .submit-and-vote-capture-view .question-number,
  body.theme-chromashift2025_3p .game-container .submit-and-vote-capture-view .sav-active-question-points {
    top: 40px; }
  body.theme-chromashift2025_3p .game-container .submit-and-vote-capture-view .sav-question-vote-msg {
    padding: 12px 0 8px; }
  body.theme-chromashift2025_3p .game-container .submit-and-vote-capture-view .sav-submission-list,
  body.theme-chromashift2025_3p .game-container .submit-and-vote-capture-view .blank-question {
    top: 140px; }
  body.theme-chromashift2025_3p .game-container .submit-and-vote-capture-view .blank-question {
    position: relative; }
  body.theme-chromashift2025_3p .game-container .sav-question-container .sav-submission-points,
  body.theme-chromashift2025_3p .game-container .sav-question-container .sav-submission-votes,
  body.theme-chromashift2025_3p .game-container .sav-question-container .author {
    background: none;
    border: none;
    box-shadow: none; }
  body.theme-chromashift2025_3p .game-container .sav-question-container .author {
    font-size: 46px;
    margin-top: 20px;
    margin-bottom: 10px; }
  body.theme-chromashift2025_3p .game-container .sav-question-container .sav-submission-points,
  body.theme-chromashift2025_3p .game-container .sav-question-container .sav-submission-votes {
    font-size: 30px; }
  body.theme-chromashift2025_3p .game-container .sav-question-inner .image {
    border-radius: 0px;
    border-color: #ed3d3f; }
  body.theme-chromashift2025_3p .typedanswers-capture-view.show-submissions .submissions-area {
    transform: translateX(10px); }
  body.theme-chromashift2025_3p .typedanswers-capture-view.show-submissions .videos-area {
    -webkit-transform: translateX(-190px); }
  body.theme-chromashift2025_3p .typedanswers-capture-view.show-question .title-area {
    -webkit-transform: translateY(20px); }
  body.theme-chromashift2025_3p .typedanswers-capture-view.show-question .videos-area {
    width: 860px;
    height: 483.75px;
    margin-left: -430px;
    overflow: hidden; }
  body.theme-chromashift2025_3p .typedanswers-capture-view .submissions-area.num-players-3 {
    bottom: -4px; }
    body.theme-chromashift2025_3p .typedanswers-capture-view .submissions-area.num-players-3 .submission {
      margin: 0 0 27px 0;
      border: 1px solid #ed3d3f;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 0px; }
    body.theme-chromashift2025_3p .typedanswers-capture-view .submissions-area.num-players-3 .player-name {
      background: #a30d0f;
      border-color: #ed3d3f; }
  body.theme-chromashift2025_3p .typedanswers-capture-view .title-area {
    border: 2px solid #ed3d3f;
    background: rgba(0, 0, 0, 0.7);
    height: 92px;
    padding: 0px; }
    body.theme-chromashift2025_3p .typedanswers-capture-view .title-area table {
      height: 90px; }
      body.theme-chromashift2025_3p .typedanswers-capture-view .title-area table td {
        padding: 0px;
        line-height: 60px; }
  body.theme-chromashift2025_3p .typedanswers-capture-view .videos-area {
    border: 2px solid #ed3d3f;
    border-radius: 0px;
    bottom: 24px; }
  body.theme-chromashift2025_3p #discussion-capture {
    background-image: none !important; }
    body.theme-chromashift2025_3p #discussion-capture .discussion-overlay {
      background-image: url(/images/themes/chromashift2025_3p/discussion.png);
      background-color: transparent;
      v-index: 0; }
    body.theme-chromashift2025_3p #discussion-capture .logo.episode {
      display: none !important;
      right: 10px;
      width: 600px;
      top: 172px !important;
      z-index: 22 !important;
      left: unset !important; }
    body.theme-chromashift2025_3p #discussion-capture .logo.streamershowdown {
      display: none; }
    body.theme-chromashift2025_3p #discussion-capture .host-name,
    body.theme-chromashift2025_3p #discussion-capture .name {
      text-transform: uppercase;
      font-size: 40px; }
    body.theme-chromashift2025_3p #discussion-capture .host-overlay {
      top: 5.2%;
      left: 49%;
      width: 407px;
      height: 298px; }
      body.theme-chromashift2025_3p #discussion-capture .host-overlay .host-webcam-cover {
        width: 100%;
        height: 100%;
        left: unset;
        top: unset; }
      body.theme-chromashift2025_3p #discussion-capture .host-overlay .host-name {
        text-align: center;
        top: 100%;
        color: #fff;
        left: 0px;
        width: 100%;
        padding-top: 0px;
        font-size: 40px;
        top: 98.6%;
        text-transform: uppercase;
        font-family: 'Madetommy'; }
    body.theme-chromashift2025_3p #discussion-capture .player-image {
      left: 10px !important; }
    body.theme-chromashift2025_3p #discussion-capture li.player {
      width: 407px !important;
      height: 298px !important;
      z-index: 10; }
      body.theme-chromashift2025_3p #discussion-capture li.player .webcam-cover {
        width: 377px;
        height: 265px;
        left: 14px;
        top: 14px;
        background-size: 407px 295px;
        background-repeat: no-repeat;
        z-index: -1;
        border-radius: 12px; }
      body.theme-chromashift2025_3p #discussion-capture li.player .player-plate {
        bottom: -41px;
        position: absolute !important;
        top: unset;
        left: 17px;
        width: 92.5% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Madetommy'; }
        body.theme-chromashift2025_3p #discussion-capture li.player .player-plate .name {
          position: relative !important; }
      body.theme-chromashift2025_3p #discussion-capture li.player.order-0 {
        top: 366px;
        right: unset;
        left: 120px; }
        body.theme-chromashift2025_3p #discussion-capture li.player.order-0 .player-plate {
          bottom: -55px; }
      body.theme-chromashift2025_3p #discussion-capture li.player.order-1 {
        top: unset;
        left: 49%;
        bottom: 116px;
        right: unset; }
        body.theme-chromashift2025_3p #discussion-capture li.player.order-1 .player-plate {
          bottom: -50px; }
      body.theme-chromashift2025_3p #discussion-capture li.player.order-2 {
        top: 343px;
        bottom: unset;
        right: 120px;
        left: unset; }
        body.theme-chromashift2025_3p #discussion-capture li.player.order-2 .player-plate {
          bottom: -51px; }
      body.theme-chromashift2025_3p #discussion-capture li.player .player-plate {
        width: unset;
        height: unset;
        line-height: unset;
        position: relative;
        padding: 0px; }
  body.theme-chromashift2025_3p #discussion-capture ul.players-list {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    body.theme-chromashift2025_3p #discussion-capture ul.players-list li.player .player-plate .score {
      display: none; }
    body.theme-chromashift2025_3p #discussion-capture ul.players-list li.player .player-plate .name {
      text-align: center; }
    body.theme-chromashift2025_3p #discussion-capture ul.players-list .capturing {
      background-image: none !important; }
  body.theme-chromashift2025_3p #countdown-capture {
    background: none !important; }
    body.theme-chromashift2025_3p #countdown-capture .overlay {
      background-image: url(/images/themes/chromashift2025_3p/countdown.png);
      background-color: transparent;
      height: 100%; }
    body.theme-chromashift2025_3p #countdown-capture .host-overlay {
      top: 5.2%;
      left: 39.5%;
      width: 407px;
      height: 298px;
      position: absolute; }
      body.theme-chromashift2025_3p #countdown-capture .host-overlay .overlay {
        background-image: none !important; }
      body.theme-chromashift2025_3p #countdown-capture .host-overlay .host-webcam-cover {
        width: 100%;
        height: 100%;
        left: unset;
        top: unset;
        background-size: contain; }
      body.theme-chromashift2025_3p #countdown-capture .host-overlay .host-name {
        text-align: center;
        top: 100%;
        color: #fff;
        left: 0px;
        width: 100%;
        padding-top: 0px;
        z-index: 100;
        position: absolute;
        font-size: 40px;
        top: 98.6%;
        text-transform: uppercase;
        font-family: 'Madetommy'; }
    body.theme-chromashift2025_3p #countdown-capture .logo.episode {
      width: 500px;
      top: 8%;
      z-index: 22;
      left: 27%; }
    body.theme-chromashift2025_3p #countdown-capture .player-image {
      z-index: 0;
      width: 405px;
      height: 294px;
      background-size: contain; }
      body.theme-chromashift2025_3p #countdown-capture .player-image.order-0 {
        top: 366px;
        right: unset;
        left: 120px; }
      body.theme-chromashift2025_3p #countdown-capture .player-image.order-1 {
        top: unset;
        left: 50%;
        bottom: 116px;
        right: unset; }
      body.theme-chromashift2025_3p #countdown-capture .player-image.order-2 {
        top: 343px;
        bottom: unset;
        right: 120px;
        left: unset; }
    body.theme-chromashift2025_3p #countdown-capture .player-name {
      color: #fff;
      text-transform: uppercase;
      font-size: 40px;
      width: 370px;
      text-align: center;
      font-family: 'Madetommy'; }
      body.theme-chromashift2025_3p #countdown-capture .player-name.order-0 {
        top: unset;
        right: unset;
        left: 140px;
        bottom: 34%; }
      body.theme-chromashift2025_3p #countdown-capture .player-name.order-1 {
        top: unset;
        left: 51.5%;
        bottom: 69px;
        right: unset; }
      body.theme-chromashift2025_3p #countdown-capture .player-name.order-2 {
        top: unset;
        bottom: unset;
        right: 140px;
        left: unset;
        bottom: 36.5%; }
    body.theme-chromashift2025_3p #countdown-capture .countdown-container .countdown-title {
      z-index: 10;
      top: 44%;
      left: 39%; }
      body.theme-chromashift2025_3p #countdown-capture .countdown-container .countdown-title div {
        box-shadow: none;
        text-shadow: none;
        color: #4e323f !important;
        -webkit-text-fill-color: unset !important; }
    body.theme-chromashift2025_3p #countdown-capture .countdown {
      top: 45%;
      left: 43%;
      z-index: 40;
      background: none; }
      body.theme-chromashift2025_3p #countdown-capture .countdown .mm, body.theme-chromashift2025_3p #countdown-capture .countdown .separator, body.theme-chromashift2025_3p #countdown-capture .countdown .ss {
        text-shadow: none !important;
        color: #4e323f !important;
        -webkit-text-fill-color: unset !important; }
        body.theme-chromashift2025_3p #countdown-capture .countdown .mm:after, body.theme-chromashift2025_3p #countdown-capture .countdown .separator:after, body.theme-chromashift2025_3p #countdown-capture .countdown .ss:after {
          text-shadow: none !important;
          background-image: none !important;
          -webkit-text-fill-color: unset !important;
          color: #4e323f !important;
          font-family: 'MadeTommy'; }
      body.theme-chromashift2025_3p #countdown-capture .countdown .ss {
        right: -30px; }
    body.theme-chromashift2025_3p #countdown-capture .counting {
      letter-spacing: 8px;
      font-size: 90px;
      text-shadow: unset !important;
      color: #4e323f; }
  body.theme-chromashift2025_3p #signoff-capture {
    background: url(/images/themes/chromashift2025_3p/outro.png); }
    body.theme-chromashift2025_3p #signoff-capture .signoff-message {
      display: none;
      top: 675px;
      font-size: 60px;
      color: #e6d948 !important;
      width: 1300px;
      height: 122px;
      line-height: 122px;
      font-family: "FrizQuadrataRegular";
      text-transform: uppercase;
      font-weight: 900;
      color: #000;
      left: 50%;
      margin-left: -635px;
      letter-spacing: 1px; }
      body.theme-chromashift2025_3p #signoff-capture .signoff-message .gradient-text {
        text-shadow: none;
        -webkit-text-fill-color: inherit; }
        body.theme-chromashift2025_3p #signoff-capture .signoff-message .gradient-text:after {
          display: none;
          opacity: 0;
          content: ""; }
    body.theme-chromashift2025_3p #signoff-capture .matcherino-status-container {
      display: none; }
  body.theme-chromashift2025_3p .multiplechoice-area, body.theme-chromashift2025_3p .game-container {
    font-family: 'FrizQuadrataRegular' !important; }
    body.theme-chromashift2025_3p .multiplechoice-area .multiplechoice-options .option-container, body.theme-chromashift2025_3p .game-container .multiplechoice-options .option-container {
      border: 2px solid #ffd366;
      border-radius: unset !important;
      -moz-box-shadow: 0px 0px 1px 4px #c8a55b;
      -webkit-box-shadow: 0px 0px 1px 4px #c8a55b;
      box-shadow: 0px 0px 1px 4px #c8a55b; }
      body.theme-chromashift2025_3p .multiplechoice-area .multiplechoice-options .option-container::before, body.theme-chromashift2025_3p .game-container .multiplechoice-options .option-container::before {
        border-radius: unset !important; }
    body.theme-chromashift2025_3p .multiplechoice-area .multiplechoice-options .option-container.right, body.theme-chromashift2025_3p .game-container .multiplechoice-options .option-container.right {
      border: 4px solid #008000;
      -moz-box-shadow: 0px 0px 1px 4px #006600;
      -webkit-box-shadow: 0px 0px 1px 4px #006600;
      box-shadow: 0px 0px 1px 4px #006600; }
  body.theme-chromashift2025_3p #production .game-container, body.theme-chromashift2025_3p #player-view .game-container {
    background-image: unset;
    background-image: url(/images/themes/chromashift2025_3p/gameboard/default/game-board.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 696px;
    border: none; }
    body.theme-chromashift2025_3p #production .game-container .title-box, body.theme-chromashift2025_3p #player-view .game-container .title-box {
      width: 370px;
      background-size: contain;
      top: -8px;
      box-shadow: none; }
    body.theme-chromashift2025_3p #production .game-container .name-that-thing-reveal .answer.red-box, body.theme-chromashift2025_3p #player-view .game-container .name-that-thing-reveal .answer.red-box {
      height: 100px;
      bottom: -30px;
      line-height: unset; }
    body.theme-chromashift2025_3p #production .game-container .audio .title-box, body.theme-chromashift2025_3p #player-view .game-container .audio .title-box {
      width: 444px;
      background-size: contain; }
  body.theme-chromashift2025_3p .cardFlip {
    margin-left: 30px; }
  body.theme-chromashift2025_3p .back {
    background-image: url(/images/themes/mtg/magic-back.png) !important;
    width: 200px !important; }
  body.theme-chromashift2025_3p .red-box,
  body.theme-chromashift2025_3p .drawing-capture-view .drawing-answer,
  body.theme-chromashift2025_3p .answer.red-box {
    background-image: url(/images/themes/chromashift2025_3p/gameboard/default/answer-bar.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #000;
    font-size: 48px;
    line-height: 171px;
    text-shadow: none; }
  body.theme-chromashift2025_3p .red-box {
    bottom: -10px; }
  body.theme-chromashift2025_3p .title-box {
    background: url(/images/themes/chromashift2025_3p/gameboard/default/header.png) center center no-repeat;
    width: 522px;
    height: 90px;
    margin-left: -190px;
    color: #FFFFFF;
    font-size: 32px;
    text-shadow: none;
    padding: 0px;
    line-height: 97px;
    top: 10px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px; }
    body.theme-chromashift2025_3p .title-box .timer-countdown {
      font-size: 50px; }
  body.theme-chromashift2025_3p .game-box {
    width: 252px;
    height: 58px;
    background: url(/images/themes/chromashift2025_3p/gameboard/default/sidebox.png) center center no-repeat;
    padding: 0px;
    line-height: 59px;
    position: absolute;
    color: #fff;
    font-size: 28px;
    padding-top: 0px;
    top: 40px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3); }
    body.theme-chromashift2025_3p .game-box.game-box-left {
      left: 30px; }
    body.theme-chromashift2025_3p .game-box.game-box-right {
      right: 30px; }
  body.theme-chromashift2025_3p .capture-area .episode {
    background-image: url(/images/themes/chromashift2025_3p/episode-logo.png); }
  body.theme-chromashift2025_3p #main-capture {
    background-image: url(/images/themes/chromashift2025_3p/mainscreen_no_logo.png); }
  body.theme-chromashift2025_3p #game-area {
    background-image: unset;
    top: unset;
    height: 60%;
    left: 21%;
    right: unset;
    width: 68.3%;
    bottom: 34%; }
  body.theme-chromashift2025_3p #main-capture.showBuzzes-on .logo.episode {
    transform: translateX(0); }
  body.theme-chromashift2025_3p #main-capture #medias-wrong1,
  body.theme-chromashift2025_3p #main-capture #medias-wrong2,
  body.theme-chromashift2025_3p #main-capture #medias-wrong3 {
    width: 525px;
    height: 520px;
    top: unset;
    left: 0px;
    bottom: -44px; }
  body.theme-chromashift2025_3p #main-capture #medias-scorehighlight1,
  body.theme-chromashift2025_3p #main-capture #medias-scorehighlight2,
  body.theme-chromashift2025_3p #main-capture #medias-scorehighlight3 {
    display: none; }
  body.theme-chromashift2025_3p #main-capture #medias-buzzer3,
  body.theme-chromashift2025_3p #main-capture #medias-buzzer2,
  body.theme-chromashift2025_3p #main-capture #medias-buzzer1 {
    width: 525px;
    height: 520px;
    top: unset;
    left: 0px;
    bottom: -44px; }
  body.theme-chromashift2025_3p #main-capture #medias-buzzer1, body.theme-chromashift2025_3p #main-capture #medias-wrong1 {
    left: 345px; }
  body.theme-chromashift2025_3p #main-capture #medias-buzzer2, body.theme-chromashift2025_3p #main-capture #medias-wrong2 {
    left: 795px; }
  body.theme-chromashift2025_3p #main-capture #medias-buzzer3, body.theme-chromashift2025_3p #main-capture #medias-wrong3 {
    left: unset;
    right: 148px; }
  body.theme-chromashift2025_3p #main-capture .matcherino-status-container {
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #f2ac3c;
    bottom: 18px;
    border-radius: 25px; }
    body.theme-chromashift2025_3p #main-capture .matcherino-status-container .cta {
      padding-right: 12px; }
      body.theme-chromashift2025_3p #main-capture .matcherino-status-container .cta:after {
        display: none; }
  body.theme-chromashift2025_3p #main-capture .matcherino-notifier-container {
    bottom: 19px; }
    body.theme-chromashift2025_3p #main-capture .matcherino-notifier-container .matcherino-donation-notif {
      background: #000;
      border: 2px solid #f2ac3c;
      box-shadow: 0px 0px 15px #f2ac3c;
      border-radius: 25px;
      color: #fff; }
      body.theme-chromashift2025_3p #main-capture .matcherino-notifier-container .matcherino-donation-notif .amount {
        color: #fff; }
  body.theme-chromashift2025_3p #main-capture .buzzes {
    width: 300px !important;
    height: 220px;
    bottom: 350px;
    left: 55px !important;
    padding: 10px;
    border: none;
    background: url(/images/themes/chromashift2025_3p/gameboard/buzzer-box.png) top center no-repeat;
    background-size: contain; }
    body.theme-chromashift2025_3p #main-capture .buzzes ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
      padding-left: 8px;
      padding-right: 8px;
      width: 100%; }
    body.theme-chromashift2025_3p #main-capture .buzzes li {
      height: 34px;
      line-height: 34px;
      border-radius: 7px;
      font-size: 23px;
      background: #9e3bb4;
      color: #fff; }
      body.theme-chromashift2025_3p #main-capture .buzzes li:before {
        height: 37px;
        line-height: 37px; }
  body.theme-chromashift2025_3p #main-capture div.logo.episode {
    display: none;
    top: 870px;
    left: 50px;
    width: 500px; }
  body.theme-chromashift2025_3p #main-capture .logo.patreon,
  body.theme-chromashift2025_3p #main-capture .logo.youtube {
    bottom: 80px;
    display: none; }
  body.theme-chromashift2025_3p #main-capture .logo.patreon {
    left: 80px; }
  body.theme-chromashift2025_3p #main-capture .logo.youtube {
    left: 320px; }
  body.theme-chromashift2025_3p #main-capture .episode-logo-host {
    width: 300px;
    height: 150px;
    background-image: url(/images/themes/chromashift2025_3p/episode-logo.png);
    z-index: 1000;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 60px;
    top: 54px; }
  body.theme-chromashift2025_3p #main-capture .host-overlay {
    background: none;
    width: 355px;
    top: 168px;
    height: 315px;
    left: 30px; }
    body.theme-chromashift2025_3p #main-capture .host-overlay .host-webcam-cover {
      top: 6px;
      left: 2px;
      width: 100%;
      height: 79%;
      border-radius: 15px; }
    body.theme-chromashift2025_3p #main-capture .host-overlay .overlay {
      background-position: top right;
      z-index: 1;
      background: none; }
    body.theme-chromashift2025_3p #main-capture .host-overlay .host-name {
      font-size: 25px;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      top: unset;
      width: 95%;
      bottom: 5px;
      left: 11px; }
  body.theme-chromashift2025_3p #main-capture ul.players-list {
    width: 100%;
    height: 322px;
    right: unset;
    bottom: 28px;
    padding: 0px;
    margin: 0px;
    position: absolute; }
    body.theme-chromashift2025_3p #main-capture ul.players-list li.player {
      position: absolute;
      height: 71px;
      min-width: 355px;
      width: unset;
      left: unset;
      bottom: 0px;
      top: unset;
      right: unset; }
      body.theme-chromashift2025_3p #main-capture ul.players-list li.player.order-0 {
        left: 22.4%; }
        body.theme-chromashift2025_3p #main-capture ul.players-list li.player.order-0 .buzzer-overlay {
          display: none !important;
          left: 0px;
          top: 0px; }
      body.theme-chromashift2025_3p #main-capture ul.players-list li.player.order-1 {
        left: 45.9%; }
        body.theme-chromashift2025_3p #main-capture ul.players-list li.player.order-1 .buzzer-overlay {
          display: none !important;
          left: 8px;
          top: 0px; }
      body.theme-chromashift2025_3p #main-capture ul.players-list li.player.order-2 {
        right: 12.1%; }
        body.theme-chromashift2025_3p #main-capture ul.players-list li.player.order-2 .buzzer-overlay {
          display: none !important;
          left: 8px;
          top: 0px; }
      body.theme-chromashift2025_3p #main-capture ul.players-list li.player .drawing-marker {
        border-radius: 0px;
        top: -37px;
        left: 60%; }
      body.theme-chromashift2025_3p #main-capture ul.players-list li.player .overlay {
        display: none; }
      body.theme-chromashift2025_3p #main-capture ul.players-list li.player .webcam-cover {
        width: 365px;
        height: 269px;
        top: -241px;
        left: -9px;
        z-index: -1; }
      body.theme-chromashift2025_3p #main-capture ul.players-list li.player .buzzer-overlay {
        display: none; }
      body.theme-chromashift2025_3p #main-capture ul.players-list li.player.buzzed .buzzer-overlay {
        display: block;
        background: unset;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 1;
        transition: all 0.5s ease;
        background-color: transparent; }
      body.theme-chromashift2025_3p #main-capture ul.players-list li.player.drawing .overlay {
        display: none;
        background: none;
        width: 30px;
        height: 15px;
        background-color: #31a354;
        border-radius: 5px;
        top: 10px;
        left: 18px; }
      body.theme-chromashift2025_3p #main-capture ul.players-list li.player .player-extension {
        position: absolute;
        top: 0px;
        min-width: 300px; }
        body.theme-chromashift2025_3p #main-capture ul.players-list li.player .player-extension .hearts-list {
          top: 23px !important;
          left: unset;
          right: 70px !important; }
      body.theme-chromashift2025_3p #main-capture ul.players-list li.player .player-plate {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        padding-left: 25px;
        padding-right: 20px;
        position: relative; }
        body.theme-chromashift2025_3p #main-capture ul.players-list li.player .player-plate .name {
          padding-left: 0px;
          position: relative;
          font-size: 25px;
          text-align: center;
          text-transform: uppercase;
          height: unset;
          line-height: unset;
          bottom: unset;
          right: unset;
          width: unset;
          left: unset;
          margin-top: 10px; }
        body.theme-chromashift2025_3p #main-capture ul.players-list li.player .player-plate .score {
          position: relative;
          font-size: 25px;
          height: unset;
          line-height: unset;
          bottom: unset;
          right: unset;
          width: unset;
          margin-top: 10px;
          display: flex;
          justify-content: end; }

.hint .reveal-type-zoom {
  border: none !important; }

.player-bg, body.theme-chromashift2025_4p .red-box,
body.theme-chromashift2025_4p .drawing-capture-view .drawing-answer,
body.theme-chromashift2025_4p .answer.red-box, body.theme-chromashift2025_4p #main-capture ul.players-list li.player .player-plate {
  background: none;
    background-border: none; }

.blink, body.theme-chromashift2025_4p #main-capture ul.players-list li.player.buzzed .buzzer-overlay {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite; }

@keyframes blink-animation {
  to {
    visibility: hidden;
    background-color: yellow; } }

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
    background-color: yellow; } }

#show-nav {
  background-image: none !important; }

body.capturing {
  background: none !important; }

.clarendon, body.theme-chromashift2025_4p .game-container .sav-question-container .sav-submission-points,
body.theme-chromashift2025_4p .game-container .sav-question-container .sav-submission-votes,
body.theme-chromashift2025_4p .game-container .sav-question-container .author, body.theme-chromashift2025_4p #countdown-capture .counting {
  font-family: "Clarendon";
  letter-spacing: 1px; }

.tungsten, body.theme-chromashift2025_4p .family-feud-question-reveal, body.theme-chromashift2025_4p .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text, body.theme-chromashift2025_4p namethatthing-capture span, body.theme-chromashift2025_4p .improv-capture-view .hints .hint.reveal-type-fade.type-text, body.theme-chromashift2025_4p improv-capture span, body.theme-chromashift2025_4p .typedanswers-capture-view .submissions-area.num-players-3, body.theme-chromashift2025_4p .typedanswers-capture-view .submissions-area.num-players-3 .submission, body.theme-chromashift2025_4p .typedanswers-capture-view .submissions-area.num-players-3 .player-name, body.theme-chromashift2025_4p .typedanswers-capture-view .title-area, body.theme-chromashift2025_4p #discussion-capture, body.theme-chromashift2025_4p #discussion-capture .host-name,
body.theme-chromashift2025_4p #discussion-capture .name, body.theme-chromashift2025_4p #countdown-capture .player-name, body.theme-chromashift2025_4p #countdown-capture .countdown, body.theme-chromashift2025_4p .red-box,
body.theme-chromashift2025_4p .drawing-capture-view .drawing-answer,
body.theme-chromashift2025_4p .answer.red-box, body.theme-chromashift2025_4p .title-box, body.theme-chromashift2025_4p .game-box, body.theme-chromashift2025_4p #main-capture .buzzes li, body.theme-chromashift2025_4p #main-capture .host-overlay .host-name, body.theme-chromashift2025_4p #main-capture ul.players-list li.player, body.theme-chromashift2025_4p #main-capture ul.players-list li.player .player-plate .score {
  font-family: "tungsten";
  letter-spacing: 1px; }

body.theme-chromashift2025_4p {
  background: unset;
  background-color: #14a0e2; }
  body.theme-chromashift2025_4p .logo.episode {
    background-image: url(/images/episodes/valorant/logo.png); }
  body.theme-chromashift2025_4p #production .panel-players-list .hearts-list, body.theme-chromashift2025_4p #player-view .panel-players-list .hearts-list {
    position: absolute;
    left: 50%; }
  body.theme-chromashift2025_4p #production .family-feud-question-reveal, body.theme-chromashift2025_4p #player-view .family-feud-question-reveal {
    height: 100%;
    background-image: url(/images/themes/chromashift2025_4p/gameboard/default/game-board.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 2px solid #e0b360; }
    body.theme-chromashift2025_4p #production .family-feud-question-reveal .question-name, body.theme-chromashift2025_4p #player-view .family-feud-question-reveal .question-name {
      background-image: none !important;
      background-color: #fcf5e8;
      border: 1px solid #e0b360;
      color: #232323;
      text-shadow: none;
      border-radius: 10px;
      display: flex;
      align-items: center; }
      body.theme-chromashift2025_4p #production .family-feud-question-reveal .question-name table td, body.theme-chromashift2025_4p #player-view .family-feud-question-reveal .question-name table td {
        font-size: 40px; }
    body.theme-chromashift2025_4p #production .family-feud-question-reveal .answers, body.theme-chromashift2025_4p #player-view .family-feud-question-reveal .answers {
      row-gap: 20px; }
      body.theme-chromashift2025_4p #production .family-feud-question-reveal .answers .answer, body.theme-chromashift2025_4p #player-view .family-feud-question-reveal .answers .answer {
        height: 75px; }
        body.theme-chromashift2025_4p #production .family-feud-question-reveal .answers .answer table, body.theme-chromashift2025_4p #player-view .family-feud-question-reveal .answers .answer table {
          height: 75px; }
          body.theme-chromashift2025_4p #production .family-feud-question-reveal .answers .answer table td, body.theme-chromashift2025_4p #player-view .family-feud-question-reveal .answers .answer table td {
            font-size: 30px; }
        body.theme-chromashift2025_4p #production .family-feud-question-reveal .answers .answer .points, body.theme-chromashift2025_4p #player-view .family-feud-question-reveal .answers .answer .points {
          font-size: 30px;
          height: 75px; }
  body.theme-chromashift2025_4p .family-feud-capture-view {
    height: 100%;
    background-image: url(/images/themes/chromashift2025_4p/gameboard/default/game-board.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 2px solid #e0b360; }
  body.theme-chromashift2025_4p .family-feud-question-reveal {
    width: 100%;
    margin-left: unset;
    padding-top: 20px;
    float: unset;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 20px; }
    body.theme-chromashift2025_4p .family-feud-question-reveal .question-name {
      height: 100px;
      margin: 0px;
      margin-left: 80px;
      margin-right: 80px;
      background-image: none !important;
      background-color: #fcf5e8;
      border: 1px solid #e0b360;
      color: #232323;
      text-shadow: none;
      border-radius: 10px;
      display: flex;
      align-items: center; }
      body.theme-chromashift2025_4p .family-feud-question-reveal .question-name table {
        height: 100%; }
        body.theme-chromashift2025_4p .family-feud-question-reveal .question-name table td {
          font-size: 33px;
          height: 100px;
          padding: unset; }
    body.theme-chromashift2025_4p .family-feud-question-reveal .answers {
      width: auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-auto-flow: column;
      grid-template-rows: repeat(4, 1fr);
      padding: 0px;
      float: unset;
      column-gap: 20px;
      row-gap: 20px;
      padding-left: 80px;
      padding-right: 80px;
      margin-bottom: 20px; }
      body.theme-chromashift2025_4p .family-feud-question-reveal .answers .answer {
        background-image: none !important;
        background-color: #e0b360;
        padding-top: 0px;
        width: 100%;
        border-radius: 20px;
        height: 100px;
        font-size: 30px;
        margin: unset;
        padding: unset;
        text-shadow: none;
        color: #000; }
        body.theme-chromashift2025_4p .family-feud-question-reveal .answers .answer table {
          width: 100%;
          height: 112px;
          text-align: left; }
          body.theme-chromashift2025_4p .family-feud-question-reveal .answers .answer table td {
            padding: 0 10px;
            line-height: 0.9em;
            font-size: 30px !important;
            padding-left: 60px; }
          body.theme-chromashift2025_4p .family-feud-question-reveal .answers .answer table.text-len-10 {
            font-size: 30px; }
          body.theme-chromashift2025_4p .family-feud-question-reveal .answers .answer table.text-len-20 {
            font-size: 25px; }
          body.theme-chromashift2025_4p .family-feud-question-reveal .answers .answer table.text-len-30 {
            font-size: 22px; }
          body.theme-chromashift2025_4p .family-feud-question-reveal .answers .answer table.text-len-40 {
            font-size: 18px; }
          body.theme-chromashift2025_4p .family-feud-question-reveal .answers .answer table.text-len-50 {
            font-size: 14px; }
        body.theme-chromashift2025_4p .family-feud-question-reveal .answers .answer:before {
          background: #000; }
        body.theme-chromashift2025_4p .family-feud-question-reveal .answers .answer.notshown {
          width: 100%;
          margin-left: 0px; }
          body.theme-chromashift2025_4p .family-feud-question-reveal .answers .answer.notshown:before {
            opacity: 1;
            background-color: #061c29;
            top: 0px;
            left: 0%;
            margin: 0px;
            border: 1px solid #e0b360;
            border-radius: 20px; }
        body.theme-chromashift2025_4p .family-feud-question-reveal .answers .answer .points {
          border-left: 4px solid rgba(178, 117, 0, 0.25);
          right: 0px;
          padding-top: 0px;
          width: 110px;
          top: -1px;
          height: 112px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 30px;
          text-shadow: none;
          color: #000;
          top: -1px;
          border: none; }
  body.theme-chromashift2025_4p #production .name-that-thing-capture-view .title-box, body.theme-chromashift2025_4p #player-view .name-that-thing-capture-view .title-box {
    background-color: none !important;
    top: -3px !important;
    height: 90px;
    border-radius: 10px;
    font-size: 45px; }
  body.theme-chromashift2025_4p #production .name-that-thing-capture-view.hint-type-zoomOut .hint, body.theme-chromashift2025_4p #player-view .name-that-thing-capture-view.hint-type-zoomOut .hint {
    background-color: unset !important; }
  body.theme-chromashift2025_4p #production .name-that-thing-capture-view.audio .hint, body.theme-chromashift2025_4p #player-view .name-that-thing-capture-view.audio .hint {
    background-color: rgba(155, 81, 224, 0.7) !important;
    border: 1px solid #e1e1e1; }
  body.theme-chromashift2025_4p #production .name-that-thing-capture-view.audio .audio-container, body.theme-chromashift2025_4p #player-view .name-that-thing-capture-view.audio .audio-container {
    background: none !important;
    width: 96.4%;
    height: 50px;
    left: 0px;
    margin-left: 24px;
    top: 57% !important; }
    body.theme-chromashift2025_4p #production .name-that-thing-capture-view.audio .audio-container .audio-icon, body.theme-chromashift2025_4p #player-view .name-that-thing-capture-view.audio .audio-container .audio-icon {
      width: 50px;
      height: 50px;
      top: -85px; }
  body.theme-chromashift2025_4p #production .name-that-thing-capture-view .hints, body.theme-chromashift2025_4p #player-view .name-that-thing-capture-view .hints {
    min-height: fit-content;
    padding-left: 2%;
    padding-right: 2%; }
    body.theme-chromashift2025_4p #production .name-that-thing-capture-view .hints .hint, body.theme-chromashift2025_4p #player-view .name-that-thing-capture-view .hints .hint {
      height: 80px !important;
      font-size: 40px !important;
      background-color: #fcf5e8;
      border: 1px solid #e0b360;
      color: #4e323f !important; }
  body.theme-chromashift2025_4p #production .name-that-thing-capture-view .question-meta .game-box-left, body.theme-chromashift2025_4p #player-view .name-that-thing-capture-view .question-meta .game-box-left {
    background-image: none;
    background-color: #f6e9cf;
    border: 2px solid #e0b360;
    height: 60px;
    border-radius: 20px;
    color: #000;
    width: 300px;
    font-size: 30px !important;
    box-shadow: none; }
  body.theme-chromashift2025_4p #production .name-that-thing-capture-view .question-meta .game-box-right, body.theme-chromashift2025_4p #player-view .name-that-thing-capture-view .question-meta .game-box-right {
    background-image: none;
    background-color: #f6e9cf;
    height: 60px;
    border-radius: 20px;
    border: 2px solid #e0b360;
    color: #000;
    width: 300px;
    font-size: 30px !important;
    box-shadow: none; }
  body.theme-chromashift2025_4p #production .name-that-thing-capture-view .answer.red-box, body.theme-chromashift2025_4p #player-view .name-that-thing-capture-view .answer.red-box {
    bottom: -20px !important;
    height: 80px !important;
    margin-left: 2%;
    width: 96%;
    background-image: none;
    border: none;
    background-color: #232323;
    border-radius: 20px; }
    body.theme-chromashift2025_4p #production .name-that-thing-capture-view .answer.red-box span, body.theme-chromashift2025_4p #player-view .name-that-thing-capture-view .answer.red-box span {
      font-size: 40px !important; }
  body.theme-chromashift2025_4p .name-that-thing-capture-view {
    background-image: url(/images/themes/chromashift2025_4p/gameboard/default/game-board.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 2px solid #e1e1e1;
    left: unset;
    margin-left: unset;
    width: 100%;
    height: 100%;
    position: static; }
    body.theme-chromashift2025_4p .name-that-thing-capture-view .hints-container {
      top: 4% !important;
      height: 96% !important; }
    body.theme-chromashift2025_4p .name-that-thing-capture-view .active-question {
      height: 80%; }
      body.theme-chromashift2025_4p .name-that-thing-capture-view .active-question .audio .hint {
        background-color: rgba(155, 81, 224, 0.7) !important;
        border: 1px solid #e1e1e1; }
      body.theme-chromashift2025_4p .name-that-thing-capture-view .active-question .hints {
        height: 100%;
        padding-left: 5%;
        padding-right: 5%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        min-height: fit-content; }
        body.theme-chromashift2025_4p .name-that-thing-capture-view .active-question .hints .hint {
          width: 100% !important;
          display: flex;
          align-items: center;
          justify-content: center;
          background-image: none !important;
          background-color: #fcf5e8;
          border: 1px solid #e0b360;
          color: #4e323f !important;
          border-radius: 10px;
          height: 70px !important;
          text-shadow: none;
          box-shadow: none;
          font-size: 40px !important; }
          body.theme-chromashift2025_4p .name-that-thing-capture-view .active-question .hints .hint .image-container .image {
            transition-delay: 2s;
            transform: scale(1.5);
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            height: 300px !important;
            width: 526px;
            margin-left: -263px;
            left: 50%;
            position: absolute;
            margin-top: 6%; }
    body.theme-chromashift2025_4p .name-that-thing-capture-view .answer.red-box {
      position: relative;
      bottom: 0px;
      margin-top: 0px;
      color: #fff !important;
      font-size: 64px !important;
      width: 90%;
      left: unset;
      margin-left: 5%;
      height: 100px !important;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #232323;
      border-radius: 20px; }
      body.theme-chromashift2025_4p .name-that-thing-capture-view .answer.red-box span {
        font-size: 60px !important; }
    body.theme-chromashift2025_4p .name-that-thing-capture-view .title-box {
      width: 445px;
      margin-left: unset;
      top: -30px;
      background-size: cover;
      margin-left: -220px;
      padding-top: unset;
      left: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url(/images/themes/chromashift2025_4p/gameboard/default/header.png);
      background-color: none !important;
      height: 70px;
      border-radius: 10px;
      font-size: 45px; }
    body.theme-chromashift2025_4p .name-that-thing-capture-view .thing-meta {
      padding: 0px; }
    body.theme-chromashift2025_4p .name-that-thing-capture-view .question-meta .game-box {
      margin-top: -40px;
      position: absolute;
      top: 40px;
      width: 352px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 40px !important;
      gap: 10px;
      background-image: none;
      background-color: none;
      height: 70px;
      border-radius: 40px;
      color: #000; }
    body.theme-chromashift2025_4p .name-that-thing-capture-view .question-meta .game-box-left {
      left: 5%; }
    body.theme-chromashift2025_4p .name-that-thing-capture-view .question-meta .game-box-right {
      right: 5%; }
    body.theme-chromashift2025_4p .name-that-thing-capture-view.hint-type-zoomOut .hint {
      background-color: unset !important; }
    body.theme-chromashift2025_4p .name-that-thing-capture-view.audio {
      background-image: url(/images/themes/chromashift2025_4p/gameboard/default/game-board.png);
      background-size: cover;
      border-radius: 20px;
      border: 2px solid #e1e1e1; }
      body.theme-chromashift2025_4p .name-that-thing-capture-view.audio .answer.red-box {
        bottom: 80px; }
      body.theme-chromashift2025_4p .name-that-thing-capture-view.audio .hint {
        box-shadow: none !important;
        background-color: rgba(155, 81, 224, 0.7) !important;
        border: 1px solid #e1e1e1; }
        body.theme-chromashift2025_4p .name-that-thing-capture-view.audio .hint .audio-container {
          top: 56%;
          background: none;
          border: none;
          height: 60px;
          width: 90.2%;
          margin-left: 0px;
          left: 55px; }
          body.theme-chromashift2025_4p .name-that-thing-capture-view.audio .hint .audio-container .audio-icon {
            position: absolute;
            top: -150px;
            left: 45%;
            width: 100px;
            height: 100px;
            background: url(/images/themes/vshojo-chaos/audio-icon.png) center center no-repeat;
            background-size: cover; }
  body.theme-chromashift2025_4p .num-hints-1 .hint.type-image .image-border {
    background: none !important; }
  body.theme-chromashift2025_4p .name-that-thing-capture-view .hints {
    padding-top: 90px; }
  body.theme-chromashift2025_4p .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text {
    margin: 0 auto 20px auto;
    font-size: 32px; }
  body.theme-chromashift2025_4p namethatthing-capture span {
    display: block;
    color: #fff;
    font-size: 34px;
    margin-top: -5px; }
  body.theme-chromashift2025_4p #production .improv-capture-view .title-box, body.theme-chromashift2025_4p #player-view .improv-capture-view .title-box {
    background-color: none !important;
    top: -3px !important;
    height: 90px;
    border-radius: 10px;
    font-size: 45px; }
  body.theme-chromashift2025_4p #production .improv-capture-view.hint-type-zoomOut .hint, body.theme-chromashift2025_4p #player-view .improv-capture-view.hint-type-zoomOut .hint {
    background-color: unset !important; }
  body.theme-chromashift2025_4p #production .improv-capture-view.audio .hint, body.theme-chromashift2025_4p #player-view .improv-capture-view.audio .hint {
    box-shadow: none !important;
    background-color: rgba(155, 81, 224, 0.7) !important;
    border: 1px solid #e1e1e1; }
    body.theme-chromashift2025_4p #production .improv-capture-view.audio .hint .audio-container, body.theme-chromashift2025_4p #player-view .improv-capture-view.audio .hint .audio-container {
      top: 56%;
      background: none;
      border: none;
      height: 60px;
      width: 90.2%;
      margin-left: 0px;
      left: 55px; }
      body.theme-chromashift2025_4p #production .improv-capture-view.audio .hint .audio-container .audio-icon, body.theme-chromashift2025_4p #player-view .improv-capture-view.audio .hint .audio-container .audio-icon {
        position: absolute;
        top: -150px;
        left: 45%;
        width: 100px;
        height: 100px;
        background: url(/images/themes/vshojo-chaos/audio-icon.png) center center no-repeat;
        background-size: cover; }
  body.theme-chromashift2025_4p #production .improv-capture-view .hints, body.theme-chromashift2025_4p #player-view .improv-capture-view .hints {
    padding-left: 2%;
    padding-right: 2%; }
    body.theme-chromashift2025_4p #production .improv-capture-view .hints .hint, body.theme-chromashift2025_4p #player-view .improv-capture-view .hints .hint {
      height: 80px !important;
      font-size: 40px !important; }
  body.theme-chromashift2025_4p #production .improv-capture-view .question-meta .game-box, body.theme-chromashift2025_4p #player-view .improv-capture-view .question-meta .game-box {
    background-image: none;
    background-color: #f6e9cf;
    border: 2px solid #e0b360;
    height: 60px;
    border-radius: 20px;
    color: #000;
    width: 300px;
    font-size: 30px !important;
    box-shadow: none; }
  body.theme-chromashift2025_4p #production .improv-capture-view .question-meta .game-box-left, body.theme-chromashift2025_4p #player-view .improv-capture-view .question-meta .game-box-left {
    background-image: none;
    background-color: #f6e9cf;
    border: 2px solid #e0b360;
    height: 60px;
    border-radius: 20px;
    color: #000;
    width: 300px;
    font-size: 30px !important;
    box-shadow: none; }
  body.theme-chromashift2025_4p #production .improv-capture-view .question-meta .game-box-right, body.theme-chromashift2025_4p #player-view .improv-capture-view .question-meta .game-box-right {
    background-image: none;
    background-color: #f6e9cf;
    height: 60px;
    border-radius: 20px;
    border: 2px solid #e0b360;
    color: #000;
    width: 300px;
    font-size: 30px !important;
    box-shadow: none; }
  body.theme-chromashift2025_4p #production .improv-capture-view .answer.red-box, body.theme-chromashift2025_4p #player-view .improv-capture-view .answer.red-box {
    bottom: -20px !important;
    height: 80px !important;
    margin-left: 2%;
    width: 96%;
    background-image: none;
    border: none;
    background-color: #232323;
    border-radius: 20px; }
    body.theme-chromashift2025_4p #production .improv-capture-view .answer.red-box span, body.theme-chromashift2025_4p #player-view .improv-capture-view .answer.red-box span {
      font-size: 40px !important; }
  body.theme-chromashift2025_4p .improv-capture-view {
    background-image: url(/images/themes/chromashift2025_4p/gameboard/default/game-board.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: unset;
    left: unset;
    margin-left: unset;
    width: 100%;
    height: 100%;
    position: static; }
    body.theme-chromashift2025_4p .improv-capture-view .hints-container {
      top: 4% !important;
      height: 96% !important; }
    body.theme-chromashift2025_4p .improv-capture-view .active-question {
      height: 80%; }
      body.theme-chromashift2025_4p .improv-capture-view .active-question .audio .hint {
        background-color: rgba(155, 81, 224, 0.7) !important;
        border: 1px solid #e1e1e1; }
      body.theme-chromashift2025_4p .improv-capture-view .active-question .hints {
        height: 100%;
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        min-height: unset !important; }
        body.theme-chromashift2025_4p .improv-capture-view .active-question .hints .hint {
          width: 100% !important;
          display: flex;
          align-items: center;
          justify-content: center;
          background-image: none !important;
          border-radius: 10px;
          height: 70px !important;
          color: #000 !important;
          text-shadow: none;
          box-shadow: none;
          font-size: 40px !important; }
          body.theme-chromashift2025_4p .improv-capture-view .active-question .hints .hint .image-container .image {
            transition-delay: 2s;
            transform: scale(1.5);
            background-position: center;
            background-size: 90%;
            background-repeat: no-repeat;
            height: 300px !important;
            width: 500px;
            margin-left: -240px;
            left: 50%;
            position: absolute;
            margin-top: 6%; }
    body.theme-chromashift2025_4p .improv-capture-view .answer.red-box {
      position: relative;
      bottom: 0px;
      margin-top: 0px;
      color: #fff !important;
      font-size: 64px !important;
      width: 90%;
      left: unset;
      margin-left: 5%;
      height: 100px !important;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #232323;
      border-radius: 20px; }
      body.theme-chromashift2025_4p .improv-capture-view .answer.red-box span {
        font-size: 60px !important; }
    body.theme-chromashift2025_4p .improv-capture-view .title-box {
      width: 350px;
      margin-left: unset;
      top: 2px;
      background-size: cover;
      margin-left: -175px;
      padding-top: unset;
      left: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url(/images/themes/chromashift2025_4p/gameboard/default/header.png);
      background-color: none !important;
      height: 70px;
      border-radius: 20px;
      font-size: 45px;
      border: none; }
    body.theme-chromashift2025_4p .improv-capture-view .thing-meta {
      padding: 0px; }
    body.theme-chromashift2025_4p .improv-capture-view .question-meta .game-box {
      background-image: none;
      background-color: #f6e9cf;
      border: 2px solid #e0b360;
      height: 60px;
      border-radius: 20px;
      color: #000;
      width: 300px;
      font-size: 30px !important;
      box-shadow: none; }
    body.theme-chromashift2025_4p .improv-capture-view .question-meta .game-box-left {
      left: 5%; }
    body.theme-chromashift2025_4p .improv-capture-view .question-meta .game-box-right {
      right: 5%; }
    body.theme-chromashift2025_4p .improv-capture-view.hint-type-zoomOut .hint {
      background-color: unset !important; }
    body.theme-chromashift2025_4p .improv-capture-view.audio {
      background-image: url(/images/themes/chromashift2025_4p/gameboard/default/game-board.png);
      background-size: cover;
      border-radius: 20px;
      border: 2px solid #e1e1e1; }
      body.theme-chromashift2025_4p .improv-capture-view.audio .answer.red-box {
        bottom: 80px; }
      body.theme-chromashift2025_4p .improv-capture-view.audio .hint {
        box-shadow: none !important;
        background-color: rgba(155, 81, 224, 0.7) !important;
        border: 1px solid #e1e1e1; }
        body.theme-chromashift2025_4p .improv-capture-view.audio .hint .audio-container {
          top: 56%;
          background: none;
          border: none;
          height: 60px;
          width: 90.2%;
          margin-left: 0px;
          left: 55px; }
          body.theme-chromashift2025_4p .improv-capture-view.audio .hint .audio-container .audio-icon {
            position: absolute;
            top: -150px;
            left: 45%;
            width: 100px;
            height: 100px;
            background: url(/images/themes/vshojo-chaos/audio-icon.png) center center no-repeat;
            background-size: cover; }
  body.theme-chromashift2025_4p .num-hints-1 .hint.type-image .image-border {
    background: none !important; }
  body.theme-chromashift2025_4p .improv-capture-view .hints {
    padding-top: 130px; }
  body.theme-chromashift2025_4p .improv-capture-view .hints .hint.reveal-type-fade.type-text {
    margin: 0 auto 20px auto;
    font-size: 32px; }
    body.theme-chromashift2025_4p .improv-capture-view .hints .hint.reveal-type-fade.type-text .type-improv {
      color: #000 !important; }
  body.theme-chromashift2025_4p .improv-capture-view .improv-reveal .hints .hint.reveal-type-fade.type-improv {
    background: none;
    color: #000 !important;
    line-height: 80px;
    height: 80px;
    width: 1244px;
    margin: 0 auto 20px auto;
    font-size: 28px; }
  body.theme-chromashift2025_4p improv-capture span {
    display: block;
    color: #fff;
    font-size: 34px;
    margin-top: -5px; }
  body.theme-chromashift2025_4p #production .drawing-capture-view .drawing-board, body.theme-chromashift2025_4p #player-view .drawing-capture-view .drawing-board {
    width: 80%;
    left: 50%;
    margin-left: -40%;
    top: 20%;
    height: 75%; }
  body.theme-chromashift2025_4p #production .drawing-capture-view .drawing-answer, body.theme-chromashift2025_4p #player-view .drawing-capture-view .drawing-answer {
    height: 80px;
    bottom: 50px;
    font-size: 50px !important;
    background-color: #232323;
    border-radius: 20px; }
  body.theme-chromashift2025_4p .drawing-capture-view.show-answer .drawing-answer-image {
    display: none; }
  body.theme-chromashift2025_4p .drawing-production-view .drawing-capture-view .drawing-board {
    top: 15%;
    position: relative;
    margin-left: -37%;
    left: 60%;
    height: 50%; }
  body.theme-chromashift2025_4p .drawing-capture-view {
    background-image: url(/images/themes/chromashift2025_4p/gameboard/default/game-board.png);
    border: 2px solid #e1e1e1;
    background-size: cover;
    background-repeat: no-repeat;
    left: unset;
    margin-left: unset;
    width: 100%;
    height: 100%; }
    body.theme-chromashift2025_4p .drawing-capture-view .title-box {
      width: 445px;
      margin-left: unset;
      top: 1px;
      background-size: cover;
      margin-left: -220px;
      padding-top: unset;
      left: 50%;
      background-image: none !important;
      background-color: #232323;
      height: 70px;
      border-radius: 10px;
      font-size: 45px; }
      body.theme-chromashift2025_4p .drawing-capture-view .title-box .timer-display {
        height: 100%; }
        body.theme-chromashift2025_4p .drawing-capture-view .title-box .timer-display .timer-display-container {
          height: 100%; }
          body.theme-chromashift2025_4p .drawing-capture-view .title-box .timer-display .timer-display-container .timer-countdown {
            font-size: 64px !important;
            height: 100%;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center; }
    body.theme-chromashift2025_4p .drawing-capture-view .drawing-board {
      top: 20%;
      position: relative;
      left: 50%;
      width: 80%;
      margin-left: -40%;
      height: 75%; }
    body.theme-chromashift2025_4p .drawing-capture-view .game-box {
      background-image: none !important;
      background-color: #fff !important;
      color: #000 !important;
      line-height: 70px !important;
      height: 70px;
      border-radius: 40px;
      font-size: 40px !important; }
      body.theme-chromashift2025_4p .drawing-capture-view .game-box .game-box-left {
        left: 5%;
        margin-top: 20px;
        width: 352px;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 40px !important; }
  body.theme-chromashift2025_4p drawing-points.game-box-right {
    display: block;
    margin-top: 0px !important;
    right: 5% !important;
    background-size: cover;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px !important; }
  body.theme-chromashift2025_4p drawing-points.game-box-right::last-letter {
    size: 3em; }
  body.theme-chromashift2025_4p .drawing-answer {
    color: #fff !important;
    font-size: 60px !important;
    bottom: 90px;
    width: 90%;
    left: unset;
    margin-left: 5%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #232323 !important;
    border-radius: 20px; }
  body.theme-chromashift2025_4p .meta-box,
  body.theme-chromashift2025_4p .sav-question-vote-msg,
  body.theme-chromashift2025_4p .sav-capture-split-view .sav-question,
  body.theme-chromashift2025_4p .sav-capture-split-view .timer-display {
    border-radius: 0px;
    border: 2px solid #ed3d3f;
    background: #a30d0f;
    font-family: 'FrizQuadrataRegular';
    text-transform: uppercase; }
  body.theme-chromashift2025_4p .game-container .sav-capture-view,
  body.theme-chromashift2025_4p .game-container .submit-and-vote-capture-view {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute; }
  body.theme-chromashift2025_4p .game-container .submit-and-vote-capture-view .question-number,
  body.theme-chromashift2025_4p .game-container .submit-and-vote-capture-view .sav-active-question-points {
    top: 40px; }
  body.theme-chromashift2025_4p .game-container .submit-and-vote-capture-view .sav-question-vote-msg {
    padding: 12px 0 8px; }
  body.theme-chromashift2025_4p .game-container .submit-and-vote-capture-view .sav-submission-list,
  body.theme-chromashift2025_4p .game-container .submit-and-vote-capture-view .blank-question {
    top: 140px; }
  body.theme-chromashift2025_4p .game-container .submit-and-vote-capture-view .blank-question {
    position: relative; }
  body.theme-chromashift2025_4p .game-container .sav-question-container .sav-submission-points,
  body.theme-chromashift2025_4p .game-container .sav-question-container .sav-submission-votes,
  body.theme-chromashift2025_4p .game-container .sav-question-container .author {
    background: none;
    border: none;
    box-shadow: none; }
  body.theme-chromashift2025_4p .game-container .sav-question-container .author {
    font-size: 46px;
    margin-top: 20px;
    margin-bottom: 10px; }
  body.theme-chromashift2025_4p .game-container .sav-question-container .sav-submission-points,
  body.theme-chromashift2025_4p .game-container .sav-question-container .sav-submission-votes {
    font-size: 30px; }
  body.theme-chromashift2025_4p .game-container .sav-question-inner .image {
    border-radius: 0px;
    border-color: #ed3d3f; }
  body.theme-chromashift2025_4p .typedanswers-capture-view.show-submissions .submissions-area {
    transform: translateX(10px); }
  body.theme-chromashift2025_4p .typedanswers-capture-view.show-submissions .videos-area {
    -webkit-transform: translateX(-190px); }
  body.theme-chromashift2025_4p .typedanswers-capture-view.show-question .title-area {
    -webkit-transform: translateY(20px); }
  body.theme-chromashift2025_4p .typedanswers-capture-view.show-question .videos-area {
    width: 860px;
    height: 483.75px;
    margin-left: -430px;
    overflow: hidden; }
  body.theme-chromashift2025_4p .typedanswers-capture-view .submissions-area.num-players-3 {
    bottom: -4px; }
    body.theme-chromashift2025_4p .typedanswers-capture-view .submissions-area.num-players-3 .submission {
      margin: 0 0 27px 0;
      border: 1px solid #ed3d3f;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 0px; }
    body.theme-chromashift2025_4p .typedanswers-capture-view .submissions-area.num-players-3 .player-name {
      background: #a30d0f;
      border-color: #ed3d3f; }
  body.theme-chromashift2025_4p .typedanswers-capture-view .title-area {
    border: 2px solid #ed3d3f;
    background: rgba(0, 0, 0, 0.7);
    height: 92px;
    padding: 0px; }
    body.theme-chromashift2025_4p .typedanswers-capture-view .title-area table {
      height: 90px; }
      body.theme-chromashift2025_4p .typedanswers-capture-view .title-area table td {
        padding: 0px;
        line-height: 60px; }
  body.theme-chromashift2025_4p .typedanswers-capture-view .videos-area {
    border: 2px solid #ed3d3f;
    border-radius: 0px;
    bottom: 24px; }
  body.theme-chromashift2025_4p #discussion-capture {
    background-image: none !important; }
    body.theme-chromashift2025_4p #discussion-capture .discussion-overlay {
      background-image: url(/images/themes/chromashift2025_4p/discussion.png);
      background-color: transparent;
      v-index: 0; }
    body.theme-chromashift2025_4p #discussion-capture .logo.episode {
      display: none !important;
      right: 10px;
      width: 600px;
      top: 172px !important;
      z-index: 22 !important;
      left: unset !important; }
    body.theme-chromashift2025_4p #discussion-capture .logo.streamershowdown {
      display: none; }
    body.theme-chromashift2025_4p #discussion-capture .host-name,
    body.theme-chromashift2025_4p #discussion-capture .name {
      text-transform: uppercase;
      font-size: 48px; }
    body.theme-chromashift2025_4p #discussion-capture .host-overlay .host-webcam-cover {
      width: 581px;
      height: 435px;
      left: -102px;
      top: -465px; }
    body.theme-chromashift2025_4p #discussion-capture .host-overlay .host-name {
      text-align: center;
      top: -74px;
      color: #fff;
      left: -75px;
      width: 480px;
      padding-top: 7px; }
    body.theme-chromashift2025_4p #discussion-capture .player-image {
      left: 10px !important; }
    body.theme-chromashift2025_4p #discussion-capture li.player {
      width: 407px !important;
      height: 298px !important;
      z-index: 10; }
      body.theme-chromashift2025_4p #discussion-capture li.player .webcam-cover {
        width: 407px;
        height: 295px;
        left: 0px;
        top: 0px;
        background-size: 407px 295px;
        background-repeat: no-repeat;
        z-index: -1; }
      body.theme-chromashift2025_4p #discussion-capture li.player .player-plate {
        bottom: -41px;
        position: absolute !important;
        top: unset;
        left: 17px;
        width: 92.5% !important;
        display: flex;
        align-items: center;
        justify-content: center; }
        body.theme-chromashift2025_4p #discussion-capture li.player .player-plate .name {
          position: relative !important; }
      body.theme-chromashift2025_4p #discussion-capture li.player.order-4, body.theme-chromashift2025_4p #discussion-capture li.player.order-0 {
        top: 39px; }
      body.theme-chromashift2025_4p #discussion-capture li.player.order-1, body.theme-chromashift2025_4p #discussion-capture li.player.order-5 {
        top: 386px; }
      body.theme-chromashift2025_4p #discussion-capture li.player.order-2, body.theme-chromashift2025_4p #discussion-capture li.player.order-6 {
        top: unset;
        bottom: 47px; }
      body.theme-chromashift2025_4p #discussion-capture li.player.order-0, body.theme-chromashift2025_4p #discussion-capture li.player.order-1, body.theme-chromashift2025_4p #discussion-capture li.player.order-2 {
        left: 190px;
        right: unset;
        margin-left: unset; }
        body.theme-chromashift2025_4p #discussion-capture li.player.order-0 .player-plate, body.theme-chromashift2025_4p #discussion-capture li.player.order-1 .player-plate, body.theme-chromashift2025_4p #discussion-capture li.player.order-2 .player-plate {
          background-color: #f50f76; }
      body.theme-chromashift2025_4p #discussion-capture li.player.order-4, body.theme-chromashift2025_4p #discussion-capture li.player.order-5, body.theme-chromashift2025_4p #discussion-capture li.player.order-6 {
        right: 170px;
        left: unset; }
        body.theme-chromashift2025_4p #discussion-capture li.player.order-4 .player-plate, body.theme-chromashift2025_4p #discussion-capture li.player.order-5 .player-plate, body.theme-chromashift2025_4p #discussion-capture li.player.order-6 .player-plate {
          background-color: #0033e4; }
      body.theme-chromashift2025_4p #discussion-capture li.player .player-plate {
        width: unset;
        height: unset;
        line-height: unset;
        position: relative;
        padding: 0px; }
  body.theme-chromashift2025_4p #discussion-capture .webcam-nameplate,
  body.theme-chromashift2025_4p #discussion-capture ul.players-list {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    body.theme-chromashift2025_4p #discussion-capture .webcam-nameplate li.player .player-plate .score,
    body.theme-chromashift2025_4p #discussion-capture ul.players-list li.player .player-plate .score {
      display: none; }
    body.theme-chromashift2025_4p #discussion-capture .webcam-nameplate li.player .player-plate .name,
    body.theme-chromashift2025_4p #discussion-capture ul.players-list li.player .player-plate .name {
      text-align: center; }
    body.theme-chromashift2025_4p #discussion-capture .webcam-nameplate .capturing,
    body.theme-chromashift2025_4p #discussion-capture ul.players-list .capturing {
      background-image: none !important; }
  body.theme-chromashift2025_4p #countdown-capture {
    background: none !important; }
    body.theme-chromashift2025_4p #countdown-capture .overlay {
      background-image: url(/images/themes/chromashift2025_4p/countdown.png);
      background-color: transparent;
      height: 100%; }
    body.theme-chromashift2025_4p #countdown-capture .logo.episode {
      display: none !important;
      right: 10px;
      width: 600px;
      top: 172px;
      z-index: 22;
      left: unset; }
    body.theme-chromashift2025_4p #countdown-capture .player-image {
      z-index: 0;
      width: 405px;
      height: 294px;
      background-size: cover; }
      body.theme-chromashift2025_4p #countdown-capture .player-image.order-0, body.theme-chromashift2025_4p #countdown-capture .player-image.order-4 {
        top: 28px; }
      body.theme-chromashift2025_4p #countdown-capture .player-image.order-1, body.theme-chromashift2025_4p #countdown-capture .player-image.order-5 {
        top: 376px; }
      body.theme-chromashift2025_4p #countdown-capture .player-image.order-2, body.theme-chromashift2025_4p #countdown-capture .player-image.order-6 {
        bottom: 59px;
        top: unset; }
      body.theme-chromashift2025_4p #countdown-capture .player-image.order-0, body.theme-chromashift2025_4p #countdown-capture .player-image.order-2 {
        left: 121px; }
      body.theme-chromashift2025_4p #countdown-capture .player-image.order-4, body.theme-chromashift2025_4p #countdown-capture .player-image.order-6 {
        right: 104px; }
      body.theme-chromashift2025_4p #countdown-capture .player-image.order-1 {
        left: 39px;
        margin-left: 0px; }
      body.theme-chromashift2025_4p #countdown-capture .player-image.order-5 {
        right: 33px;
        margin-left: 0px; }
      body.theme-chromashift2025_4p #countdown-capture .player-image.order-3 {
        display: none; }
    body.theme-chromashift2025_4p #countdown-capture .player-name {
      color: #fff;
      text-transform: uppercase;
      font-size: 40px;
      width: 370px;
      text-align: center; }
      body.theme-chromashift2025_4p #countdown-capture .player-name.order-0, body.theme-chromashift2025_4p #countdown-capture .player-name.order-4 {
        bottom: unset;
        top: 305px; }
      body.theme-chromashift2025_4p #countdown-capture .player-name.order-1, body.theme-chromashift2025_4p #countdown-capture .player-name.order-5 {
        bottom: unset;
        top: 653px; }
      body.theme-chromashift2025_4p #countdown-capture .player-name.order-2, body.theme-chromashift2025_4p #countdown-capture .player-name.order-6 {
        top: unset;
        bottom: 31px; }
      body.theme-chromashift2025_4p #countdown-capture .player-name.order-0, body.theme-chromashift2025_4p #countdown-capture .player-name.order-2 {
        left: 140px;
        right: unset; }
      body.theme-chromashift2025_4p #countdown-capture .player-name.order-4, body.theme-chromashift2025_4p #countdown-capture .player-name.order-6 {
        right: 124px;
        left: unset; }
      body.theme-chromashift2025_4p #countdown-capture .player-name.order-1 {
        left: 57px;
        margin-left: 0px; }
      body.theme-chromashift2025_4p #countdown-capture .player-name.order-5 {
        right: 51px;
        left: unset;
        margin-left: 0px; }
      body.theme-chromashift2025_4p #countdown-capture .player-name.order-3 {
        display: none; }
    body.theme-chromashift2025_4p #countdown-capture .countdown {
      top: 40%;
      left: 43%;
      z-index: 40;
      background: none; }
    body.theme-chromashift2025_4p #countdown-capture .counting {
      letter-spacing: 8px;
      font-size: 90px; }
  body.theme-chromashift2025_4p #signoff-capture {
    background-image: unset;
    background-color: #14a0e2; }
    body.theme-chromashift2025_4p #signoff-capture .signoff-message {
      display: none;
      top: 675px;
      font-size: 60px;
      color: #e6d948 !important;
      width: 1300px;
      height: 122px;
      line-height: 122px;
      font-family: "FrizQuadrataRegular";
      text-transform: uppercase;
      font-weight: 900;
      color: #000;
      left: 50%;
      margin-left: -635px;
      letter-spacing: 1px; }
      body.theme-chromashift2025_4p #signoff-capture .signoff-message .gradient-text {
        text-shadow: none;
        -webkit-text-fill-color: inherit; }
        body.theme-chromashift2025_4p #signoff-capture .signoff-message .gradient-text:after {
          display: none;
          opacity: 0;
          content: ""; }
    body.theme-chromashift2025_4p #signoff-capture .matcherino-status-container {
      display: none; }
  body.theme-chromashift2025_4p .multiplechoice-area, body.theme-chromashift2025_4p .game-container {
    font-family: 'FrizQuadrataRegular' !important; }
    body.theme-chromashift2025_4p .multiplechoice-area .multiplechoice-options .option-container, body.theme-chromashift2025_4p .game-container .multiplechoice-options .option-container {
      border: 2px solid #ffd366;
      border-radius: unset !important;
      -moz-box-shadow: 0px 0px 1px 4px #c8a55b;
      -webkit-box-shadow: 0px 0px 1px 4px #c8a55b;
      box-shadow: 0px 0px 1px 4px #c8a55b; }
      body.theme-chromashift2025_4p .multiplechoice-area .multiplechoice-options .option-container::before, body.theme-chromashift2025_4p .game-container .multiplechoice-options .option-container::before {
        border-radius: unset !important; }
    body.theme-chromashift2025_4p .multiplechoice-area .multiplechoice-options .option-container.right, body.theme-chromashift2025_4p .game-container .multiplechoice-options .option-container.right {
      border: 4px solid #008000;
      -moz-box-shadow: 0px 0px 1px 4px #006600;
      -webkit-box-shadow: 0px 0px 1px 4px #006600;
      box-shadow: 0px 0px 1px 4px #006600; }
  body.theme-chromashift2025_4p #production .game-container, body.theme-chromashift2025_4p #player-view .game-container {
    background-image: unset;
    background-image: url(/images/themes/chromashift2025_4p/gameboard/default/game-board.png);
    background-position: center -25px;
    height: 691px; }
    body.theme-chromashift2025_4p #production .game-container .title-box, body.theme-chromashift2025_4p #player-view .game-container .title-box {
      width: 370px;
      background-size: contain;
      top: -8px;
      box-shadow: none; }
    body.theme-chromashift2025_4p #production .game-container .name-that-thing-reveal .answer.red-box, body.theme-chromashift2025_4p #player-view .game-container .name-that-thing-reveal .answer.red-box {
      height: 100px;
      bottom: -30px;
      line-height: unset; }
    body.theme-chromashift2025_4p #production .game-container .audio .title-box, body.theme-chromashift2025_4p #player-view .game-container .audio .title-box {
      width: 444px;
      background-size: contain; }
  body.theme-chromashift2025_4p .cardFlip {
    margin-left: 30px; }
  body.theme-chromashift2025_4p .back {
    background-image: url(/images/themes/mtg/magic-back.png) !important;
    width: 200px !important; }
  body.theme-chromashift2025_4p .red-box,
  body.theme-chromashift2025_4p .drawing-capture-view .drawing-answer,
  body.theme-chromashift2025_4p .answer.red-box {
    background-image: url(/images/themes/chromashift2025_4p/gameboard/default/answer-bar.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #000;
    font-size: 48px;
    line-height: 171px;
    text-shadow: none; }
  body.theme-chromashift2025_4p .red-box {
    bottom: -10px; }
  body.theme-chromashift2025_4p .title-box {
    background: url(/images/themes/chromashift2025_4p/gameboard/default/header.png) center center no-repeat;
    width: 522px;
    height: 90px;
    margin-left: -261px;
    color: #FFFFFF;
    font-size: 32px;
    text-shadow: none;
    padding: 0px;
    line-height: 97px;
    top: 10px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3); }
    body.theme-chromashift2025_4p .title-box .timer-countdown {
      font-size: 50px; }
  body.theme-chromashift2025_4p .game-box {
    width: 252px;
    height: 58px;
    background: url(/images/themes/chromashift2025_4p/gameboard/default/sidebox.png) center center no-repeat;
    padding: 0px;
    line-height: 59px;
    position: absolute;
    color: #fff;
    font-size: 28px;
    padding-top: 0px;
    top: 40px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3); }
    body.theme-chromashift2025_4p .game-box.game-box-left {
      left: 30px; }
    body.theme-chromashift2025_4p .game-box.game-box-right {
      right: 30px; }
  body.theme-chromashift2025_4p .capture-area .episode {
    background-image: url(/images/themes/chromashift2025_4p/episode-logo.png); }
  body.theme-chromashift2025_4p #main-capture {
    background-image: url(/images/themes/chromashift2025_4p/mainscreen_no_logo.png); }
  body.theme-chromashift2025_4p #game-area {
    background-image: unset;
    top: unset;
    height: 60%;
    left: 21%;
    right: unset;
    width: 78%;
    bottom: 34%; }
  body.theme-chromashift2025_4p #main-capture.showBuzzes-on .logo.episode {
    transform: translateX(0); }
  body.theme-chromashift2025_4p #main-capture #medias-wrong1,
  body.theme-chromashift2025_4p #main-capture #medias-wrong2,
  body.theme-chromashift2025_4p #main-capture #medias-wrong3,
  body.theme-chromashift2025_4p #main-capture #medias-wrong4,
  body.theme-chromashift2025_4p #main-capture #medias-wrong5 {
    display: none;
    z-index: 10;
    width: 100%;
    height: 100%;
    right: unset;
    left: 0px;
    bottom: unset;
    top: 0px; }
  body.theme-chromashift2025_4p #main-capture #medias-scorehighlight1,
  body.theme-chromashift2025_4p #main-capture #medias-scorehighlight2,
  body.theme-chromashift2025_4p #main-capture #medias-scorehighlight3 {
    display: none; }
  body.theme-chromashift2025_4p #main-capture #medias-buzzer7,
  body.theme-chromashift2025_4p #main-capture #medias-buzzer6,
  body.theme-chromashift2025_4p #main-capture #medias-buzzer5,
  body.theme-chromashift2025_4p #main-capture #medias-buzzer4,
  body.theme-chromashift2025_4p #main-capture #medias-buzzer3,
  body.theme-chromashift2025_4p #main-capture #medias-buzzer2,
  body.theme-chromashift2025_4p #main-capture #medias-buzzer1 {
    width: 380px;
    height: 320px;
    top: unset;
    left: 0px; }
  body.theme-chromashift2025_4p #main-capture #medias-buzzer1 {
    top: 427px;
    left: 7px; }
  body.theme-chromashift2025_4p #main-capture #medias-buzzer2 {
    top: unset;
    bottom: 6px;
    left: 7px; }
  body.theme-chromashift2025_4p #main-capture #medias-buzzer3 {
    top: unset;
    bottom: 6px;
    left: 388px; }
  body.theme-chromashift2025_4p #main-capture #medias-buzzer4 {
    top: unset;
    bottom: 6px;
    left: 779px; }
  body.theme-chromashift2025_4p #main-capture #medias-buzzer5 {
    top: unset;
    bottom: 6px;
    left: unset;
    right: 378px; }
  body.theme-chromashift2025_4p #main-capture #medias-buzzer6 {
    top: unset;
    bottom: 6px;
    left: unset;
    right: 0px; }
  body.theme-chromashift2025_4p #main-capture #medias-buzzer7 {
    top: unset;
    bottom: 337px;
    left: unset;
    right: 0px; }
  body.theme-chromashift2025_4p #main-capture .matcherino-status-container {
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #f2ac3c;
    bottom: 18px;
    border-radius: 25px; }
    body.theme-chromashift2025_4p #main-capture .matcherino-status-container .cta {
      padding-right: 12px; }
      body.theme-chromashift2025_4p #main-capture .matcherino-status-container .cta:after {
        display: none; }
  body.theme-chromashift2025_4p #main-capture .matcherino-notifier-container {
    bottom: 19px; }
    body.theme-chromashift2025_4p #main-capture .matcherino-notifier-container .matcherino-donation-notif {
      background: #000;
      border: 2px solid #f2ac3c;
      box-shadow: 0px 0px 15px #f2ac3c;
      border-radius: 25px;
      color: #fff; }
      body.theme-chromashift2025_4p #main-capture .matcherino-notifier-container .matcherino-donation-notif .amount {
        color: #fff; }
  body.theme-chromashift2025_4p #main-capture .buzzes {
    width: 350px !important;
    height: 265px;
    bottom: 300px;
    left: 25px !important;
    padding: 10px;
    border: none;
    background: url(/images/themes/chromashift2025_4p/gameboard/buzzer-box.png) top center no-repeat;
    background-size: contain; }
    body.theme-chromashift2025_4p #main-capture .buzzes ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
      height: 78px;
      margin-top: 6px;
      margin-left: 6px;
      width: 97.8%; }
    body.theme-chromashift2025_4p #main-capture .buzzes li {
      height: 38px;
      line-height: 39px;
      border-radius: 7px;
      font-size: 23px;
      background: #9e3bb4;
      color: #fff; }
      body.theme-chromashift2025_4p #main-capture .buzzes li:before {
        height: 37px;
        line-height: 37px; }
  body.theme-chromashift2025_4p #main-capture div.logo.episode {
    display: none;
    top: 870px;
    left: 50px;
    width: 500px; }
  body.theme-chromashift2025_4p #main-capture .logo.patreon,
  body.theme-chromashift2025_4p #main-capture .logo.youtube {
    bottom: 80px;
    display: none; }
  body.theme-chromashift2025_4p #main-capture .logo.patreon {
    left: 80px; }
  body.theme-chromashift2025_4p #main-capture .logo.youtube {
    left: 320px; }
  body.theme-chromashift2025_4p #main-capture .episode-logo-host {
    width: 300px;
    height: 150px;
    background-image: url(/images/themes/chromashift2025_4p/episode-logo.png);
    z-index: 1000;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 60px;
    top: 54px; }
  body.theme-chromashift2025_4p #main-capture .host-overlay {
    background: none;
    width: 355px;
    top: 168px;
    height: 315px;
    left: 30px; }
    body.theme-chromashift2025_4p #main-capture .host-overlay .host-webcam-cover {
      top: 6px;
      left: 2px;
      width: 100%;
      height: 79%;
      border-radius: 15px; }
    body.theme-chromashift2025_4p #main-capture .host-overlay .overlay {
      background-position: top right;
      z-index: 1;
      background: none; }
    body.theme-chromashift2025_4p #main-capture .host-overlay .host-name {
      font-size: 36px;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      top: unset;
      width: 95%;
      bottom: 5px;
      left: 11px; }
  body.theme-chromashift2025_4p #main-capture ul.players-list {
    width: 100%;
    height: 322px;
    right: unset;
    bottom: 28px;
    padding: 0px;
    margin: 0px;
    position: absolute; }
    body.theme-chromashift2025_4p #main-capture ul.players-list li.player {
      position: absolute;
      height: 71px;
      min-width: 355px;
      width: unset;
      left: unset;
      bottom: 0px;
      top: unset;
      right: unset; }
      body.theme-chromashift2025_4p #main-capture ul.players-list li.player.order-0 {
        left: 6.2%; }
        body.theme-chromashift2025_4p #main-capture ul.players-list li.player.order-0 .buzzer-overlay {
          left: 0px;
          top: 0px; }
      body.theme-chromashift2025_4p #main-capture ul.players-list li.player.order-1 {
        left: 29.2%; }
        body.theme-chromashift2025_4p #main-capture ul.players-list li.player.order-1 .buzzer-overlay {
          left: 8px;
          top: 0px; }
      body.theme-chromashift2025_4p #main-capture ul.players-list li.player.order-2 {
        right: 29.2%; }
        body.theme-chromashift2025_4p #main-capture ul.players-list li.player.order-2 .buzzer-overlay {
          left: 8px;
          top: 0px; }
      body.theme-chromashift2025_4p #main-capture ul.players-list li.player.order-3 {
        right: 6.2%; }
        body.theme-chromashift2025_4p #main-capture ul.players-list li.player.order-3 .buzzer-overlay {
          left: 0px;
          top: 0px; }
      body.theme-chromashift2025_4p #main-capture ul.players-list li.player .drawing-marker {
        border-radius: 0px;
        top: -37px;
        left: 60%; }
      body.theme-chromashift2025_4p #main-capture ul.players-list li.player .overlay {
        display: none; }
      body.theme-chromashift2025_4p #main-capture ul.players-list li.player .webcam-cover {
        width: 365px;
        height: 269px;
        top: -241px;
        left: -9px;
        z-index: -1; }
      body.theme-chromashift2025_4p #main-capture ul.players-list li.player .buzzer-overlay {
        display: none; }
      body.theme-chromashift2025_4p #main-capture ul.players-list li.player.buzzed .buzzer-overlay {
        display: block;
        background: unset;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 1;
        transition: all 0.5s ease;
        background-color: transparent; }
      body.theme-chromashift2025_4p #main-capture ul.players-list li.player.drawing .overlay {
        display: none;
        background: none;
        width: 30px;
        height: 15px;
        background-color: #31a354;
        border-radius: 5px;
        top: 10px;
        left: 18px; }
      body.theme-chromashift2025_4p #main-capture ul.players-list li.player .player-extension {
        position: absolute;
        top: 0px;
        min-width: 300px; }
        body.theme-chromashift2025_4p #main-capture ul.players-list li.player .player-extension .hearts-list {
          top: 20px !important;
          left: unset;
          right: 30px !important; }
      body.theme-chromashift2025_4p #main-capture ul.players-list li.player .player-plate {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        padding-left: 25px;
        padding-right: 20px;
        position: relative; }
        body.theme-chromashift2025_4p #main-capture ul.players-list li.player .player-plate .name {
          padding-left: 0px;
          position: relative;
          font-size: 30px;
          text-align: center;
          text-transform: uppercase;
          height: unset;
          line-height: unset;
          bottom: unset;
          right: unset;
          width: unset;
          left: unset;
          margin-top: 10px; }
        body.theme-chromashift2025_4p #main-capture ul.players-list li.player .player-plate .score {
          position: relative;
          font-size: 30px;
          height: unset;
          line-height: unset;
          bottom: unset;
          right: unset;
          width: unset;
          margin-top: 10px; }

.hint .reveal-type-zoom {
  border: none !important; }

.player-bg, body.theme-chromashift2025_5p .red-box,
body.theme-chromashift2025_5p .drawing-capture-view .drawing-answer,
body.theme-chromashift2025_5p .answer.red-box, body.theme-chromashift2025_5p #main-capture ul.players-list li.player .player-plate {
  background: none;
    background-border: none; }

.blink, body.theme-chromashift2025_5p #main-capture ul.players-list li.player.buzzed .buzzer-overlay {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite; }

@keyframes blink-animation {
  to {
    visibility: hidden;
    background-color: yellow; } }

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
    background-color: yellow; } }

#show-nav {
  background-image: none !important; }

body.capturing {
  background: none !important; }

.clarendon, body.theme-chromashift2025_5p .game-container .sav-question-container .sav-submission-points,
body.theme-chromashift2025_5p .game-container .sav-question-container .sav-submission-votes,
body.theme-chromashift2025_5p .game-container .sav-question-container .author, body.theme-chromashift2025_5p #countdown-capture .counting {
  font-family: "Clarendon";
  letter-spacing: 1px; }

.tungsten, body.theme-chromashift2025_5p .family-feud-question-reveal, body.theme-chromashift2025_5p .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text, body.theme-chromashift2025_5p namethatthing-capture span, body.theme-chromashift2025_5p .improv-capture-view .hints .hint.reveal-type-fade.type-text, body.theme-chromashift2025_5p improv-capture span, body.theme-chromashift2025_5p .typedanswers-capture-view .submissions-area.num-players-3, body.theme-chromashift2025_5p .typedanswers-capture-view .submissions-area.num-players-3 .submission, body.theme-chromashift2025_5p .typedanswers-capture-view .submissions-area.num-players-3 .player-name, body.theme-chromashift2025_5p .typedanswers-capture-view .title-area, body.theme-chromashift2025_5p #discussion-capture, body.theme-chromashift2025_5p #discussion-capture .host-name,
body.theme-chromashift2025_5p #discussion-capture .name, body.theme-chromashift2025_5p #countdown-capture .player-name, body.theme-chromashift2025_5p #countdown-capture .countdown, body.theme-chromashift2025_5p .red-box,
body.theme-chromashift2025_5p .drawing-capture-view .drawing-answer,
body.theme-chromashift2025_5p .answer.red-box, body.theme-chromashift2025_5p .title-box, body.theme-chromashift2025_5p .game-box, body.theme-chromashift2025_5p #main-capture .buzzes li, body.theme-chromashift2025_5p #main-capture .host-overlay .host-name, body.theme-chromashift2025_5p #main-capture ul.players-list li.player, body.theme-chromashift2025_5p #main-capture ul.players-list li.player .player-plate .score {
  font-family: "tungsten";
  letter-spacing: 1px; }

body.theme-chromashift2025_5p {
  background: unset;
  background-color: #14a0e2; }
  body.theme-chromashift2025_5p .logo.episode {
    background-image: url(/images/episodes/valorant/logo.png); }
  body.theme-chromashift2025_5p #production .panel-players-list .hearts-list, body.theme-chromashift2025_5p #player-view .panel-players-list .hearts-list {
    position: absolute;
    left: 50%; }
  body.theme-chromashift2025_5p #production .family-feud-question-reveal, body.theme-chromashift2025_5p #player-view .family-feud-question-reveal {
    height: 100%;
    background-image: url(/images/themes/chromashift2025_5p/gameboard/default/game-board.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 2px solid #e0b360; }
    body.theme-chromashift2025_5p #production .family-feud-question-reveal .question-name, body.theme-chromashift2025_5p #player-view .family-feud-question-reveal .question-name {
      background-image: none !important;
      background-color: #fcf5e8;
      border: 1px solid #e0b360;
      color: #232323;
      text-shadow: none;
      border-radius: 10px;
      display: flex;
      align-items: center; }
      body.theme-chromashift2025_5p #production .family-feud-question-reveal .question-name table td, body.theme-chromashift2025_5p #player-view .family-feud-question-reveal .question-name table td {
        font-size: 40px; }
    body.theme-chromashift2025_5p #production .family-feud-question-reveal .answers, body.theme-chromashift2025_5p #player-view .family-feud-question-reveal .answers {
      row-gap: 20px; }
      body.theme-chromashift2025_5p #production .family-feud-question-reveal .answers .answer, body.theme-chromashift2025_5p #player-view .family-feud-question-reveal .answers .answer {
        height: 75px; }
        body.theme-chromashift2025_5p #production .family-feud-question-reveal .answers .answer table, body.theme-chromashift2025_5p #player-view .family-feud-question-reveal .answers .answer table {
          height: 75px; }
          body.theme-chromashift2025_5p #production .family-feud-question-reveal .answers .answer table td, body.theme-chromashift2025_5p #player-view .family-feud-question-reveal .answers .answer table td {
            font-size: 30px; }
        body.theme-chromashift2025_5p #production .family-feud-question-reveal .answers .answer .points, body.theme-chromashift2025_5p #player-view .family-feud-question-reveal .answers .answer .points {
          font-size: 30px;
          height: 75px; }
  body.theme-chromashift2025_5p .family-feud-capture-view {
    height: 100%;
    background-image: url(/images/themes/chromashift2025_5p/gameboard/default/game-board.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 2px solid #e0b360; }
  body.theme-chromashift2025_5p .family-feud-question-reveal {
    width: 100%;
    margin-left: unset;
    padding-top: 20px;
    float: unset;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 20px; }
    body.theme-chromashift2025_5p .family-feud-question-reveal .question-name {
      height: 100px;
      margin: 0px;
      margin-left: 80px;
      margin-right: 80px;
      background-image: none !important;
      background-color: #fcf5e8;
      border: 1px solid #e0b360;
      color: #232323;
      text-shadow: none;
      border-radius: 10px;
      display: flex;
      align-items: center; }
      body.theme-chromashift2025_5p .family-feud-question-reveal .question-name table {
        height: 100%; }
        body.theme-chromashift2025_5p .family-feud-question-reveal .question-name table td {
          font-size: 33px;
          height: 100px;
          padding: unset; }
    body.theme-chromashift2025_5p .family-feud-question-reveal .answers {
      width: auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-auto-flow: column;
      grid-template-rows: repeat(4, 1fr);
      padding: 0px;
      float: unset;
      column-gap: 20px;
      row-gap: 20px;
      padding-left: 80px;
      padding-right: 80px;
      margin-bottom: 20px; }
      body.theme-chromashift2025_5p .family-feud-question-reveal .answers .answer {
        background-image: none !important;
        background-color: #e0b360;
        padding-top: 0px;
        width: 100%;
        border-radius: 20px;
        height: 100px;
        font-size: 30px;
        margin: unset;
        padding: unset;
        text-shadow: none;
        color: #000; }
        body.theme-chromashift2025_5p .family-feud-question-reveal .answers .answer table {
          width: 100%;
          height: 112px;
          text-align: left; }
          body.theme-chromashift2025_5p .family-feud-question-reveal .answers .answer table td {
            padding: 0 10px;
            line-height: 0.9em;
            font-size: 30px !important;
            padding-left: 60px; }
          body.theme-chromashift2025_5p .family-feud-question-reveal .answers .answer table.text-len-10 {
            font-size: 30px; }
          body.theme-chromashift2025_5p .family-feud-question-reveal .answers .answer table.text-len-20 {
            font-size: 25px; }
          body.theme-chromashift2025_5p .family-feud-question-reveal .answers .answer table.text-len-30 {
            font-size: 22px; }
          body.theme-chromashift2025_5p .family-feud-question-reveal .answers .answer table.text-len-40 {
            font-size: 18px; }
          body.theme-chromashift2025_5p .family-feud-question-reveal .answers .answer table.text-len-50 {
            font-size: 14px; }
        body.theme-chromashift2025_5p .family-feud-question-reveal .answers .answer:before {
          background: #000; }
        body.theme-chromashift2025_5p .family-feud-question-reveal .answers .answer.notshown {
          width: 100%;
          margin-left: 0px; }
          body.theme-chromashift2025_5p .family-feud-question-reveal .answers .answer.notshown:before {
            opacity: 1;
            background-color: #061c29;
            top: 0px;
            left: 0%;
            margin: 0px;
            border: 1px solid #e0b360;
            border-radius: 20px; }
        body.theme-chromashift2025_5p .family-feud-question-reveal .answers .answer .points {
          border-left: 4px solid rgba(178, 117, 0, 0.25);
          right: 0px;
          padding-top: 0px;
          width: 110px;
          top: -1px;
          height: 112px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 30px;
          text-shadow: none;
          color: #000;
          top: -1px;
          border: none; }
  body.theme-chromashift2025_5p #production .name-that-thing-capture-view .title-box, body.theme-chromashift2025_5p #player-view .name-that-thing-capture-view .title-box {
    background-color: none !important;
    top: -3px !important;
    height: 90px;
    border-radius: 10px;
    font-size: 45px; }
  body.theme-chromashift2025_5p #production .name-that-thing-capture-view.hint-type-zoomOut .hint, body.theme-chromashift2025_5p #player-view .name-that-thing-capture-view.hint-type-zoomOut .hint {
    background-color: unset !important; }
  body.theme-chromashift2025_5p #production .name-that-thing-capture-view.audio .hint, body.theme-chromashift2025_5p #player-view .name-that-thing-capture-view.audio .hint {
    background-color: rgba(155, 81, 224, 0.7) !important;
    border: 1px solid #e1e1e1; }
  body.theme-chromashift2025_5p #production .name-that-thing-capture-view.audio .audio-container, body.theme-chromashift2025_5p #player-view .name-that-thing-capture-view.audio .audio-container {
    background: none !important;
    width: 96.4%;
    height: 50px;
    left: 0px;
    margin-left: 24px;
    top: 57% !important; }
    body.theme-chromashift2025_5p #production .name-that-thing-capture-view.audio .audio-container .audio-icon, body.theme-chromashift2025_5p #player-view .name-that-thing-capture-view.audio .audio-container .audio-icon {
      width: 50px;
      height: 50px;
      top: -85px; }
  body.theme-chromashift2025_5p #production .name-that-thing-capture-view .hints, body.theme-chromashift2025_5p #player-view .name-that-thing-capture-view .hints {
    min-height: fit-content;
    padding-left: 2%;
    padding-right: 2%; }
    body.theme-chromashift2025_5p #production .name-that-thing-capture-view .hints .hint, body.theme-chromashift2025_5p #player-view .name-that-thing-capture-view .hints .hint {
      height: 80px !important;
      font-size: 40px !important;
      background-color: #fcf5e8;
      border: 1px solid #e0b360;
      color: #4e323f !important; }
  body.theme-chromashift2025_5p #production .name-that-thing-capture-view .question-meta .game-box-left, body.theme-chromashift2025_5p #player-view .name-that-thing-capture-view .question-meta .game-box-left {
    background-image: none;
    background-color: #f6e9cf;
    border: 2px solid #e0b360;
    height: 60px;
    border-radius: 20px;
    color: #000;
    width: 300px;
    font-size: 30px !important;
    box-shadow: none; }
  body.theme-chromashift2025_5p #production .name-that-thing-capture-view .question-meta .game-box-right, body.theme-chromashift2025_5p #player-view .name-that-thing-capture-view .question-meta .game-box-right {
    background-image: none;
    background-color: #f6e9cf;
    height: 60px;
    border-radius: 20px;
    border: 2px solid #e0b360;
    color: #000;
    width: 300px;
    font-size: 30px !important;
    box-shadow: none; }
  body.theme-chromashift2025_5p #production .name-that-thing-capture-view .answer.red-box, body.theme-chromashift2025_5p #player-view .name-that-thing-capture-view .answer.red-box {
    bottom: -20px !important;
    height: 80px !important;
    margin-left: 2%;
    width: 96%;
    background-image: none;
    border: none;
    background-color: #232323;
    border-radius: 20px; }
    body.theme-chromashift2025_5p #production .name-that-thing-capture-view .answer.red-box span, body.theme-chromashift2025_5p #player-view .name-that-thing-capture-view .answer.red-box span {
      font-size: 40px !important; }
  body.theme-chromashift2025_5p .name-that-thing-capture-view {
    background-image: url(/images/themes/chromashift2025_5p/gameboard/default/game-board.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 2px solid #e1e1e1;
    left: unset;
    margin-left: unset;
    width: 100%;
    height: 100%;
    position: static; }
    body.theme-chromashift2025_5p .name-that-thing-capture-view .hints-container {
      top: 4% !important;
      height: 96% !important; }
    body.theme-chromashift2025_5p .name-that-thing-capture-view .active-question {
      height: 80%; }
      body.theme-chromashift2025_5p .name-that-thing-capture-view .active-question .audio .hint {
        background-color: rgba(155, 81, 224, 0.7) !important;
        border: 1px solid #e1e1e1; }
      body.theme-chromashift2025_5p .name-that-thing-capture-view .active-question .hints {
        height: 100%;
        padding-left: 5%;
        padding-right: 5%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        min-height: fit-content; }
        body.theme-chromashift2025_5p .name-that-thing-capture-view .active-question .hints .hint {
          width: 100% !important;
          display: flex;
          align-items: center;
          justify-content: center;
          background-image: none !important;
          background-color: #fcf5e8;
          border: 1px solid #e0b360;
          color: #4e323f !important;
          border-radius: 10px;
          height: 70px !important;
          text-shadow: none;
          box-shadow: none;
          font-size: 40px !important; }
          body.theme-chromashift2025_5p .name-that-thing-capture-view .active-question .hints .hint .image-container .image {
            transition-delay: 2s;
            transform: scale(1.5);
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            height: 300px !important;
            width: 526px;
            margin-left: -263px;
            left: 50%;
            position: absolute;
            margin-top: 6%; }
    body.theme-chromashift2025_5p .name-that-thing-capture-view .answer.red-box {
      position: relative;
      bottom: 0px;
      margin-top: 0px;
      color: #fff !important;
      font-size: 64px !important;
      width: 90%;
      left: unset;
      margin-left: 5%;
      height: 100px !important;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #232323;
      border-radius: 20px; }
      body.theme-chromashift2025_5p .name-that-thing-capture-view .answer.red-box span {
        font-size: 60px !important; }
    body.theme-chromashift2025_5p .name-that-thing-capture-view .title-box {
      width: 445px;
      margin-left: unset;
      top: -30px;
      background-size: cover;
      margin-left: -220px;
      padding-top: unset;
      left: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url(/images/themes/chromashift2025_5p/gameboard/default/header.png);
      background-color: none !important;
      height: 70px;
      border-radius: 10px;
      font-size: 45px; }
    body.theme-chromashift2025_5p .name-that-thing-capture-view .thing-meta {
      padding: 0px; }
    body.theme-chromashift2025_5p .name-that-thing-capture-view .question-meta .game-box {
      margin-top: -40px;
      position: absolute;
      top: 40px;
      width: 352px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 40px !important;
      gap: 10px;
      background-image: none;
      background-color: none;
      height: 70px;
      border-radius: 40px;
      color: #000; }
    body.theme-chromashift2025_5p .name-that-thing-capture-view .question-meta .game-box-left {
      left: 5%; }
    body.theme-chromashift2025_5p .name-that-thing-capture-view .question-meta .game-box-right {
      right: 5%; }
    body.theme-chromashift2025_5p .name-that-thing-capture-view.hint-type-zoomOut .hint {
      background-color: unset !important; }
    body.theme-chromashift2025_5p .name-that-thing-capture-view.audio {
      background-image: url(/images/themes/chromashift2025_5p/gameboard/default/game-board.png);
      background-size: cover;
      border-radius: 20px;
      border: 2px solid #e1e1e1; }
      body.theme-chromashift2025_5p .name-that-thing-capture-view.audio .answer.red-box {
        bottom: 80px; }
      body.theme-chromashift2025_5p .name-that-thing-capture-view.audio .hint {
        box-shadow: none !important;
        background-color: rgba(155, 81, 224, 0.7) !important;
        border: 1px solid #e1e1e1; }
        body.theme-chromashift2025_5p .name-that-thing-capture-view.audio .hint .audio-container {
          top: 56%;
          background: none;
          border: none;
          height: 60px;
          width: 90.2%;
          margin-left: 0px;
          left: 55px; }
          body.theme-chromashift2025_5p .name-that-thing-capture-view.audio .hint .audio-container .audio-icon {
            position: absolute;
            top: -150px;
            left: 45%;
            width: 100px;
            height: 100px;
            background: url(/images/themes/vshojo-chaos/audio-icon.png) center center no-repeat;
            background-size: cover; }
  body.theme-chromashift2025_5p .num-hints-1 .hint.type-image .image-border {
    background: none !important; }
  body.theme-chromashift2025_5p .name-that-thing-capture-view .hints {
    padding-top: 90px; }
  body.theme-chromashift2025_5p .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text {
    margin: 0 auto 20px auto;
    font-size: 32px; }
  body.theme-chromashift2025_5p namethatthing-capture span {
    display: block;
    color: #fff;
    font-size: 34px;
    margin-top: -5px; }
  body.theme-chromashift2025_5p #production .improv-capture-view .title-box, body.theme-chromashift2025_5p #player-view .improv-capture-view .title-box {
    background-color: none !important;
    top: -3px !important;
    height: 90px;
    border-radius: 10px;
    font-size: 45px; }
  body.theme-chromashift2025_5p #production .improv-capture-view.hint-type-zoomOut .hint, body.theme-chromashift2025_5p #player-view .improv-capture-view.hint-type-zoomOut .hint {
    background-color: unset !important; }
  body.theme-chromashift2025_5p #production .improv-capture-view.audio .hint, body.theme-chromashift2025_5p #player-view .improv-capture-view.audio .hint {
    box-shadow: none !important;
    background-color: rgba(155, 81, 224, 0.7) !important;
    border: 1px solid #e1e1e1; }
    body.theme-chromashift2025_5p #production .improv-capture-view.audio .hint .audio-container, body.theme-chromashift2025_5p #player-view .improv-capture-view.audio .hint .audio-container {
      top: 56%;
      background: none;
      border: none;
      height: 60px;
      width: 90.2%;
      margin-left: 0px;
      left: 55px; }
      body.theme-chromashift2025_5p #production .improv-capture-view.audio .hint .audio-container .audio-icon, body.theme-chromashift2025_5p #player-view .improv-capture-view.audio .hint .audio-container .audio-icon {
        position: absolute;
        top: -150px;
        left: 45%;
        width: 100px;
        height: 100px;
        background: url(/images/themes/vshojo-chaos/audio-icon.png) center center no-repeat;
        background-size: cover; }
  body.theme-chromashift2025_5p #production .improv-capture-view .hints, body.theme-chromashift2025_5p #player-view .improv-capture-view .hints {
    padding-left: 2%;
    padding-right: 2%; }
    body.theme-chromashift2025_5p #production .improv-capture-view .hints .hint, body.theme-chromashift2025_5p #player-view .improv-capture-view .hints .hint {
      height: 80px !important;
      font-size: 40px !important; }
  body.theme-chromashift2025_5p #production .improv-capture-view .question-meta .game-box, body.theme-chromashift2025_5p #player-view .improv-capture-view .question-meta .game-box {
    background-image: none;
    background-color: #f6e9cf;
    border: 2px solid #e0b360;
    height: 60px;
    border-radius: 20px;
    color: #000;
    width: 300px;
    font-size: 30px !important;
    box-shadow: none; }
  body.theme-chromashift2025_5p #production .improv-capture-view .question-meta .game-box-left, body.theme-chromashift2025_5p #player-view .improv-capture-view .question-meta .game-box-left {
    background-image: none;
    background-color: #f6e9cf;
    border: 2px solid #e0b360;
    height: 60px;
    border-radius: 20px;
    color: #000;
    width: 300px;
    font-size: 30px !important;
    box-shadow: none; }
  body.theme-chromashift2025_5p #production .improv-capture-view .question-meta .game-box-right, body.theme-chromashift2025_5p #player-view .improv-capture-view .question-meta .game-box-right {
    background-image: none;
    background-color: #f6e9cf;
    height: 60px;
    border-radius: 20px;
    border: 2px solid #e0b360;
    color: #000;
    width: 300px;
    font-size: 30px !important;
    box-shadow: none; }
  body.theme-chromashift2025_5p #production .improv-capture-view .answer.red-box, body.theme-chromashift2025_5p #player-view .improv-capture-view .answer.red-box {
    bottom: -20px !important;
    height: 80px !important;
    margin-left: 2%;
    width: 96%;
    background-image: none;
    border: none;
    background-color: #232323;
    border-radius: 20px; }
    body.theme-chromashift2025_5p #production .improv-capture-view .answer.red-box span, body.theme-chromashift2025_5p #player-view .improv-capture-view .answer.red-box span {
      font-size: 40px !important; }
  body.theme-chromashift2025_5p .improv-capture-view {
    background-image: url(/images/themes/chromashift2025_4p/gameboard/default/game-board.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: unset;
    left: unset;
    margin-left: unset;
    width: 100%;
    height: 100%;
    position: static; }
    body.theme-chromashift2025_5p .improv-capture-view .hints-container {
      top: 4% !important;
      height: 96% !important; }
    body.theme-chromashift2025_5p .improv-capture-view .active-question {
      height: 80%; }
      body.theme-chromashift2025_5p .improv-capture-view .active-question .audio .hint {
        background-color: rgba(155, 81, 224, 0.7) !important;
        border: 1px solid #e1e1e1; }
      body.theme-chromashift2025_5p .improv-capture-view .active-question .hints {
        height: 100%;
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        min-height: unset !important; }
        body.theme-chromashift2025_5p .improv-capture-view .active-question .hints .hint {
          width: 100% !important;
          display: flex;
          align-items: center;
          justify-content: center;
          background-image: none !important;
          border-radius: 10px;
          height: 70px !important;
          color: #000 !important;
          text-shadow: none;
          box-shadow: none;
          font-size: 40px !important; }
          body.theme-chromashift2025_5p .improv-capture-view .active-question .hints .hint .image-container .image {
            transition-delay: 2s;
            transform: scale(1.5);
            background-position: center;
            background-size: 90%;
            background-repeat: no-repeat;
            height: 300px !important;
            width: 500px;
            margin-left: -240px;
            left: 50%;
            position: absolute;
            margin-top: 6%; }
    body.theme-chromashift2025_5p .improv-capture-view .answer.red-box {
      position: relative;
      bottom: 0px;
      margin-top: 0px;
      color: #fff !important;
      font-size: 64px !important;
      width: 90%;
      left: unset;
      margin-left: 5%;
      height: 100px !important;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #232323;
      border-radius: 20px; }
      body.theme-chromashift2025_5p .improv-capture-view .answer.red-box span {
        font-size: 60px !important; }
    body.theme-chromashift2025_5p .improv-capture-view .title-box {
      width: 350px;
      margin-left: unset;
      top: 2px;
      background-size: cover;
      margin-left: -175px;
      padding-top: unset;
      left: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url(/images/themes/chromashift2025_4p/gameboard/default/header.png);
      background-color: none !important;
      height: 70px;
      border-radius: 20px;
      font-size: 45px;
      border: none; }
    body.theme-chromashift2025_5p .improv-capture-view .thing-meta {
      padding: 0px; }
    body.theme-chromashift2025_5p .improv-capture-view .question-meta .game-box {
      background-image: none;
      background-color: #f6e9cf;
      border: 2px solid #e0b360;
      height: 60px;
      border-radius: 20px;
      color: #000;
      width: 300px;
      font-size: 30px !important;
      box-shadow: none; }
    body.theme-chromashift2025_5p .improv-capture-view .question-meta .game-box-left {
      left: 5%; }
    body.theme-chromashift2025_5p .improv-capture-view .question-meta .game-box-right {
      right: 5%; }
    body.theme-chromashift2025_5p .improv-capture-view.hint-type-zoomOut .hint {
      background-color: unset !important; }
    body.theme-chromashift2025_5p .improv-capture-view.audio {
      background-image: url(/images/themes/chromashift2025_4p/gameboard/default/game-board.png);
      background-size: cover;
      border-radius: 20px;
      border: 2px solid #e1e1e1; }
      body.theme-chromashift2025_5p .improv-capture-view.audio .answer.red-box {
        bottom: 80px; }
      body.theme-chromashift2025_5p .improv-capture-view.audio .hint {
        box-shadow: none !important;
        background-color: rgba(155, 81, 224, 0.7) !important;
        border: 1px solid #e1e1e1; }
        body.theme-chromashift2025_5p .improv-capture-view.audio .hint .audio-container {
          top: 56%;
          background: none;
          border: none;
          height: 60px;
          width: 90.2%;
          margin-left: 0px;
          left: 55px; }
          body.theme-chromashift2025_5p .improv-capture-view.audio .hint .audio-container .audio-icon {
            position: absolute;
            top: -150px;
            left: 45%;
            width: 100px;
            height: 100px;
            background: url(/images/themes/vshojo-chaos/audio-icon.png) center center no-repeat;
            background-size: cover; }
  body.theme-chromashift2025_5p .num-hints-1 .hint.type-image .image-border {
    background: none !important; }
  body.theme-chromashift2025_5p .improv-capture-view .hints {
    padding-top: 130px; }
  body.theme-chromashift2025_5p .improv-capture-view .hints .hint.reveal-type-fade.type-text {
    margin: 0 auto 20px auto;
    font-size: 32px; }
    body.theme-chromashift2025_5p .improv-capture-view .hints .hint.reveal-type-fade.type-text .type-improv {
      color: #000 !important; }
  body.theme-chromashift2025_5p .improv-capture-view .improv-reveal .hints .hint.reveal-type-fade.type-improv {
    background: none;
    color: #000 !important;
    line-height: 80px;
    height: 80px;
    width: 1244px;
    margin: 0 auto 20px auto;
    font-size: 28px; }
  body.theme-chromashift2025_5p improv-capture span {
    display: block;
    color: #fff;
    font-size: 34px;
    margin-top: -5px; }
  body.theme-chromashift2025_5p #production .drawing-capture-view .drawing-board, body.theme-chromashift2025_5p #player-view .drawing-capture-view .drawing-board {
    width: 80%;
    left: 50%;
    margin-left: -40%;
    top: 20%;
    height: 75%; }
  body.theme-chromashift2025_5p #production .drawing-capture-view .drawing-answer, body.theme-chromashift2025_5p #player-view .drawing-capture-view .drawing-answer {
    height: 80px;
    bottom: 50px;
    font-size: 50px !important;
    background-color: #232323;
    border-radius: 20px; }
  body.theme-chromashift2025_5p .drawing-capture-view.show-answer .drawing-answer-image {
    display: none; }
  body.theme-chromashift2025_5p .drawing-production-view .drawing-capture-view .drawing-board {
    top: 15%;
    position: relative;
    margin-left: -37%;
    left: 60%;
    height: 50%; }
  body.theme-chromashift2025_5p .drawing-capture-view {
    background-image: url(/images/themes/chromashift2025_5p/gameboard/default/game-board.png);
    border: 2px solid #e1e1e1;
    background-size: cover;
    background-repeat: no-repeat;
    left: unset;
    margin-left: unset;
    width: 100%;
    height: 100%; }
    body.theme-chromashift2025_5p .drawing-capture-view .title-box {
      width: 445px;
      margin-left: unset;
      top: 1px;
      background-size: cover;
      margin-left: -220px;
      padding-top: unset;
      left: 50%;
      background-image: none !important;
      background-color: #232323;
      height: 70px;
      border-radius: 10px;
      font-size: 45px; }
      body.theme-chromashift2025_5p .drawing-capture-view .title-box .timer-display {
        height: 100%; }
        body.theme-chromashift2025_5p .drawing-capture-view .title-box .timer-display .timer-display-container {
          height: 100%; }
          body.theme-chromashift2025_5p .drawing-capture-view .title-box .timer-display .timer-display-container .timer-countdown {
            font-size: 64px !important;
            height: 100%;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center; }
    body.theme-chromashift2025_5p .drawing-capture-view .drawing-board {
      top: 20%;
      position: relative;
      left: 50%;
      width: 80%;
      margin-left: -40%;
      height: 75%; }
    body.theme-chromashift2025_5p .drawing-capture-view .game-box {
      background-image: none !important;
      background-color: #fff !important;
      color: #000 !important;
      line-height: 70px !important;
      height: 70px;
      border-radius: 40px;
      font-size: 40px !important; }
      body.theme-chromashift2025_5p .drawing-capture-view .game-box .game-box-left {
        left: 5%;
        margin-top: 20px;
        width: 352px;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 40px !important; }
  body.theme-chromashift2025_5p drawing-points.game-box-right {
    display: block;
    margin-top: 0px !important;
    right: 5% !important;
    background-size: cover;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px !important; }
  body.theme-chromashift2025_5p drawing-points.game-box-right::last-letter {
    size: 3em; }
  body.theme-chromashift2025_5p .drawing-answer {
    color: #fff !important;
    font-size: 60px !important;
    bottom: 90px;
    width: 90%;
    left: unset;
    margin-left: 5%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #232323 !important;
    border-radius: 20px; }
  body.theme-chromashift2025_5p .meta-box,
  body.theme-chromashift2025_5p .sav-question-vote-msg,
  body.theme-chromashift2025_5p .sav-capture-split-view .sav-question,
  body.theme-chromashift2025_5p .sav-capture-split-view .timer-display {
    border-radius: 0px;
    border: 2px solid #ed3d3f;
    background: #a30d0f;
    font-family: 'FrizQuadrataRegular';
    text-transform: uppercase; }
  body.theme-chromashift2025_5p .game-container .sav-capture-view,
  body.theme-chromashift2025_5p .game-container .submit-and-vote-capture-view {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute; }
  body.theme-chromashift2025_5p .game-container .submit-and-vote-capture-view .question-number,
  body.theme-chromashift2025_5p .game-container .submit-and-vote-capture-view .sav-active-question-points {
    top: 40px; }
  body.theme-chromashift2025_5p .game-container .submit-and-vote-capture-view .sav-question-vote-msg {
    padding: 12px 0 8px; }
  body.theme-chromashift2025_5p .game-container .submit-and-vote-capture-view .sav-submission-list,
  body.theme-chromashift2025_5p .game-container .submit-and-vote-capture-view .blank-question {
    top: 140px; }
  body.theme-chromashift2025_5p .game-container .submit-and-vote-capture-view .blank-question {
    position: relative; }
  body.theme-chromashift2025_5p .game-container .sav-question-container .sav-submission-points,
  body.theme-chromashift2025_5p .game-container .sav-question-container .sav-submission-votes,
  body.theme-chromashift2025_5p .game-container .sav-question-container .author {
    background: none;
    border: none;
    box-shadow: none; }
  body.theme-chromashift2025_5p .game-container .sav-question-container .author {
    font-size: 46px;
    margin-top: 20px;
    margin-bottom: 10px; }
  body.theme-chromashift2025_5p .game-container .sav-question-container .sav-submission-points,
  body.theme-chromashift2025_5p .game-container .sav-question-container .sav-submission-votes {
    font-size: 30px; }
  body.theme-chromashift2025_5p .game-container .sav-question-inner .image {
    border-radius: 0px;
    border-color: #ed3d3f; }
  body.theme-chromashift2025_5p .typedanswers-capture-view.show-submissions .submissions-area {
    transform: translateX(10px); }
  body.theme-chromashift2025_5p .typedanswers-capture-view.show-submissions .videos-area {
    -webkit-transform: translateX(-190px); }
  body.theme-chromashift2025_5p .typedanswers-capture-view.show-question .title-area {
    -webkit-transform: translateY(20px); }
  body.theme-chromashift2025_5p .typedanswers-capture-view.show-question .videos-area {
    width: 860px;
    height: 483.75px;
    margin-left: -430px;
    overflow: hidden; }
  body.theme-chromashift2025_5p .typedanswers-capture-view .submissions-area.num-players-3 {
    bottom: -4px; }
    body.theme-chromashift2025_5p .typedanswers-capture-view .submissions-area.num-players-3 .submission {
      margin: 0 0 27px 0;
      border: 1px solid #ed3d3f;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 0px; }
    body.theme-chromashift2025_5p .typedanswers-capture-view .submissions-area.num-players-3 .player-name {
      background: #a30d0f;
      border-color: #ed3d3f; }
  body.theme-chromashift2025_5p .typedanswers-capture-view .title-area {
    border: 2px solid #ed3d3f;
    background: rgba(0, 0, 0, 0.7);
    height: 92px;
    padding: 0px; }
    body.theme-chromashift2025_5p .typedanswers-capture-view .title-area table {
      height: 90px; }
      body.theme-chromashift2025_5p .typedanswers-capture-view .title-area table td {
        padding: 0px;
        line-height: 60px; }
  body.theme-chromashift2025_5p .typedanswers-capture-view .videos-area {
    border: 2px solid #ed3d3f;
    border-radius: 0px;
    bottom: 24px; }
  body.theme-chromashift2025_5p #discussion-capture {
    background-image: none !important; }
    body.theme-chromashift2025_5p #discussion-capture .discussion-overlay {
      background-image: url(/images/themes/chromashift2025_5p/discussion.png);
      background-color: transparent;
      v-index: 0; }
    body.theme-chromashift2025_5p #discussion-capture .logo.episode {
      display: none !important;
      right: 10px;
      width: 600px;
      top: 172px !important;
      z-index: 22 !important;
      left: unset !important; }
    body.theme-chromashift2025_5p #discussion-capture .logo.streamershowdown {
      display: none; }
    body.theme-chromashift2025_5p #discussion-capture .host-name,
    body.theme-chromashift2025_5p #discussion-capture .name {
      text-transform: uppercase;
      font-size: 48px; }
    body.theme-chromashift2025_5p #discussion-capture .host-overlay .host-webcam-cover {
      width: 581px;
      height: 435px;
      left: -102px;
      top: -465px; }
    body.theme-chromashift2025_5p #discussion-capture .host-overlay .host-name {
      text-align: center;
      top: -74px;
      color: #fff;
      left: -75px;
      width: 480px;
      padding-top: 7px; }
    body.theme-chromashift2025_5p #discussion-capture .player-image {
      left: 10px !important; }
    body.theme-chromashift2025_5p #discussion-capture li.player {
      width: 407px !important;
      height: 298px !important;
      z-index: 10; }
      body.theme-chromashift2025_5p #discussion-capture li.player .webcam-cover {
        width: 407px;
        height: 295px;
        left: 0px;
        top: 0px;
        background-size: 407px 295px;
        background-repeat: no-repeat;
        z-index: -1; }
      body.theme-chromashift2025_5p #discussion-capture li.player .player-plate {
        bottom: -41px;
        position: absolute !important;
        top: unset;
        left: 17px;
        width: 92.5% !important;
        display: flex;
        align-items: center;
        justify-content: center; }
        body.theme-chromashift2025_5p #discussion-capture li.player .player-plate .name {
          position: relative !important; }
      body.theme-chromashift2025_5p #discussion-capture li.player.order-4, body.theme-chromashift2025_5p #discussion-capture li.player.order-0 {
        top: 39px; }
      body.theme-chromashift2025_5p #discussion-capture li.player.order-1, body.theme-chromashift2025_5p #discussion-capture li.player.order-5 {
        top: 386px; }
      body.theme-chromashift2025_5p #discussion-capture li.player.order-2, body.theme-chromashift2025_5p #discussion-capture li.player.order-6 {
        top: unset;
        bottom: 47px; }
      body.theme-chromashift2025_5p #discussion-capture li.player.order-0, body.theme-chromashift2025_5p #discussion-capture li.player.order-1, body.theme-chromashift2025_5p #discussion-capture li.player.order-2 {
        left: 190px;
        right: unset;
        margin-left: unset; }
        body.theme-chromashift2025_5p #discussion-capture li.player.order-0 .player-plate, body.theme-chromashift2025_5p #discussion-capture li.player.order-1 .player-plate, body.theme-chromashift2025_5p #discussion-capture li.player.order-2 .player-plate {
          background-color: #f50f76; }
      body.theme-chromashift2025_5p #discussion-capture li.player.order-4, body.theme-chromashift2025_5p #discussion-capture li.player.order-5, body.theme-chromashift2025_5p #discussion-capture li.player.order-6 {
        right: 170px;
        left: unset; }
        body.theme-chromashift2025_5p #discussion-capture li.player.order-4 .player-plate, body.theme-chromashift2025_5p #discussion-capture li.player.order-5 .player-plate, body.theme-chromashift2025_5p #discussion-capture li.player.order-6 .player-plate {
          background-color: #0033e4; }
      body.theme-chromashift2025_5p #discussion-capture li.player .player-plate {
        width: unset;
        height: unset;
        line-height: unset;
        position: relative;
        padding: 0px; }
  body.theme-chromashift2025_5p #discussion-capture .webcam-nameplate,
  body.theme-chromashift2025_5p #discussion-capture ul.players-list {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    body.theme-chromashift2025_5p #discussion-capture .webcam-nameplate li.player .player-plate .score,
    body.theme-chromashift2025_5p #discussion-capture ul.players-list li.player .player-plate .score {
      display: none; }
    body.theme-chromashift2025_5p #discussion-capture .webcam-nameplate li.player .player-plate .name,
    body.theme-chromashift2025_5p #discussion-capture ul.players-list li.player .player-plate .name {
      text-align: center; }
    body.theme-chromashift2025_5p #discussion-capture .webcam-nameplate .capturing,
    body.theme-chromashift2025_5p #discussion-capture ul.players-list .capturing {
      background-image: none !important; }
  body.theme-chromashift2025_5p #countdown-capture {
    background: none !important; }
    body.theme-chromashift2025_5p #countdown-capture .overlay {
      background-image: url(/images/themes/chromashift2025_5p/countdown.png);
      background-color: transparent;
      height: 100%; }
    body.theme-chromashift2025_5p #countdown-capture .logo.episode {
      display: none !important;
      right: 10px;
      width: 600px;
      top: 172px;
      z-index: 22;
      left: unset; }
    body.theme-chromashift2025_5p #countdown-capture .player-image {
      z-index: 0;
      width: 405px;
      height: 294px;
      background-size: cover; }
      body.theme-chromashift2025_5p #countdown-capture .player-image.order-0, body.theme-chromashift2025_5p #countdown-capture .player-image.order-4 {
        top: 28px; }
      body.theme-chromashift2025_5p #countdown-capture .player-image.order-1, body.theme-chromashift2025_5p #countdown-capture .player-image.order-5 {
        top: 376px; }
      body.theme-chromashift2025_5p #countdown-capture .player-image.order-2, body.theme-chromashift2025_5p #countdown-capture .player-image.order-6 {
        bottom: 59px;
        top: unset; }
      body.theme-chromashift2025_5p #countdown-capture .player-image.order-0, body.theme-chromashift2025_5p #countdown-capture .player-image.order-2 {
        left: 121px; }
      body.theme-chromashift2025_5p #countdown-capture .player-image.order-4, body.theme-chromashift2025_5p #countdown-capture .player-image.order-6 {
        right: 104px; }
      body.theme-chromashift2025_5p #countdown-capture .player-image.order-1 {
        left: 39px;
        margin-left: 0px; }
      body.theme-chromashift2025_5p #countdown-capture .player-image.order-5 {
        right: 33px;
        margin-left: 0px; }
      body.theme-chromashift2025_5p #countdown-capture .player-image.order-3 {
        display: none; }
    body.theme-chromashift2025_5p #countdown-capture .player-name {
      color: #fff;
      text-transform: uppercase;
      font-size: 40px;
      width: 370px;
      text-align: center; }
      body.theme-chromashift2025_5p #countdown-capture .player-name.order-0, body.theme-chromashift2025_5p #countdown-capture .player-name.order-4 {
        bottom: unset;
        top: 305px; }
      body.theme-chromashift2025_5p #countdown-capture .player-name.order-1, body.theme-chromashift2025_5p #countdown-capture .player-name.order-5 {
        bottom: unset;
        top: 653px; }
      body.theme-chromashift2025_5p #countdown-capture .player-name.order-2, body.theme-chromashift2025_5p #countdown-capture .player-name.order-6 {
        top: unset;
        bottom: 31px; }
      body.theme-chromashift2025_5p #countdown-capture .player-name.order-0, body.theme-chromashift2025_5p #countdown-capture .player-name.order-2 {
        left: 140px;
        right: unset; }
      body.theme-chromashift2025_5p #countdown-capture .player-name.order-4, body.theme-chromashift2025_5p #countdown-capture .player-name.order-6 {
        right: 124px;
        left: unset; }
      body.theme-chromashift2025_5p #countdown-capture .player-name.order-1 {
        left: 57px;
        margin-left: 0px; }
      body.theme-chromashift2025_5p #countdown-capture .player-name.order-5 {
        right: 51px;
        left: unset;
        margin-left: 0px; }
      body.theme-chromashift2025_5p #countdown-capture .player-name.order-3 {
        display: none; }
    body.theme-chromashift2025_5p #countdown-capture .countdown {
      top: 40%;
      left: 43%;
      z-index: 40;
      background: none; }
    body.theme-chromashift2025_5p #countdown-capture .counting {
      letter-spacing: 8px;
      font-size: 90px; }
  body.theme-chromashift2025_5p #signoff-capture {
    background-image: unset;
    background-color: #14a0e2; }
    body.theme-chromashift2025_5p #signoff-capture .signoff-message {
      display: none;
      top: 675px;
      font-size: 60px;
      color: #e6d948 !important;
      width: 1300px;
      height: 122px;
      line-height: 122px;
      font-family: "FrizQuadrataRegular";
      text-transform: uppercase;
      font-weight: 900;
      color: #000;
      left: 50%;
      margin-left: -635px;
      letter-spacing: 1px; }
      body.theme-chromashift2025_5p #signoff-capture .signoff-message .gradient-text {
        text-shadow: none;
        -webkit-text-fill-color: inherit; }
        body.theme-chromashift2025_5p #signoff-capture .signoff-message .gradient-text:after {
          display: none;
          opacity: 0;
          content: ""; }
    body.theme-chromashift2025_5p #signoff-capture .matcherino-status-container {
      display: none; }
  body.theme-chromashift2025_5p .multiplechoice-area, body.theme-chromashift2025_5p .game-container {
    font-family: 'FrizQuadrataRegular' !important; }
    body.theme-chromashift2025_5p .multiplechoice-area .multiplechoice-options .option-container, body.theme-chromashift2025_5p .game-container .multiplechoice-options .option-container {
      border: 2px solid #ffd366;
      border-radius: unset !important;
      -moz-box-shadow: 0px 0px 1px 4px #c8a55b;
      -webkit-box-shadow: 0px 0px 1px 4px #c8a55b;
      box-shadow: 0px 0px 1px 4px #c8a55b; }
      body.theme-chromashift2025_5p .multiplechoice-area .multiplechoice-options .option-container::before, body.theme-chromashift2025_5p .game-container .multiplechoice-options .option-container::before {
        border-radius: unset !important; }
    body.theme-chromashift2025_5p .multiplechoice-area .multiplechoice-options .option-container.right, body.theme-chromashift2025_5p .game-container .multiplechoice-options .option-container.right {
      border: 4px solid #008000;
      -moz-box-shadow: 0px 0px 1px 4px #006600;
      -webkit-box-shadow: 0px 0px 1px 4px #006600;
      box-shadow: 0px 0px 1px 4px #006600; }
  body.theme-chromashift2025_5p #production .game-container, body.theme-chromashift2025_5p #player-view .game-container {
    background-image: unset;
    background-image: url(/images/themes/chromashift2025_5p/gameboard/default/game-board.png);
    height: 691px; }
    body.theme-chromashift2025_5p #production .game-container .title-box, body.theme-chromashift2025_5p #player-view .game-container .title-box {
      width: 370px;
      background-size: contain;
      top: -8px;
      box-shadow: none; }
    body.theme-chromashift2025_5p #production .game-container .name-that-thing-reveal .answer.red-box, body.theme-chromashift2025_5p #player-view .game-container .name-that-thing-reveal .answer.red-box {
      height: 100px;
      bottom: -30px;
      line-height: unset; }
    body.theme-chromashift2025_5p #production .game-container .audio .title-box, body.theme-chromashift2025_5p #player-view .game-container .audio .title-box {
      width: 444px;
      background-size: contain; }
  body.theme-chromashift2025_5p .cardFlip {
    margin-left: 30px; }
  body.theme-chromashift2025_5p .back {
    background-image: url(/images/themes/mtg/magic-back.png) !important;
    width: 200px !important; }
  body.theme-chromashift2025_5p .red-box,
  body.theme-chromashift2025_5p .drawing-capture-view .drawing-answer,
  body.theme-chromashift2025_5p .answer.red-box {
    background-image: url(/images/themes/chromashift2025_5p/gameboard/default/answer-bar.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #000;
    font-size: 48px;
    line-height: 171px;
    text-shadow: none; }
  body.theme-chromashift2025_5p .red-box {
    bottom: -10px; }
  body.theme-chromashift2025_5p .title-box {
    background: url(/images/themes/chromashift2025_5p/gameboard/default/header.png) center center no-repeat;
    width: 522px;
    height: 90px;
    margin-left: -261px;
    color: #FFFFFF;
    font-size: 32px;
    text-shadow: none;
    padding: 0px;
    line-height: 97px;
    top: 10px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3); }
    body.theme-chromashift2025_5p .title-box .timer-countdown {
      font-size: 50px; }
  body.theme-chromashift2025_5p .game-box {
    width: 252px;
    height: 58px;
    background: url(/images/themes/chromashift2025_5p/gameboard/default/sidebox.png) center center no-repeat;
    padding: 0px;
    line-height: 59px;
    position: absolute;
    color: #fff;
    font-size: 28px;
    padding-top: 0px;
    top: 40px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3); }
    body.theme-chromashift2025_5p .game-box.game-box-left {
      left: 30px; }
    body.theme-chromashift2025_5p .game-box.game-box-right {
      right: 30px; }
  body.theme-chromashift2025_5p .capture-area .episode {
    background-image: url(/images/themes/chromashift2025_5p/episode-logo.png); }
  body.theme-chromashift2025_5p #main-capture {
    background-image: url(/images/themes/chromashift2025_5p/mainscreen_no_logo.png); }
  body.theme-chromashift2025_5p #game-area {
    background-image: unset;
    top: unset;
    height: 60%;
    left: 21%;
    right: unset;
    width: 78%;
    bottom: 34%; }
  body.theme-chromashift2025_5p #main-capture.showBuzzes-on .logo.episode {
    transform: translateX(0); }
  body.theme-chromashift2025_5p #main-capture #medias-wrong1,
  body.theme-chromashift2025_5p #main-capture #medias-wrong2,
  body.theme-chromashift2025_5p #main-capture #medias-wrong3,
  body.theme-chromashift2025_5p #main-capture #medias-wrong4,
  body.theme-chromashift2025_5p #main-capture #medias-wrong5 {
    display: none;
    z-index: 10;
    width: 100%;
    height: 100%;
    right: unset;
    left: 0px;
    bottom: unset;
    top: 0px; }
  body.theme-chromashift2025_5p #main-capture #medias-scorehighlight1,
  body.theme-chromashift2025_5p #main-capture #medias-scorehighlight2,
  body.theme-chromashift2025_5p #main-capture #medias-scorehighlight3 {
    display: none; }
  body.theme-chromashift2025_5p #main-capture #medias-buzzer7,
  body.theme-chromashift2025_5p #main-capture #medias-buzzer6,
  body.theme-chromashift2025_5p #main-capture #medias-buzzer5,
  body.theme-chromashift2025_5p #main-capture #medias-buzzer4,
  body.theme-chromashift2025_5p #main-capture #medias-buzzer3,
  body.theme-chromashift2025_5p #main-capture #medias-buzzer2,
  body.theme-chromashift2025_5p #main-capture #medias-buzzer1 {
    width: 380px;
    height: 320px;
    top: unset;
    left: 0px; }
  body.theme-chromashift2025_5p #main-capture #medias-buzzer1 {
    top: 427px;
    left: 7px; }
  body.theme-chromashift2025_5p #main-capture #medias-buzzer2 {
    top: unset;
    bottom: 6px;
    left: 7px; }
  body.theme-chromashift2025_5p #main-capture #medias-buzzer3 {
    top: unset;
    bottom: 6px;
    left: 388px; }
  body.theme-chromashift2025_5p #main-capture #medias-buzzer4 {
    top: unset;
    bottom: 6px;
    left: 779px; }
  body.theme-chromashift2025_5p #main-capture #medias-buzzer5 {
    top: unset;
    bottom: 6px;
    left: unset;
    right: 378px; }
  body.theme-chromashift2025_5p #main-capture #medias-buzzer6 {
    top: unset;
    bottom: 6px;
    left: unset;
    right: 0px; }
  body.theme-chromashift2025_5p #main-capture #medias-buzzer7 {
    top: unset;
    bottom: 337px;
    left: unset;
    right: 0px; }
  body.theme-chromashift2025_5p #main-capture .matcherino-status-container {
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #f2ac3c;
    bottom: 18px;
    border-radius: 25px; }
    body.theme-chromashift2025_5p #main-capture .matcherino-status-container .cta {
      padding-right: 12px; }
      body.theme-chromashift2025_5p #main-capture .matcherino-status-container .cta:after {
        display: none; }
  body.theme-chromashift2025_5p #main-capture .matcherino-notifier-container {
    bottom: 19px; }
    body.theme-chromashift2025_5p #main-capture .matcherino-notifier-container .matcherino-donation-notif {
      background: #000;
      border: 2px solid #f2ac3c;
      box-shadow: 0px 0px 15px #f2ac3c;
      border-radius: 25px;
      color: #fff; }
      body.theme-chromashift2025_5p #main-capture .matcherino-notifier-container .matcherino-donation-notif .amount {
        color: #fff; }
  body.theme-chromashift2025_5p #main-capture .buzzes {
    width: 350px !important;
    height: 265px;
    bottom: 300px;
    left: 25px !important;
    padding: 10px;
    border: none;
    background: url(/images/themes/chromashift2025_5p/gameboard/buzzer-box.png) top center no-repeat;
    background-size: contain; }
    body.theme-chromashift2025_5p #main-capture .buzzes ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
      height: 78px;
      margin-top: 6px;
      margin-left: 6px;
      width: 97.8%; }
    body.theme-chromashift2025_5p #main-capture .buzzes li {
      height: 38px;
      line-height: 39px;
      border-radius: 7px;
      font-size: 23px;
      background: #9e3bb4;
      color: #fff; }
      body.theme-chromashift2025_5p #main-capture .buzzes li:before {
        height: 37px;
        line-height: 37px; }
  body.theme-chromashift2025_5p #main-capture div.logo.episode {
    display: none;
    top: 870px;
    left: 50px;
    width: 500px; }
  body.theme-chromashift2025_5p #main-capture .logo.patreon,
  body.theme-chromashift2025_5p #main-capture .logo.youtube {
    bottom: 80px;
    display: none; }
  body.theme-chromashift2025_5p #main-capture .logo.patreon {
    left: 80px; }
  body.theme-chromashift2025_5p #main-capture .logo.youtube {
    left: 320px; }
  body.theme-chromashift2025_5p #main-capture .episode-logo-host {
    width: 300px;
    height: 150px;
    background-image: url(/images/themes/chromashift2025_5p/episode-logo.png);
    z-index: 1000;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 60px;
    top: 54px; }
  body.theme-chromashift2025_5p #main-capture .host-overlay {
    background: none;
    width: 355px;
    top: 168px;
    height: 315px;
    left: 30px; }
    body.theme-chromashift2025_5p #main-capture .host-overlay .host-webcam-cover {
      top: 6px;
      left: 2px;
      width: 100%;
      height: 79%;
      border-radius: 15px; }
    body.theme-chromashift2025_5p #main-capture .host-overlay .overlay {
      background-position: top right;
      z-index: 1;
      background: none; }
    body.theme-chromashift2025_5p #main-capture .host-overlay .host-name {
      font-size: 36px;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      top: unset;
      width: 95%;
      bottom: 5px;
      left: 11px; }
  body.theme-chromashift2025_5p #main-capture ul.players-list {
    width: 100%;
    height: 322px;
    right: unset;
    bottom: 28px;
    padding: 0px;
    margin: 0px;
    position: absolute; }
    body.theme-chromashift2025_5p #main-capture ul.players-list li.player {
      position: absolute;
      height: 71px;
      min-width: 355px;
      width: unset;
      left: unset;
      bottom: 0px;
      top: unset;
      right: unset; }
      body.theme-chromashift2025_5p #main-capture ul.players-list li.player.order-0 {
        left: 6.2%; }
        body.theme-chromashift2025_5p #main-capture ul.players-list li.player.order-0 .buzzer-overlay {
          left: 0px;
          top: 0px; }
      body.theme-chromashift2025_5p #main-capture ul.players-list li.player.order-1 {
        left: 29.2%; }
        body.theme-chromashift2025_5p #main-capture ul.players-list li.player.order-1 .buzzer-overlay {
          left: 8px;
          top: 0px; }
      body.theme-chromashift2025_5p #main-capture ul.players-list li.player.order-2 {
        right: 29.2%; }
        body.theme-chromashift2025_5p #main-capture ul.players-list li.player.order-2 .buzzer-overlay {
          left: 8px;
          top: 0px; }
      body.theme-chromashift2025_5p #main-capture ul.players-list li.player.order-3 {
        right: 6.2%; }
        body.theme-chromashift2025_5p #main-capture ul.players-list li.player.order-3 .buzzer-overlay {
          left: 0px;
          top: 0px; }
      body.theme-chromashift2025_5p #main-capture ul.players-list li.player.order-4 {
        right: 400px;
        left: unset;
        top: unset;
        bottom: 21px; }
        body.theme-chromashift2025_5p #main-capture ul.players-list li.player.order-4 .buzzer-overlay {
          left: 0px;
          top: 0px; }
      body.theme-chromashift2025_5p #main-capture ul.players-list li.player .drawing-marker {
        border-radius: 0px;
        top: -37px;
        left: 60%; }
      body.theme-chromashift2025_5p #main-capture ul.players-list li.player .overlay {
        display: none; }
      body.theme-chromashift2025_5p #main-capture ul.players-list li.player .webcam-cover {
        width: 365px;
        height: 269px;
        top: -241px;
        left: -9px;
        z-index: -1; }
      body.theme-chromashift2025_5p #main-capture ul.players-list li.player .buzzer-overlay {
        display: none; }
      body.theme-chromashift2025_5p #main-capture ul.players-list li.player.buzzed .buzzer-overlay {
        display: block;
        background: unset;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 1;
        transition: all 0.5s ease;
        background-color: transparent; }
      body.theme-chromashift2025_5p #main-capture ul.players-list li.player.drawing .overlay {
        display: none;
        background: none;
        width: 30px;
        height: 15px;
        background-color: #31a354;
        border-radius: 5px;
        top: 10px;
        left: 18px; }
      body.theme-chromashift2025_5p #main-capture ul.players-list li.player .player-extension {
        position: absolute;
        top: 0px;
        min-width: 300px; }
        body.theme-chromashift2025_5p #main-capture ul.players-list li.player .player-extension .hearts-list {
          top: 20px !important;
          left: unset;
          right: 30px !important; }
      body.theme-chromashift2025_5p #main-capture ul.players-list li.player .player-plate {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        padding-left: 25px;
        padding-right: 20px;
        position: relative; }
        body.theme-chromashift2025_5p #main-capture ul.players-list li.player .player-plate .name {
          padding-left: 0px;
          position: relative;
          font-size: 30px;
          text-align: center;
          text-transform: uppercase;
          height: unset;
          line-height: unset;
          bottom: unset;
          right: unset;
          width: unset;
          left: unset;
          margin-top: 10px; }
        body.theme-chromashift2025_5p #main-capture ul.players-list li.player .player-plate .score {
          position: relative;
          font-size: 30px;
          height: unset;
          line-height: unset;
          bottom: unset;
          right: unset;
          width: unset;
          margin-top: 10px; }

.hint .reveal-type-zoom {
  border: none !important; }

.player-bg, body.theme-chromashift_meetcompete .red-box,
body.theme-chromashift_meetcompete .drawing-capture-view .drawing-answer,
body.theme-chromashift_meetcompete .answer.red-box, body.theme-chromashift_meetcompete #main-capture ul.players-list li.player .player-plate, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture ul.players-list li.player .player-plate, body.theme-chromashift_meetcompete #main-meetcompete-red-capture ul.players-list li.player .player-plate {
  background: none;
    background-border: none; }

.blink, body.theme-chromashift_meetcompete #main-capture ul.players-list li.player.buzzed .buzzer-overlay, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture ul.players-list li.player.buzzed .buzzer-overlay, body.theme-chromashift_meetcompete #main-meetcompete-red-capture ul.players-list li.player.buzzed .buzzer-overlay {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite; }

@keyframes blink-animation {
  to {
    visibility: hidden;
    background-color: yellow; } }

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
    background-color: yellow; } }

#show-nav {
  background-image: none !important; }

body.capturing {
  background: none !important; }

.clarendon, body.theme-chromashift_meetcompete .game-container .sav-question-container .sav-submission-points,
body.theme-chromashift_meetcompete .game-container .sav-question-container .sav-submission-votes,
body.theme-chromashift_meetcompete .game-container .sav-question-container .author {
  font-family: "Clarendon";
  letter-spacing: 1px; }

.tungsten, body.theme-chromashift_meetcompete .improv-capture-view .hints .hint.reveal-type-fade.type-text, body.theme-chromashift_meetcompete improv-capture span, body.theme-chromashift_meetcompete .teamtrivia-capture-view .hints .hint.reveal-type-fade.type-text, body.theme-chromashift_meetcompete namethatthing-capture span {
  font-family: "tungsten";
  letter-spacing: 1px; }

.madetommy, body.theme-chromashift_meetcompete .family-feud-question-reveal, body.theme-chromashift_meetcompete .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text, body.theme-chromashift_meetcompete namethatthing-capture span, body.theme-chromashift_meetcompete .typedanswers-capture-view .submissions-area.num-players-3, body.theme-chromashift_meetcompete .typedanswers-capture-view .submissions-area.num-players-3 .submission, body.theme-chromashift_meetcompete .typedanswers-capture-view .submissions-area.num-players-3 .player-name, body.theme-chromashift_meetcompete .typedanswers-capture-view .title-area, body.theme-chromashift_meetcompete #discussion-capture, body.theme-chromashift_meetcompete #discussion-capture .host-name,
body.theme-chromashift_meetcompete #discussion-capture .name, body.theme-chromashift_meetcompete #countdown-capture .player-name, body.theme-chromashift_meetcompete #countdown-capture .countdown-container .countdown-title div, body.theme-chromashift_meetcompete #countdown-capture .countdown, body.theme-chromashift_meetcompete #countdown-capture .counting, body.theme-chromashift_meetcompete .red-box,
body.theme-chromashift_meetcompete .drawing-capture-view .drawing-answer,
body.theme-chromashift_meetcompete .answer.red-box, body.theme-chromashift_meetcompete .title-box, body.theme-chromashift_meetcompete .game-box, body.theme-chromashift_meetcompete #main-capture .buzzes li, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture .buzzes li, body.theme-chromashift_meetcompete #main-meetcompete-red-capture .buzzes li, body.theme-chromashift_meetcompete #main-capture .host-overlay .host-name, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture .host-overlay .host-name, body.theme-chromashift_meetcompete #main-meetcompete-red-capture .host-overlay .host-name, body.theme-chromashift_meetcompete #main-capture ul.players-list li.player, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture ul.players-list li.player, body.theme-chromashift_meetcompete #main-meetcompete-red-capture ul.players-list li.player, body.theme-chromashift_meetcompete #main-capture ul.players-list li.player .player-plate .score, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture ul.players-list li.player .player-plate .score, body.theme-chromashift_meetcompete #main-meetcompete-red-capture ul.players-list li.player .player-plate .score {
  font-family: "MadeTommy";
  letter-spacing: 1px; }

body.theme-chromashift_meetcompete {
  background: unset;
  background-color: #14a0e2; }
  body.theme-chromashift_meetcompete .logo.episode {
    background-image: url(/images/episodes/valorant/logo.png); }
  body.theme-chromashift_meetcompete #production .panel-players-list .hearts-list, body.theme-chromashift_meetcompete #player-view .panel-players-list .hearts-list {
    position: absolute;
    left: 50%;
    margin-top: -25px !important; }
  body.theme-chromashift_meetcompete #production .family-feud-question-reveal, body.theme-chromashift_meetcompete #player-view .family-feud-question-reveal {
    height: 100%;
    background-image: url(/images/themes/chromashift_meetcompete/gameboard/default/game-board.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 2px solid #e0b360; }
    body.theme-chromashift_meetcompete #production .family-feud-question-reveal .question-name, body.theme-chromashift_meetcompete #player-view .family-feud-question-reveal .question-name {
      background-image: none !important;
      background-color: #fcf5e8;
      border: 1px solid #e0b360;
      color: #4e323f;
      text-shadow: none;
      border-radius: 10px;
      display: flex;
      align-items: center; }
      body.theme-chromashift_meetcompete #production .family-feud-question-reveal .question-name table td, body.theme-chromashift_meetcompete #player-view .family-feud-question-reveal .question-name table td {
        font-size: 40px; }
    body.theme-chromashift_meetcompete #production .family-feud-question-reveal .answers, body.theme-chromashift_meetcompete #player-view .family-feud-question-reveal .answers {
      row-gap: 20px; }
      body.theme-chromashift_meetcompete #production .family-feud-question-reveal .answers .answer, body.theme-chromashift_meetcompete #player-view .family-feud-question-reveal .answers .answer {
        height: 75px;
        color: #4e323f !important; }
        body.theme-chromashift_meetcompete #production .family-feud-question-reveal .answers .answer table, body.theme-chromashift_meetcompete #player-view .family-feud-question-reveal .answers .answer table {
          height: 75px; }
          body.theme-chromashift_meetcompete #production .family-feud-question-reveal .answers .answer table td, body.theme-chromashift_meetcompete #player-view .family-feud-question-reveal .answers .answer table td {
            font-size: 28px !important; }
        body.theme-chromashift_meetcompete #production .family-feud-question-reveal .answers .answer .points, body.theme-chromashift_meetcompete #player-view .family-feud-question-reveal .answers .answer .points {
          font-size: 28px;
          height: 75px !important; }
  body.theme-chromashift_meetcompete .capture-area .grey-film {
    display: none !important; }
    body.theme-chromashift_meetcompete .capture-area .grey-film::after {
      left: -1px; }
  body.theme-chromashift_meetcompete .family-feud-capture-view {
    height: 100%;
    background-image: url(/images/themes/chromashift_meetcompete/gameboard/default/game-board.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 2px solid #e0b360; }
  body.theme-chromashift_meetcompete .family-feud-question-reveal {
    width: 100%;
    margin-left: unset;
    padding-top: 20px;
    float: unset;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 20px; }
    body.theme-chromashift_meetcompete .family-feud-question-reveal .question-name {
      height: 100px;
      margin: 0px;
      margin-left: 80px;
      margin-right: 80px;
      background-image: none !important;
      background-color: #f4e6d0;
      border: 3px solid #e0b360;
      color: #4e323f;
      text-shadow: none;
      border-radius: 20px;
      display: flex;
      align-items: center; }
      body.theme-chromashift_meetcompete .family-feud-question-reveal .question-name table {
        height: 100%; }
        body.theme-chromashift_meetcompete .family-feud-question-reveal .question-name table td {
          font-size: 33px;
          height: 100px;
          padding: unset; }
    body.theme-chromashift_meetcompete .family-feud-question-reveal .answers {
      width: auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-auto-flow: column;
      grid-template-rows: repeat(4, 1fr);
      padding: 0px;
      float: unset;
      column-gap: 20px;
      row-gap: 20px;
      padding-left: 80px;
      padding-right: 80px;
      margin-bottom: 20px; }
      body.theme-chromashift_meetcompete .family-feud-question-reveal .answers .answer {
        background-image: none !important;
        background-color: #f4e6d0;
        border: 3px solid #e0b360;
        padding-top: 0px;
        width: 100%;
        border-radius: 20px;
        height: 100px;
        font-size: 28px !important;
        margin: unset;
        padding: unset;
        text-shadow: none;
        color: #4e323f; }
        body.theme-chromashift_meetcompete .family-feud-question-reveal .answers .answer table {
          width: 100%;
          height: 94px;
          text-align: left; }
          body.theme-chromashift_meetcompete .family-feud-question-reveal .answers .answer table td {
            padding: 0 10px;
            line-height: 0.9em;
            font-size: 28px !important;
            padding-left: 60px; }
          body.theme-chromashift_meetcompete .family-feud-question-reveal .answers .answer table.text-len-10 {
            font-size: 28px; }
          body.theme-chromashift_meetcompete .family-feud-question-reveal .answers .answer table.text-len-20 {
            font-size: 25px; }
          body.theme-chromashift_meetcompete .family-feud-question-reveal .answers .answer table.text-len-30 {
            font-size: 22px; }
          body.theme-chromashift_meetcompete .family-feud-question-reveal .answers .answer table.text-len-40 {
            font-size: 18px; }
          body.theme-chromashift_meetcompete .family-feud-question-reveal .answers .answer table.text-len-50 {
            font-size: 14px; }
        body.theme-chromashift_meetcompete .family-feud-question-reveal .answers .answer:before {
          background-image: unset !important;
          background-color: #232323 !important;
          border-radius: 15px !important; }
        body.theme-chromashift_meetcompete .family-feud-question-reveal .answers .answer.notshown {
          width: 100%;
          margin-left: 0px; }
          body.theme-chromashift_meetcompete .family-feud-question-reveal .answers .answer.notshown:before {
            opacity: 1;
            background-color: #061c29;
            top: 0px;
            left: 0%;
            margin: 0px;
            border: 1px solid #e0b360;
            border-radius: 20px; }
        body.theme-chromashift_meetcompete .family-feud-question-reveal .answers .answer .text-length-classes {
          height: 94px; }
        body.theme-chromashift_meetcompete .family-feud-question-reveal .answers .answer .points {
          border-left: 4px solid rgba(178, 117, 0, 0.25);
          right: 0px;
          padding-top: 0px;
          width: 110px;
          top: -1px;
          height: 94px !important;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 28px;
          text-shadow: none;
          color: #4e323f;
          top: -1px;
          border: none; }
  body.theme-chromashift_meetcompete #production .name-that-thing-capture-view .title-box, body.theme-chromashift_meetcompete #player-view .name-that-thing-capture-view .title-box {
    background-color: none !important;
    top: -3px !important;
    height: 90px;
    border-radius: 10px;
    font-size: 37px; }
  body.theme-chromashift_meetcompete #production .name-that-thing-capture-view.hint-type-zoomOut .hint, body.theme-chromashift_meetcompete #player-view .name-that-thing-capture-view.hint-type-zoomOut .hint {
    background-color: unset !important; }
  body.theme-chromashift_meetcompete #production .name-that-thing-capture-view.audio .hint, body.theme-chromashift_meetcompete #player-view .name-that-thing-capture-view.audio .hint {
    background-color: rgba(155, 81, 224, 0.7) !important;
    border: 1px solid #e1e1e1; }
  body.theme-chromashift_meetcompete #production .name-that-thing-capture-view.audio .audio-container, body.theme-chromashift_meetcompete #player-view .name-that-thing-capture-view.audio .audio-container {
    background: none !important;
    width: 96.4%;
    height: 50px;
    left: 0px;
    margin-left: 24px;
    top: 57% !important; }
    body.theme-chromashift_meetcompete #production .name-that-thing-capture-view.audio .audio-container .audio-icon, body.theme-chromashift_meetcompete #player-view .name-that-thing-capture-view.audio .audio-container .audio-icon {
      width: 50px;
      height: 50px;
      top: -85px; }
  body.theme-chromashift_meetcompete #production .name-that-thing-capture-view .hints, body.theme-chromashift_meetcompete #player-view .name-that-thing-capture-view .hints {
    min-height: fit-content;
    padding-left: 2%;
    padding-right: 2%; }
    body.theme-chromashift_meetcompete #production .name-that-thing-capture-view .hints.imageToImage .audio-container,
    body.theme-chromashift_meetcompete #production .name-that-thing-capture-view .hints.imageToImage .video-container,
    body.theme-chromashift_meetcompete #production .name-that-thing-capture-view .hints.imageToImage .fade, body.theme-chromashift_meetcompete #player-view .name-that-thing-capture-view .hints.imageToImage .audio-container,
    body.theme-chromashift_meetcompete #player-view .name-that-thing-capture-view .hints.imageToImage .video-container,
    body.theme-chromashift_meetcompete #player-view .name-that-thing-capture-view .hints.imageToImage .fade {
      display: none !important; }
    body.theme-chromashift_meetcompete #production .name-that-thing-capture-view .hints .hint, body.theme-chromashift_meetcompete #player-view .name-that-thing-capture-view .hints .hint {
      height: 80px !important;
      font-size: 40px !important;
      background-color: #f4e6d0;
      border: 1px solid #e0b360;
      border-radius: 20px;
      color: #4e323f !important; }
      body.theme-chromashift_meetcompete #production .name-that-thing-capture-view .hints .hint.type-image-to-image, body.theme-chromashift_meetcompete #player-view .name-that-thing-capture-view .hints .hint.type-image-to-image {
        background-color: unset !important;
        border: none !important; }
  body.theme-chromashift_meetcompete #production .name-that-thing-capture-view .question-meta .game-box-left, body.theme-chromashift_meetcompete #player-view .name-that-thing-capture-view .question-meta .game-box-left {
    background-image: none;
    background-color: #f4e6d0;
    border: 2px solid #e0b360;
    height: 60px;
    border-radius: 20px;
    color: #4e323f;
    width: 300px;
    font-size: 30px !important;
    box-shadow: none; }
  body.theme-chromashift_meetcompete #production .name-that-thing-capture-view .question-meta .game-box-right, body.theme-chromashift_meetcompete #player-view .name-that-thing-capture-view .question-meta .game-box-right {
    background-image: none;
    background-color: #f4e6d0;
    height: 60px;
    border-radius: 20px;
    border: 2px solid #e0b360;
    color: #4e323f;
    width: 300px;
    font-size: 30px !important;
    box-shadow: none; }
  body.theme-chromashift_meetcompete #production .name-that-thing-capture-view .answer.red-box, body.theme-chromashift_meetcompete #player-view .name-that-thing-capture-view .answer.red-box {
    bottom: -20px !important;
    height: 80px !important;
    margin-left: 2%;
    width: 96%;
    background-image: none;
    border: none;
    background-color: #232323;
    border-radius: 20px; }
    body.theme-chromashift_meetcompete #production .name-that-thing-capture-view .answer.red-box span, body.theme-chromashift_meetcompete #player-view .name-that-thing-capture-view .answer.red-box span {
      font-size: 40px !important; }
  body.theme-chromashift_meetcompete .name-that-thing-capture-view {
    background-image: url(/images/themes/chromashift_meetcompete/gameboard/default/game-board.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: none !important;
    left: unset;
    margin-left: unset;
    width: 100%;
    height: 100%;
    position: static; }
    body.theme-chromashift_meetcompete .name-that-thing-capture-view .hints-container {
      top: 4% !important;
      height: 96% !important; }
    body.theme-chromashift_meetcompete .name-that-thing-capture-view .active-question {
      height: 80%; }
      body.theme-chromashift_meetcompete .name-that-thing-capture-view .active-question .audio .hint {
        background-color: rgba(155, 81, 224, 0.7) !important;
        border: 1px solid #e1e1e1; }
      body.theme-chromashift_meetcompete .name-that-thing-capture-view .active-question .hints {
        height: 100%;
        padding-left: 5%;
        padding-right: 5%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        min-height: fit-content; }
        body.theme-chromashift_meetcompete .name-that-thing-capture-view .active-question .hints.imageToImage .audio-container,
        body.theme-chromashift_meetcompete .name-that-thing-capture-view .active-question .hints.imageToImage .video-container,
        body.theme-chromashift_meetcompete .name-that-thing-capture-view .active-question .hints.imageToImage .fade {
          display: none !important; }
        body.theme-chromashift_meetcompete .name-that-thing-capture-view .active-question .hints .hint {
          width: 100% !important;
          display: flex;
          align-items: center;
          justify-content: center;
          background-image: none !important;
          background-color: #f4e6d0;
          border: 2px solid #e0b360;
          color: #4e323f !important;
          border-radius: 20px;
          height: 70px !important;
          text-shadow: none;
          box-shadow: none;
          font-size: 40px !important; }
          body.theme-chromashift_meetcompete .name-that-thing-capture-view .active-question .hints .hint.type-image-to-image {
            background-color: unset !important;
            border: none !important; }
          body.theme-chromashift_meetcompete .name-that-thing-capture-view .active-question .hints .hint .image-container .image {
            transition-delay: 2s;
            transform: scale(1.5);
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            height: 300px !important;
            width: 526px;
            margin-left: -263px;
            left: 50%;
            position: absolute;
            margin-top: 6%; }
          body.theme-chromashift_meetcompete .name-that-thing-capture-view .active-question .hints .hint.type-image-to-image .image-container .image {
            margin-top: -10%; }
    body.theme-chromashift_meetcompete .name-that-thing-capture-view .answer.red-box {
      position: relative;
      bottom: 0px;
      margin-top: 30px;
      color: #fff !important;
      font-size: 64px !important;
      width: 90%;
      left: unset;
      margin-left: 5%;
      height: 80px !important;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #232323;
      border-radius: 20px; }
      body.theme-chromashift_meetcompete .name-that-thing-capture-view .answer.red-box span {
        font-size: 45px !important;
        margin-top: 2px !important; }
    body.theme-chromashift_meetcompete .name-that-thing-capture-view .title-box {
      width: 370px;
      margin-left: unset;
      top: 4px;
      background-size: cover;
      margin-left: -183px;
      padding-top: unset;
      left: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url(/images/themes/chromashift_meetcompete/gameboard/default/header.png);
      background-color: none !important;
      height: 70px;
      font-size: 37px;
      border-radius: 0px;
      border-bottom-right-radius: 24px;
      border-bottom-left-radius: 24px; }
    body.theme-chromashift_meetcompete .name-that-thing-capture-view .thing-meta {
      padding: 0px; }
    body.theme-chromashift_meetcompete .name-that-thing-capture-view .question-meta .game-box {
      margin-top: -40px;
      position: absolute;
      top: 40px;
      width: 300px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 30px !important;
      gap: 10px;
      background-image: none;
      background-color: #f4e6d0;
      border: 2px solid #e0b360;
      height: 60px;
      border-radius: 20px;
      color: #4e323f !important; }
    body.theme-chromashift_meetcompete .name-that-thing-capture-view .question-meta .game-box-left {
      left: 5%; }
    body.theme-chromashift_meetcompete .name-that-thing-capture-view .question-meta .game-box-right {
      right: 5%; }
    body.theme-chromashift_meetcompete .name-that-thing-capture-view.hint-type-zoomOut .hint {
      background-color: unset !important; }
    body.theme-chromashift_meetcompete .name-that-thing-capture-view.audio {
      background-image: url(/images/themes/chromashift_meetcompete/gameboard/default/game-board.png);
      background-size: cover;
      border-radius: 20px;
      border: 2px solid #e1e1e1; }
      body.theme-chromashift_meetcompete .name-that-thing-capture-view.audio .answer.red-box {
        bottom: 80px; }
      body.theme-chromashift_meetcompete .name-that-thing-capture-view.audio .hint {
        box-shadow: none !important;
        background-color: rgba(155, 81, 224, 0.7) !important;
        border: 1px solid #e1e1e1; }
        body.theme-chromashift_meetcompete .name-that-thing-capture-view.audio .hint.type-image-to-image {
          background-color: unset !important;
          border: none !important; }
        body.theme-chromashift_meetcompete .name-that-thing-capture-view.audio .hint .audio-container {
          top: 56%;
          background: none;
          border: none;
          height: 60px;
          width: 90.2%;
          margin-left: 0px;
          left: 55px; }
          body.theme-chromashift_meetcompete .name-that-thing-capture-view.audio .hint .audio-container .audio-icon {
            position: absolute;
            top: -150px;
            left: 45%;
            width: 100px;
            height: 100px;
            background: url(/images/themes/vshojo-chaos/audio-icon.png) center center no-repeat;
            background-size: cover; }
  body.theme-chromashift_meetcompete .num-hints-1 .hint.type-image .image-border {
    background: none !important; }
  body.theme-chromashift_meetcompete .name-that-thing-capture-view .hints {
    padding-top: 90px; }
    body.theme-chromashift_meetcompete .name-that-thing-capture-view .hints.simpleImage {
      padding-top: 180px; }
      body.theme-chromashift_meetcompete .name-that-thing-capture-view .hints.simpleImage .hint {
        background-color: transparent !important;
        border: none !important; }
        body.theme-chromashift_meetcompete .name-that-thing-capture-view .hints.simpleImage .hint .image-container {
          background-color: transparent !important; }
  body.theme-chromashift_meetcompete .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text {
    margin: 0 auto 20px auto;
    font-size: 32px; }
  body.theme-chromashift_meetcompete namethatthing-capture span {
    display: block;
    color: #fff;
    font-size: 34px;
    margin-top: -5px; }
  body.theme-chromashift_meetcompete #production .improv-capture-view .title-box, body.theme-chromashift_meetcompete #player-view .improv-capture-view .title-box {
    background-color: none !important;
    top: -3px !important;
    height: 90px;
    border-radius: 10px;
    font-size: 45px; }
  body.theme-chromashift_meetcompete #production .improv-capture-view.hint-type-zoomOut .hint, body.theme-chromashift_meetcompete #player-view .improv-capture-view.hint-type-zoomOut .hint {
    background-color: unset !important; }
  body.theme-chromashift_meetcompete #production .improv-capture-view.audio .hint, body.theme-chromashift_meetcompete #player-view .improv-capture-view.audio .hint {
    box-shadow: none !important;
    background-color: rgba(155, 81, 224, 0.7) !important;
    border: 1px solid #e1e1e1; }
    body.theme-chromashift_meetcompete #production .improv-capture-view.audio .hint .audio-container, body.theme-chromashift_meetcompete #player-view .improv-capture-view.audio .hint .audio-container {
      top: 56%;
      background: none;
      border: none;
      height: 60px;
      width: 90.2%;
      margin-left: 0px;
      left: 55px; }
      body.theme-chromashift_meetcompete #production .improv-capture-view.audio .hint .audio-container .audio-icon, body.theme-chromashift_meetcompete #player-view .improv-capture-view.audio .hint .audio-container .audio-icon {
        position: absolute;
        top: -150px;
        left: 45%;
        width: 100px;
        height: 100px;
        background: url(/images/themes/vshojo-chaos/audio-icon.png) center center no-repeat;
        background-size: cover; }
  body.theme-chromashift_meetcompete #production .improv-capture-view .hints, body.theme-chromashift_meetcompete #player-view .improv-capture-view .hints {
    padding-left: 2%;
    padding-right: 2%; }
    body.theme-chromashift_meetcompete #production .improv-capture-view .hints .hint, body.theme-chromashift_meetcompete #player-view .improv-capture-view .hints .hint {
      height: 80px !important;
      font-size: 40px !important; }
  body.theme-chromashift_meetcompete #production .improv-capture-view .question-meta .game-box, body.theme-chromashift_meetcompete #player-view .improv-capture-view .question-meta .game-box {
    background-image: none;
    background-color: #f6e9cf;
    border: 2px solid #e0b360;
    height: 60px;
    border-radius: 20px;
    color: #000;
    width: 300px;
    font-size: 30px !important;
    box-shadow: none; }
  body.theme-chromashift_meetcompete #production .improv-capture-view .question-meta .game-box-left, body.theme-chromashift_meetcompete #player-view .improv-capture-view .question-meta .game-box-left {
    background-image: none;
    background-color: #f6e9cf;
    border: 2px solid #e0b360;
    height: 60px;
    border-radius: 20px;
    color: #000;
    width: 300px;
    font-size: 30px !important;
    box-shadow: none; }
  body.theme-chromashift_meetcompete #production .improv-capture-view .question-meta .game-box-right, body.theme-chromashift_meetcompete #player-view .improv-capture-view .question-meta .game-box-right {
    background-image: none;
    background-color: #f6e9cf;
    height: 60px;
    border-radius: 20px;
    border: 2px solid #e0b360;
    color: #000;
    width: 300px;
    font-size: 30px !important;
    box-shadow: none; }
  body.theme-chromashift_meetcompete #production .improv-capture-view .answer.red-box, body.theme-chromashift_meetcompete #player-view .improv-capture-view .answer.red-box {
    bottom: -20px !important;
    height: 80px !important;
    margin-left: 2%;
    width: 96%;
    background-image: none;
    border: none;
    background-color: #232323;
    border-radius: 20px; }
    body.theme-chromashift_meetcompete #production .improv-capture-view .answer.red-box span, body.theme-chromashift_meetcompete #player-view .improv-capture-view .answer.red-box span {
      font-size: 40px !important; }
  body.theme-chromashift_meetcompete .improv-capture-view {
    background-image: url(/images/themes/chromashift2025_4p/gameboard/default/game-board.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: unset;
    left: unset;
    margin-left: unset;
    width: 100%;
    height: 100%;
    position: static; }
    body.theme-chromashift_meetcompete .improv-capture-view .hints-container {
      top: 4% !important;
      height: 96% !important; }
    body.theme-chromashift_meetcompete .improv-capture-view .active-question {
      height: 80%; }
      body.theme-chromashift_meetcompete .improv-capture-view .active-question .audio .hint {
        background-color: rgba(155, 81, 224, 0.7) !important;
        border: 1px solid #e1e1e1; }
      body.theme-chromashift_meetcompete .improv-capture-view .active-question .hints {
        height: 100%;
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        min-height: unset !important; }
        body.theme-chromashift_meetcompete .improv-capture-view .active-question .hints .hint {
          width: 100% !important;
          display: flex;
          align-items: center;
          justify-content: center;
          background-image: none !important;
          border-radius: 10px;
          height: 70px !important;
          color: #000 !important;
          text-shadow: none;
          box-shadow: none;
          font-size: 40px !important; }
          body.theme-chromashift_meetcompete .improv-capture-view .active-question .hints .hint .image-container .image {
            transition-delay: 2s;
            transform: scale(1.5);
            background-position: center;
            background-size: 90%;
            background-repeat: no-repeat;
            height: 300px !important;
            width: 500px;
            margin-left: -240px;
            left: 50%;
            position: absolute;
            margin-top: 6%; }
    body.theme-chromashift_meetcompete .improv-capture-view .answer.red-box {
      position: relative;
      bottom: 0px;
      margin-top: 0px;
      color: #fff !important;
      font-size: 64px !important;
      width: 90%;
      left: unset;
      margin-left: 5%;
      height: 100px !important;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #232323;
      border-radius: 20px; }
      body.theme-chromashift_meetcompete .improv-capture-view .answer.red-box span {
        font-size: 60px !important; }
    body.theme-chromashift_meetcompete .improv-capture-view .title-box {
      width: 350px;
      margin-left: unset;
      top: 2px;
      background-size: cover;
      margin-left: -175px;
      padding-top: unset;
      left: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url(/images/themes/chromashift2025_4p/gameboard/default/header.png);
      background-color: none !important;
      height: 70px;
      border-radius: 20px;
      font-size: 45px;
      border: none; }
    body.theme-chromashift_meetcompete .improv-capture-view .thing-meta {
      padding: 0px; }
    body.theme-chromashift_meetcompete .improv-capture-view .question-meta .game-box {
      background-image: none;
      background-color: #f6e9cf;
      border: 2px solid #e0b360;
      height: 60px;
      border-radius: 20px;
      color: #000;
      width: 300px;
      font-size: 30px !important;
      box-shadow: none; }
    body.theme-chromashift_meetcompete .improv-capture-view .question-meta .game-box-left {
      left: 5%; }
    body.theme-chromashift_meetcompete .improv-capture-view .question-meta .game-box-right {
      right: 5%; }
    body.theme-chromashift_meetcompete .improv-capture-view.hint-type-zoomOut .hint {
      background-color: unset !important; }
    body.theme-chromashift_meetcompete .improv-capture-view.audio {
      background-image: url(/images/themes/chromashift2025_4p/gameboard/default/game-board.png);
      background-size: cover;
      border-radius: 20px;
      border: 2px solid #e1e1e1; }
      body.theme-chromashift_meetcompete .improv-capture-view.audio .answer.red-box {
        bottom: 80px; }
      body.theme-chromashift_meetcompete .improv-capture-view.audio .hint {
        box-shadow: none !important;
        background-color: rgba(155, 81, 224, 0.7) !important;
        border: 1px solid #e1e1e1; }
        body.theme-chromashift_meetcompete .improv-capture-view.audio .hint .audio-container {
          top: 56%;
          background: none;
          border: none;
          height: 60px;
          width: 90.2%;
          margin-left: 0px;
          left: 55px; }
          body.theme-chromashift_meetcompete .improv-capture-view.audio .hint .audio-container .audio-icon {
            position: absolute;
            top: -150px;
            left: 45%;
            width: 100px;
            height: 100px;
            background: url(/images/themes/vshojo-chaos/audio-icon.png) center center no-repeat;
            background-size: cover; }
  body.theme-chromashift_meetcompete .num-hints-1 .hint.type-image .image-border {
    background: none !important; }
  body.theme-chromashift_meetcompete .improv-capture-view .hints {
    padding-top: 130px; }
  body.theme-chromashift_meetcompete .improv-capture-view .hints .hint.reveal-type-fade.type-text {
    margin: 0 auto 20px auto;
    font-size: 32px; }
    body.theme-chromashift_meetcompete .improv-capture-view .hints .hint.reveal-type-fade.type-text .type-improv {
      color: #000 !important; }
  body.theme-chromashift_meetcompete .improv-capture-view .improv-reveal .hints .hint.reveal-type-fade.type-improv {
    background: none;
    color: #000 !important;
    line-height: 80px;
    height: 80px;
    width: 1244px;
    margin: 0 auto 20px auto;
    font-size: 28px; }
  body.theme-chromashift_meetcompete improv-capture span {
    display: block;
    color: #fff;
    font-size: 34px;
    margin-top: -5px; }
  body.theme-chromashift_meetcompete #production .drawing-capture-view .drawing-board, body.theme-chromashift_meetcompete #player-view .drawing-capture-view .drawing-board {
    width: 80%;
    left: 50%;
    margin-left: -40%;
    top: 20%;
    height: 75%; }
  body.theme-chromashift_meetcompete #production .drawing-capture-view .drawing-answer, body.theme-chromashift_meetcompete #player-view .drawing-capture-view .drawing-answer {
    height: 80px;
    bottom: 50px;
    font-size: 50px !important;
    background-color: #232323;
    border-radius: 20px; }
  body.theme-chromashift_meetcompete .drawing-capture-view.show-answer .drawing-answer-image {
    display: none; }
  body.theme-chromashift_meetcompete .drawing-production-view .drawing-capture-view .drawing-board {
    top: 15%;
    position: relative;
    margin-left: -37%;
    left: 60%;
    height: 50%; }
  body.theme-chromashift_meetcompete .drawing-capture-view {
    background-image: url(/images/themes/chromashift_meetcompete/gameboard/default/game-board.png);
    border: 2px solid #e1e1e1;
    background-size: cover;
    background-repeat: no-repeat;
    left: unset;
    margin-left: unset;
    width: 100%;
    height: 100%; }
    body.theme-chromashift_meetcompete .drawing-capture-view .title-box {
      width: 370px;
      margin-left: unset;
      top: -3px !important;
      background-size: cover;
      margin-left: -183px;
      padding-top: unset;
      left: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url(/images/themes/chromashift_meetcompete/gameboard/default/header.png);
      background-color: none !important;
      height: 70px;
      font-size: 45px;
      border-radius: 0px;
      border-bottom-right-radius: 24px;
      border-bottom-left-radius: 24px; }
      body.theme-chromashift_meetcompete .drawing-capture-view .title-box .timer-display {
        height: 100%; }
        body.theme-chromashift_meetcompete .drawing-capture-view .title-box .timer-display .timer-display-container {
          height: 100%; }
          body.theme-chromashift_meetcompete .drawing-capture-view .title-box .timer-display .timer-display-container .timer-countdown {
            font-size: 50px !important;
            height: 100%;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center; }
    body.theme-chromashift_meetcompete .drawing-capture-view .drawing-board {
      top: 20%;
      position: relative;
      left: 50%;
      width: 80%;
      margin-left: -40%;
      height: 75%; }
    body.theme-chromashift_meetcompete .drawing-capture-view .game-box {
      background-image: none !important;
      background-color: #f4e6d0 !important;
      border: 3px solid #e0b360;
      color: #4e323f !important;
      line-height: 70px !important;
      height: 70px;
      border-radius: 20px;
      font-size: 35px !important;
      width: 252px;
      height: 69px;
      display: flex;
      align-items: center;
      justify-content: center; }
      body.theme-chromashift_meetcompete .drawing-capture-view .game-box.game-box-left {
        left: 5% !important; }
  body.theme-chromashift_meetcompete drawing-points.game-box-right {
    display: block;
    margin-top: 0px !important;
    right: 5% !important;
    background-size: cover;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px !important; }
  body.theme-chromashift_meetcompete drawing-points.game-box-right::last-letter {
    size: 3em; }
  body.theme-chromashift_meetcompete .drawing-answer {
    color: #fff !important;
    font-size: 60px !important;
    bottom: 90px;
    width: 90%;
    left: unset;
    margin-left: 5%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #232323 !important;
    border-radius: 20px; }
  body.theme-chromashift_meetcompete .meta-box,
  body.theme-chromashift_meetcompete .sav-question-vote-msg,
  body.theme-chromashift_meetcompete .sav-capture-split-view .sav-question,
  body.theme-chromashift_meetcompete .sav-capture-split-view .timer-display {
    border-radius: 0px;
    border: 2px solid #ed3d3f;
    background: #a30d0f;
    font-family: 'FrizQuadrataRegular';
    text-transform: uppercase; }
  body.theme-chromashift_meetcompete .game-container .sav-capture-view,
  body.theme-chromashift_meetcompete .game-container .submit-and-vote-capture-view {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute; }
  body.theme-chromashift_meetcompete .game-container .submit-and-vote-capture-view .question-number,
  body.theme-chromashift_meetcompete .game-container .submit-and-vote-capture-view .sav-active-question-points {
    top: 40px; }
  body.theme-chromashift_meetcompete .game-container .submit-and-vote-capture-view .sav-question-vote-msg {
    padding: 12px 0 8px; }
  body.theme-chromashift_meetcompete .game-container .submit-and-vote-capture-view .sav-submission-list,
  body.theme-chromashift_meetcompete .game-container .submit-and-vote-capture-view .blank-question {
    top: 140px; }
  body.theme-chromashift_meetcompete .game-container .submit-and-vote-capture-view .blank-question {
    position: relative; }
  body.theme-chromashift_meetcompete .game-container .sav-question-container .sav-submission-points,
  body.theme-chromashift_meetcompete .game-container .sav-question-container .sav-submission-votes,
  body.theme-chromashift_meetcompete .game-container .sav-question-container .author {
    background: none;
    border: none;
    box-shadow: none; }
  body.theme-chromashift_meetcompete .game-container .sav-question-container .author {
    font-size: 46px;
    margin-top: 20px;
    margin-bottom: 10px; }
  body.theme-chromashift_meetcompete .game-container .sav-question-container .sav-submission-points,
  body.theme-chromashift_meetcompete .game-container .sav-question-container .sav-submission-votes {
    font-size: 30px; }
  body.theme-chromashift_meetcompete .game-container .sav-question-inner .image {
    border-radius: 0px;
    border-color: #ed3d3f; }
  body.theme-chromashift_meetcompete .typedanswers-capture-view.show-submissions .submissions-area {
    transform: translateX(10px); }
  body.theme-chromashift_meetcompete .typedanswers-capture-view.show-submissions .videos-area {
    -webkit-transform: translateX(-190px); }
  body.theme-chromashift_meetcompete .typedanswers-capture-view.show-question .title-area {
    -webkit-transform: translateY(20px); }
  body.theme-chromashift_meetcompete .typedanswers-capture-view.show-question .videos-area {
    width: 860px;
    height: 483.75px;
    margin-left: -430px;
    overflow: hidden; }
  body.theme-chromashift_meetcompete .typedanswers-capture-view .submissions-area.num-players-3 {
    bottom: -4px; }
    body.theme-chromashift_meetcompete .typedanswers-capture-view .submissions-area.num-players-3 .submission {
      margin: 0 0 27px 0;
      border: 1px solid #ed3d3f;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 0px; }
    body.theme-chromashift_meetcompete .typedanswers-capture-view .submissions-area.num-players-3 .player-name {
      background: #a30d0f;
      border-color: #ed3d3f; }
  body.theme-chromashift_meetcompete .typedanswers-capture-view .title-area {
    border: 2px solid #ed3d3f;
    background: rgba(0, 0, 0, 0.7);
    height: 92px;
    padding: 0px; }
    body.theme-chromashift_meetcompete .typedanswers-capture-view .title-area table {
      height: 90px; }
      body.theme-chromashift_meetcompete .typedanswers-capture-view .title-area table td {
        padding: 0px;
        line-height: 60px; }
  body.theme-chromashift_meetcompete .typedanswers-capture-view .videos-area {
    border: 2px solid #ed3d3f;
    border-radius: 0px;
    bottom: 24px; }
  body.theme-chromashift_meetcompete #discussion-capture {
    background-image: none !important; }
    body.theme-chromashift_meetcompete #discussion-capture .discussion-overlay {
      background-image: url(/images/themes/chromashift_meetcompete/discussion.png);
      background-color: transparent;
      v-index: 0; }
    body.theme-chromashift_meetcompete #discussion-capture .logo.episode {
      display: none !important;
      right: 10px;
      width: 600px;
      top: 172px !important;
      z-index: 22 !important;
      left: unset !important; }
    body.theme-chromashift_meetcompete #discussion-capture .logo.streamershowdown {
      display: none; }
    body.theme-chromashift_meetcompete #discussion-capture .host-name,
    body.theme-chromashift_meetcompete #discussion-capture .name {
      text-transform: uppercase;
      font-size: 40px; }
    body.theme-chromashift_meetcompete #discussion-capture .host-overlay {
      top: 5.2%;
      left: 49%;
      width: 407px;
      height: 298px; }
      body.theme-chromashift_meetcompete #discussion-capture .host-overlay .host-webcam-cover {
        width: 100%;
        height: 100%;
        left: unset;
        top: unset; }
      body.theme-chromashift_meetcompete #discussion-capture .host-overlay .host-name {
        text-align: center;
        top: 100%;
        color: #fff;
        left: 0px;
        width: 100%;
        padding-top: 0px;
        font-size: 40px;
        top: 98.6%;
        text-transform: uppercase;
        font-family: 'Madetommy'; }
    body.theme-chromashift_meetcompete #discussion-capture .player-image {
      left: 10px !important; }
    body.theme-chromashift_meetcompete #discussion-capture li.player {
      width: 407px !important;
      height: 298px !important;
      z-index: 10; }
      body.theme-chromashift_meetcompete #discussion-capture li.player .webcam-cover {
        width: 377px;
        height: 265px;
        left: 14px;
        top: 14px;
        background-size: 407px 295px;
        background-repeat: no-repeat;
        z-index: -1;
        border-radius: 12px; }
      body.theme-chromashift_meetcompete #discussion-capture li.player .player-plate {
        bottom: -41px;
        position: absolute !important;
        top: unset;
        left: 17px;
        width: 92.5% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Madetommy'; }
        body.theme-chromashift_meetcompete #discussion-capture li.player .player-plate .name {
          position: relative !important; }
      body.theme-chromashift_meetcompete #discussion-capture li.player.order-0 {
        top: 366px;
        right: unset;
        left: 120px; }
        body.theme-chromashift_meetcompete #discussion-capture li.player.order-0 .player-plate {
          bottom: -55px; }
      body.theme-chromashift_meetcompete #discussion-capture li.player.order-1 {
        top: unset;
        left: 49%;
        bottom: 116px;
        right: unset; }
        body.theme-chromashift_meetcompete #discussion-capture li.player.order-1 .player-plate {
          bottom: -50px; }
      body.theme-chromashift_meetcompete #discussion-capture li.player.order-2 {
        top: 343px;
        bottom: unset;
        right: 120px;
        left: unset; }
        body.theme-chromashift_meetcompete #discussion-capture li.player.order-2 .player-plate {
          bottom: -51px; }
      body.theme-chromashift_meetcompete #discussion-capture li.player .player-plate {
        width: unset;
        height: unset;
        line-height: unset;
        position: relative;
        padding: 0px; }
  body.theme-chromashift_meetcompete #discussion-capture ul.players-list {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    body.theme-chromashift_meetcompete #discussion-capture ul.players-list li.player .player-plate .score {
      display: none; }
    body.theme-chromashift_meetcompete #discussion-capture ul.players-list li.player .player-plate .name {
      text-align: center; }
    body.theme-chromashift_meetcompete #discussion-capture ul.players-list .capturing {
      background-image: none !important; }
  body.theme-chromashift_meetcompete #countdown-capture {
    background: none !important; }
    body.theme-chromashift_meetcompete #countdown-capture .overlay {
      background-image: url(/images/themes/chromashift_meetcompete/countdown.png);
      background-color: transparent;
      height: 100%; }
    body.theme-chromashift_meetcompete #countdown-capture .host-overlay {
      top: 5.2%;
      left: 39.5%;
      width: 407px;
      height: 298px;
      position: absolute; }
      body.theme-chromashift_meetcompete #countdown-capture .host-overlay .overlay {
        background-image: none !important; }
      body.theme-chromashift_meetcompete #countdown-capture .host-overlay .host-webcam-cover {
        width: 100%;
        height: 100%;
        left: unset;
        top: unset;
        background-size: contain; }
      body.theme-chromashift_meetcompete #countdown-capture .host-overlay .host-name {
        text-align: center;
        top: 100%;
        color: #fff;
        left: 0px;
        width: 100%;
        padding-top: 0px;
        z-index: 100;
        position: absolute;
        font-size: 40px;
        top: 98.6%;
        text-transform: uppercase;
        font-family: 'Madetommy'; }
    body.theme-chromashift_meetcompete #countdown-capture .logo.episode {
      width: 500px;
      top: 8%;
      z-index: 22;
      left: 27%; }
    body.theme-chromashift_meetcompete #countdown-capture .player-image {
      z-index: 0;
      width: 405px;
      height: 294px;
      background-size: contain; }
      body.theme-chromashift_meetcompete #countdown-capture .player-image.order-0 {
        top: 366px;
        right: unset;
        left: 120px; }
      body.theme-chromashift_meetcompete #countdown-capture .player-image.order-1 {
        top: unset;
        left: 50%;
        bottom: 116px;
        right: unset; }
      body.theme-chromashift_meetcompete #countdown-capture .player-image.order-2 {
        top: 343px;
        bottom: unset;
        right: 120px;
        left: unset; }
    body.theme-chromashift_meetcompete #countdown-capture .player-name {
      color: #fff;
      text-transform: uppercase;
      font-size: 40px;
      width: 370px;
      text-align: center;
      font-family: 'Madetommy'; }
      body.theme-chromashift_meetcompete #countdown-capture .player-name.order-0 {
        top: unset;
        right: unset;
        left: 140px;
        bottom: 34%; }
      body.theme-chromashift_meetcompete #countdown-capture .player-name.order-1 {
        top: unset;
        left: 51.5%;
        bottom: 69px;
        right: unset; }
      body.theme-chromashift_meetcompete #countdown-capture .player-name.order-2 {
        top: unset;
        bottom: unset;
        right: 140px;
        left: unset;
        bottom: 36.5%; }
    body.theme-chromashift_meetcompete #countdown-capture .countdown-container .countdown-title {
      z-index: 10;
      top: 44%;
      left: 39%; }
      body.theme-chromashift_meetcompete #countdown-capture .countdown-container .countdown-title div {
        box-shadow: none;
        text-shadow: none;
        color: #4e323f !important;
        -webkit-text-fill-color: unset !important; }
    body.theme-chromashift_meetcompete #countdown-capture .countdown {
      top: 45%;
      left: 43%;
      z-index: 40;
      background: none; }
      body.theme-chromashift_meetcompete #countdown-capture .countdown .mm, body.theme-chromashift_meetcompete #countdown-capture .countdown .separator, body.theme-chromashift_meetcompete #countdown-capture .countdown .ss {
        text-shadow: none !important;
        color: #4e323f !important;
        -webkit-text-fill-color: unset !important; }
        body.theme-chromashift_meetcompete #countdown-capture .countdown .mm:after, body.theme-chromashift_meetcompete #countdown-capture .countdown .separator:after, body.theme-chromashift_meetcompete #countdown-capture .countdown .ss:after {
          text-shadow: none !important;
          background-image: none !important;
          -webkit-text-fill-color: unset !important;
          color: #4e323f !important;
          font-family: 'MadeTommy'; }
      body.theme-chromashift_meetcompete #countdown-capture .countdown .ss {
        right: -30px; }
    body.theme-chromashift_meetcompete #countdown-capture .counting {
      letter-spacing: 8px;
      font-size: 90px;
      text-shadow: unset !important;
      color: #4e323f; }
  body.theme-chromashift_meetcompete #signoff-capture {
    background: url(/images/themes/chromashift_meetcompete/outro.png); }
    body.theme-chromashift_meetcompete #signoff-capture .signoff-message {
      display: none;
      top: 675px;
      font-size: 60px;
      color: #e6d948 !important;
      width: 1300px;
      height: 122px;
      line-height: 122px;
      font-family: "FrizQuadrataRegular";
      text-transform: uppercase;
      font-weight: 900;
      color: #000;
      left: 50%;
      margin-left: -635px;
      letter-spacing: 1px; }
      body.theme-chromashift_meetcompete #signoff-capture .signoff-message .gradient-text {
        text-shadow: none;
        -webkit-text-fill-color: inherit; }
        body.theme-chromashift_meetcompete #signoff-capture .signoff-message .gradient-text:after {
          display: none;
          opacity: 0;
          content: ""; }
    body.theme-chromashift_meetcompete #signoff-capture .matcherino-status-container {
      display: none; }
  body.theme-chromashift_meetcompete .multiplechoice-area, body.theme-chromashift_meetcompete .game-container {
    font-family: 'FrizQuadrataRegular' !important; }
    body.theme-chromashift_meetcompete .multiplechoice-area .multiplechoice-options .option-container, body.theme-chromashift_meetcompete .game-container .multiplechoice-options .option-container {
      border: 2px solid #ffd366;
      border-radius: unset !important;
      -moz-box-shadow: 0px 0px 1px 4px #c8a55b;
      -webkit-box-shadow: 0px 0px 1px 4px #c8a55b;
      box-shadow: 0px 0px 1px 4px #c8a55b; }
      body.theme-chromashift_meetcompete .multiplechoice-area .multiplechoice-options .option-container::before, body.theme-chromashift_meetcompete .game-container .multiplechoice-options .option-container::before {
        border-radius: unset !important; }
    body.theme-chromashift_meetcompete .multiplechoice-area .multiplechoice-options .option-container.right, body.theme-chromashift_meetcompete .game-container .multiplechoice-options .option-container.right {
      border: 4px solid #008000;
      -moz-box-shadow: 0px 0px 1px 4px #006600;
      -webkit-box-shadow: 0px 0px 1px 4px #006600;
      box-shadow: 0px 0px 1px 4px #006600; }
  body.theme-chromashift_meetcompete #production .pointbetting-view .title-box, body.theme-chromashift_meetcompete #player-view .pointbetting-view .title-box {
    background-image: none !important;
    background-color: #9b51e0;
    top: 0px !important;
    height: 70px;
    font-size: 45px; }
  body.theme-chromashift_meetcompete #production .pointbetting-view.hint-type-zoomOut .hint, body.theme-chromashift_meetcompete #player-view .pointbetting-view.hint-type-zoomOut .hint {
    background-color: unset !important; }
  body.theme-chromashift_meetcompete #production .pointbetting-view.audio .hint, body.theme-chromashift_meetcompete #player-view .pointbetting-view.audio .hint {
    background-color: rgba(155, 81, 224, 0.7) !important;
    border: 1px solid #e1e1e1; }
  body.theme-chromashift_meetcompete #production .pointbetting-view.audio .audio-container, body.theme-chromashift_meetcompete #player-view .pointbetting-view.audio .audio-container {
    background: none !important;
    width: 96.4%;
    height: 50px;
    left: 0px;
    margin-left: 24px;
    top: 57% !important; }
  body.theme-chromashift_meetcompete #production .pointbetting-view .hints, body.theme-chromashift_meetcompete #player-view .pointbetting-view .hints {
    padding-left: 2%;
    padding-right: 2%; }
    body.theme-chromashift_meetcompete #production .pointbetting-view .hints .hint, body.theme-chromashift_meetcompete #player-view .pointbetting-view .hints .hint {
      height: 80px !important;
      font-size: 40px !important; }
  body.theme-chromashift_meetcompete #production .pointbetting-view .question-meta .game-box-left, body.theme-chromashift_meetcompete #production .pointbetting-view .question-meta .game-box-right, body.theme-chromashift_meetcompete #player-view .pointbetting-view .question-meta .game-box-left, body.theme-chromashift_meetcompete #player-view .pointbetting-view .question-meta .game-box-right {
    left: 2%;
    background-color: #fff;
    height: 70px;
    border-radius: 40px;
    color: #000;
    width: 300px; }
  body.theme-chromashift_meetcompete #production .pointbetting-view .question-meta .game-box-right, body.theme-chromashift_meetcompete #player-view .pointbetting-view .question-meta .game-box-right {
    right: 2%;
    left: auto; }
  body.theme-chromashift_meetcompete #production .pointbetting-view .answer.red-box, body.theme-chromashift_meetcompete #player-view .pointbetting-view .answer.red-box {
    bottom: -20px !important;
    height: 80px !important;
    margin-left: 2%;
    width: 96%;
    background-color: #591b93;
    border-radius: 20px; }
    body.theme-chromashift_meetcompete #production .pointbetting-view .answer.red-box span, body.theme-chromashift_meetcompete #player-view .pointbetting-view .answer.red-box span {
      font-size: 40px !important; }
  body.theme-chromashift_meetcompete .pointbetting-production .pointbetting-capture-view {
    height: 700px; }
    body.theme-chromashift_meetcompete .pointbetting-production .pointbetting-capture-view .title-box {
      top: 0px !important; }
  body.theme-chromashift_meetcompete .pointbetting-player-view {
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    font-family: "Madetommy", "Helvetica Neue", Arial, sans-serif; }
    body.theme-chromashift_meetcompete .pointbetting-player-view .player-inputs.mt-2.with-dashboard {
      width: 100%;
      display: flex;
      flex-direction: row;
      gap: 20px;
      align-items: flex-start; }
      body.theme-chromashift_meetcompete .pointbetting-player-view .player-inputs.mt-2.with-dashboard .main-card {
        width: 100%; }
    body.theme-chromashift_meetcompete .pointbetting-player-view .status-dashboard {
      flex: 0 0 25%;
      margin-top: 0;
      background-color: #fff3d6;
      border: 2px solid #e3d3a6;
      border-radius: 15px;
      padding: 20px; }
      body.theme-chromashift_meetcompete .pointbetting-player-view .status-dashboard .dashboard-header, body.theme-chromashift_meetcompete .pointbetting-player-view .status-dashboard .dashboard-row {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr;
        gap: 15px;
        align-items: center;
        text-align: center; }
      body.theme-chromashift_meetcompete .pointbetting-player-view .status-dashboard .dashboard-row {
        padding: 10px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    body.theme-chromashift_meetcompete .pointbetting-player-view .game-header {
      background-color: #e0b360;
      color: white;
      border-radius: 15px;
      padding: 15px 40px;
      font-size: 32px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 10px; }
    body.theme-chromashift_meetcompete .pointbetting-player-view .main-card {
      background-color: #fffdf5;
      border: 2px solid cornsilk;
      border-radius: 15px;
      padding: 40px 30px;
      width: 100%;
      max-width: 900px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); }
      body.theme-chromashift_meetcompete .pointbetting-player-view .main-card .question-display {
        width: 700px;
        text-align: center;
        margin-bottom: 40px; }
        body.theme-chromashift_meetcompete .pointbetting-player-view .main-card .question-display .question-text {
          font-size: 42px;
          color: #4a4a4a; }
      body.theme-chromashift_meetcompete .pointbetting-player-view .main-card .betting-phase-container, body.theme-chromashift_meetcompete .pointbetting-player-view .main-card .player-submission {
        width: 100%;
        text-align: center;
        height: 100%;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        body.theme-chromashift_meetcompete .pointbetting-player-view .main-card .betting-phase-container .form-group, body.theme-chromashift_meetcompete .pointbetting-player-view .main-card .player-submission .form-group {
          margin-bottom: 20px;
          width: 100%; }
          body.theme-chromashift_meetcompete .pointbetting-player-view .main-card .betting-phase-container .form-group input.form-control, body.theme-chromashift_meetcompete .pointbetting-player-view .main-card .player-submission .form-group input.form-control {
            width: 100%;
            padding: 15px;
            font-size: 24px;
            text-align: center;
            border-radius: 10px;
            border: 1px solid #ccc; }
        body.theme-chromashift_meetcompete .pointbetting-player-view .main-card .betting-phase-container button.btn, body.theme-chromashift_meetcompete .pointbetting-player-view .main-card .player-submission button.btn {
          width: 100%;
          padding: 15px;
          font-size: 24px;
          border-radius: 10px;
          background-color: #e0b360;
          color: white;
          border: none; }
  body.theme-chromashift_meetcompete .pointbetting-capture-view {
    position: relative;
    background-image: url(/images/themes/chromashift_meetcompete/gameboard/default/game-board.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 50px;
    box-sizing: border-box;
    font-family: "Madetommy", "Helvetica Neue", Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: 20px; }
    body.theme-chromashift_meetcompete .pointbetting-capture-view .split-layout-container .answer-reveal-section {
      grid-column: 1;
      grid-row: 2;
      position: static !important;
      width: 100% !important;
      margin-top: 0px !important; }
    body.theme-chromashift_meetcompete .pointbetting-capture-view .answer {
      background-color: #1a1a1a;
      border: none;
      border-radius: 10px;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin: 0; }
      body.theme-chromashift_meetcompete .pointbetting-capture-view .answer span {
        color: white;
        font-size: 28px;
        font-weight: 600;
        font-family: inherit; }
    body.theme-chromashift_meetcompete .pointbetting-capture-view .question-phase-container.centered-game-card {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, calc(-50% - 100px)); }
    body.theme-chromashift_meetcompete .pointbetting-capture-view .answer-reveal-section {
      position: relative;
      width: 100%; }
    body.theme-chromashift_meetcompete .pointbetting-capture-view .split-layout-container .answer-reveal-section {
      position: static !important;
      top: auto !important;
      left: auto !important;
      transform: none !important;
      width: 100% !important;
      max-width: none !important; }
    body.theme-chromashift_meetcompete .pointbetting-capture-view .question-meta, body.theme-chromashift_meetcompete .pointbetting-capture-view .waiting-phase {
      display: none; }
    body.theme-chromashift_meetcompete .pointbetting-capture-view .title-box {
      position: absolute;
      top: 0px;
      left: 50%;
      height: 60px !important;
      width: unset !important;
      min-width: 350px;
      transform: translateX(-50%);
      background-image: none !important;
      background-color: #e0b360;
      font-family: "Madetommy", "Helvetica Neue", Arial, sans-serif !important;
      color: white;
      font-size: 45px !important;
      font-weight: 700;
      text-transform: uppercase;
      padding: 8px 30px !important;
      border-radius: 0 0 15px 15px;
      width: auto;
      min-width: 250px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
      z-index: 100;
      margin: 0 !important; }
    body.theme-chromashift_meetcompete .pointbetting-capture-view .betting-phase-container, body.theme-chromashift_meetcompete .pointbetting-capture-view .question-phase-container {
      position: relative;
      top: auto;
      left: auto;
      transform: none;
      margin-bottom: 50px;
      width: 700px;
      max-width: 900px;
      min-height: 400px;
      background-color: rgba(255, 255, 255, 0.9);
      border: 2px solid #e0b360;
      border-radius: 10px;
      padding: 60px;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      z-index: 50; }
      body.theme-chromashift_meetcompete .pointbetting-capture-view .betting-phase-container h2.title, body.theme-chromashift_meetcompete .pointbetting-capture-view .question-phase-container h2.title {
        font-size: 42px;
        color: #5d4037;
        font-weight: 700;
        margin: 0 0 10px 0;
        font-family: inherit;
        line-height: 1.2; }
      body.theme-chromashift_meetcompete .pointbetting-capture-view .betting-phase-container .betting-info .submissions-count, body.theme-chromashift_meetcompete .pointbetting-capture-view .question-phase-container .betting-info .submissions-count {
        font-size: 20px;
        color: #888;
        font-weight: bold;
        margin-top: 15px; }
      body.theme-chromashift_meetcompete .pointbetting-capture-view .betting-phase-container .media-content, body.theme-chromashift_meetcompete .pointbetting-capture-view .question-phase-container .media-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
    body.theme-chromashift_meetcompete .pointbetting-capture-view .split-layout-container {
      display: grid;
      grid-template-columns: 1.6fr 1fr;
      grid-template-rows: auto auto;
      gap: 30px;
      width: 100%;
      max-width: 1600px;
      align-items: start;
      margin-top: 30px; }
      body.theme-chromashift_meetcompete .pointbetting-capture-view .split-layout-container .game-columns {
        display: contents; }
      body.theme-chromashift_meetcompete .pointbetting-capture-view .split-layout-container .question-display {
        grid-column: 1;
        grid-row: 1;
        width: 100% !important;
        padding: 0 !important;
        border: none !important; }
        body.theme-chromashift_meetcompete .pointbetting-capture-view .split-layout-container .question-display .media-wrapper {
          background-color: #fffdf5;
          border: 2px solid #e0b360;
          border-radius: 10px;
          padding: 80px 60px;
          min-height: 380px;
          display: flex;
          align-items: center;
          justify-content: center;
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); }
          body.theme-chromashift_meetcompete .pointbetting-capture-view .split-layout-container .question-display .media-wrapper .question-text h3 {
            font-size: 42px !important;
            color: #4a4a4a !important;
            font-weight: 700;
            text-align: center;
            line-height: 1.3;
            margin: 0;
            font-family: inherit; }
          body.theme-chromashift_meetcompete .pointbetting-capture-view .split-layout-container .question-display .media-wrapper .question-name {
            display: none; }
      body.theme-chromashift_meetcompete .pointbetting-capture-view .split-layout-container .bets-display {
        grid-column: 2;
        grid-row: 1 / span 2;
        width: 100% !important;
        border: none !important;
        padding: 0 !important; }
        body.theme-chromashift_meetcompete .pointbetting-capture-view .split-layout-container .bets-display .bets-list {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          min-height: 480px; }
          body.theme-chromashift_meetcompete .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card {
            background-color: transparent;
            border: none !important;
            margin: 0 !important;
            box-shadow: none;
            position: relative;
            border: 2px solid #e0b360 !important;
            border-radius: 15px;
            display: flex;
            justify-content: center; }
            body.theme-chromashift_meetcompete .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-header {
              background-color: #e0b360 !important;
              color: #5d4037 !important;
              padding: 7px 40px !important;
              text-align: center;
              font-size: 18px;
              font-weight: 700;
              border-radius: 0 0 15px 15px;
              width: fit-content;
              margin: 0 auto -20px auto;
              position: absolute;
              z-index: 10;
              box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
            body.theme-chromashift_meetcompete .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body {
              background-color: #fffdf5;
              border: 10px solid #f7e2bc;
              border-radius: 15px;
              height: 220px;
              padding: 40px 20px 20px 20px !important;
              min-height: 140px;
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: center;
              position: relative;
              box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
              width: 100%; }
              body.theme-chromashift_meetcompete .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body .player-answer-text {
                font-size: 24px !important;
                font-weight: bold;
                color: #4a4a4a;
                margin-bottom: 10px;
                text-align: center; }
              body.theme-chromashift_meetcompete .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body .player-bet-amount {
                font-size: 24px !important;
                font-weight: bold;
                color: #4a4a4a;
                margin-bottom: 10px;
                text-align: center; }
              body.theme-chromashift_meetcompete .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body .result-status {
                position: absolute;
                right: 10px;
                top: 78%;
                transform: translateY(-50%);
                z-index: 20; }
                body.theme-chromashift_meetcompete .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body .result-status .status-icon {
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  width: 70px;
                  height: 70px;
                  border-radius: 50%;
                  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
                  color: white; }
                  body.theme-chromashift_meetcompete .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body .result-status .status-icon::after {
                    font-family: Arial, sans-serif;
                    font-weight: 900;
                    font-size: 36px;
                    line-height: 1; }
                body.theme-chromashift_meetcompete .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body .result-status .correct {
                  background-color: #8bc34a; }
                  body.theme-chromashift_meetcompete .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body .result-status .correct::after {
                    content: "\2714"; }
                body.theme-chromashift_meetcompete .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body .result-status .incorrect {
                  background-color: #ff5252; }
                  body.theme-chromashift_meetcompete .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body .result-status .incorrect::after {
                    content: "\2716"; }
                body.theme-chromashift_meetcompete .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body .result-status .unanswered, body.theme-chromashift_meetcompete .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body .result-status .pending {
                  display: none; }
  body.theme-chromashift_meetcompete #production .teamtrivia-view .title-box, body.theme-chromashift_meetcompete #player-view .teamtrivia-view .title-box {
    background-image: none !important;
    background-color: #e0b360;
    top: 0px !important;
    height: 70px;
    border-radius: 10px;
    font-size: 45px; }
  body.theme-chromashift_meetcompete #production .teamtrivia-view.hint-type-zoomOut .hint, body.theme-chromashift_meetcompete #player-view .teamtrivia-view.hint-type-zoomOut .hint {
    background-color: unset !important; }
  body.theme-chromashift_meetcompete #production .teamtrivia-view.audio .hint, body.theme-chromashift_meetcompete #player-view .teamtrivia-view.audio .hint {
    background-color: rgba(155, 81, 224, 0.7) !important;
    border: 1px solid #e1e1e1; }
  body.theme-chromashift_meetcompete #production .teamtrivia-view.audio .audio-container, body.theme-chromashift_meetcompete #player-view .teamtrivia-view.audio .audio-container {
    background: none !important;
    width: 96.4%;
    height: 50px;
    left: 0px;
    margin-left: 24px;
    top: 57% !important; }
    body.theme-chromashift_meetcompete #production .teamtrivia-view.audio .audio-container .audio-icon, body.theme-chromashift_meetcompete #player-view .teamtrivia-view.audio .audio-container .audio-icon {
      width: 50px;
      height: 50px;
      top: -85px; }
  body.theme-chromashift_meetcompete #production .teamtrivia-view .hints, body.theme-chromashift_meetcompete #player-view .teamtrivia-view .hints {
    padding-left: 2%;
    padding-right: 2%; }
    body.theme-chromashift_meetcompete #production .teamtrivia-view .hints .hint, body.theme-chromashift_meetcompete #player-view .teamtrivia-view .hints .hint {
      height: 80px !important;
      font-size: 40px !important; }
  body.theme-chromashift_meetcompete #production .teamtrivia-view .question-meta .game-box-left, body.theme-chromashift_meetcompete #player-view .teamtrivia-view .question-meta .game-box-left {
    left: 2%;
    background-image: none;
    background-color: #fff;
    height: 70px;
    border-radius: 40px;
    color: #000;
    width: 300px; }
  body.theme-chromashift_meetcompete #production .teamtrivia-view .question-meta .game-box-right, body.theme-chromashift_meetcompete #player-view .teamtrivia-view .question-meta .game-box-right {
    right: 2%;
    background-image: none;
    background-color: #fff;
    height: 70px;
    border-radius: 40px;
    color: #000;
    width: 300px; }
  body.theme-chromashift_meetcompete #production .teamtrivia-view .answer.red-box, body.theme-chromashift_meetcompete #player-view .teamtrivia-view .answer.red-box {
    bottom: -20px !important;
    height: 80px !important;
    margin-left: 2%;
    width: 96%;
    background-image: none;
    border: none;
    background-color: #591b93;
    border-radius: 20px; }
    body.theme-chromashift_meetcompete #production .teamtrivia-view .answer.red-box span, body.theme-chromashift_meetcompete #player-view .teamtrivia-view .answer.red-box span {
      font-size: 40px !important; }
  body.theme-chromashift_meetcompete .teamtrivia-capture-view {
    background-image: url(/images/themes/chromashift_meetcompete/gameboard/default/game-board.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 2px solid #e1e1e1;
    left: unset;
    margin-left: unset;
    width: 100%;
    height: 100%;
    position: static; }
    body.theme-chromashift_meetcompete .teamtrivia-capture-view .hints-container {
      top: 4% !important;
      height: 96% !important; }
    body.theme-chromashift_meetcompete .teamtrivia-capture-view .active-question {
      height: 80%; }
      body.theme-chromashift_meetcompete .teamtrivia-capture-view .active-question .audio .hint {
        background-color: rgba(155, 81, 224, 0.7) !important;
        border: 1px solid #e1e1e1; }
      body.theme-chromashift_meetcompete .teamtrivia-capture-view .active-question .hints {
        height: 100%;
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly; }
        body.theme-chromashift_meetcompete .teamtrivia-capture-view .active-question .hints .hint {
          width: 100% !important;
          display: flex;
          align-items: center;
          justify-content: center;
          background-image: none !important;
          background-color: #fff;
          border-radius: 10px;
          height: 70px !important;
          color: #000 !important;
          text-shadow: none;
          box-shadow: none;
          font-size: 40px !important; }
    body.theme-chromashift_meetcompete .teamtrivia-capture-view .answer.red-box {
      position: relative;
      bottom: 0px;
      margin-top: 0px;
      color: #fff !important;
      font-size: 64px !important;
      width: 90%;
      left: unset;
      margin-left: 5%;
      height: 100px !important;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #591b93;
      border-radius: 20px; }
      body.theme-chromashift_meetcompete .teamtrivia-capture-view .answer.red-box span {
        font-size: 60px !important; }
    body.theme-chromashift_meetcompete .teamtrivia-capture-view .title-box {
      width: 445px;
      margin-left: unset;
      top: -30px;
      background-size: cover;
      margin-left: -220px;
      padding-top: unset;
      left: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: none !important;
      background-color: #e0b360;
      height: 70px;
      border-radius: 10px;
      font-size: 45px; }
    body.theme-chromashift_meetcompete .teamtrivia-capture-view .thing-meta {
      padding: 0px; }
    body.theme-chromashift_meetcompete .teamtrivia-capture-view .question-meta .game-box {
      margin-top: 20px;
      position: absolute;
      top: 40px;
      width: 352px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 40px !important;
      gap: 10px;
      background-image: none;
      background-color: #fff;
      height: 70px;
      border-radius: 40px;
      color: #000; }
    body.theme-chromashift_meetcompete .teamtrivia-capture-view .question-meta .game-box-left {
      left: 5%; }
    body.theme-chromashift_meetcompete .teamtrivia-capture-view .question-meta .game-box-right {
      right: 5%; }
    body.theme-chromashift_meetcompete .teamtrivia-capture-view.hint-type-zoomOut .hint {
      background-color: unset !important; }
    body.theme-chromashift_meetcompete .teamtrivia-capture-view.audio {
      background-image: url(/images/themes/vtuber2024/gameboard/sound/game-board-sound.png);
      background-size: cover;
      border-radius: 20px;
      border: 2px solid #e1e1e1; }
      body.theme-chromashift_meetcompete .teamtrivia-capture-view.audio .answer.red-box {
        bottom: 80px; }
      body.theme-chromashift_meetcompete .teamtrivia-capture-view.audio .hint {
        box-shadow: none !important;
        background-color: rgba(155, 81, 224, 0.7) !important;
        border: 1px solid #e1e1e1; }
        body.theme-chromashift_meetcompete .teamtrivia-capture-view.audio .hint .audio-container {
          top: 56%;
          background: none;
          border: none;
          height: 60px;
          width: 90.2%;
          margin-left: 0px;
          left: 55px; }
          body.theme-chromashift_meetcompete .teamtrivia-capture-view.audio .hint .audio-container .audio-icon {
            position: absolute;
            top: -150px;
            left: 45%;
            width: 100px;
            height: 100px;
            background: url(/images/themes/vshojo-chaos/audio-icon.png) center center no-repeat;
            background-size: cover; }
  body.theme-chromashift_meetcompete .num-hints-1 .hint.type-image .image-border {
    background: none !important; }
  body.theme-chromashift_meetcompete .teamtrivia-capture-view .hints {
    padding-top: 130px; }
  body.theme-chromashift_meetcompete .teamtrivia-capture-view .hints .hint.reveal-type-fade.type-text {
    margin: 0 auto 20px auto;
    font-size: 32px; }
  body.theme-chromashift_meetcompete namethatthing-capture span {
    display: block;
    color: #fff;
    font-size: 34px;
    margin-top: -5px; }
  body.theme-chromashift_meetcompete #production .game-container, body.theme-chromashift_meetcompete #player-view .game-container {
    background-image: unset;
    background-image: url(/images/themes/chromashift_meetcompete/gameboard/default/game-board.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 696px;
    border: none; }
    body.theme-chromashift_meetcompete #production .game-container .title-box, body.theme-chromashift_meetcompete #player-view .game-container .title-box {
      width: 370px;
      background-size: contain;
      top: -8px;
      box-shadow: none; }
    body.theme-chromashift_meetcompete #production .game-container .name-that-thing-reveal .answer.red-box, body.theme-chromashift_meetcompete #player-view .game-container .name-that-thing-reveal .answer.red-box {
      height: 100px;
      bottom: -30px;
      line-height: unset; }
    body.theme-chromashift_meetcompete #production .game-container .audio .title-box, body.theme-chromashift_meetcompete #player-view .game-container .audio .title-box {
      width: 444px;
      background-size: contain; }
  body.theme-chromashift_meetcompete .cardFlip {
    margin-left: 30px; }
  body.theme-chromashift_meetcompete .back {
    background-image: url(/images/themes/mtg/magic-back.png) !important;
    width: 200px !important; }
  body.theme-chromashift_meetcompete .red-box,
  body.theme-chromashift_meetcompete .drawing-capture-view .drawing-answer,
  body.theme-chromashift_meetcompete .answer.red-box {
    background-image: url(/images/themes/chromashift_meetcompete/gameboard/default/answer-bar.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #000;
    font-size: 48px;
    line-height: 171px;
    text-shadow: none; }
  body.theme-chromashift_meetcompete .red-box {
    bottom: -10px; }
  body.theme-chromashift_meetcompete .title-box {
    background: url(/images/themes/chromashift_meetcompete/gameboard/default/header.png) center center no-repeat;
    width: 522px;
    height: 90px;
    margin-left: -190px;
    color: #FFFFFF;
    font-size: 32px;
    text-shadow: none;
    padding: 0px;
    line-height: 97px;
    top: 10px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px; }
    body.theme-chromashift_meetcompete .title-box .timer-countdown {
      font-size: 50px; }
  body.theme-chromashift_meetcompete .game-box {
    width: 252px;
    height: 58px;
    background: url(/images/themes/chromashift_meetcompete/gameboard/default/sidebox.png) center center no-repeat;
    padding: 0px;
    line-height: 59px;
    position: absolute;
    color: #fff;
    font-size: 28px;
    padding-top: 0px;
    top: 40px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3); }
    body.theme-chromashift_meetcompete .game-box.game-box-left {
      left: 30px; }
    body.theme-chromashift_meetcompete .game-box.game-box-right {
      right: 30px; }
  body.theme-chromashift_meetcompete .capture-area {
    background-image: url(/images/themes/chromashift_meetcompete/mainscreen.png); }
    body.theme-chromashift_meetcompete .capture-area .episode, body.theme-chromashift_meetcompete .capture-area .streamershowdown, body.theme-chromashift_meetcompete .capture-area .patreon, body.theme-chromashift_meetcompete .capture-area .youtube {
      background-image: url(/images/themes/chromashift_meetcompete/episode-logo.png);
      display: none !important; }
  body.theme-chromashift_meetcompete #game-area {
    background-image: none !important;
    top: unset;
    height: 57%;
    left: 34.4%;
    right: unset;
    width: 61.5%;
    bottom: 40.2%; }
    body.theme-chromashift_meetcompete #game-area::after {
      content: "";
      position: absolute;
      top: -18px;
      left: -18px;
      /* Add 20px total to compensate for the -10px on each side */
      width: calc(100% + 36px);
      height: calc(100% + 36px);
      background-image: url(/images/themes/chromashift_meetcompete/main_board.png);
      background-size: 100% 100%;
      z-index: 999;
      pointer-events: none; }
  body.theme-chromashift_meetcompete #main-capture, body.theme-chromashift_meetcompete #main-meetcompete-capture {
    background-image: url(/images/themes/chromashift_meetcompete/mainscreen.png); }
  body.theme-chromashift_meetcompete #main-meetcompete-red-capture {
    background-image: url(/images/themes/chromashift_meetcompete/red_team_board.png);
    background-size: cover; }
    body.theme-chromashift_meetcompete #main-meetcompete-red-capture .host-overlay {
      display: none !important; }
    body.theme-chromashift_meetcompete #main-meetcompete-red-capture #game-area {
      height: 57%;
      right: 3.5%;
      left: unset;
      width: 61.5%;
      bottom: 37.9%; }
  body.theme-chromashift_meetcompete #main-meetcompete-blue-capture {
    background-image: url(/images/themes/chromashift_meetcompete/blue_team_board.png);
    background-size: cover; }
    body.theme-chromashift_meetcompete #main-meetcompete-blue-capture .host-overlay {
      display: none !important; }
    body.theme-chromashift_meetcompete #main-meetcompete-blue-capture #game-area {
      height: 57%;
      left: 3.5%;
      right: unset;
      width: 61.5%;
      bottom: 37.9%; }
  body.theme-chromashift_meetcompete #main-capture.showBuzzes-on .logo.episode {
    transform: translateX(0); }
  body.theme-chromashift_meetcompete #main-capture #medias-wrong1,
  body.theme-chromashift_meetcompete #main-capture #medias-wrong2,
  body.theme-chromashift_meetcompete #main-capture #medias-wrong3, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture #medias-wrong1,
  body.theme-chromashift_meetcompete #main-meetcompete-blue-capture #medias-wrong2,
  body.theme-chromashift_meetcompete #main-meetcompete-blue-capture #medias-wrong3, body.theme-chromashift_meetcompete #main-meetcompete-red-capture #medias-wrong1,
  body.theme-chromashift_meetcompete #main-meetcompete-red-capture #medias-wrong2,
  body.theme-chromashift_meetcompete #main-meetcompete-red-capture #medias-wrong3 {
    width: 525px;
    height: 520px;
    top: unset;
    left: 0px;
    bottom: -44px; }
  body.theme-chromashift_meetcompete #main-capture #medias-scorehighlight1,
  body.theme-chromashift_meetcompete #main-capture #medias-scorehighlight2,
  body.theme-chromashift_meetcompete #main-capture #medias-scorehighlight3, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture #medias-scorehighlight1,
  body.theme-chromashift_meetcompete #main-meetcompete-blue-capture #medias-scorehighlight2,
  body.theme-chromashift_meetcompete #main-meetcompete-blue-capture #medias-scorehighlight3, body.theme-chromashift_meetcompete #main-meetcompete-red-capture #medias-scorehighlight1,
  body.theme-chromashift_meetcompete #main-meetcompete-red-capture #medias-scorehighlight2,
  body.theme-chromashift_meetcompete #main-meetcompete-red-capture #medias-scorehighlight3 {
    display: none; }
  body.theme-chromashift_meetcompete #main-capture #medias-buzzer3,
  body.theme-chromashift_meetcompete #main-capture #medias-buzzer2,
  body.theme-chromashift_meetcompete #main-capture #medias-buzzer1, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture #medias-buzzer3,
  body.theme-chromashift_meetcompete #main-meetcompete-blue-capture #medias-buzzer2,
  body.theme-chromashift_meetcompete #main-meetcompete-blue-capture #medias-buzzer1, body.theme-chromashift_meetcompete #main-meetcompete-red-capture #medias-buzzer3,
  body.theme-chromashift_meetcompete #main-meetcompete-red-capture #medias-buzzer2,
  body.theme-chromashift_meetcompete #main-meetcompete-red-capture #medias-buzzer1 {
    width: 525px;
    height: 520px;
    top: unset;
    left: 0px;
    bottom: -44px; }
  body.theme-chromashift_meetcompete #main-capture #medias-buzzer1, body.theme-chromashift_meetcompete #main-capture #medias-wrong1, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture #medias-buzzer1, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture #medias-wrong1, body.theme-chromashift_meetcompete #main-meetcompete-red-capture #medias-buzzer1, body.theme-chromashift_meetcompete #main-meetcompete-red-capture #medias-wrong1 {
    left: 345px; }
  body.theme-chromashift_meetcompete #main-capture #medias-buzzer2, body.theme-chromashift_meetcompete #main-capture #medias-wrong2, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture #medias-buzzer2, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture #medias-wrong2, body.theme-chromashift_meetcompete #main-meetcompete-red-capture #medias-buzzer2, body.theme-chromashift_meetcompete #main-meetcompete-red-capture #medias-wrong2 {
    left: 795px; }
  body.theme-chromashift_meetcompete #main-capture #medias-buzzer3, body.theme-chromashift_meetcompete #main-capture #medias-wrong3, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture #medias-buzzer3, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture #medias-wrong3, body.theme-chromashift_meetcompete #main-meetcompete-red-capture #medias-buzzer3, body.theme-chromashift_meetcompete #main-meetcompete-red-capture #medias-wrong3 {
    left: unset;
    right: 148px; }
  body.theme-chromashift_meetcompete #main-capture .matcherino-status-container, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture .matcherino-status-container, body.theme-chromashift_meetcompete #main-meetcompete-red-capture .matcherino-status-container {
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #f2ac3c;
    bottom: 18px;
    border-radius: 25px; }
    body.theme-chromashift_meetcompete #main-capture .matcherino-status-container .cta, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture .matcherino-status-container .cta, body.theme-chromashift_meetcompete #main-meetcompete-red-capture .matcherino-status-container .cta {
      padding-right: 12px; }
      body.theme-chromashift_meetcompete #main-capture .matcherino-status-container .cta:after, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture .matcherino-status-container .cta:after, body.theme-chromashift_meetcompete #main-meetcompete-red-capture .matcherino-status-container .cta:after {
        display: none; }
  body.theme-chromashift_meetcompete #main-capture .matcherino-notifier-container, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture .matcherino-notifier-container, body.theme-chromashift_meetcompete #main-meetcompete-red-capture .matcherino-notifier-container {
    bottom: 19px; }
    body.theme-chromashift_meetcompete #main-capture .matcherino-notifier-container .matcherino-donation-notif, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture .matcherino-notifier-container .matcherino-donation-notif, body.theme-chromashift_meetcompete #main-meetcompete-red-capture .matcherino-notifier-container .matcherino-donation-notif {
      background: #000;
      border: 2px solid #f2ac3c;
      box-shadow: 0px 0px 15px #f2ac3c;
      border-radius: 25px;
      color: #fff; }
      body.theme-chromashift_meetcompete #main-capture .matcherino-notifier-container .matcherino-donation-notif .amount, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture .matcherino-notifier-container .matcherino-donation-notif .amount, body.theme-chromashift_meetcompete #main-meetcompete-red-capture .matcherino-notifier-container .matcherino-donation-notif .amount {
        color: #fff; }
  body.theme-chromashift_meetcompete #main-capture .buzzes, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture .buzzes, body.theme-chromashift_meetcompete #main-meetcompete-red-capture .buzzes {
    display: none !important;
    width: 300px !important;
    height: 220px;
    bottom: 350px;
    left: 55px !important;
    padding: 10px;
    border: none;
    background: url(/images/themes/chromashift_meetcompete/gameboard/buzzer-box.png) top center no-repeat;
    background-size: contain; }
    body.theme-chromashift_meetcompete #main-capture .buzzes ul, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture .buzzes ul, body.theme-chromashift_meetcompete #main-meetcompete-red-capture .buzzes ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
      padding-left: 8px;
      padding-right: 8px;
      width: 100%; }
    body.theme-chromashift_meetcompete #main-capture .buzzes li, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture .buzzes li, body.theme-chromashift_meetcompete #main-meetcompete-red-capture .buzzes li {
      height: 34px;
      line-height: 34px;
      border-radius: 7px;
      font-size: 23px;
      background: #9e3bb4;
      color: #fff; }
      body.theme-chromashift_meetcompete #main-capture .buzzes li:before, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture .buzzes li:before, body.theme-chromashift_meetcompete #main-meetcompete-red-capture .buzzes li:before {
        height: 37px;
        line-height: 37px; }
  body.theme-chromashift_meetcompete #main-capture div.logo.episode, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture div.logo.episode, body.theme-chromashift_meetcompete #main-meetcompete-red-capture div.logo.episode {
    display: none !important;
    top: 870px;
    left: 50px;
    width: 500px; }
  body.theme-chromashift_meetcompete #main-capture .logo.streamershowdown, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture .logo.streamershowdown, body.theme-chromashift_meetcompete #main-meetcompete-red-capture .logo.streamershowdown {
    display: none !important; }
  body.theme-chromashift_meetcompete #main-capture .logo.patreon,
  body.theme-chromashift_meetcompete #main-capture .logo.youtube, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture .logo.patreon,
  body.theme-chromashift_meetcompete #main-meetcompete-blue-capture .logo.youtube, body.theme-chromashift_meetcompete #main-meetcompete-red-capture .logo.patreon,
  body.theme-chromashift_meetcompete #main-meetcompete-red-capture .logo.youtube {
    bottom: 80px;
    display: none !important; }
  body.theme-chromashift_meetcompete #main-capture .logo.patreon, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture .logo.patreon, body.theme-chromashift_meetcompete #main-meetcompete-red-capture .logo.patreon {
    left: 80px; }
  body.theme-chromashift_meetcompete #main-capture .logo.youtube, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture .logo.youtube, body.theme-chromashift_meetcompete #main-meetcompete-red-capture .logo.youtube {
    left: 320px; }
  body.theme-chromashift_meetcompete #main-capture .episode-logo-host, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture .episode-logo-host, body.theme-chromashift_meetcompete #main-meetcompete-red-capture .episode-logo-host {
    width: 300px;
    height: 150px;
    background-image: url(/images/themes/chromashift_meetcompete/episode-logo.png);
    z-index: 1000;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 60px;
    top: 54px;
    display: none !important; }
  body.theme-chromashift_meetcompete #main-capture .host-overlay, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture .host-overlay, body.theme-chromashift_meetcompete #main-meetcompete-red-capture .host-overlay {
    background: none;
    width: 415px;
    top: 52px;
    height: 280px;
    left: 151px; }
    body.theme-chromashift_meetcompete #main-capture .host-overlay .host-webcam-cover, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture .host-overlay .host-webcam-cover, body.theme-chromashift_meetcompete #main-meetcompete-red-capture .host-overlay .host-webcam-cover {
      top: 2px;
      left: 2px;
      width: 100%;
      height: 100%;
      border-radius: 15px;
      z-index: -1; }
    body.theme-chromashift_meetcompete #main-capture .host-overlay .overlay, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture .host-overlay .overlay, body.theme-chromashift_meetcompete #main-meetcompete-red-capture .host-overlay .overlay {
      background-position: top right;
      z-index: 1;
      background: none; }
    body.theme-chromashift_meetcompete #main-capture .host-overlay .host-name, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture .host-overlay .host-name, body.theme-chromashift_meetcompete #main-meetcompete-red-capture .host-overlay .host-name {
      font-size: 25px;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      top: -35px;
      width: 95%;
      bottom: unset;
      left: 11px; }
  body.theme-chromashift_meetcompete #main-capture ul.players-list, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture ul.players-list, body.theme-chromashift_meetcompete #main-meetcompete-red-capture ul.players-list {
    width: 86%;
    height: 393px;
    right: unset;
    bottom: 3px;
    padding: 0px;
    margin: 0px;
    position: absolute;
    left: 7%;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    body.theme-chromashift_meetcompete #main-capture ul.players-list li.player, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture ul.players-list li.player, body.theme-chromashift_meetcompete #main-meetcompete-red-capture ul.players-list li.player {
      position: absolute;
      left: 0px;
      width: 450px;
      height: 100%;
      bottom: 0px; }
      body.theme-chromashift_meetcompete #main-capture ul.players-list li.player.order-0, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture ul.players-list li.player.order-0, body.theme-chromashift_meetcompete #main-meetcompete-red-capture ul.players-list li.player.order-0 {
        left: 0px; }
        body.theme-chromashift_meetcompete #main-capture ul.players-list li.player.order-0 .buzzer-overlay, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture ul.players-list li.player.order-0 .buzzer-overlay, body.theme-chromashift_meetcompete #main-meetcompete-red-capture ul.players-list li.player.order-0 .buzzer-overlay {
          display: none !important;
          left: 0px;
          top: 0px; }
      body.theme-chromashift_meetcompete #main-capture ul.players-list li.player.order-1, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture ul.players-list li.player.order-1, body.theme-chromashift_meetcompete #main-meetcompete-red-capture ul.players-list li.player.order-1 {
        right: 0px;
        left: unset; }
        body.theme-chromashift_meetcompete #main-capture ul.players-list li.player.order-1 .buzzer-overlay, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture ul.players-list li.player.order-1 .buzzer-overlay, body.theme-chromashift_meetcompete #main-meetcompete-red-capture ul.players-list li.player.order-1 .buzzer-overlay {
          display: none !important;
          left: 8px;
          top: 0px; }
      body.theme-chromashift_meetcompete #main-capture ul.players-list li.player .drawing-marker, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture ul.players-list li.player .drawing-marker, body.theme-chromashift_meetcompete #main-meetcompete-red-capture ul.players-list li.player .drawing-marker {
        border-radius: 0px;
        top: -37px;
        left: 60%; }
      body.theme-chromashift_meetcompete #main-capture ul.players-list li.player .overlay, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture ul.players-list li.player .overlay, body.theme-chromashift_meetcompete #main-meetcompete-red-capture ul.players-list li.player .overlay {
        display: none; }
      body.theme-chromashift_meetcompete #main-capture ul.players-list li.player .webcam-cover, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture ul.players-list li.player .webcam-cover, body.theme-chromashift_meetcompete #main-meetcompete-red-capture ul.players-list li.player .webcam-cover {
        width: 416px;
        height: 277px;
        top: 49px;
        left: 15px;
        z-index: -1; }
      body.theme-chromashift_meetcompete #main-capture ul.players-list li.player .buzzer-overlay, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture ul.players-list li.player .buzzer-overlay, body.theme-chromashift_meetcompete #main-meetcompete-red-capture ul.players-list li.player .buzzer-overlay {
        display: none; }
      body.theme-chromashift_meetcompete #main-capture ul.players-list li.player.buzzed .buzzer-overlay, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture ul.players-list li.player.buzzed .buzzer-overlay, body.theme-chromashift_meetcompete #main-meetcompete-red-capture ul.players-list li.player.buzzed .buzzer-overlay {
        display: block;
        background: unset;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 1;
        transition: all 0.5s ease;
        background-color: transparent; }
      body.theme-chromashift_meetcompete #main-capture ul.players-list li.player.drawing .overlay, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture ul.players-list li.player.drawing .overlay, body.theme-chromashift_meetcompete #main-meetcompete-red-capture ul.players-list li.player.drawing .overlay {
        display: none;
        background: none;
        width: 30px;
        height: 15px;
        background-color: #31a354;
        border-radius: 5px;
        top: 10px;
        left: 18px; }
      body.theme-chromashift_meetcompete #main-capture ul.players-list li.player .player-extension, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture ul.players-list li.player .player-extension, body.theme-chromashift_meetcompete #main-meetcompete-red-capture ul.players-list li.player .player-extension {
        position: absolute;
        top: 0px;
        width: 100%;
        height: 100% !important; }
        body.theme-chromashift_meetcompete #main-capture ul.players-list li.player .player-extension .hearts-list, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture ul.players-list li.player .player-extension .hearts-list, body.theme-chromashift_meetcompete #main-meetcompete-red-capture ul.players-list li.player .player-extension .hearts-list {
          height: 20px;
          width: 100px;
          top: unset !important;
          bottom: 55px;
          left: 50%;
          margin-left: -18%;
          right: unset !important; }
      body.theme-chromashift_meetcompete #main-capture ul.players-list li.player .player-plate, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture ul.players-list li.player .player-plate, body.theme-chromashift_meetcompete #main-meetcompete-red-capture ul.players-list li.player .player-plate {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        padding-left: 25px;
        padding-right: 20px;
        position: relative;
        left: 88px;
        width: 278px; }
        body.theme-chromashift_meetcompete #main-capture ul.players-list li.player .player-plate .name, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture ul.players-list li.player .player-plate .name, body.theme-chromashift_meetcompete #main-meetcompete-red-capture ul.players-list li.player .player-plate .name {
          padding-left: 0px;
          position: absolute;
          font-size: 25px;
          text-align: center;
          text-transform: uppercase;
          height: unset;
          line-height: unset;
          bottom: unset;
          right: unset;
          width: 100%;
          top: 3px;
          left: 0px; }
        body.theme-chromashift_meetcompete #main-capture ul.players-list li.player .player-plate .score, body.theme-chromashift_meetcompete #main-meetcompete-blue-capture ul.players-list li.player .player-plate .score, body.theme-chromashift_meetcompete #main-meetcompete-red-capture ul.players-list li.player .player-plate .score {
          position: absolute;
          font-size: 30px;
          height: unset;
          line-height: unset;
          bottom: unset;
          right: unset;
          width: 100%;
          margin-top: 10px;
          display: flex;
          left: 0px;
          bottom: 8%;
          justify-content: center; }

#main-meetcompete-blue-capture ul.players-list li.player {
  width: 500px !important;
  height: 470px !important;
  bottom: 31px !important;
  right: -10px !important; }
  #main-meetcompete-blue-capture ul.players-list li.player.order-0 {
    right: 0px !important;
    left: unset !important; }
    #main-meetcompete-blue-capture ul.players-list li.player.order-0 .player-plate {
      left: unset;
      right: 110px !important;
      width: 330px !important; }
    #main-meetcompete-blue-capture ul.players-list li.player.order-0 .name {
      top: 15px !important; }
    #main-meetcompete-blue-capture ul.players-list li.player.order-0 .score {
      bottom: 25px !important; }
    #main-meetcompete-blue-capture ul.players-list li.player.order-0 .player-extension .hearts-list {
      top: 388px !important; }
    #main-meetcompete-blue-capture ul.players-list li.player.order-0 .webcam-cover {
      position: absolute;
      background-size: cover;
      width: 500px !important;
      height: 338px !important;
      top: 66px !important;
      right: -8px !important;
      left: unset !important;
      z-index: -1; }
    #main-meetcompete-blue-capture ul.players-list li.player.order-0 .buzzer-overlay {
      display: none !important;
      left: 0px;
      top: 0px; }
  #main-meetcompete-blue-capture ul.players-list li.player.order-1 {
    display: none !important; }

#main-meetcompete-red-capture ul.players-list {
  width: 28.6% !important;
  height: 471px !important;
  bottom: 33px !important;
  left: 5.2% !important; }
  #main-meetcompete-red-capture ul.players-list li.player {
    width: 100%; }
    #main-meetcompete-red-capture ul.players-list li.player.order-1 {
      left: 0px !important;
      right: unset !important; }
      #main-meetcompete-red-capture ul.players-list li.player.order-1 .player-plate {
        left: 110px !important;
        width: 330px !important; }
      #main-meetcompete-red-capture ul.players-list li.player.order-1 .name {
        top: 15px !important; }
      #main-meetcompete-red-capture ul.players-list li.player.order-1 .score {
        bottom: 7% !important; }
      #main-meetcompete-red-capture ul.players-list li.player.order-1 .webcam-cover {
        position: absolute;
        background-size: cover;
        width: 500px !important;
        height: 338px !important;
        top: 70px !important;
        left: 26px !important;
        z-index: -1; }
      #main-meetcompete-red-capture ul.players-list li.player.order-1 .buzzer-overlay {
        display: none !important;
        left: 0px;
        top: 0px; }
    #main-meetcompete-red-capture ul.players-list li.player.order-0 {
      display: none !important; }

.hint .reveal-type-zoom {
  border: none !important; }

.player-bg, body.theme-dreamhack-dallas .red-box,
body.theme-dreamhack-dallas .drawing-capture-view .drawing-answer,
body.theme-dreamhack-dallas .answer.red-box, body.theme-dreamhack-dallas #main-capture ul.players-list li.player .player-plate {
  background: #e17714;
  background: linear-gradient(360deg, #e17714 22%, #f89c19 62%, #f3a11f 100%);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  border-bottom: 2px solid #d86b0a;
  border-left: 2px solid #d86b0a;
  border-right: 2px solid #d86b0a;
  border-top: 3px solid #fcd432; }

.blink, body.theme-dreamhack-dallas #main-capture ul.players-list li.player.buzzed .buzzer-overlay {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite; }

@keyframes blink-animation {
  to {
    visibility: hidden;
    background-color: yellow; } }

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
    background-color: yellow; } }

#show-nav {
  background-image: none !important; }

body.capturing {
  background: none #14a0e2 !important; }

.clarendon, body.theme-dreamhack-dallas .game-container .sav-question-container .sav-submission-points,
body.theme-dreamhack-dallas .game-container .sav-question-container .sav-submission-votes,
body.theme-dreamhack-dallas .game-container .sav-question-container .author, body.theme-dreamhack-dallas #countdown-capture .counting {
  font-family: "Clarendon";
  letter-spacing: 1px; }

.tungsten, body.theme-dreamhack-dallas .family-feud-question-reveal, body.theme-dreamhack-dallas .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text, body.theme-dreamhack-dallas namethatthing-capture span, body.theme-dreamhack-dallas .typedanswers-capture-view .submissions-area.num-players-3, body.theme-dreamhack-dallas .typedanswers-capture-view .submissions-area.num-players-3 .submission, body.theme-dreamhack-dallas .typedanswers-capture-view .submissions-area.num-players-3 .player-name, body.theme-dreamhack-dallas .typedanswers-capture-view .title-area, body.theme-dreamhack-dallas #discussion-capture, body.theme-dreamhack-dallas #discussion-capture .host-name,
body.theme-dreamhack-dallas #discussion-capture .name, body.theme-dreamhack-dallas #countdown-capture .player-name, body.theme-dreamhack-dallas #countdown-capture .countdown, body.theme-dreamhack-dallas .red-box,
body.theme-dreamhack-dallas .drawing-capture-view .drawing-answer,
body.theme-dreamhack-dallas .answer.red-box, body.theme-dreamhack-dallas .title-box, body.theme-dreamhack-dallas .game-box, body.theme-dreamhack-dallas #main-capture .buzzes li, body.theme-dreamhack-dallas #main-capture .host-overlay .host-name, body.theme-dreamhack-dallas #main-capture ul.players-list li.player, body.theme-dreamhack-dallas #main-capture ul.players-list li.player .player-plate .score {
  font-family: "tungsten";
  letter-spacing: 1px; }

.badaboom {
  font-family: "badaboom";
  letter-spacing: 1px; }

body.theme-dreamhack-dallas {
  background: unset;
  background-color: #14a0e2; }
  body.theme-dreamhack-dallas .logo.episode {
    background-image: url(/images/episodes/valorant/logo.png); }
  body.theme-dreamhack-dallas #production .panel-players-list .hearts-list, body.theme-dreamhack-dallas #player-view .panel-players-list .hearts-list {
    position: absolute;
    left: 50%; }
  body.theme-dreamhack-dallas #production .family-feud-question-reveal, body.theme-dreamhack-dallas #player-view .family-feud-question-reveal {
    height: 100%;
    background-image: url(/images/themes/dreamhack-dallas/gameboard/family_feud/game-board-ff.png);
    background-size: cover;
    background-position: center 25px;
    background-repeat: no-repeat; }
    body.theme-dreamhack-dallas #production .family-feud-question-reveal .question-name table td, body.theme-dreamhack-dallas #player-view .family-feud-question-reveal .question-name table td {
      font-size: 40px; }
    body.theme-dreamhack-dallas #production .family-feud-question-reveal .answers, body.theme-dreamhack-dallas #player-view .family-feud-question-reveal .answers {
      row-gap: 20px; }
      body.theme-dreamhack-dallas #production .family-feud-question-reveal .answers .answer, body.theme-dreamhack-dallas #player-view .family-feud-question-reveal .answers .answer {
        height: 75px; }
        body.theme-dreamhack-dallas #production .family-feud-question-reveal .answers .answer table, body.theme-dreamhack-dallas #player-view .family-feud-question-reveal .answers .answer table {
          height: 75px; }
          body.theme-dreamhack-dallas #production .family-feud-question-reveal .answers .answer table td, body.theme-dreamhack-dallas #player-view .family-feud-question-reveal .answers .answer table td {
            font-size: 30px; }
        body.theme-dreamhack-dallas #production .family-feud-question-reveal .answers .answer .points, body.theme-dreamhack-dallas #player-view .family-feud-question-reveal .answers .answer .points {
          font-size: 30px;
          height: 75px; }
  body.theme-dreamhack-dallas .family-feud-capture-view {
    height: 100%;
    background-image: url(/images/themes/dreamhack-dallas/gameboard/family_feud/game-board-ff.png);
    background-position: center 25px;
    background-size: cover;
    background-repeat: no-repeat; }
  body.theme-dreamhack-dallas .family-feud-question-reveal {
    width: 100%;
    margin-left: unset;
    padding-top: 40px;
    float: unset;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; }
    body.theme-dreamhack-dallas .family-feud-question-reveal .question-name {
      background-image: url(/images/themes/dreamhack-dallas/gameboard/family_feud/question-box-ff.png);
      height: 16.9%;
      margin: 0px;
      margin-left: 80px;
      margin-right: 80px;
      background-size: contain; }
      body.theme-dreamhack-dallas .family-feud-question-reveal .question-name table {
        height: 100%; }
        body.theme-dreamhack-dallas .family-feud-question-reveal .question-name table td {
          font-size: 53px;
          height: 112px;
          padding: unset; }
    body.theme-dreamhack-dallas .family-feud-question-reveal .answers {
      width: auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-auto-flow: column;
      grid-template-rows: repeat(4, 1fr);
      padding: 0px;
      float: unset;
      column-gap: 40px;
      row-gap: 40px;
      padding-left: 80px;
      padding-right: 80px;
      margin-bottom: 37px; }
      body.theme-dreamhack-dallas .family-feud-question-reveal .answers .answer {
        background: url(/images/themes/dreamhack-dallas/gameboard/family_feud/answer-box-ff.png) top center no-repeat;
        background-size: cover;
        padding-top: 0px;
        width: 100%;
        height: 112px;
        font-size: 30px;
        margin: unset;
        padding: unset; }
        body.theme-dreamhack-dallas .family-feud-question-reveal .answers .answer table {
          width: 100%;
          height: 112px;
          text-align: left; }
          body.theme-dreamhack-dallas .family-feud-question-reveal .answers .answer table td {
            padding: 0 10px;
            line-height: 0.9em;
            font-size: 50px;
            padding-left: 60px; }
          body.theme-dreamhack-dallas .family-feud-question-reveal .answers .answer table.text-len-10 {
            font-size: 30px; }
          body.theme-dreamhack-dallas .family-feud-question-reveal .answers .answer table.text-len-20 {
            font-size: 25px; }
          body.theme-dreamhack-dallas .family-feud-question-reveal .answers .answer table.text-len-30 {
            font-size: 22px; }
          body.theme-dreamhack-dallas .family-feud-question-reveal .answers .answer table.text-len-40 {
            font-size: 18px; }
          body.theme-dreamhack-dallas .family-feud-question-reveal .answers .answer table.text-len-50 {
            font-size: 14px; }
        body.theme-dreamhack-dallas .family-feud-question-reveal .answers .answer:before {
          background: #000; }
        body.theme-dreamhack-dallas .family-feud-question-reveal .answers .answer.notshown {
          width: 100%;
          margin-left: 0px; }
          body.theme-dreamhack-dallas .family-feud-question-reveal .answers .answer.notshown:before {
            opacity: 1;
            background-color: #061c29;
            height: 85%;
            top: 0px;
            left: 0%;
            width: 98%;
            margin: 1%; }
        body.theme-dreamhack-dallas .family-feud-question-reveal .answers .answer .points {
          border-left: 4px solid rgba(178, 117, 0, 0.25);
          right: 0px;
          padding-top: 3px;
          width: 110px;
          top: 3px;
          height: 112px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 50px; }
  body.theme-dreamhack-dallas #production .name-that-thing-capture-view .title-box, body.theme-dreamhack-dallas #player-view .name-that-thing-capture-view .title-box {
    font-size: 45px; }
  body.theme-dreamhack-dallas #production .name-that-thing-capture-view.audio .audio-container, body.theme-dreamhack-dallas #player-view .name-that-thing-capture-view.audio .audio-container {
    width: 60%;
    height: 50px;
    left: 50%;
    margin-left: -30%; }
    body.theme-dreamhack-dallas #production .name-that-thing-capture-view.audio .audio-container .audio-icon, body.theme-dreamhack-dallas #player-view .name-that-thing-capture-view.audio .audio-container .audio-icon {
      width: 50px;
      height: 50px;
      top: -85px; }
  body.theme-dreamhack-dallas #production .name-that-thing-capture-view .hints, body.theme-dreamhack-dallas #player-view .name-that-thing-capture-view .hints {
    padding-left: 2%;
    padding-right: 2%; }
    body.theme-dreamhack-dallas #production .name-that-thing-capture-view .hints .hint, body.theme-dreamhack-dallas #player-view .name-that-thing-capture-view .hints .hint {
      height: 80px !important;
      font-size: 40px !important; }
  body.theme-dreamhack-dallas #production .name-that-thing-capture-view .question-meta .game-box-left, body.theme-dreamhack-dallas #player-view .name-that-thing-capture-view .question-meta .game-box-left {
    left: 2%; }
  body.theme-dreamhack-dallas #production .name-that-thing-capture-view .question-meta .game-box-right, body.theme-dreamhack-dallas #player-view .name-that-thing-capture-view .question-meta .game-box-right {
    right: 2%; }
  body.theme-dreamhack-dallas #production .name-that-thing-capture-view .answer.red-box, body.theme-dreamhack-dallas #player-view .name-that-thing-capture-view .answer.red-box {
    bottom: -20px !important;
    height: 80px !important;
    margin-left: 2%;
    width: 96%; }
    body.theme-dreamhack-dallas #production .name-that-thing-capture-view .answer.red-box span, body.theme-dreamhack-dallas #player-view .name-that-thing-capture-view .answer.red-box span {
      font-size: 40px !important; }
  body.theme-dreamhack-dallas .name-that-thing-capture-view {
    background-image: url(/images/themes/dreamhack-dallas/gameboard/name_that_thing/game-board-ntt.png);
    background-position: center 25px;
    background-size: contain;
    background-repeat: no-repeat;
    left: unset;
    margin-left: unset;
    width: 100%;
    height: 100%; }
    body.theme-dreamhack-dallas .name-that-thing-capture-view .active-question {
      height: 80%; }
      body.theme-dreamhack-dallas .name-that-thing-capture-view .active-question .hints {
        height: 100%;
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly; }
        body.theme-dreamhack-dallas .name-that-thing-capture-view .active-question .hints .hint {
          background-size: cover !important;
          height: 106px !important;
          width: 100% !important;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 50px !important; }
    body.theme-dreamhack-dallas .name-that-thing-capture-view .answer.red-box {
      position: relative;
      bottom: 0px;
      margin-top: 10px;
      color: #fff !important;
      font-size: 64px !important;
      width: 90%;
      left: unset;
      margin-left: 5%;
      height: 112px !important;
      display: flex;
      align-items: center;
      justify-content: center; }
      body.theme-dreamhack-dallas .name-that-thing-capture-view .answer.red-box span {
        font-size: 60px !important; }
    body.theme-dreamhack-dallas .name-that-thing-capture-view .title-box {
      width: 630px;
      height: 111px;
      margin-left: unset;
      top: 1px;
      background-size: cover;
      margin-left: -17%;
      padding-top: unset;
      left: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 64px; }
    body.theme-dreamhack-dallas .name-that-thing-capture-view .thing-meta {
      padding: 0px; }
    body.theme-dreamhack-dallas .name-that-thing-capture-view .question-meta .game-box {
      margin-top: 20px;
      position: absolute;
      top: 40px;
      width: 352px;
      background-size: cover;
      height: 69px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 40px !important;
      gap: 10px; }
    body.theme-dreamhack-dallas .name-that-thing-capture-view .question-meta .game-box-left {
      left: 5%; }
    body.theme-dreamhack-dallas .name-that-thing-capture-view .question-meta .game-box-right {
      right: 5%; }
    body.theme-dreamhack-dallas .name-that-thing-capture-view.audio {
      background-image: url(/images/themes/dreamhack-dallas/gameboard/sound/game-board-full-sound.png);
      background-size: contain; }
      body.theme-dreamhack-dallas .name-that-thing-capture-view.audio .answer.red-box {
        bottom: 80px; }
      body.theme-dreamhack-dallas .name-that-thing-capture-view.audio .hint {
        box-shadow: none !important; }
        body.theme-dreamhack-dallas .name-that-thing-capture-view.audio .hint .audio-container {
          top: 60%;
          background: #fff;
          height: 78px;
          width: 1200px;
          margin-left: -600px; }
          body.theme-dreamhack-dallas .name-that-thing-capture-view.audio .hint .audio-container .audio-icon {
            position: absolute;
            top: -150px;
            left: 45%;
            width: 100px;
            height: 100px;
            background: url(/images/themes/vshojo-chaos/audio-icon.png) center center no-repeat;
            background-size: cover; }
  body.theme-dreamhack-dallas .num-hints-1 .hint.type-image .image-border {
    background: none !important; }
  body.theme-dreamhack-dallas .num-hints-1 .hint.type-image .image-container {
    top: 80% !important; }
  body.theme-dreamhack-dallas .name-that-thing-capture-view .hints {
    padding-top: 130px; }
  body.theme-dreamhack-dallas .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text {
    background: url(/images/themes/dreamhack-dallas/gameboard/name_that_thing/question-bar-ntt.png) top center no-repeat;
    color: #fff !important;
    line-height: 70px;
    height: 83px;
    width: 1262px;
    margin: 0 auto 20px auto;
    background-size: contain;
    font-size: 32px; }
  body.theme-dreamhack-dallas namethatthing-capture span {
    display: block;
    color: #fff;
    font-size: 34px;
    margin-top: -5px; }
  body.theme-dreamhack-dallas #production .drawing-capture-view .drawing-board, body.theme-dreamhack-dallas #player-view .drawing-capture-view .drawing-board {
    width: 80%;
    left: 50%;
    margin-left: -40%;
    top: 20%;
    height: 75%; }
  body.theme-dreamhack-dallas #production .drawing-capture-view .drawing-answer, body.theme-dreamhack-dallas #player-view .drawing-capture-view .drawing-answer {
    height: 80px;
    bottom: 50px;
    font-size: 50px !important; }
  body.theme-dreamhack-dallas .drawing-capture-view.show-answer .drawing-answer-image {
    display: none; }
  body.theme-dreamhack-dallas .drawing-production-view .drawing-capture-view .drawing-board {
    top: 15%;
    position: relative;
    margin-left: -37%;
    left: 60%;
    height: 50%; }
  body.theme-dreamhack-dallas .drawing-capture-view {
    background-image: url(/images/themes/dreamhack-dallas/gameboard/drawing/game-board-drawing.png);
    background-position: center 25px;
    background-size: contain;
    background-repeat: no-repeat;
    left: unset;
    margin-left: unset;
    width: 100%;
    height: 100%; }
    body.theme-dreamhack-dallas .drawing-capture-view .title-box {
      width: 630px;
      height: 111px;
      margin-left: unset;
      top: 1px;
      background-size: cover;
      margin-left: -17%;
      padding-top: unset;
      left: 50%; }
      body.theme-dreamhack-dallas .drawing-capture-view .title-box .timer-display {
        height: 100%; }
        body.theme-dreamhack-dallas .drawing-capture-view .title-box .timer-display .timer-display-container {
          height: 100%; }
          body.theme-dreamhack-dallas .drawing-capture-view .title-box .timer-display .timer-display-container .timer-countdown {
            font-size: 64px !important;
            height: 100%;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center; }
    body.theme-dreamhack-dallas .drawing-capture-view .drawing-board {
      top: 20%;
      position: relative;
      left: 50%;
      width: 80%;
      margin-left: -40%;
      height: 75%; }
    body.theme-dreamhack-dallas .drawing-capture-view .game-box.game-box-left {
      left: 5%;
      margin-top: 20px;
      width: 352px;
      background-size: cover;
      height: 69px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 40px !important; }
  body.theme-dreamhack-dallas drawing-points.game-box-right {
    display: block;
    margin-top: 20px;
    right: 5% !important;
    width: 352px;
    background-size: cover;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px !important; }
  body.theme-dreamhack-dallas drawing-points.game-box-right::last-letter {
    size: 3em; }
  body.theme-dreamhack-dallas .drawing-answer {
    color: #fff !important;
    font-size: 60px !important;
    bottom: 90px;
    width: 90%;
    left: unset;
    margin-left: 5%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center; }
  body.theme-dreamhack-dallas .meta-box,
  body.theme-dreamhack-dallas .sav-question-vote-msg,
  body.theme-dreamhack-dallas .sav-capture-split-view .sav-question,
  body.theme-dreamhack-dallas .sav-capture-split-view .timer-display {
    border-radius: 0px;
    border: 2px solid #ed3d3f;
    background: #a30d0f;
    font-family: 'FrizQuadrataRegular';
    text-transform: uppercase; }
  body.theme-dreamhack-dallas .game-container .sav-capture-view,
  body.theme-dreamhack-dallas .game-container .submit-and-vote-capture-view {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute; }
  body.theme-dreamhack-dallas .game-container .submit-and-vote-capture-view .question-number,
  body.theme-dreamhack-dallas .game-container .submit-and-vote-capture-view .sav-active-question-points {
    top: 40px; }
  body.theme-dreamhack-dallas .game-container .submit-and-vote-capture-view .sav-question-vote-msg {
    padding: 12px 0 8px; }
  body.theme-dreamhack-dallas .game-container .submit-and-vote-capture-view .sav-submission-list,
  body.theme-dreamhack-dallas .game-container .submit-and-vote-capture-view .blank-question {
    top: 140px; }
  body.theme-dreamhack-dallas .game-container .submit-and-vote-capture-view .blank-question {
    position: relative; }
  body.theme-dreamhack-dallas .game-container .sav-question-container .sav-submission-points,
  body.theme-dreamhack-dallas .game-container .sav-question-container .sav-submission-votes,
  body.theme-dreamhack-dallas .game-container .sav-question-container .author {
    background: none;
    border: none;
    box-shadow: none; }
  body.theme-dreamhack-dallas .game-container .sav-question-container .author {
    font-size: 46px;
    margin-top: 20px;
    margin-bottom: 10px; }
  body.theme-dreamhack-dallas .game-container .sav-question-container .sav-submission-points,
  body.theme-dreamhack-dallas .game-container .sav-question-container .sav-submission-votes {
    font-size: 30px; }
  body.theme-dreamhack-dallas .game-container .sav-question-inner .image {
    border-radius: 0px;
    border-color: #ed3d3f; }
  body.theme-dreamhack-dallas .typedanswers-capture-view.show-submissions .submissions-area {
    transform: translateX(10px); }
  body.theme-dreamhack-dallas .typedanswers-capture-view.show-submissions .videos-area {
    -webkit-transform: translateX(-190px); }
  body.theme-dreamhack-dallas .typedanswers-capture-view.show-question .title-area {
    -webkit-transform: translateY(20px); }
  body.theme-dreamhack-dallas .typedanswers-capture-view.show-question .videos-area {
    width: 860px;
    height: 483.75px;
    margin-left: -430px;
    overflow: hidden; }
  body.theme-dreamhack-dallas .typedanswers-capture-view .submissions-area.num-players-3 {
    bottom: -4px; }
    body.theme-dreamhack-dallas .typedanswers-capture-view .submissions-area.num-players-3 .submission {
      margin: 0 0 27px 0;
      border: 1px solid #ed3d3f;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 0px; }
    body.theme-dreamhack-dallas .typedanswers-capture-view .submissions-area.num-players-3 .player-name {
      background: #a30d0f;
      border-color: #ed3d3f; }
  body.theme-dreamhack-dallas .typedanswers-capture-view .title-area {
    border: 2px solid #ed3d3f;
    background: rgba(0, 0, 0, 0.7);
    height: 92px;
    padding: 0px; }
    body.theme-dreamhack-dallas .typedanswers-capture-view .title-area table {
      height: 90px; }
      body.theme-dreamhack-dallas .typedanswers-capture-view .title-area table td {
        padding: 0px;
        line-height: 60px; }
  body.theme-dreamhack-dallas .typedanswers-capture-view .videos-area {
    border: 2px solid #ed3d3f;
    border-radius: 0px;
    bottom: 24px; }
  body.theme-dreamhack-dallas #discussion-capture {
    background-image: none !important; }
    body.theme-dreamhack-dallas #discussion-capture .discussion-overlay {
      background-image: unset;
      background-color: #14a0e2;
      v-index: 0; }
    body.theme-dreamhack-dallas #discussion-capture .logo.episode {
      right: 10px;
      width: 600px;
      top: 172px !important;
      z-index: 22 !important;
      left: unset !important; }
    body.theme-dreamhack-dallas #discussion-capture .host-name,
    body.theme-dreamhack-dallas #discussion-capture .name {
      text-transform: uppercase;
      font-size: 48px; }
    body.theme-dreamhack-dallas #discussion-capture .host-overlay .host-webcam-cover {
      width: 581px;
      height: 435px;
      left: -102px;
      top: -465px; }
    body.theme-dreamhack-dallas #discussion-capture .host-overlay .host-name {
      text-align: center;
      top: -74px;
      color: #fff;
      left: -75px;
      width: 480px;
      padding-top: 7px; }
    body.theme-dreamhack-dallas #discussion-capture .player-image {
      left: 10px !important; }
    body.theme-dreamhack-dallas #discussion-capture li.player .name {
      top: -84px;
      left: 0px;
      padding-top: 5px; }
    body.theme-dreamhack-dallas #discussion-capture li.player:nth-of-type(1) .name {
      color: #fff; }
    body.theme-dreamhack-dallas #discussion-capture li.player.order-1 {
      top: 978px;
      margin-left: -238px; }
      body.theme-dreamhack-dallas #discussion-capture li.player.order-1 .webcam-cover {
        top: -411px; }
      body.theme-dreamhack-dallas #discussion-capture li.player.order-1 .player-plate {
        top: -3px; }
      body.theme-dreamhack-dallas #discussion-capture li.player.order-1 .name {
        color: #fff;
        top: -20px;
        font-size: 45px; }
    body.theme-dreamhack-dallas #discussion-capture li.player.order-2, body.theme-dreamhack-dallas #discussion-capture li.player.order-0 {
      top: 995px; }
    body.theme-dreamhack-dallas #discussion-capture li.player.order-0 {
      left: 80px; }
    body.theme-dreamhack-dallas #discussion-capture li.player.order-2 {
      right: -20px; }
      body.theme-dreamhack-dallas #discussion-capture li.player.order-2 .name {
        color: #fff; }
      body.theme-dreamhack-dallas #discussion-capture li.player.order-2 .player-plate {
        right: 214px; }
    body.theme-dreamhack-dallas #discussion-capture li.player .player-plate {
      top: -18px; }
  body.theme-dreamhack-dallas #discussion-capture .webcam-nameplate .score,
  body.theme-dreamhack-dallas #discussion-capture ul.players-list li.player .player-plate .score {
    display: none; }
  body.theme-dreamhack-dallas #discussion-capture .webcam-nameplate .name,
  body.theme-dreamhack-dallas #discussion-capture ul.players-list li.player .player-plate .name {
    width: 480px;
    text-align: center; }
  body.theme-dreamhack-dallas .capturing {
    background-image: none !important; }
  body.theme-dreamhack-dallas #countdown-capture .overlay {
    background-image: unset;
    background-color: #14a0e2;
    height: 100%; }
  body.theme-dreamhack-dallas #countdown-capture .logo.episode {
    right: 10px;
    width: 600px;
    top: 172px;
    z-index: 22;
    left: unset; }
  body.theme-dreamhack-dallas #countdown-capture .player-image {
    z-index: 0;
    width: 427px;
    height: 293px;
    background-size: cover; }
    body.theme-dreamhack-dallas #countdown-capture .player-image.order-0 {
      left: 146px;
      bottom: 220px; }
    body.theme-dreamhack-dallas #countdown-capture .player-image.order-1 {
      top: 135px;
      margin-left: -11.1%; }
    body.theme-dreamhack-dallas #countdown-capture .player-image.order-2 {
      right: 148px;
      bottom: 218px; }
  body.theme-dreamhack-dallas #countdown-capture .player-name {
    color: black;
    text-transform: uppercase;
    font-size: 40px; }
    body.theme-dreamhack-dallas #countdown-capture .player-name.order-0, body.theme-dreamhack-dallas #countdown-capture .player-name.order-2 {
      bottom: 144px; }
    body.theme-dreamhack-dallas #countdown-capture .player-name.order-0 {
      color: #fff;
      left: 145px; }
    body.theme-dreamhack-dallas #countdown-capture .player-name.order-1 {
      top: 453px;
      left: 962px;
      color: #fff; }
    body.theme-dreamhack-dallas #countdown-capture .player-name.order-2 {
      right: 140px;
      color: #fff; }
  body.theme-dreamhack-dallas #countdown-capture .countdown {
    top: 70%;
    left: 43%;
    z-index: 40;
    background: none; }
  body.theme-dreamhack-dallas #countdown-capture .counting {
    letter-spacing: 8px;
    font-size: 60px; }
  body.theme-dreamhack-dallas #signoff-capture {
    background-image: unset;
    background-color: #14a0e2; }
    body.theme-dreamhack-dallas #signoff-capture .signoff-message {
      display: none;
      top: 675px;
      font-size: 60px;
      color: #e6d948 !important;
      width: 1300px;
      height: 122px;
      line-height: 122px;
      font-family: "FrizQuadrataRegular";
      text-transform: uppercase;
      font-weight: 900;
      color: #000;
      left: 50%;
      margin-left: -635px;
      letter-spacing: 1px; }
      body.theme-dreamhack-dallas #signoff-capture .signoff-message .gradient-text {
        text-shadow: none;
        -webkit-text-fill-color: inherit; }
        body.theme-dreamhack-dallas #signoff-capture .signoff-message .gradient-text:after {
          display: none;
          opacity: 0;
          content: ""; }
    body.theme-dreamhack-dallas #signoff-capture .matcherino-status-container {
      display: none; }
  body.theme-dreamhack-dallas .multiplechoice-area, body.theme-dreamhack-dallas .game-container {
    font-family: 'FrizQuadrataRegular' !important; }
    body.theme-dreamhack-dallas .multiplechoice-area .multiplechoice-options .option-container, body.theme-dreamhack-dallas .game-container .multiplechoice-options .option-container {
      border: 2px solid #ffd366;
      border-radius: unset !important;
      -moz-box-shadow: 0px 0px 1px 4px #c8a55b;
      -webkit-box-shadow: 0px 0px 1px 4px #c8a55b;
      box-shadow: 0px 0px 1px 4px #c8a55b; }
      body.theme-dreamhack-dallas .multiplechoice-area .multiplechoice-options .option-container::before, body.theme-dreamhack-dallas .game-container .multiplechoice-options .option-container::before {
        border-radius: unset !important; }
    body.theme-dreamhack-dallas .multiplechoice-area .multiplechoice-options .option-container.right, body.theme-dreamhack-dallas .game-container .multiplechoice-options .option-container.right {
      border: 4px solid #008000;
      -moz-box-shadow: 0px 0px 1px 4px #006600;
      -webkit-box-shadow: 0px 0px 1px 4px #006600;
      box-shadow: 0px 0px 1px 4px #006600; }

@keyframes flash {
  0%, 50%, 100% {
    font-size: 300px;
    line-height: 240px; }
  25%, 75% {
    font-size: 350px;
    line-height: 290px; } }
  body.theme-dreamhack-dallas #winner-capture {
    background-image: url(/images/themes/dreamhack-dallas/winner.png);
    background-size: cover;
    background-repeat: no-repeat; }
    body.theme-dreamhack-dallas #winner-capture .winner-overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-size: 100px;
      font-family: "BadaBoom BB";
      font-size: 300px;
      transform: rotate(-8deg);
      line-height: 240px;
      color: #ffffeb;
      animation: flash 10s infinite;
      text-shadow: 10px 8px 0px #000000, -5px -5px 0px #000000, 5px -5px 0px #000000, -5px 5px 0px #000000; }
      body.theme-dreamhack-dallas #winner-capture .winner-overlay img {
        border-radius: 50%; }
      body.theme-dreamhack-dallas #winner-capture .winner-overlay .winner-name {
        margin-top: 50px;
        padding: 0px;
        margin: 0px; }
    body.theme-dreamhack-dallas #winner-capture .left-emote {
      width: 250px;
      position: absolute;
      left: 100px;
      top: 100px; }
    body.theme-dreamhack-dallas #winner-capture .right-emote {
      width: 250px;
      position: absolute;
      right: 100px;
      top: 100px; }
  body.theme-dreamhack-dallas #production .game-container, body.theme-dreamhack-dallas #player-view .game-container {
    background-image: unset;
    height: 691px; }
    body.theme-dreamhack-dallas #production .game-container .title-box, body.theme-dreamhack-dallas #player-view .game-container .title-box {
      width: 445px;
      background-size: contain;
      top: -8px;
      box-shadow: none; }
    body.theme-dreamhack-dallas #production .game-container .name-that-thing-reveal .answer.red-box, body.theme-dreamhack-dallas #player-view .game-container .name-that-thing-reveal .answer.red-box {
      height: 100px;
      bottom: -30px;
      line-height: unset;
      padding-top: 20px; }
    body.theme-dreamhack-dallas #production .game-container .audio .title-box, body.theme-dreamhack-dallas #player-view .game-container .audio .title-box {
      width: 444px;
      background-size: contain; }
  body.theme-dreamhack-dallas .cardFlip {
    margin-left: 30px; }
  body.theme-dreamhack-dallas .back {
    background-image: url(/images/themes/mtg/magic-back.png) !important;
    width: 200px !important; }
  body.theme-dreamhack-dallas .red-box,
  body.theme-dreamhack-dallas .drawing-capture-view .drawing-answer,
  body.theme-dreamhack-dallas .answer.red-box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #000;
    font-size: 48px;
    line-height: 171px;
    text-shadow: none; }
  body.theme-dreamhack-dallas .red-box {
    bottom: -10px; }
  body.theme-dreamhack-dallas .title-box {
    background: url(/images/themes/dreamhack-dallas/gameboard/default/header.png) center center no-repeat;
    width: 522px;
    height: 90px;
    margin-left: -261px;
    color: #FFFFFF;
    font-size: 32px;
    text-shadow: none;
    padding: 0px;
    line-height: 97px;
    top: 10px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3); }
    body.theme-dreamhack-dallas .title-box .timer-countdown {
      font-size: 50px; }
  body.theme-dreamhack-dallas .game-box {
    width: 252px;
    height: 58px;
    background: url(/images/themes/dreamhack-dallas/gameboard/default/sidebox.png) center center no-repeat;
    padding: 0px;
    line-height: 59px;
    position: absolute;
    color: #fff;
    font-size: 28px;
    padding-top: 0px;
    top: 40px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3); }
    body.theme-dreamhack-dallas .game-box.game-box-left {
      left: 30px; }
    body.theme-dreamhack-dallas .game-box.game-box-right {
      right: 30px; }
  body.theme-dreamhack-dallas .capture-area {
    background-image: unset;
    background-color: #14a0e2; }
    body.theme-dreamhack-dallas .capture-area .episode {
      background-image: url(/images/themes/dreamhack-dallas/episode-logo.png); }
  body.theme-dreamhack-dallas #main-capture {
    background-image: unset;
    background-color: #14a0e2; }
  body.theme-dreamhack-dallas #game-area {
    background-image: unset;
    top: unset;
    height: 90%;
    left: 2%;
    right: unset;
    width: 96%; }
  body.theme-dreamhack-dallas #main-capture.showBuzzes-on .logo.episode {
    transform: translateX(0); }
  body.theme-dreamhack-dallas #main-capture #medias-wrong1,
  body.theme-dreamhack-dallas #main-capture #medias-wrong2,
  body.theme-dreamhack-dallas #main-capture #medias-wrong3,
  body.theme-dreamhack-dallas #main-capture #medias-wrong4,
  body.theme-dreamhack-dallas #main-capture #medias-wrong5 {
    z-index: 10;
    width: 100%;
    height: 100%;
    right: unset;
    left: 0px;
    bottom: unset;
    top: 0px; }
  body.theme-dreamhack-dallas #main-capture #medias-scorehighlight1,
  body.theme-dreamhack-dallas #main-capture #medias-scorehighlight2,
  body.theme-dreamhack-dallas #main-capture #medias-scorehighlight3 {
    display: none; }
  body.theme-dreamhack-dallas #main-capture .matcherino-status-container {
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #f2ac3c;
    bottom: 18px;
    border-radius: 25px; }
    body.theme-dreamhack-dallas #main-capture .matcherino-status-container .cta {
      padding-right: 12px; }
      body.theme-dreamhack-dallas #main-capture .matcherino-status-container .cta:after {
        display: none; }
  body.theme-dreamhack-dallas #main-capture .matcherino-notifier-container {
    bottom: 19px; }
    body.theme-dreamhack-dallas #main-capture .matcherino-notifier-container .matcherino-donation-notif {
      background: #000;
      border: 2px solid #f2ac3c;
      box-shadow: 0px 0px 15px #f2ac3c;
      border-radius: 25px;
      color: #fff; }
      body.theme-dreamhack-dallas #main-capture .matcherino-notifier-container .matcherino-donation-notif .amount {
        color: #fff; }
  body.theme-dreamhack-dallas #main-capture .buzzes {
    display: none;
    width: 520px !important;
    height: 160px;
    bottom: 215px;
    left: 46px !important;
    padding: 10px;
    border: none;
    background: url(/images/themes/dreamhack-dallas/gameboard/main-buzzerqueuebox.png) top center no-repeat;
    background-size: contain; }
    body.theme-dreamhack-dallas #main-capture .buzzes ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
      height: 78px;
      margin-top: 6px;
      margin-left: 6px;
      width: 97.8%; }
    body.theme-dreamhack-dallas #main-capture .buzzes li {
      height: 38px;
      line-height: 39px;
      border-radius: 7px;
      font-size: 23px;
      background: #9e3bb4;
      color: #fff; }
      body.theme-dreamhack-dallas #main-capture .buzzes li:before {
        height: 37px;
        line-height: 37px; }
  body.theme-dreamhack-dallas #main-capture div.logo.episode {
    display: none;
    top: 870px;
    left: 50px;
    width: 500px; }
  body.theme-dreamhack-dallas #main-capture .logo.patreon,
  body.theme-dreamhack-dallas #main-capture .logo.youtube {
    bottom: 80px;
    display: none; }
  body.theme-dreamhack-dallas #main-capture .logo.patreon {
    left: 80px; }
  body.theme-dreamhack-dallas #main-capture .logo.youtube {
    left: 320px; }
  body.theme-dreamhack-dallas #main-capture .episode-logo-host {
    display: none;
    width: 400px;
    height: 400px;
    background-image: url(/images/themes/dreamhack-dallas/episode-logo.png);
    z-index: 1000;
    position: absolute;
    background-size: cover;
    left: 100px;
    top: -100px; }
  body.theme-dreamhack-dallas #main-capture .host-overlay {
    display: none;
    width: 582px;
    top: 168px;
    height: 665px; }
    body.theme-dreamhack-dallas #main-capture .host-overlay .host-webcam-cover {
      top: 25px;
      left: 51px;
      width: 507px;
      height: 352px; }
    body.theme-dreamhack-dallas #main-capture .host-overlay .overlay {
      background-image: url(/images/themes/dreamhack-dallas/gameboard/main-host-box.png);
      background-position: top right;
      z-index: 1; }
    body.theme-dreamhack-dallas #main-capture .host-overlay .host-name {
      font-size: 36px;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      top: 413px;
      width: 384px;
      line-height: 56px; }
  body.theme-dreamhack-dallas #main-capture ul.players-list {
    width: 100%;
    height: 90px;
    right: unset;
    padding: 0px;
    margin: 0px;
    bottom: 15px;
    padding-left: 3.5%;
    padding-right: 3.5%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly; }
    body.theme-dreamhack-dallas #main-capture ul.players-list li.player {
      position: relative;
      height: 100%;
      min-width: 357px;
      width: unset;
      left: unset; }
      body.theme-dreamhack-dallas #main-capture ul.players-list li.player .drawing-marker {
        border-radius: 0px;
        top: 260px; }
      body.theme-dreamhack-dallas #main-capture ul.players-list li.player .overlay {
        display: none; }
      body.theme-dreamhack-dallas #main-capture ul.players-list li.player .webcam-cover {
        display: none; }
      body.theme-dreamhack-dallas #main-capture ul.players-list li.player .buzzer-overlay {
        display: none; }
      body.theme-dreamhack-dallas #main-capture ul.players-list li.player.buzzed .buzzer-overlay {
        display: block;
        background: unset;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        z-index: 1;
        opacity: 1;
        transition: all 0.5s ease;
        background-color: transparent; }
      body.theme-dreamhack-dallas #main-capture ul.players-list li.player.drawing .overlay {
        display: block;
        background: none;
        width: 30px;
        height: 15px;
        background-color: #31a354;
        border-radius: 5px;
        top: 10px;
        left: 18px; }
      body.theme-dreamhack-dallas #main-capture ul.players-list li.player .player-extension {
        position: absolute;
        top: 0px;
        min-width: 300px; }
        body.theme-dreamhack-dallas #main-capture ul.players-list li.player .player-extension .hearts-list {
          top: 0px;
          left: unset;
          right: -45px; }
      body.theme-dreamhack-dallas #main-capture ul.players-list li.player .player-plate {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        padding-left: 18px;
        padding-right: 10px;
        position: relative; }
        body.theme-dreamhack-dallas #main-capture ul.players-list li.player .player-plate .name {
          padding-left: 0px;
          position: relative;
          font-size: 40px;
          text-align: center;
          text-transform: uppercase;
          height: unset;
          line-height: unset;
          bottom: unset;
          right: unset;
          width: unset;
          left: unset;
          margin-top: 10px; }
        body.theme-dreamhack-dallas #main-capture ul.players-list li.player .player-plate .score {
          position: relative;
          font-size: 40px;
          height: unset;
          line-height: unset;
          bottom: unset;
          right: unset;
          width: unset;
          margin-top: 10px; }

.hint .reveal-type-zoom {
  border: none !important; }

#show-nav {
  background-image: none !important; }

body.capturing {
  background: none !important; }

.clarendon, body.theme-dreamhack .game-container .sav-question-container .sav-submission-points,
body.theme-dreamhack .game-container .sav-question-container .sav-submission-votes,
body.theme-dreamhack .game-container .sav-question-container .author, body.theme-dreamhack #countdown-capture .counting {
  font-family: "Clarendon";
  letter-spacing: 1px; }

.roboto, body.theme-dreamhack .family-feud-question-reveal, body.theme-dreamhack .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text, body.theme-dreamhack namethatthing-capture span, body.theme-dreamhack .meta-box,
body.theme-dreamhack .sav-question-vote-msg,
body.theme-dreamhack .sav-capture-split-view .sav-question,
body.theme-dreamhack .sav-capture-split-view .timer-display, body.theme-dreamhack .typedanswers-capture-view .submissions-area.num-players-3, body.theme-dreamhack .typedanswers-capture-view .submissions-area.num-players-3 .submission, body.theme-dreamhack .typedanswers-capture-view .submissions-area.num-players-3 .player-name, body.theme-dreamhack .typedanswers-capture-view .title-area, body.theme-dreamhack #discussion-capture, body.theme-dreamhack #discussion-capture .host-name,
body.theme-dreamhack #discussion-capture .name, body.theme-dreamhack #countdown-capture .player-name, body.theme-dreamhack #signoff-capture .signoff-message, body.theme-dreamhack .multiplechoice-area, body.theme-dreamhack .game-container, body.theme-dreamhack .red-box,
body.theme-dreamhack .drawing-capture-view .drawing-answer,
body.theme-dreamhack .answer.red-box, body.theme-dreamhack #main-capture .buzzes li, body.theme-dreamhack #main-capture .host-overlay .host-name, body.theme-dreamhack #main-capture ul.players-list li.player, body.theme-dreamhack #main-capture ul.players-list li.player .score {
  font-family: "RobotoLight";
  letter-spacing: 1px; }

.frizquadrata {
  font-family: "FrizQuadrataRegular";
  letter-spacing: 1px; }

body.theme-dreamhack {
  background: url("/images/themes/dreamhack/background.png"); }
  body.theme-dreamhack .logo.episode {
    background-image: url(/images/episodes/dreamhack/logo.png); }
  body.theme-dreamhack .family-feud-question-reveal {
    width: 1206px;
    margin-left: 58px;
    padding-top: 30px; }
    body.theme-dreamhack .family-feud-question-reveal .question-name {
      background-image: url(/images/themes/dreamhack/question-name-bg.png);
      height: 120px;
      margin-right: 0px;
      margin-left: 0px;
      margin-bottom: 20px; }
      body.theme-dreamhack .family-feud-question-reveal .question-name table {
        height: 90px; }
        body.theme-dreamhack .family-feud-question-reveal .question-name table td {
          font-size: 30px;
          height: 112px;
          padding: unset; }
    body.theme-dreamhack .family-feud-question-reveal .answers {
      width: auto; }
      body.theme-dreamhack .family-feud-question-reveal .answers .answer {
        background: url(/images/themes/dreamhack/answer-box-bg.png) top center no-repeat;
        padding-top: 0px;
        width: 596px;
        margin: 5px 0 24px 0;
        height: 90px;
        font-size: 30px; }
        body.theme-dreamhack .family-feud-question-reveal .answers .answer table {
          width: 475px;
          height: 83px; }
          body.theme-dreamhack .family-feud-question-reveal .answers .answer table td {
            padding: 0 10px;
            line-height: 0.9em; }
          body.theme-dreamhack .family-feud-question-reveal .answers .answer table.text-len-10 {
            font-size: 30px; }
          body.theme-dreamhack .family-feud-question-reveal .answers .answer table.text-len-20 {
            font-size: 25px; }
          body.theme-dreamhack .family-feud-question-reveal .answers .answer table.text-len-30 {
            font-size: 22px; }
          body.theme-dreamhack .family-feud-question-reveal .answers .answer table.text-len-40 {
            font-size: 18px; }
          body.theme-dreamhack .family-feud-question-reveal .answers .answer table.text-len-50 {
            font-size: 14px; }
        body.theme-dreamhack .family-feud-question-reveal .answers .answer:before {
          background: url(/images/themes/dreamhack/answer-box-bg-hide.png) top center no-repeat; }
        body.theme-dreamhack .family-feud-question-reveal .answers .answer .points {
          border-left: 4px solid rgba(178, 117, 0, 0.25);
          right: 0px;
          padding-top: 3px;
          width: 110px;
          top: 3px; }
  body.theme-dreamhack .name-that-thing-capture-view .thing-meta {
    padding: 0px; }
  body.theme-dreamhack .name-that-thing-capture-view .question-meta .game-box {
    position: absolute;
    top: 40px; }
  body.theme-dreamhack .name-that-thing-capture-view .optional-question {
    background: url(/images/themes/dreamhack/question-bar.png) top center no-repeat;
    background-size: contain; }
  body.theme-dreamhack .name-that-thing-capture-view .question-reveal-container .active-question {
    height: 77%; }
    body.theme-dreamhack .name-that-thing-capture-view .question-reveal-container .active-question .hint.optional-qs-answer {
      background: url(/images/themes/dreamhack/question-ans-bar-short.png) top center no-repeat !important; }
  body.theme-dreamhack .name-that-thing-capture-view .hints {
    padding-top: 130px; }
  body.theme-dreamhack .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text {
    background: url(/images/themes/dreamhack/answer-bar.png) top center no-repeat;
    color: #fff !important;
    line-height: 103px;
    height: 103px;
    width: 1244px;
    margin: 0 auto 20px auto;
    font-size: 32px; }
  body.theme-dreamhack .name-that-thing-capture-view .optional-qs .hints .hint.reveal-type-fade.type-text {
    background: url(/images/themes/dreamhack/answer-bar-optional-qs-short.png) top center no-repeat;
    line-height: 93px;
    height: 93px;
    width: 50%;
    font-size: 25px; }
  body.theme-dreamhack namethatthing-capture span {
    display: block;
    color: #fff;
    font-size: 34px;
    margin-top: -5px; }
  body.theme-dreamhack .drawing-capture-view.show-answer .drawing-answer-image {
    display: none; }
  body.theme-dreamhack .drawing-capture-view .drawing-board {
    margin-left: -570px;
    top: 120px; }
  body.theme-dreamhack drawing-points.game-box-right {
    display: block; }
  body.theme-dreamhack drawing-points.game-box-right::last-letter {
    size: 3em; }
  body.theme-dreamhack .drawing-answer {
    color: #fff !important; }
  body.theme-dreamhack .meta-box,
  body.theme-dreamhack .sav-question-vote-msg,
  body.theme-dreamhack .sav-capture-split-view .sav-question,
  body.theme-dreamhack .sav-capture-split-view .timer-display {
    border-radius: 0px;
    border: 2px solid #ed3d3f;
    background: #a30d0f;
    text-transform: uppercase; }
  body.theme-dreamhack .game-container .sav-capture-view,
  body.theme-dreamhack .game-container .submit-and-vote-capture-view {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute; }
  body.theme-dreamhack .game-container .submit-and-vote-capture-view .question-number,
  body.theme-dreamhack .game-container .submit-and-vote-capture-view .sav-active-question-points {
    top: 40px; }
  body.theme-dreamhack .game-container .submit-and-vote-capture-view .sav-question-vote-msg {
    padding: 12px 0 8px; }
  body.theme-dreamhack .game-container .submit-and-vote-capture-view .sav-submission-list,
  body.theme-dreamhack .game-container .submit-and-vote-capture-view .blank-question {
    top: 140px; }
  body.theme-dreamhack .game-container .submit-and-vote-capture-view .blank-question {
    position: relative; }
  body.theme-dreamhack .game-container .sav-question-container .sav-submission-points,
  body.theme-dreamhack .game-container .sav-question-container .sav-submission-votes,
  body.theme-dreamhack .game-container .sav-question-container .author {
    background: none;
    border: none;
    box-shadow: none; }
  body.theme-dreamhack .game-container .sav-question-container .author {
    font-size: 46px;
    margin-top: 20px;
    margin-bottom: 10px; }
  body.theme-dreamhack .game-container .sav-question-container .sav-submission-points,
  body.theme-dreamhack .game-container .sav-question-container .sav-submission-votes {
    font-size: 30px; }
  body.theme-dreamhack .game-container .sav-question-inner .image {
    border-radius: 0px;
    border-color: #ed3d3f; }
  body.theme-dreamhack .typedanswers-capture-view.show-submissions .submissions-area {
    transform: translateX(10px); }
  body.theme-dreamhack .typedanswers-capture-view.show-submissions .videos-area {
    -webkit-transform: translateX(-190px); }
  body.theme-dreamhack .typedanswers-capture-view.show-question .title-area {
    -webkit-transform: translateY(20px); }
  body.theme-dreamhack .typedanswers-capture-view.show-question .videos-area {
    width: 860px;
    height: 483.75px;
    margin-left: -430px;
    overflow: hidden; }
  body.theme-dreamhack .typedanswers-capture-view .submissions-area.num-players-3 {
    bottom: -4px; }
    body.theme-dreamhack .typedanswers-capture-view .submissions-area.num-players-3 .submission {
      margin: 0 0 27px 0;
      border: 1px solid #ed3d3f;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 0px; }
    body.theme-dreamhack .typedanswers-capture-view .submissions-area.num-players-3 .player-name {
      background: #a30d0f;
      border-color: #ed3d3f; }
  body.theme-dreamhack .typedanswers-capture-view .title-area {
    border: 2px solid #ed3d3f;
    background: rgba(0, 0, 0, 0.7);
    height: 92px;
    padding: 0px; }
    body.theme-dreamhack .typedanswers-capture-view .title-area table {
      height: 90px; }
      body.theme-dreamhack .typedanswers-capture-view .title-area table td {
        padding: 0px;
        line-height: 60px; }
  body.theme-dreamhack .typedanswers-capture-view .videos-area {
    border: 2px solid #ed3d3f;
    border-radius: 0px;
    bottom: 24px; }
  body.theme-dreamhack #discussion-capture {
    background-image: none !important; }
    body.theme-dreamhack #discussion-capture .discussion-overlay {
      background-image: url(/images/themes/dreamhack/discussion.png);
      v-index: 0; }
    body.theme-dreamhack #discussion-capture .logo {
      display: none; }
    body.theme-dreamhack #discussion-capture .host-name,
    body.theme-dreamhack #discussion-capture .name {
      text-transform: uppercase;
      font-size: 48px; }
    body.theme-dreamhack #discussion-capture .host-overlay {
      background-image: url(/images/themes/dreamhack/discussion.png); }
      body.theme-dreamhack #discussion-capture .host-overlay .host-webcam-cover {
        width: 581px;
        height: 435px;
        left: -102px;
        top: -465px; }
      body.theme-dreamhack #discussion-capture .host-overlay .host-name {
        text-align: center;
        top: -58px;
        color: #fff;
        left: -75px;
        width: 480px;
        padding-top: 7px; }
    body.theme-dreamhack #discussion-capture .player-image {
      left: 10px !important; }
    body.theme-dreamhack #discussion-capture li.player {
      top: 500px;
      width: 554px;
      height: 510px; }
      body.theme-dreamhack #discussion-capture li.player .hearts-list {
        display: none; }
      body.theme-dreamhack #discussion-capture li.player .webcam-cover {
        width: 91%;
        position: absolute;
        height: 68%;
        top: 25px; }
      body.theme-dreamhack #discussion-capture li.player.order-1 {
        left: 869px;
        top: 543px; }
        body.theme-dreamhack #discussion-capture li.player.order-1 .webcam-cover {
          left: 27px;
          top: 26px; }
      body.theme-dreamhack #discussion-capture li.player.order-0 {
        left: 105px; }
        body.theme-dreamhack #discussion-capture li.player.order-0 .webcam-cover {
          left: 28px; }
      body.theme-dreamhack #discussion-capture li.player.order-2 {
        right: 96px; }
        body.theme-dreamhack #discussion-capture li.player.order-2 .webcam-cover {
          left: 27px;
          top: 24px; }
      body.theme-dreamhack #discussion-capture li.player .player-plate {
        width: 91.3%;
        height: 93px;
        top: 391px;
        left: 28px;
        position: absolute;
        padding: unset;
        line-height: unset; }
        body.theme-dreamhack #discussion-capture li.player .player-plate .name {
          color: #fff;
          width: 100%;
          height: 100%;
          text-align: center;
          margin-top: 14px; }
        body.theme-dreamhack #discussion-capture li.player .player-plate .score {
          color: #fff;
          width: 20%;
          text-align: center; }
  body.theme-dreamhack #discussion-capture .webcam-nameplate .score,
  body.theme-dreamhack #discussion-capture ul.players-list li.player .player-plate .score {
    display: none; }
  body.theme-dreamhack .capturing {
    background-image: none !important; }
  body.theme-dreamhack #countdown-capture {
    background: none !important; }
    body.theme-dreamhack #countdown-capture .overlay {
      background-image: url(/images/themes/dreamhack/countdown-bg.png);
      height: 100%; }
    body.theme-dreamhack #countdown-capture .logo {
      display: none; }
    body.theme-dreamhack #countdown-capture .player-image {
      z-index: 0;
      width: 530px;
      height: 369px;
      background-size: cover; }
      body.theme-dreamhack #countdown-capture .player-image.order-0, body.theme-dreamhack #countdown-capture .player-image.order-2 {
        bottom: 202px; }
      body.theme-dreamhack #countdown-capture .player-image.order-0 {
        left: 67px; }
      body.theme-dreamhack #countdown-capture .player-image.order-1 {
        bottom: 460px;
        left: 913px; }
      body.theme-dreamhack #countdown-capture .player-image.order-2 {
        right: 63px; }
    body.theme-dreamhack #countdown-capture .player-name {
      color: black;
      text-shadow: none;
      text-transform: uppercase;
      font-size: 40px;
      color: #fff;
      width: 535px;
      text-align: center; }
      body.theme-dreamhack #countdown-capture .player-name.order-0, body.theme-dreamhack #countdown-capture .player-name.order-2 {
        bottom: 109px; }
      body.theme-dreamhack #countdown-capture .player-name.order-0 {
        left: 66px; }
      body.theme-dreamhack #countdown-capture .player-name.order-1 {
        bottom: 364px;
        left: 913px; }
      body.theme-dreamhack #countdown-capture .player-name.order-2 {
        right: 59px; }
    body.theme-dreamhack #countdown-capture .countdown {
      top: 83px;
      right: 80px;
      z-index: 40;
      background: none; }
    body.theme-dreamhack #countdown-capture .counting {
      letter-spacing: 8px;
      font-size: 40px; }
  body.theme-dreamhack #signoff-capture {
    background: url(/images/themes/dreamhack/message-bg.png); }
    body.theme-dreamhack #signoff-capture .signoff-message {
      top: 675px;
      font-size: 60px;
      color: #e6d948 !important;
      width: 1300px;
      height: 122px;
      line-height: 122px;
      text-transform: uppercase;
      font-weight: 900;
      color: #000;
      left: 50%;
      margin-left: -635px;
      letter-spacing: 1px; }
      body.theme-dreamhack #signoff-capture .signoff-message .gradient-text {
        text-shadow: none;
        -webkit-text-fill-color: inherit; }
        body.theme-dreamhack #signoff-capture .signoff-message .gradient-text:after {
          display: none;
          opacity: 0;
          content: ""; }
    body.theme-dreamhack #signoff-capture .matcherino-status-container {
      display: none; }
  body.theme-dreamhack .multiplechoice-area .multiplechoice-options .option-container, body.theme-dreamhack .game-container .multiplechoice-options .option-container {
    border: 2px solid #ffd366;
    border-radius: unset !important;
    -moz-box-shadow: 0px 0px 1px 4px #c8a55b;
    -webkit-box-shadow: 0px 0px 1px 4px #c8a55b;
    box-shadow: 0px 0px 1px 4px #c8a55b; }
    body.theme-dreamhack .multiplechoice-area .multiplechoice-options .option-container::before, body.theme-dreamhack .game-container .multiplechoice-options .option-container::before {
      border-radius: unset !important; }
  body.theme-dreamhack .multiplechoice-area .multiplechoice-options .option-container.right, body.theme-dreamhack .game-container .multiplechoice-options .option-container.right {
    border: 4px solid #008000;
    -moz-box-shadow: 0px 0px 1px 4px #006600;
    -webkit-box-shadow: 0px 0px 1px 4px #006600;
    box-shadow: 0px 0px 1px 4px #006600; }
  body.theme-dreamhack .cardFlip {
    margin-left: 30px; }
  body.theme-dreamhack .back {
    background-image: url(/images/themes/mtg/magic-back.png) !important;
    width: 200px !important; }
  body.theme-dreamhack .red-box,
  body.theme-dreamhack .drawing-capture-view .drawing-answer,
  body.theme-dreamhack .answer.red-box {
    background-image: url(/images/themes/dreamhack/answer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
    font-size: 48px;
    line-height: 171px;
    text-shadow: none; }
  body.theme-dreamhack .red-box {
    bottom: -10px; }
  body.theme-dreamhack .title-box {
    background: url(/images/themes/dreamhack/game-title.png) center center no-repeat;
    width: 522px;
    height: 90px;
    margin-left: -261px;
    color: #fff;
    font-size: 32px;
    text-shadow: none;
    padding: 0px;
    line-height: 97px;
    top: 10px;
    font-family: 'RobotoLight'; }
    body.theme-dreamhack .title-box .timer-countdown {
      font-size: 50px; }
  body.theme-dreamhack .game-box {
    width: 285px;
    height: 58px;
    background: url(/images/themes/dreamhack/meta-box.png) center center no-repeat;
    padding: 0px;
    line-height: 59px;
    position: absolute;
    color: #fff;
    font-family: 'RobotoLight';
    font-size: 28px;
    padding-top: 0px;
    top: 40px; }
    body.theme-dreamhack .game-box.game-box-left {
      left: 30px; }
    body.theme-dreamhack .game-box.game-box-right {
      right: 30px; }
  body.theme-dreamhack .capture-area {
    background-image: url(/images/themes/dreamhack/background.png); }
    body.theme-dreamhack .capture-area .episode {
      background-image: url(/images/episodes/dreamhack/logo.png); }
  body.theme-dreamhack #main-capture {
    background-image: url(/images/themes/dreamhack/capture-background-main.png); }
  body.theme-dreamhack #game-area {
    background-image: url(/images/themes/dreamhack/game-board2.png);
    background-position: center 25px;
    background-size: contain;
    top: -2px;
    height: 686px; }
  body.theme-dreamhack #main-capture.showBuzzes-on .logo.episode {
    transform: translateX(0); }
  body.theme-dreamhack #main-capture #medias-scorehighlight1,
  body.theme-dreamhack #main-capture #medias-scorehighlight2,
  body.theme-dreamhack #main-capture #medias-scorehighlight3 {
    display: none; }
  body.theme-dreamhack #main-capture #medias-buzzer1,
  body.theme-dreamhack #main-capture #medias-heart1 {
    left: 16px; }
  body.theme-dreamhack #main-capture #medias-buzzer2,
  body.theme-dreamhack #main-capture #medias-heart2 {
    left: 20px; }
  body.theme-dreamhack #main-capture #medias-buzzer3,
  body.theme-dreamhack #main-capture #medias-heart3 {
    left: 18px; }
  body.theme-dreamhack #main-capture #medias-buzzer3,
  body.theme-dreamhack #main-capture #medias-buzzer2,
  body.theme-dreamhack #main-capture #medias-buzzer1,
  body.theme-dreamhack #main-capture #medias-heart3,
  body.theme-dreamhack #main-capture #medias-heart2,
  body.theme-dreamhack #main-capture #medias-heart1 {
    top: -30px;
    width: 1900px;
    height: 1160px; }
  body.theme-dreamhack #main-capture .matcherino-status-container {
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #f2ac3c;
    bottom: 18px;
    border-radius: 25px; }
    body.theme-dreamhack #main-capture .matcherino-status-container .cta {
      padding-right: 12px; }
      body.theme-dreamhack #main-capture .matcherino-status-container .cta:after {
        display: none; }
  body.theme-dreamhack #main-capture .matcherino-notifier-container {
    bottom: 19px; }
    body.theme-dreamhack #main-capture .matcherino-notifier-container .matcherino-donation-notif {
      background: #000;
      border: 2px solid #f2ac3c;
      box-shadow: 0px 0px 15px #f2ac3c;
      border-radius: 25px;
      color: #fff; }
      body.theme-dreamhack #main-capture .matcherino-notifier-container .matcherino-donation-notif .amount {
        color: #fff; }
  body.theme-dreamhack #main-capture .buzzes {
    width: 520px !important;
    height: 160px;
    bottom: 215px;
    left: 46px !important;
    padding: 10px;
    border: none;
    background: url(/images/themes/dreamhack/buzzes-bg.png) top center no-repeat; }
    body.theme-dreamhack #main-capture .buzzes li {
      height: 38px;
      line-height: 39px;
      border-radius: 0px;
      font-size: 23px; }
      body.theme-dreamhack #main-capture .buzzes li:before {
        height: 37px;
        line-height: 37px; }
      body.theme-dreamhack #main-capture .buzzes li:nth-child(1) {
        background: #f0dc00;
        color: black; }
  body.theme-dreamhack #main-capture div.logo.episode {
    top: 820px;
    left: 60px;
    width: 500px; }
  body.theme-dreamhack #main-capture .logo.patreon,
  body.theme-dreamhack #main-capture .logo.youtube {
    bottom: 80px;
    display: none; }
  body.theme-dreamhack #main-capture .logo.patreon {
    left: 80px; }
  body.theme-dreamhack #main-capture .logo.youtube {
    left: 320px; }
  body.theme-dreamhack #main-capture .host-overlay {
    width: 598px;
    top: -16px;
    height: 710px; }
    body.theme-dreamhack #main-capture .host-overlay .host-webcam-cover {
      top: 211px;
      left: 55px;
      width: 500px;
      height: 345px; }
    body.theme-dreamhack #main-capture .host-overlay .overlay {
      background-image: url(/images/themes/dreamhack/host-overlay.png);
      left: -11px;
      z-index: 2; }
    body.theme-dreamhack #main-capture .host-overlay .host-name {
      font-size: 36px;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      top: 595px;
      width: 384px;
      line-height: 56px; }
  body.theme-dreamhack #main-capture ul.players-list {
    width: 1316px;
    bottom: 4px; }
    body.theme-dreamhack #main-capture ul.players-list li.player .drawing-marker {
      border-radius: 0px;
      top: 260px; }
    body.theme-dreamhack #main-capture ul.players-list li.player .player-plate {
      bottom: -13px; }
      body.theme-dreamhack #main-capture ul.players-list li.player .player-plate .name {
        top: unset; }
      body.theme-dreamhack #main-capture ul.players-list li.player .player-plate .score {
        top: unset; }
    body.theme-dreamhack #main-capture ul.players-list li.player .overlay {
      top: 10px;
      z-index: 2; }
    body.theme-dreamhack #main-capture ul.players-list li.player .name {
      font-size: 24px;
      text-align: center;
      top: 310px;
      text-shadow: none;
      text-transform: uppercase; }
    body.theme-dreamhack #main-capture ul.players-list li.player:nth-of-type(1) {
      left: 6px; }
      body.theme-dreamhack #main-capture ul.players-list li.player:nth-of-type(1) .overlay {
        background-image: url(/images/themes/dreamhack/player1-overlay.png); }
      body.theme-dreamhack #main-capture ul.players-list li.player:nth-of-type(1) .name {
        color: #FFF;
        font-size: 22px; }
    body.theme-dreamhack #main-capture ul.players-list li.player:nth-of-type(2) {
      left: 444px; }
      body.theme-dreamhack #main-capture ul.players-list li.player:nth-of-type(2) .overlay {
        background-image: url(/images/themes/dreamhack/player2-overlay.png); }
      body.theme-dreamhack #main-capture ul.players-list li.player:nth-of-type(2) .name {
        color: #FFF;
        left: 17px;
        font-size: 22px; }
    body.theme-dreamhack #main-capture ul.players-list li.player:nth-of-type(3) {
      left: 880px; }
      body.theme-dreamhack #main-capture ul.players-list li.player:nth-of-type(3) .overlay {
        background-image: url(/images/themes/dreamhack/player3-overlay.png); }
      body.theme-dreamhack #main-capture ul.players-list li.player:nth-of-type(3) .name {
        color: #FFF; }
    body.theme-dreamhack #main-capture ul.players-list li.player .webcam-cover {
      width: 390px;
      height: 290px;
      top: 11px;
      left: 18px;
      z-index: 1; }
    body.theme-dreamhack #main-capture ul.players-list li.player .hearts-list {
      left: 32px;
      top: 32px; }
    body.theme-dreamhack #main-capture ul.players-list li.player .score {
      top: 310px;
      right: 30px;
      font-size: 30px;
      width: 98px; }

.hint .reveal-type-zoom {
  border: none !important; }

.burbank, body.theme-fortnite .multiplechoice-area .question-container .text, body.theme-fortnite #player-view .multiplechoice-area.game-container .question-container .text, body.theme-fortnite .multiplechoice-area .question-container,
body.theme-fortnite #player-view .multiplechoice-area.game-container .question-container,
body.theme-fortnite .multiplechoice-area .multiplechoice-options .option-indicator,
body.theme-fortnite #player-view .multiplechoice-area.game-container .multiplechoice-options .option-indicator,
body.theme-fortnite .multiplechoice-area .question-container .bar .points-indicator,
body.theme-fortnite #player-view .multiplechoice-area.game-container .question-container .bar .points-indicator,
body.theme-fortnite .multiplechoice-area .multiplechoice-options .option-container,
body.theme-fortnite #player-view .multiplechoice-area.game-container .multiplechoice-options .option-container,
body.theme-fortnite .multiplechoice-area .multiplechoice-options .option-note,
body.theme-fortnite #player-view .multiplechoice-area.game-container .multiplechoice-options .option-note, body.theme-fortnite .multiplechoice-area .multiplechoice-options .submitted-answers .answer div,
body.theme-fortnite #player-view .multiplechoice-area.game-container .multiplechoice-options .submitted-answers .answer div, body.theme-fortnite #countdown-capture .player-name, body.theme-fortnite .game-container .sav-thing-container .sav-submission-points,
body.theme-fortnite .game-container .sav-thing-container .sav-submission-votes,
body.theme-fortnite .game-container .sav-thing-container .author, body.theme-fortnite .red-box,
body.theme-fortnite .drawing-capture-view .drawing-answer,
body.theme-fortnite .answer.red-box, body.theme-fortnite #main-capture .buzzes li, body.theme-fortnite #main-capture .host-overlay .host-name, body.theme-fortnite #main-capture ul.players-list li.player, body.theme-fortnite #main-capture ul.players-list li.player .score {
  font-family: "Burbank";
  letter-spacing: 1px;
  text-transform: uppercase; }

body.theme-fortnite .family-feud-question-reveal {
  font-family: 'Burbank';
  letter-spacing: 1px;
  width: 1206px;
  margin-left: 58px;
  padding-top: 30px; }
  body.theme-fortnite .family-feud-question-reveal .question-name {
    background: #08112b;
    border: 6px solid #0075b2;
    height: 100px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px; }
    body.theme-fortnite .family-feud-question-reveal .question-name table {
      height: 90px; }
      body.theme-fortnite .family-feud-question-reveal .question-name table td {
        font-size: 45px; }
  body.theme-fortnite .family-feud-question-reveal .answers {
    width: auto; }
    body.theme-fortnite .family-feud-question-reveal .answers .answer {
      background: #08112b;
      border: 6px solid #0075b2;
      padding-top: 0px;
      width: 596px;
      margin: 0px 0 15px 0;
      height: 90px; }
      body.theme-fortnite .family-feud-question-reveal .answers .answer:before {
        background: #08112b; }
      body.theme-fortnite .family-feud-question-reveal .answers .answer .points {
        border-left: 4px solid rgba(0, 117, 178, 0.25);
        right: 0px;
        padding-top: 3px;
        width: 110px;
        top: 3px; }

body.theme-fortnite .name-that-thing-capture-view .thing-meta {
  padding: 0px; }
  body.theme-fortnite .name-that-thing-capture-view .thing-meta .game-box {
    top: 35px; }
  body.theme-fortnite .name-that-thing-capture-view .thing-meta .num-question {
    left: 40px; }
  body.theme-fortnite .name-that-thing-capture-view .thing-meta .name-that-thing-points {
    right: 40px; }

body.theme-fortnite .name-that-thing-capture-view.hs-card-answer .hints .hint.reveal-type-fade.type-text {
  background: #08112b;
  border: 6px solid #0075b2;
  line-height: 70px;
  height: 80px;
  margin-bottom: 20px;
  width: 902px;
  margin: 0 auto 40px auto; }

body.theme-fortnite .shots-fired .name-that-thing-reveal .answered .decoration {
  filter: grayscale(75%); }

body.theme-fortnite .shots-fired .name-that-thing-reveal .answered .answer.image-answer {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transition-duration: 0.5s; }

body.theme-fortnite .shots-fired .name-that-thing-reveal .hints {
  height: 670px; }

body.theme-fortnite .shots-fired .name-that-thing-reveal .answer.image-answer {
  width: 200px;
  height: 200px;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  z-index: 40;
  top: 330px;
  background: #08112b;
  border: 4px solid #0075b2;
  opacity: 0;
  -webkit-tranform: translateY(-20px);
  -webkit-transition: all 0s ease; }
  body.theme-fortnite .shots-fired .name-that-thing-reveal .answer.image-answer .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat; }

body.theme-fortnite .shots-fired .name-that-thing-reveal .hints .hint.type-audio .audio-container {
  width: 1230px;
  margin-left: -615px;
  height: 560px;
  top: 100px;
  box-shadow: none;
  background: #0075b2;
  border: 6px solid #08112b;
  border-radius: 0px; }
  body.theme-fortnite .shots-fired .name-that-thing-reveal .hints .hint.type-audio .audio-container.playing .decoration-inner {
    animation-play-state: running; }
  body.theme-fortnite .shots-fired .name-that-thing-reveal .hints .hint.type-audio .audio-container .audio-progress-container {
    display: none; }
  body.theme-fortnite .shots-fired .name-that-thing-reveal .hints .hint.type-audio .audio-container .bar-inner {
    background: #f0dc00; }
  body.theme-fortnite .shots-fired .name-that-thing-reveal .hints .hint.type-audio .audio-container .decoration {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    overflow: hidden;
    z-index: 5;
    opacity: 1;
    border: 1px solid black;
    -webkit-transition: all 0.25s ease; }
    body.theme-fortnite .shots-fired .name-that-thing-reveal .hints .hint.type-audio .audio-container .decoration:before {
      z-index: 10;
      bottom: 00px;
      width: 670px;
      height: 608px;
      position: absolute;
      left: 0px;
      background-image: url(/images/themes/fortnite/sniper.png);
      background-position: left 40px;
      background-repeat: no-repeat;
      content: " "; }
  body.theme-fortnite .shots-fired .name-that-thing-reveal .hints .hint.type-audio .audio-container .decoration-inner {
    background: url(/images/themes/fortnite/shots-fired-ss2.png) center -600px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 2430px;
    height: 3690px;
    position: absolute;
    left: -600px;
    top: 0;
    z-index: 9;
    animation: scan-horizon;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-play-state: paused; }

@keyframes scan-horizon {
  0% {
    transform: translate3d(0, 0, 0); }
  25% {
    transform: translate3d(600px, 0, 0); }
  27% {
    transform: translate3d(600px, 0, 0); }
  50% {
    transform: translate3d(0, 0, 0); }
  75% {
    transform: translate3d(-600px, 0, 0); }
  77% {
    transform: translate3d(-600px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

body.theme-fortnite .shots-fired .answered .hints .hint.type-audio .audio-container.playing .decoration-inner {
  animation-play-state: paused !important; }

body.theme-fortnite .multiplechoice-area .question-container .text, body.theme-fortnite #player-view .multiplechoice-area.game-container .question-container .text {
  line-height: 56px;
  font-size: 32px; }

body.theme-fortnite .multiplechoice-area .question-container,
body.theme-fortnite #player-view .multiplechoice-area.game-container .question-container {
  top: 110px; }

body.theme-fortnite .multiplechoice-area .question-container,
body.theme-fortnite #player-view .multiplechoice-area.game-container .question-container,
body.theme-fortnite .multiplechoice-area .multiplechoice-options .option-indicator,
body.theme-fortnite #player-view .multiplechoice-area.game-container .multiplechoice-options .option-indicator,
body.theme-fortnite .multiplechoice-area .question-container .bar .points-indicator,
body.theme-fortnite #player-view .multiplechoice-area.game-container .question-container .bar .points-indicator,
body.theme-fortnite .multiplechoice-area .multiplechoice-options .option-container,
body.theme-fortnite #player-view .multiplechoice-area.game-container .multiplechoice-options .option-container,
body.theme-fortnite .multiplechoice-area .multiplechoice-options .option-note,
body.theme-fortnite #player-view .multiplechoice-area.game-container .multiplechoice-options .option-note {
  border-radius: 0px;
  border: 4px solid #0075b2;
  background: #08112b; }

body.theme-fortnite .multiplechoice-area .multiplechoice-options .option-indicator,
body.theme-fortnite #player-view .multiplechoice-area.game-container .multiplechoice-options .option-indicator {
  border-width: 2px;
  font-family: 'Burbank'; }

body.theme-fortnite .multiplechoice-area .multiplechoice-options .option-container,
body.theme-fortnite #player-view .multiplechoice-area.game-container .multiplechoice-options .option-container {
  font-size: 36px;
  background-image: url(/images/themes/fortnite/multiple-choice-option-bg.png); }
  body.theme-fortnite .multiplechoice-area .multiplechoice-options .option-container:before,
  body.theme-fortnite #player-view .multiplechoice-area.game-container .multiplechoice-options .option-container:before {
    border-radius: 0px; }

body.theme-fortnite .multiplechoice-area .question-container .bar .points-indicator,
body.theme-fortnite #player-view .multiplechoice-area.game-container .question-container .bar .points-indicator {
  width: 7%;
  height: 50px;
  top: -16px;
  font-size: 28px;
  border-width: 2px;
  line-height: 51px;
  z-index: 10; }

body.theme-fortnite .multiplechoice-area .multiplechoice-options .option-note,
body.theme-fortnite #player-view .multiplechoice-area.game-container .multiplechoice-options .option-note {
  bottom: 8px;
  line-height: 26px;
  border-width: 3px;
  width: 80%;
  left: 10%;
  font-size: 26px;
  line-height: 37px;
  height: 40px;
  opacity: 0.9; }

body.theme-fortnite #main-capture .multiplechoice-area .multiplechoice-options .option-indicator,
body.theme-fortnite #main-capture #player-view .multiplechoice-area.game-container .multiplechoice-options .option-indicator {
  display: none; }

body.theme-fortnite .multiplechoice-area .question-container .bar .bar-background,
body.theme-fortnite #player-view .multiplechoice-area.game-container .question-container .bar .bar-background {
  width: 90.5%; }

body.theme-fortnite .multiplechoice-area .multiplechoice-options .submitted-answers .answer div,
body.theme-fortnite #player-view .multiplechoice-area.game-container .multiplechoice-options .submitted-answers .answer div {
  background-color: #08112b;
  border-color: #0075b2;
  border-radius: 0px;
  border-width: 2px;
  height: 34px;
  margin-top: 3px;
  padding: 5px 8px;
  font-size: 22px;
  line-height: 23px; }
  body.theme-fortnite .multiplechoice-area .multiplechoice-options .submitted-answers .answer div.icon,
  body.theme-fortnite #player-view .multiplechoice-area.game-container .multiplechoice-options .submitted-answers .answer div.icon {
    border-radius: 50%; }
  body.theme-fortnite .multiplechoice-area .multiplechoice-options .submitted-answers .answer div.player,
  body.theme-fortnite #player-view .multiplechoice-area.game-container .multiplechoice-options .submitted-answers .answer div.player {
    padding-left: 25px; }

body.theme-fortnite .mappins-capture .game-box {
  top: 35px; }
  body.theme-fortnite .mappins-capture .game-box.question-num {
    left: 40px; }
  body.theme-fortnite .mappins-capture .game-box.points {
    right: 40px; }

body.theme-fortnite .mappins-capture .hint-container,
body.theme-fortnite .mappins-capture .map-container {
  border: 2px solid #0075b2; }

body.theme-fortnite .mappins-player-extension {
  left: 29px;
  border: 1px solid #0075b2;
  border-radius: 0px; }
  body.theme-fortnite .mappins-player-extension .pin-image {
    width: 100%;
    left: 0px; }
  body.theme-fortnite .mappins-player-extension .closest {
    position: absolute;
    left: 129px;
    bottom: -221px;
    border: 2px solid #0075b2;
    background: #08112b;
    padding: 8px 0px 4px;
    font-size: 28px;
    width: 120px;
    text-align: center;
    -webkit-transition: opacity 0.25s ease 0s;
    opacity: 0; }
    body.theme-fortnite .mappins-player-extension .closest.show {
      opacity: 1;
      display: block;
      -webkit-transition-delay: 5.5s; }

body.theme-fortnite .drawing-capture-view .drawing-hint,
body.theme-fortnite .drawing-capture-view drawing-points {
  top: 35px; }

body.theme-fortnite .drawing-capture-view .drawing-hint {
  left: 40px; }

body.theme-fortnite .drawing-capture-view drawing-points {
  right: 40px; }

body.theme-fortnite .drawing-capture-view.show-answer .drawing-answer-image {
  display: none; }

body.theme-fortnite #discussion-capture {
  font-family: "Burbank";
  letter-spacing: 1px; }
  body.theme-fortnite #discussion-capture .discussion-overlay {
    background-image: url(/images/themes/fortnite/discussion-overlay.png); }
  body.theme-fortnite #discussion-capture .logo {
    display: none; }
  body.theme-fortnite #discussion-capture .host-name,
  body.theme-fortnite #discussion-capture .name {
    font-family: 'Burbank';
    text-transform: uppercase;
    font-size: 48px; }
  body.theme-fortnite #discussion-capture .host-overlay .host-webcam-cover {
    width: 581px;
    height: 435px;
    left: -102px;
    top: -465px; }
  body.theme-fortnite #discussion-capture .host-overlay .host-name {
    padding: 0px;
    text-align: center;
    top: -34px; }
  body.theme-fortnite #discussion-capture li.player.order-1 {
    top: 986px; }
    body.theme-fortnite #discussion-capture li.player.order-1 .player-plate {
      top: 4px; }
  body.theme-fortnite #discussion-capture li.player.order-2, body.theme-fortnite #discussion-capture li.player.order-0 {
    top: 940px; }
  body.theme-fortnite #discussion-capture li.player.order-0 {
    left: 130px; }
  body.theme-fortnite #discussion-capture li.player.order-2 {
    right: -70px; }
  body.theme-fortnite #discussion-capture li.player .name {
    left: 0px; }
  body.theme-fortnite #discussion-capture li.player .player-plate {
    top: 3px; }

body.theme-fortnite #discussion-capture .webcam-nameplate .score,
body.theme-fortnite #discussion-capture ul.players-list li.player .player-plate .score {
  display: none; }

body.theme-fortnite #discussion-capture .webcam-nameplate .name,
body.theme-fortnite #discussion-capture ul.players-list li.player .player-plate .name {
  width: 100%;
  text-align: center; }

body.theme-fortnite #countdown-capture .overlay {
  background-image: url(/images/themes/fortnite/countdown-bg2.png); }

body.theme-fortnite #countdown-capture .logo {
  display: none; }

body.theme-fortnite #countdown-capture .player-image {
  z-index: 35;
  width: 411px;
  height: 283px;
  background-size: cover; }
  body.theme-fortnite #countdown-capture .player-image.order-0, body.theme-fortnite #countdown-capture .player-image.order-2 {
    bottom: 371px; }
  body.theme-fortnite #countdown-capture .player-image.order-1 {
    bottom: 420px; }
  body.theme-fortnite #countdown-capture .player-image.order-1 {
    margin-left: -202px; }
  body.theme-fortnite #countdown-capture .player-image.order-0 {
    left: 148px; }

body.theme-fortnite #countdown-capture .player-name {
  color: black;
  text-shadow: none; }
  body.theme-fortnite #countdown-capture .player-name.order-0, body.theme-fortnite #countdown-capture .player-name.order-2 {
    bottom: 287px; }
  body.theme-fortnite #countdown-capture .player-name.order-1 {
    bottom: 334px; }

body.theme-fortnite #countdown-capture .countdown {
  top: 176px;
  right: 208px;
  z-index: 40;
  background: none; }

body.theme-fortnite #signoff-capture {
  background: url(/images/themes/fortnite/message-bg.png); }
  body.theme-fortnite #signoff-capture .signoff-message {
    top: 664px;
    font-size: 98px;
    color: #000;
    width: 998px;
    height: 122px;
    line-height: 122px;
    font-family: "Burbank";
    color: #000;
    left: 50%;
    margin-left: -499px; }
    body.theme-fortnite #signoff-capture .signoff-message .gradient-text {
      text-shadow: none;
      -webkit-text-fill-color: inherit; }
      body.theme-fortnite #signoff-capture .signoff-message .gradient-text:after {
        display: none;
        opacity: 0;
        content: ""; }

body.theme-fortnite .meta-box,
body.theme-fortnite .sav-thing-vote-msg,
body.theme-fortnite .sav-capture-split-view .sav-thing,
body.theme-fortnite .sav-capture-split-view .timer-display {
  border-radius: 0px;
  border: 2px solid #0075b2;
  background: #08112b;
  font-family: 'Burbank';
  text-transform: uppercase; }

body.theme-fortnite .game-container .sav-capture-view,
body.theme-fortnite .game-container .submit-and-vote-capture-view {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute; }

body.theme-fortnite .game-container .submit-and-vote-capture-view .thing-number,
body.theme-fortnite .game-container .submit-and-vote-capture-view .sav-active-thing-points {
  top: 35px; }

body.theme-fortnite .game-container .submit-and-vote-capture-view .thing-number {
  left: 40px; }

body.theme-fortnite .game-container .submit-and-vote-capture-view .sav-active-thing-points {
  right: 40px; }

body.theme-fortnite .game-container .submit-and-vote-capture-view .sav-thing-vote-msg {
  padding: 12px 0 8px; }

body.theme-fortnite .game-container .submit-and-vote-capture-view .sav-submission-list,
body.theme-fortnite .game-container .submit-and-vote-capture-view .blank-thing {
  top: 140px; }

body.theme-fortnite .game-container .submit-and-vote-capture-view .blank-thing {
  position: relative; }

body.theme-fortnite .game-container .sav-thing-container .sav-submission-points,
body.theme-fortnite .game-container .sav-thing-container .sav-submission-votes,
body.theme-fortnite .game-container .sav-thing-container .author {
  background: none;
  border: none;
  box-shadow: none; }

body.theme-fortnite .game-container .sav-thing-container .author {
  font-size: 46px;
  margin-top: 15px; }

body.theme-fortnite .game-container .sav-thing-container .sav-submission-points,
body.theme-fortnite .game-container .sav-thing-container .sav-submission-votes {
  font-size: 30px; }

body.theme-fortnite .game-container .sav-thing-inner .image {
  border-radius: 0px;
  border-color: #0075b2; }

body.theme-fortnite .red-box,
body.theme-fortnite .drawing-capture-view .drawing-answer,
body.theme-fortnite .answer.red-box {
  background-image: url(/images/themes/fortnite/answer-bg.png);
  color: #000;
  font-size: 48px;
  line-height: 171px;
  text-shadow: none; }

body.theme-fortnite .title-box {
  background: url(/images/themes/fortnite/title-box.png) center center no-repeat;
  width: 522px;
  height: 90px;
  margin-left: -261px;
  color: #000017;
  font-size: 36px;
  text-shadow: none;
  padding: 0px;
  line-height: 97px;
  top: -8px;
  text-transform: uppercase;
  font-family: 'Burbank'; }

body.theme-fortnite .game-box {
  width: 252px;
  height: 58px;
  background: url(/images/themes/fortnite/meta-box.png) center center no-repeat;
  padding: 0px;
  line-height: 59px;
  position: absolute;
  color: #fff;
  font-family: 'Burbank';
  font-size: 28px;
  padding-top: 2px; }

body.theme-fortnite .capture-area {
  background-image: url(/images/themes/fortnite/capture-bg.png); }
  body.theme-fortnite .capture-area .episode {
    background-image: url(/images/themes/fortnite/episode-logo.png); }

body.theme-fortnite #game-area {
  background-image: url(/images/themes/fortnite/game-board2.png);
  background-position: center 25px;
  top: 0px; }

body.theme-fortnite #main-capture.showBuzzes-on .logo.episode {
  transform: translateX(0); }

body.theme-fortnite #main-capture #medias-scorehighlight1,
body.theme-fortnite #main-capture #medias-scorehighlight2,
body.theme-fortnite #main-capture #medias-scorehighlight3 {
  display: none; }

body.theme-fortnite #main-capture #medias-buzzer1,
body.theme-fortnite #main-capture #medias-heart1 {
  left: -30px; }

body.theme-fortnite #main-capture #medias-buzzer2,
body.theme-fortnite #main-capture #medias-heart2 {
  left: -52px; }

body.theme-fortnite #main-capture #medias-buzzer3,
body.theme-fortnite #main-capture #medias-heart3 {
  left: -80px; }

body.theme-fortnite #main-capture #medias-buzzer3,
body.theme-fortnite #main-capture #medias-buzzer2,
body.theme-fortnite #main-capture #medias-buzzer1,
body.theme-fortnite #main-capture #medias-heart3,
body.theme-fortnite #main-capture #medias-heart2,
body.theme-fortnite #main-capture #medias-heart1 {
  top: -50px;
  width: 2010px;
  height: 1160px; }

body.theme-fortnite #main-capture .buzzes {
  width: 520px;
  height: 162px;
  background: url(/images/themes/fortnite/buzzes-bg.png) center center no-repeat;
  bottom: 226px;
  padding: 20px;
  border-radius: 0px; }
  body.theme-fortnite #main-capture .buzzes li {
    height: 37px;
    line-height: 39px;
    border-radius: 0px;
    font-size: 23px; }
    body.theme-fortnite #main-capture .buzzes li:before {
      height: 37px;
      line-height: 37px; }
    body.theme-fortnite #main-capture .buzzes li:nth-child(1) {
      background: #f0dc00;
      color: black; }

body.theme-fortnite #main-capture div.logo.episode {
  top: 870px;
  left: 120px; }

body.theme-fortnite #main-capture .logo.patreon,
body.theme-fortnite #main-capture .logo.youtube {
  bottom: 20px; }

body.theme-fortnite #main-capture .host-overlay {
  width: 582px;
  top: 13px;
  height: 665px; }
  body.theme-fortnite #main-capture .host-overlay .host-webcam-cover {
    top: 182px;
    left: 39px;
    width: 538px; }
  body.theme-fortnite #main-capture .host-overlay .overlay {
    background-image: url(/images/themes/fortnite/host-overlay.png);
    background-position: top right; }
  body.theme-fortnite #main-capture .host-overlay .host-name {
    width: 384px;
    left: 108px;
    top: 591px;
    font-size: 46px;
    line-height: 56px; }

body.theme-fortnite #main-capture ul.players-list {
  width: 1316px; }
  body.theme-fortnite #main-capture ul.players-list li.player:nth-of-type(2) {
    left: 448px; }
  body.theme-fortnite #main-capture ul.players-list li.player:nth-of-type(3) {
    left: 892px; }
  body.theme-fortnite #main-capture ul.players-list li.player .webcam-cover {
    width: 393px;
    height: 290px;
    top: 8px;
    left: 15px; }
  body.theme-fortnite #main-capture ul.players-list li.player .hearts-list {
    left: 25px; }
  body.theme-fortnite #main-capture ul.players-list li.player .name {
    padding-left: 38px;
    bottom: 28px;
    text-transform: uppercase;
    line-height: 66px;
    font-size: 32px; }
  body.theme-fortnite #main-capture ul.players-list li.player .score {
    right: 55px;
    font-size: 30px;
    width: 98px; }
  body.theme-fortnite #main-capture ul.players-list li.player .overlay {
    background-image: url(/images/themes/fortnite/player-overlay.png); }

body.theme-gameofthrones #main-capture .logo.episode {
  top: 640px;
  left: 146px;
  height: 145px;
  width: 321px; }

body.theme-gameofthrones #main-capture ul.players-list li.player .overlay {
  left: 8px;
  background: url("/images/themes/gameofthrones/player-overlay-sprite.png") top center no-repeat; }

body.theme-gameofthrones #main-capture ul.players-list li.player .buzzer-overlay {
  background: url("/images/themes/gameofthrones/player-overlay-sprite.png") center -400px no-repeat; }

body.theme-gameofthrones #main-capture .host-overlay .overlay {
  background: url("/images/themes/gameofthrones/host-overlay.png") top left no-repeat; }

body.theme-gameofthrones #main-capture .host-overlay .host-name {
  width: 330px;
  top: 554px;
  left: 128px; }

body.theme-gameofthrones #discussion-capture .discussion-overlay {
  background: url("/images/capture/discussion/overlay-gameofthrones.png") top center no-repeat; }

body.theme-gameofthrones #discussion-capture .host-overlay .nameplate {
  top: -12px; }

body.theme-gameofthrones #discussion-capture .logo.episode {
  display: none; }

body.theme-gameofthrones #countdown-capture .logo.episode {
  top: 360px;
  left: 1070px;
  height: 290px;
  width: 643px; }

body.theme-gameofthrones #countdown-capture .overlay {
  background: url("/images/themes/gameofthrones/overlay.png") top center no-repeat; }

body.theme-gameofthrones #countdown-capture .countdown {
  width: 372px;
  right: 0px;
  background: url("/images/themes/gameofthrones/countdown-bg.png") top center no-repeat; }

body.theme-gameofthrones .title-box {
  background-image: url(/images/themes/gameofthrones/title-container-bg.png); }

body.theme-gameofthrones #game-area {
  background: url("/images/themes/gameofthrones/game-bg.png") center center no-repeat; }

body.theme-gameofthrones .logo.episode {
  background-image: url(/images/themes/gameofthrones/logo.png); }

body.theme-gameofthrones .capture-area {
  background: url("/images/themes/gameofthrones/bg.png") center center no-repeat; }

body.theme-geico .logo.sponsor2 {
  width: 505px;
  height: 170px;
  background-image: url(/images/themes/geico/geico-horizontal.png);
  background-size: cover;
  border: 2px solid #259106; }

body.theme-geico #main-capture .logo.episode {
  top: 470px; }

body.theme-geico #main-capture .logo.sponsor2 {
  bottom: 33px;
  left: 51px; }

body.theme-geico #main-capture .buzzes {
  bottom: 270px; }

body.theme-geico #main-capture .buzzes {
  bottom: 270px; }

body.theme-geico .logo.episode {
  background-image: url(/images/episodes/hearthstone/logo.png); }

body.theme-geico #main-capture .logo.episode {
  top: 620;
  left: 132px;
  width: 350px; }

body.theme-geico #main-capture .logo.sponsor2 {
  background-image: url(/images/themes/geico/geico-horizontal.png);
  background-size: auto 100%;
  background-position: center center;
  background-color: black;
  left: 65px;
  width: 467px; }

body.theme-geico #discussion-capture div.logo.sponsor2 {
  top: 180px;
  left: 80px;
  width: 490px;
  height: 190px; }

body.theme-geico #discussion-capture div.logo.episode {
  top: 240px;
  left: auto;
  right: 70px;
  width: 514px; }

body.theme-geico #discussion-capture div.logo.streamershowdown {
  top: 40px; }

body.theme-geico .sav-capture-view div.logo.episode {
  display: none; }

body.theme-geico .sav-capture-view div.logo.sponsor2 {
  width: 370px;
  top: 10px;
  right: 10px;
  height: 150px; }

body.theme-geico #countdown-capture .logo.sponsor2 {
  width: 490px;
  left: 50%;
  margin-left: -245px;
  top: 430px;
  z-index: 99;
  height: 190px; }

body.theme-geico #countdown-capture .logo.episode {
  display: none; }

body.theme-geico #signoff-capture .logo.sponsor2 {
  width: 490px;
  left: 50%;
  margin-left: -245px;
  top: auto;
  bottom: 30px;
  z-index: 99;
  height: 190px; }

body.theme-hearthstone-matcherino-ting .logo.sponsor1 {
  width: 436px;
  height: 74px;
  background-image: url(/images/themes/matcherino/matcherino.png); }

body.theme-hearthstone-matcherino-ting #discussion-capture .logo.sponsor1 {
  top: 315px;
  left: 108px; }

body.theme-hearthstone-matcherino-ting #signoff-capture .logo.sponsor1 {
  bottom: 15px;
  left: 50%;
  margin-left: -218px; }

body.theme-hearthstone-matcherino-ting #countdown-capture .logo.sponsor1 {
  margin-left: 0;
  left: 80px;
  top: 135px;
  z-index: 22; }

body.theme-hearthstone-matcherino-ting #main-capture .logo.sponsor1 {
  display: none; }

body.theme-hearthstone-matcherino-ting .sav-capture-split-view .logo.sponsor1 {
  display: none; }

body.theme-hearthstone-matcherino-ting .logo.sponsor2 {
  background: url(/images/themes/ting/ting-main2.png) bottom center no-repeat;
  width: 590px;
  height: 200px;
  background-size: contain;
  bottom: 0px; }

body.theme-hearthstone-matcherino-ting #countdown-capture .sponsor2,
body.theme-hearthstone-matcherino-ting .sav-capture-split-view .sponsor2 {
  display: none; }

body.theme-hearthstone-matcherino-ting #discussion-capture .logo.sponsor2 {
  background: url(/images/themes/ting/logo-blue-horz.png) bottom center no-repeat;
  background-size: contain;
  width: 516px;
  height: 154px;
  top: 120px;
  left: 68px; }

body.theme-hearthstone-matcherino-ting #signoff-capture .logo.sponsor2 {
  left: 50%;
  margin-left: -250px;
  background-image: url(/images/themes/ting/logo-blue-horz.png);
  bottom: 100px;
  width: 500px; }

body.theme-hearthstone-matcherino-ting .logo.episode {
  background-image: url(/images/episodes/hearthstone/logo.png); }

body.theme-hearthstone-matcherino-ting #discussion-capture .logo.streamershowdown {
  margin-top: -30px;
  right: auto;
  left: 92px; }

body.theme-hearthstone-matcherino-ting #discussion-capture .logo.episode {
  left: auto;
  top: 10px;
  height: 250px;
  right: 40px;
  background-position: bottom center; }

body.theme-hearthstone-matcherino-ting #discussion-capture .logo.sponsor1 {
  right: 108px;
  left: auto;
  top: 390px; }

body.theme-hearthstone-matcherino-ting #discussion-capture .logo.sponsor2 {
  width: 506px;
  height: 197px;
  right: 80px;
  top: 175px;
  left: auto; }

body.theme-hearthstone-matcherino-ting #discussion-capture .logo.streamershowdown {
  left: 42px;
  width: 557px;
  height: 288px; }

body.theme-hearthstone-matcherino-ting #discussion-capture .logo.sponsor1,
body.theme-hearthstone-matcherino-ting #discussion-capture .logo.sponsor2 {
  background-size: 80%; }

body.theme-hearthstone-matcherino-ting #signoff-capture .logo.sponsor1 {
  bottom: 15px;
  right: 22%;
  margin: 0px;
  left: auto; }

body.theme-hearthstone-matcherino-ting #signoff-capture .logo.sponsor2 {
  bottom: 0px;
  height: 100px;
  left: 28%;
  background-position: left center;
  margin: 0px; }

body.theme-hearthstone-matcherino-ting #countdown-capture .logo.sponsor1 {
  left: 68px;
  top: 210px;
  margin-left: 0px; }

body.theme-hearthstone-matcherino-ting #countdown-capture .logo.sponsor2 {
  width: 506px;
  height: 197px;
  left: 30px;
  top: 0px;
  background-image: url(/images/themes/ting/logo-blue-horz.png); }

body.theme-hearthstone-matcherino-ting #countdown-capture .logo.sponsor1,
body.theme-hearthstone-matcherino-ting #countdown-capture .logo.sponsor2 {
  background-size: 80%;
  display: block; }

body.theme-hearthstone-matcherino .logo.sponsor1 {
  width: 436px;
  height: 74px;
  background-image: url(/images/themes/matcherino/matcherino.png); }

body.theme-hearthstone-matcherino #discussion-capture .logo.sponsor1 {
  top: 315px;
  left: 108px; }

body.theme-hearthstone-matcherino #signoff-capture .logo.sponsor1 {
  bottom: 15px;
  left: 50%;
  margin-left: -218px; }

body.theme-hearthstone-matcherino #countdown-capture .logo.sponsor1 {
  margin-left: 0;
  left: 80px;
  top: 135px;
  z-index: 22; }

body.theme-hearthstone-matcherino #main-capture .logo.sponsor1 {
  display: none; }

body.theme-hearthstone-matcherino .sav-capture-split-view .logo.sponsor1 {
  display: none; }

body.theme-hearthstone-matcherino .logo.episode {
  background-image: url(/images/episodes/hearthstone/logo.png); }

body.theme-hearthstone-matcherino #main-capture .logo.episode {
  top: 860px;
  left: 62px;
  width: 480px; }

body.theme-hearthstone-matcherino #main-capture.showBuzzes-on .logo.episode {
  -webkit-transform: translateX(0px); }

body.theme-hearthstone-matcherino #main-capture .buzzes {
  width: 488px;
  left: 60px; }

body.theme-hearthstone-matcherino #discussion-capture .logo.streamershowdown {
  margin-top: -30px;
  right: auto;
  left: 92px; }

body.theme-hearthstone-matcherino #discussion-capture .logo.episode {
  left: auto;
  top: 70px;
  height: 250px;
  right: 40px;
  background-position: bottom center; }

body.theme-hearthstone-matcherino #discussion-capture .logo.sponsor1 {
  right: 108px;
  left: auto;
  top: 340px; }

body.theme-hearthstone-matcherino #discussion-capture .logo.streamershowdown {
  left: 42px;
  width: 557px;
  height: 288px; }

body.theme-hearthstone-matcherino #discussion-capture .logo.sponsor1,
body.theme-hearthstone-matcherino #discussion-capture .logo.sponsor2 {
  background-size: 80%; }

body.theme-hearthstone-matcherino #signoff-capture .logo.sponsor1 {
  bottom: 15px;
  margin: 0px;
  width: 300px;
  margin-left: -150px;
  left: 50%; }

body.theme-hearthstone-matcherino #countdown-capture .logo.sponsor1 {
  left: 68px;
  top: 137px;
  margin-left: 0px; }

body.theme-hearthstone-matcherino #countdown-capture .logo.sponsor1,
body.theme-hearthstone-matcherino #countdown-capture .logo.sponsor2 {
  background-size: 80%;
  display: block; }

body.theme-hearthstone .logo.episode {
  background-image: url(/images/episodes/hearthstone/logo.png); }

body.theme-hearthstone #discussion-capture {
  background: url(/images/capture/bg.png) center center no-repeat; }
  body.theme-hearthstone #discussion-capture .discussion-overlay {
    background: url(/images/capture/discussion/overlay.png);
    v-index: 0; }
  body.theme-hearthstone #discussion-capture .logo {
    display: none; }
  body.theme-hearthstone #discussion-capture .host-name,
  body.theme-hearthstone #discussion-capture .name {
    text-transform: uppercase;
    font-size: 40px; }
  body.theme-hearthstone #discussion-capture .host-overlay .host-webcam-cover {
    width: 610px;
    height: 465px;
    left: -120px;
    top: -445px; }
  body.theme-hearthstone #discussion-capture .host-overlay .host-name {
    text-align: center;
    top: 2px;
    color: #fff;
    left: -30px;
    width: 380px; }
  body.theme-hearthstone #discussion-capture .player-image {
    left: 10px !important; }
  body.theme-hearthstone #discussion-capture li.player {
    top: 484px;
    width: 600px;
    height: 480px; }
    body.theme-hearthstone #discussion-capture li.player .hearts-list {
      display: none; }
    body.theme-hearthstone #discussion-capture li.player .webcam-cover {
      width: 97%;
      position: absolute;
      height: 93%;
      top: 10px; }
    body.theme-hearthstone #discussion-capture li.player.order-1 {
      left: 845px;
      top: 568px; }
      body.theme-hearthstone #discussion-capture li.player.order-1 .webcam-cover {
        left: 10px;
        top: 15px; }
    body.theme-hearthstone #discussion-capture li.player.order-0 {
      left: 27px; }
      body.theme-hearthstone #discussion-capture li.player.order-0 .webcam-cover {
        left: 8px; }
    body.theme-hearthstone #discussion-capture li.player.order-2 {
      right: 25px; }
      body.theme-hearthstone #discussion-capture li.player.order-2 .webcam-cover {
        left: 10px;
        top: 10px; }
    body.theme-hearthstone #discussion-capture li.player .player-plate {
      width: 63%;
      height: 50px;
      top: 430px;
      left: 105px;
      position: absolute;
      padding: unset;
      line-height: unset; }
      body.theme-hearthstone #discussion-capture li.player .player-plate .name {
        color: #fff;
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 100%;
        top: 5px; }
      body.theme-hearthstone #discussion-capture li.player .player-plate .score {
        color: #fff;
        width: 20%;
        text-align: center; }

body.theme-hearthstone #discussion-capture .webcam-nameplate .score,
body.theme-hearthstone #discussion-capture ul.players-list li.player .player-plate .score {
  display: none; }

body.theme-hearthstone .capturing {
  background-image: none !important; }

body.theme-hearthstone #main-capture .logo.episode {
  top: 790px;
  left: 102px;
  width: 400px; }

body.theme-hearthstone #main-capture.showBuzzes-on .logo.episode {
  -webkit-transform: translateX(0px); }

body.theme-hearthstone #main-capture .buzzes {
  width: 488px;
  left: 60px; }

body.theme-hearthstone #countdown-capture .player-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

#show-nav {
  background-image: none !important; }

body.capturing {
  background: none !important; }

.clarendon, body.theme-leagueoflegends .game-container .sav-question-container .sav-submission-points,
body.theme-leagueoflegends .game-container .sav-question-container .sav-submission-votes,
body.theme-leagueoflegends .game-container .sav-question-container .author, body.theme-leagueoflegends #countdown-capture .counting {
  font-family: "Clarendon";
  letter-spacing: 1px; }

.frizquadrata, body.theme-leagueoflegends .family-feud-question-reveal, body.theme-leagueoflegends namethatthing-capture span, body.theme-leagueoflegends #discussion-capture, body.theme-leagueoflegends #countdown-capture .player-name, body.theme-leagueoflegends .red-box,
body.theme-leagueoflegends .drawing-capture-view .drawing-answer,
body.theme-leagueoflegends .answer.red-box, body.theme-leagueoflegends #main-capture .buzzes li, body.theme-leagueoflegends #main-capture .host-overlay .host-name, body.theme-leagueoflegends #main-capture ul.players-list li.player, body.theme-leagueoflegends #main-capture ul.players-list li.player .score {
  font-family: "FrizQuadrataRegular";
  letter-spacing: 1px; }

body.theme-leagueoflegends {
  background: url("/images/themes/leagueoflegends/lol_background.png"); }
  body.theme-leagueoflegends .logo.episode {
    background-image: url(/images/episodes/leagueoflegends/logo.png); }
  body.theme-leagueoflegends .family-feud-question-reveal {
    width: 1206px;
    margin-left: 58px;
    padding-top: 30px; }
    body.theme-leagueoflegends .family-feud-question-reveal .question-name {
      background-image: url(/images/themes/leagueoflegends/question-name-bg.png);
      height: 120px;
      margin-right: 0px;
      margin-left: 0px;
      margin-bottom: 20px; }
      body.theme-leagueoflegends .family-feud-question-reveal .question-name table {
        height: 90px; }
        body.theme-leagueoflegends .family-feud-question-reveal .question-name table td {
          font-size: 30px;
          height: 112px;
          padding: unset; }
    body.theme-leagueoflegends .family-feud-question-reveal .answers {
      width: auto; }
      body.theme-leagueoflegends .family-feud-question-reveal .answers .answer {
        background: url(/images/themes/leagueoflegends/answer-box-bg.png) top center no-repeat;
        padding-top: 0px;
        width: 596px;
        margin: 5px 0 24px 0;
        height: 90px;
        font-size: 30px; }
        body.theme-leagueoflegends .family-feud-question-reveal .answers .answer table {
          width: 475px;
          height: 83px; }
          body.theme-leagueoflegends .family-feud-question-reveal .answers .answer table td {
            padding: 0 10px;
            line-height: 0.9em; }
          body.theme-leagueoflegends .family-feud-question-reveal .answers .answer table.text-len-10 {
            font-size: 30px; }
          body.theme-leagueoflegends .family-feud-question-reveal .answers .answer table.text-len-20 {
            font-size: 25px; }
          body.theme-leagueoflegends .family-feud-question-reveal .answers .answer table.text-len-30 {
            font-size: 22px; }
          body.theme-leagueoflegends .family-feud-question-reveal .answers .answer table.text-len-40 {
            font-size: 18px; }
          body.theme-leagueoflegends .family-feud-question-reveal .answers .answer table.text-len-50 {
            font-size: 14px; }
        body.theme-leagueoflegends .family-feud-question-reveal .answers .answer:before {
          background: #000; }
        body.theme-leagueoflegends .family-feud-question-reveal .answers .answer.notshown {
          width: 576px;
          margin-left: 10px; }
          body.theme-leagueoflegends .family-feud-question-reveal .answers .answer.notshown:before {
            opacity: 1;
            background-color: #061c29;
            border: 1px solid #ffd366;
            border-radius: 10px;
            height: 75px;
            -webkit-box-shadow: 0px 0px 1px 3px #c8a55b;
            box-shadow: 0px 0px 1px 3px #c8a55b; }
        body.theme-leagueoflegends .family-feud-question-reveal .answers .answer .points {
          border-left: 4px solid rgba(178, 117, 0, 0.25);
          right: 0px;
          padding-top: 3px;
          width: 110px;
          top: 3px; }
  body.theme-leagueoflegends .name-that-thing-capture-view .thing-meta {
    padding: 0px; }
  body.theme-leagueoflegends .name-that-thing-capture-view .question-meta .game-box {
    position: absolute;
    top: 40px; }
  body.theme-leagueoflegends .name-that-thing-capture-view .hints {
    padding-top: 130px; }
  body.theme-leagueoflegends .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text {
    background: url(/images/themes/leagueoflegends/answer-bar.png) top center no-repeat;
    color: #fff !important;
    line-height: 70px;
    height: 80px;
    width: 1244px;
    margin: 0 auto 20px auto;
    font-family: 'FrizQuadrataRegular';
    font-size: 32px; }
  body.theme-leagueoflegends namethatthing-capture span {
    display: block;
    color: #fff;
    font-size: 34px;
    margin-top: -5px; }
  body.theme-leagueoflegends .drawing-capture-view.show-answer .drawing-answer-image {
    display: none; }
  body.theme-leagueoflegends .drawing-capture-view .drawing-board {
    margin-left: -570px;
    top: 120px; }
  body.theme-leagueoflegends drawing-points.game-box-right {
    display: block; }
  body.theme-leagueoflegends drawing-points.game-box-right::last-letter {
    size: 3em; }
  body.theme-leagueoflegends .drawing-answer {
    color: #fff !important; }
  body.theme-leagueoflegends .meta-box,
  body.theme-leagueoflegends .sav-question-vote-msg,
  body.theme-leagueoflegends .sav-capture-split-view .sav-question,
  body.theme-leagueoflegends .sav-capture-split-view .timer-display {
    border-radius: 0px;
    border: 2px solid #ed3d3f;
    background: #a30d0f;
    font-family: 'FrizQuadrataRegular';
    text-transform: uppercase; }
  body.theme-leagueoflegends .game-container .sav-capture-view,
  body.theme-leagueoflegends .game-container .submit-and-vote-capture-view {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute; }
  body.theme-leagueoflegends .game-container .submit-and-vote-capture-view .question-number,
  body.theme-leagueoflegends .game-container .submit-and-vote-capture-view .sav-active-question-points {
    top: 40px; }
  body.theme-leagueoflegends .game-container .submit-and-vote-capture-view .sav-question-vote-msg {
    padding: 12px 0 8px; }
  body.theme-leagueoflegends .game-container .submit-and-vote-capture-view .sav-submission-list,
  body.theme-leagueoflegends .game-container .submit-and-vote-capture-view .blank-question {
    top: 140px; }
  body.theme-leagueoflegends .game-container .submit-and-vote-capture-view .blank-question {
    position: relative; }
  body.theme-leagueoflegends .game-container .sav-question-container .sav-submission-points,
  body.theme-leagueoflegends .game-container .sav-question-container .sav-submission-votes,
  body.theme-leagueoflegends .game-container .sav-question-container .author {
    background: none;
    border: none;
    box-shadow: none; }
  body.theme-leagueoflegends .game-container .sav-question-container .author {
    font-size: 46px;
    margin-top: 20px;
    margin-bottom: 10px; }
  body.theme-leagueoflegends .game-container .sav-question-container .sav-submission-points,
  body.theme-leagueoflegends .game-container .sav-question-container .sav-submission-votes {
    font-size: 30px; }
  body.theme-leagueoflegends .game-container .sav-question-inner .image {
    border-radius: 0px;
    border-color: #ed3d3f; }
  body.theme-leagueoflegends .typedanswers-capture-view.show-submissions .submissions-area {
    transform: translateX(10px); }
  body.theme-leagueoflegends .typedanswers-capture-view.show-submissions .videos-area {
    -webkit-transform: translateX(-190px); }
  body.theme-leagueoflegends .typedanswers-capture-view.show-question .title-area {
    -webkit-transform: translateY(20px); }
  body.theme-leagueoflegends .typedanswers-capture-view.show-question .videos-area {
    width: 860px;
    height: 483.75px;
    margin-left: -430px;
    overflow: hidden; }
  body.theme-leagueoflegends .typedanswers-capture-view .submissions-area.num-players-3 {
    bottom: -4px;
    font-family: 'FrizQuadrataRegular'; }
    body.theme-leagueoflegends .typedanswers-capture-view .submissions-area.num-players-3 .submission {
      margin: 0 0 27px 0;
      border: 1px solid #ed3d3f;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 0px;
      font-family: 'FrizQuadrataRegular'; }
    body.theme-leagueoflegends .typedanswers-capture-view .submissions-area.num-players-3 .player-name {
      background: #a30d0f;
      border-color: #ed3d3f;
      font-family: 'FrizQuadrataRegular'; }
  body.theme-leagueoflegends .typedanswers-capture-view .title-area {
    border: 2px solid #ed3d3f;
    background: rgba(0, 0, 0, 0.7);
    font-family: 'FrizQuadrataRegular';
    height: 92px;
    padding: 0px; }
    body.theme-leagueoflegends .typedanswers-capture-view .title-area table {
      height: 90px; }
      body.theme-leagueoflegends .typedanswers-capture-view .title-area table td {
        padding: 0px;
        line-height: 60px; }
  body.theme-leagueoflegends .typedanswers-capture-view .videos-area {
    border: 2px solid #ed3d3f;
    border-radius: 0px;
    bottom: 24px; }
  body.theme-leagueoflegends #discussion-capture {
    background-image: none !important; }
    body.theme-leagueoflegends #discussion-capture .discussion-overlay {
      background-image: url(/images/themes/leagueoflegends/discussion.png);
      v-index: 0; }
    body.theme-leagueoflegends #discussion-capture .logo {
      display: none; }
    body.theme-leagueoflegends #discussion-capture .host-name,
    body.theme-leagueoflegends #discussion-capture .name {
      font-family: 'FrizQuadrataRegular';
      text-transform: uppercase;
      font-size: 48px; }
    body.theme-leagueoflegends #discussion-capture .host-overlay {
      background-image: url(/images/themes/leagueoflegends/discussion.png); }
      body.theme-leagueoflegends #discussion-capture .host-overlay .host-webcam-cover {
        width: 581px;
        height: 435px;
        left: -102px;
        top: -465px; }
      body.theme-leagueoflegends #discussion-capture .host-overlay .host-name {
        text-align: center;
        top: -68px;
        color: #fff;
        left: -75px;
        width: 480px;
        padding-top: 7px; }
    body.theme-leagueoflegends #discussion-capture .player-image {
      left: 10px !important; }
    body.theme-leagueoflegends #discussion-capture li.player .name {
      top: -84px;
      left: 0px;
      padding-top: 5px; }
    body.theme-leagueoflegends #discussion-capture li.player:nth-of-type(1) .name {
      color: #fff; }
    body.theme-leagueoflegends #discussion-capture li.player.order-1 {
      top: 978px;
      margin-left: -238px; }
      body.theme-leagueoflegends #discussion-capture li.player.order-1 .webcam-cover {
        top: -411px; }
      body.theme-leagueoflegends #discussion-capture li.player.order-1 .player-plate {
        top: 4px; }
      body.theme-leagueoflegends #discussion-capture li.player.order-1 .name {
        color: #fff;
        top: -20px;
        font-size: 45px; }
    body.theme-leagueoflegends #discussion-capture li.player.order-2, body.theme-leagueoflegends #discussion-capture li.player.order-0 {
      top: 995px; }
    body.theme-leagueoflegends #discussion-capture li.player.order-0 {
      left: 80px; }
    body.theme-leagueoflegends #discussion-capture li.player.order-2 {
      right: -20px; }
      body.theme-leagueoflegends #discussion-capture li.player.order-2 .name {
        color: #fff; }
    body.theme-leagueoflegends #discussion-capture li.player .player-plate {
      top: 3px; }
  body.theme-leagueoflegends #discussion-capture .webcam-nameplate .score,
  body.theme-leagueoflegends #discussion-capture ul.players-list li.player .player-plate .score {
    display: none; }
  body.theme-leagueoflegends #discussion-capture .webcam-nameplate .name,
  body.theme-leagueoflegends #discussion-capture ul.players-list li.player .player-plate .name {
    width: 480px;
    text-align: center; }
  body.theme-leagueoflegends .capturing {
    background-image: none !important; }
  body.theme-leagueoflegends #countdown-capture {
    background: none !important; }
    body.theme-leagueoflegends #countdown-capture .overlay {
      background-image: url(/images/themes/leagueoflegends/countdown-bg.png);
      height: 100%; }
    body.theme-leagueoflegends #countdown-capture .logo {
      display: none; }
    body.theme-leagueoflegends #countdown-capture .player-image {
      z-index: 0;
      width: 422px;
      height: 301px;
      background-size: cover; }
      body.theme-leagueoflegends #countdown-capture .player-image.order-0 {
        left: 148px; }
      body.theme-leagueoflegends #countdown-capture .player-image.order-1 {
        bottom: 423px;
        margin-left: -210px; }
      body.theme-leagueoflegends #countdown-capture .player-image.order-2 {
        right: 144px; }
    body.theme-leagueoflegends #countdown-capture .player-name {
      color: black;
      text-shadow: none;
      text-transform: uppercase;
      font-size: 40px;
      padding-left: 40px; }
      body.theme-leagueoflegends #countdown-capture .player-name.order-0, body.theme-leagueoflegends #countdown-capture .player-name.order-2 {
        bottom: 65px; }
      body.theme-leagueoflegends #countdown-capture .player-name.order-0 {
        color: #fff;
        left: 120px;
        font-size: 34px; }
      body.theme-leagueoflegends #countdown-capture .player-name.order-1 {
        bottom: 330px;
        left: 945px;
        color: #fff;
        font-size: 34px; }
      body.theme-leagueoflegends #countdown-capture .player-name.order-2 {
        right: 140px;
        color: #fff; }
    body.theme-leagueoflegends #countdown-capture .countdown {
      top: 83px;
      right: 80px;
      z-index: 40;
      background: none; }
    body.theme-leagueoflegends #countdown-capture .counting {
      letter-spacing: 8px;
      font-size: 40px; }
  body.theme-leagueoflegends #signoff-capture {
    background: url(/images/themes/leagueoflegends/message-bg.png); }
    body.theme-leagueoflegends #signoff-capture .signoff-message {
      top: 675px;
      font-size: 60px;
      color: #e6d948 !important;
      width: 1300px;
      height: 122px;
      line-height: 122px;
      font-family: "FrizQuadrataRegular";
      text-transform: uppercase;
      font-weight: 900;
      color: #000;
      left: 50%;
      margin-left: -635px;
      letter-spacing: 1px; }
      body.theme-leagueoflegends #signoff-capture .signoff-message .gradient-text {
        text-shadow: none;
        -webkit-text-fill-color: inherit; }
        body.theme-leagueoflegends #signoff-capture .signoff-message .gradient-text:after {
          display: none;
          opacity: 0;
          content: ""; }
    body.theme-leagueoflegends #signoff-capture .matcherino-status-container {
      display: none; }
  body.theme-leagueoflegends .multiplechoice-area, body.theme-leagueoflegends .game-container {
    font-family: 'FrizQuadrataRegular' !important; }
    body.theme-leagueoflegends .multiplechoice-area .multiplechoice-options .option-container, body.theme-leagueoflegends .game-container .multiplechoice-options .option-container {
      border: 2px solid #ffd366;
      border-radius: unset !important;
      -moz-box-shadow: 0px 0px 1px 4px #c8a55b;
      -webkit-box-shadow: 0px 0px 1px 4px #c8a55b;
      box-shadow: 0px 0px 1px 4px #c8a55b; }
      body.theme-leagueoflegends .multiplechoice-area .multiplechoice-options .option-container::before, body.theme-leagueoflegends .game-container .multiplechoice-options .option-container::before {
        border-radius: unset !important; }
    body.theme-leagueoflegends .multiplechoice-area .multiplechoice-options .option-container.right, body.theme-leagueoflegends .game-container .multiplechoice-options .option-container.right {
      border: 4px solid #008000;
      -moz-box-shadow: 0px 0px 1px 4px #006600;
      -webkit-box-shadow: 0px 0px 1px 4px #006600;
      box-shadow: 0px 0px 1px 4px #006600; }
  body.theme-leagueoflegends .cardFlip {
    margin-left: 30px; }
  body.theme-leagueoflegends .back {
    background-image: url(/images/themes/mtg/magic-back.png) !important;
    width: 200px !important; }
  body.theme-leagueoflegends .red-box,
  body.theme-leagueoflegends .drawing-capture-view .drawing-answer,
  body.theme-leagueoflegends .answer.red-box {
    background-image: url(/images/themes/leagueoflegends/answer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
    font-size: 48px;
    line-height: 171px;
    text-shadow: none; }
  body.theme-leagueoflegends .red-box {
    bottom: -10px; }
  body.theme-leagueoflegends .title-box {
    background: url(/images/themes/leagueoflegends/game-title.png) center center no-repeat;
    width: 522px;
    height: 90px;
    margin-left: -261px;
    color: #551c00;
    font-size: 32px;
    text-shadow: none;
    padding: 0px;
    line-height: 97px;
    top: 10px;
    font-family: 'FrizQuadrataRegular'; }
    body.theme-leagueoflegends .title-box .timer-countdown {
      font-size: 50px; }
  body.theme-leagueoflegends .game-box {
    width: 252px;
    height: 58px;
    background: url(/images/themes/leagueoflegends/meta-box.png) center center no-repeat;
    padding: 0px;
    line-height: 59px;
    position: absolute;
    color: #fff;
    font-family: 'FrizQuadrataRegular';
    font-size: 28px;
    padding-top: 0px;
    top: 40px; }
    body.theme-leagueoflegends .game-box.game-box-left {
      left: 30px; }
    body.theme-leagueoflegends .game-box.game-box-right {
      right: 30px; }
  body.theme-leagueoflegends .capture-area {
    background-image: url(/images/themes/leagueoflegends/lol_background.png); }
    body.theme-leagueoflegends .capture-area .episode {
      background-image: url(/images/themes/leagueoflegends/episode-logo.png); }
  body.theme-leagueoflegends #main-capture {
    background-image: url(/images/themes/leagueoflegends/main-background.png); }
  body.theme-leagueoflegends #game-area {
    background-image: url(/images/themes/leagueoflegends/game-board2.png);
    background-position: center 25px;
    background-size: contain;
    top: -2px;
    height: 686px; }
  body.theme-leagueoflegends #main-capture.showBuzzes-on .logo.episode {
    transform: translateX(0); }
  body.theme-leagueoflegends #main-capture #medias-scorehighlight1,
  body.theme-leagueoflegends #main-capture #medias-scorehighlight2,
  body.theme-leagueoflegends #main-capture #medias-scorehighlight3 {
    display: none; }
  body.theme-leagueoflegends #main-capture #medias-buzzer1,
  body.theme-leagueoflegends #main-capture #medias-heart1 {
    left: 16px; }
  body.theme-leagueoflegends #main-capture #medias-buzzer2,
  body.theme-leagueoflegends #main-capture #medias-heart2 {
    left: 20px; }
  body.theme-leagueoflegends #main-capture #medias-buzzer3,
  body.theme-leagueoflegends #main-capture #medias-heart3 {
    left: 18px; }
  body.theme-leagueoflegends #main-capture #medias-buzzer3,
  body.theme-leagueoflegends #main-capture #medias-buzzer2,
  body.theme-leagueoflegends #main-capture #medias-buzzer1,
  body.theme-leagueoflegends #main-capture #medias-heart3,
  body.theme-leagueoflegends #main-capture #medias-heart2,
  body.theme-leagueoflegends #main-capture #medias-heart1 {
    top: -30px;
    width: 1900px;
    height: 1160px; }
  body.theme-leagueoflegends #main-capture .matcherino-status-container {
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #f2ac3c;
    bottom: 18px;
    border-radius: 25px; }
    body.theme-leagueoflegends #main-capture .matcherino-status-container .cta {
      padding-right: 12px; }
      body.theme-leagueoflegends #main-capture .matcherino-status-container .cta:after {
        display: none; }
  body.theme-leagueoflegends #main-capture .matcherino-notifier-container {
    bottom: 19px; }
    body.theme-leagueoflegends #main-capture .matcherino-notifier-container .matcherino-donation-notif {
      background: #000;
      border: 2px solid #f2ac3c;
      box-shadow: 0px 0px 15px #f2ac3c;
      border-radius: 25px;
      color: #fff; }
      body.theme-leagueoflegends #main-capture .matcherino-notifier-container .matcherino-donation-notif .amount {
        color: #fff; }
  body.theme-leagueoflegends #main-capture .buzzes {
    width: 520px !important;
    height: 160px;
    bottom: 215px;
    left: 46px !important;
    padding: 10px;
    border: none;
    background: url(/images/themes/leagueoflegends/buzzes-bg.png) top center no-repeat; }
    body.theme-leagueoflegends #main-capture .buzzes li {
      height: 38px;
      line-height: 39px;
      border-radius: 0px;
      font-size: 23px; }
      body.theme-leagueoflegends #main-capture .buzzes li:before {
        height: 37px;
        line-height: 37px; }
      body.theme-leagueoflegends #main-capture .buzzes li:nth-child(1) {
        background: #f0dc00;
        color: black; }
  body.theme-leagueoflegends #main-capture div.logo.episode {
    top: 870px;
    left: 50px;
    width: 500px; }
  body.theme-leagueoflegends #main-capture .logo.patreon,
  body.theme-leagueoflegends #main-capture .logo.youtube {
    bottom: 80px;
    display: none; }
  body.theme-leagueoflegends #main-capture .logo.patreon {
    left: 80px; }
  body.theme-leagueoflegends #main-capture .logo.youtube {
    left: 320px; }
  body.theme-leagueoflegends #main-capture .host-overlay {
    width: 582px;
    top: 20px;
    height: 665px; }
    body.theme-leagueoflegends #main-capture .host-overlay .host-webcam-cover {
      top: 183px;
      left: 55px;
      width: 500px;
      height: 345px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    body.theme-leagueoflegends #main-capture .host-overlay .overlay {
      background-image: url(/images/themes/leagueoflegends/host-overlay.png);
      background-position: top right;
      z-index: 1; }
    body.theme-leagueoflegends #main-capture .host-overlay .host-name {
      font-size: 36px;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      top: 570px;
      width: 384px;
      line-height: 56px; }
  body.theme-leagueoflegends #main-capture ul.players-list {
    width: 1316px; }
    body.theme-leagueoflegends #main-capture ul.players-list li.player .drawing-marker {
      border-radius: 0px;
      top: 260px; }
    body.theme-leagueoflegends #main-capture ul.players-list li.player .overlay {
      top: 10px;
      z-index: 2; }
    body.theme-leagueoflegends #main-capture ul.players-list li.player .name {
      font-size: 24px;
      text-align: center;
      top: 310px;
      text-shadow: none;
      text-transform: uppercase; }
    body.theme-leagueoflegends #main-capture ul.players-list li.player:nth-of-type(1) {
      left: 6px; }
      body.theme-leagueoflegends #main-capture ul.players-list li.player:nth-of-type(1) .overlay {
        background-image: url(/images/themes/leagueoflegends/player1-overlay.png); }
      body.theme-leagueoflegends #main-capture ul.players-list li.player:nth-of-type(1) .name {
        color: #FFF;
        font-size: 22px; }
    body.theme-leagueoflegends #main-capture ul.players-list li.player:nth-of-type(2) {
      left: 445px; }
      body.theme-leagueoflegends #main-capture ul.players-list li.player:nth-of-type(2) .overlay {
        background-image: url(/images/themes/leagueoflegends/player2-overlay.png); }
      body.theme-leagueoflegends #main-capture ul.players-list li.player:nth-of-type(2) .name {
        color: #FFF;
        left: 17px;
        font-size: 22px; }
    body.theme-leagueoflegends #main-capture ul.players-list li.player:nth-of-type(3) {
      left: 884px; }
      body.theme-leagueoflegends #main-capture ul.players-list li.player:nth-of-type(3) .overlay {
        background-image: url(/images/themes/leagueoflegends/player3-overlay.png); }
      body.theme-leagueoflegends #main-capture ul.players-list li.player:nth-of-type(3) .name {
        color: #FFF; }
    body.theme-leagueoflegends #main-capture ul.players-list li.player .webcam-cover {
      width: 390px;
      height: 290px;
      top: 11px;
      left: 18px;
      z-index: 1; }
    body.theme-leagueoflegends #main-capture ul.players-list li.player .hearts-list {
      left: 32px;
      top: 32px; }
    body.theme-leagueoflegends #main-capture ul.players-list li.player .score {
      top: 310px;
      right: 30px;
      font-size: 30px;
      width: 98px; }

.hint .reveal-type-zoom {
  border: none !important; }

body.theme-pax-overwatch #main-capture .host-overlay {
  display: none; }

body.theme-pax-overwatch #main-capture .buzzes {
  display: none; }

body.theme-pax-overwatch #main-capture ul.players-list {
  height: 81px;
  right: 100px;
  bottom: 20px;
  margin: 0;
  padding: 0; }
  body.theme-pax-overwatch #main-capture ul.players-list li.player {
    height: 81px;
    width: 408px; }
    body.theme-pax-overwatch #main-capture ul.players-list li.player .overlay {
      background: url("/images/themes/live/player-bar.png") center center; }
    body.theme-pax-overwatch #main-capture ul.players-list li.player .name {
      bottom: 0px;
      height: 81px;
      line-height: 81px;
      left: 22px;
      padding: 0px; }
    body.theme-pax-overwatch #main-capture ul.players-list li.player .score {
      height: 81px;
      line-height: 81px;
      bottom: 0px; }
    body.theme-pax-overwatch #main-capture ul.players-list li.player .webcam-cover {
      display: none; }

body.theme-pax-overwatch #main-capture .drawing-capture-view,
body.theme-pax-overwatch #main-capture .name-that-thing-capture-view {
  width: 1572px;
  height: 820px;
  margin-left: -786px;
  left: 50%; }

body.theme-pax-overwatch #main-capture .family-feud-question-reveal {
  width: 1306px;
  position: absolute;
  left: 50%;
  margin-left: -653px;
  top: 55px;
  float: none; }

body.theme-pax-overwatch #main-capture .drawing-capture-view .drawing-board {
  top: 120px; }

body.theme-pax-overwatch #main-capture .family-feud-category-reveal {
  margin-left: -651px;
  position: absolute;
  float: none;
  left: 50%;
  top: 60px; }

body.theme-pax-overwatch #main-capture .hearts-list {
  left: auto;
  right: 5px;
  top: -30px; }

body.theme-pax-overwatch #game-area {
  width: 1572px;
  height: 820px;
  background: url("/images/themes/live/main-game-background.png") top center no-repeat; }

body.theme-pax-overwatch .name-that-thing-capture-view .red-box.answer {
  bottom: 40px; }

body.theme-pax-overwatch #medias-scorehighlight1,
body.theme-pax-overwatch #medias-scorehighlight2,
body.theme-pax-overwatch #medias-scorehighlight3 {
  top: 4px;
  left: -105px; }

body.theme-pax-overwatch #medias-wrong1,
body.theme-pax-overwatch #medias-wrong2,
body.theme-pax-overwatch #medias-wrong3,
body.theme-pax-overwatch #medias-heart1,
body.theme-pax-overwatch #medias-heart2,
body.theme-pax-overwatch #medias-heart3 {
  width: 1550px;
  height: 796px;
  top: 27px;
  left: 345px;
  z-index: 1000; }

body.theme-pax-overwatch #medias-buzzer1,
body.theme-pax-overwatch #medias-buzzer2,
body.theme-pax-overwatch #medias-buzzer3 {
  width: 1416px;
  top: 280px;
  height: auto; }

body.theme-pax-overwatch #medias-buzzer1 {
  left: 440px; }

body.theme-pax-overwatch #medias-buzzer2 {
  left: 891px; }

body.theme-pax-overwatch #medias-buzzer3 {
  left: 1344px; }

body.theme-pax-overwatch #main-capture .logo.streamershowdown {
  display: block;
  width: 578px;
  height: 453px;
  left: -120px;
  top: -120px;
  z-index: 0;
  background-image: url("/images/themes/live/ss-logo.png"); }

body.theme-pax-overwatch #main-capture .logo.episode {
  width: 135px;
  height: 296px;
  left: 100px;
  top: 190px; }

body.theme-pax-overwatch #main-capture .buzzes {
  display: block;
  left: 18px;
  top: 360px;
  width: 295px; }

body.theme-pax-overwatch #main-capture.showBuzzes-on .logo.episode {
  transform: translateX(0px); }

body.theme-pax-overwatch #main-capture .player.drawing .drawing-marker {
  transform: translateY(-40px);
  opacity: 1; }

body.theme-pax-overwatch #main-capture .player .drawing-marker {
  top: 0px !important;
  z-index: 0; }

body.theme-pax-overwatch #main-capture .name-that-thing-capture-view .hints .hint.type-text {
  margin-bottom: 60px;
  margin-top: 30px; }

body.theme-pax-overwatch .name-that-thing-reveal.hs-card-answers .answered .answer.red-box {
  display: none; }

body.theme-pax-overwatch .name-that-thing-reveal.hs-card-answers .answered .thing-hints {
  -webkit-transform: translateX(-200px);
  -webkit-transition-delay: 0s; }

body.theme-pax-overwatch .name-that-thing-reveal.hs-card-answers .answered .image-answer .image {
  top: 0px;
  opacity: 1;
  -webkit-transition-delay: 0.5s !important; }

body.theme-pax-overwatch .name-that-thing-reveal.hs-card-answers .thing-hints {
  -webkit-transform: translateX(0px);
  -webkit-transition: transform 0.5s ease 0.5s; }

body.theme-pax-overwatch .name-that-thing-reveal.hs-card-answers .answer.image-answer {
  -webkit-transition-delay: 0s; }

body.theme-pax-overwatch .name-that-thing-reveal.hs-card-answers .answer.red-box {
  display: none; }

body.theme-pax-overwatch .name-that-thing-reveal.hs-card-answers .image-answer {
  width: 286px;
  height: 395px;
  position: absolute;
  right: 0px;
  top: 0px;
  border: 1px solid red; }
  body.theme-pax-overwatch .name-that-thing-reveal.hs-card-answers .image-answer .image {
    width: 100%;
    height: 100%;
    position: absolute; }

body.theme-pax-overwatch .name-that-thing-capture-view .whats-in-box.answered .thing-hints {
  -webkit-transform: translateX(-200px);
  -webkit-transition-delay: 0s; }

body.theme-pax-overwatch .name-that-thing-capture-view .whats-in-box.answered .image-answer .image {
  top: 0px;
  opacity: 1;
  -webkit-transition-delay: 0.5s !important; }

body.theme-pax-overwatch .name-that-thing-capture-view .whats-in-box .thing-hints {
  -webkit-transform: translateX(0px);
  -webkit-transition: transform 0.5s ease 0.5s; }

body.theme-pax-overwatch .name-that-thing-capture-view .whats-in-box .answer.image-answer {
  -webkit-transition-delay: 0s; }

body.theme-pax-overwatch .name-that-thing-capture-view .whats-in-box .image-answer {
  width: 400px;
  height: 480px;
  position: absolute;
  top: 170px;
  right: 100px;
  z-index: 1; }
  body.theme-pax-overwatch .name-that-thing-capture-view .whats-in-box .image-answer .image {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    -webkit-transition: opacity 1s linear;
    -webkit-transition-delay: 0s;
    top: -1000px; }

body.theme-pax-overwatch .name-that-thing-capture-view .num-hints-1 .red-box.answer {
  bottom: 10px; }

body.theme-pax-overwatch #main-capture .logo.episode {
  background-image: image-url("/images/themes/live/pax-logo-horz.png");
  width: 240px;
  height: 100px;
  left: 50px;
  top: 190px;
  z-index: 5; }

body.theme-pax-overwatch #main-capture .logo.streamershowdown {
  z-index: 1; }

body.theme-pax-overwatch #main-capture .logo.episode {
  background-image: image-url("/images/themes/live/pax-overwatch.png");
  height: 310px;
  width: 280px;
  left: 25px; }

body.theme-pax-overwatch #main-capture .buzzes {
  top: 520px; }

body.theme-pax #main-capture .host-overlay {
  display: none; }

body.theme-pax #main-capture .buzzes {
  display: none; }

body.theme-pax #main-capture ul.players-list {
  height: 81px;
  right: 100px;
  bottom: 20px;
  margin: 0;
  padding: 0; }
  body.theme-pax #main-capture ul.players-list li.player {
    height: 81px;
    width: 408px; }
    body.theme-pax #main-capture ul.players-list li.player .overlay {
      background: url("/images/themes/live/player-bar.png") center center; }
    body.theme-pax #main-capture ul.players-list li.player .name {
      bottom: 0px;
      height: 81px;
      line-height: 81px;
      left: 22px;
      padding: 0px; }
    body.theme-pax #main-capture ul.players-list li.player .score {
      height: 81px;
      line-height: 81px;
      bottom: 0px; }
    body.theme-pax #main-capture ul.players-list li.player .webcam-cover {
      display: none; }

body.theme-pax #main-capture .drawing-capture-view,
body.theme-pax #main-capture .name-that-thing-capture-view {
  width: 1572px;
  height: 820px;
  margin-left: -786px;
  left: 50%; }

body.theme-pax #main-capture .family-feud-question-reveal {
  width: 1306px;
  position: absolute;
  left: 50%;
  margin-left: -653px;
  top: 55px;
  float: none; }

body.theme-pax #main-capture .drawing-capture-view .drawing-board {
  top: 120px; }

body.theme-pax #main-capture .family-feud-category-reveal {
  margin-left: -651px;
  position: absolute;
  float: none;
  left: 50%;
  top: 60px; }

body.theme-pax #main-capture .hearts-list {
  left: auto;
  right: 5px;
  top: -30px; }

body.theme-pax #game-area {
  width: 1572px;
  height: 820px;
  background: url("/images/themes/live/main-game-background.png") top center no-repeat; }

body.theme-pax .name-that-thing-capture-view .red-box.answer {
  bottom: 40px; }

body.theme-pax #medias-scorehighlight1,
body.theme-pax #medias-scorehighlight2,
body.theme-pax #medias-scorehighlight3 {
  top: 4px;
  left: -105px; }

body.theme-pax #medias-wrong1,
body.theme-pax #medias-wrong2,
body.theme-pax #medias-wrong3,
body.theme-pax #medias-heart1,
body.theme-pax #medias-heart2,
body.theme-pax #medias-heart3 {
  width: 1550px;
  height: 796px;
  top: 27px;
  left: 345px;
  z-index: 1000; }

body.theme-pax #medias-buzzer1,
body.theme-pax #medias-buzzer2,
body.theme-pax #medias-buzzer3 {
  width: 1416px;
  top: 280px;
  height: auto; }

body.theme-pax #medias-buzzer1 {
  left: 440px; }

body.theme-pax #medias-buzzer2 {
  left: 891px; }

body.theme-pax #medias-buzzer3 {
  left: 1344px; }

body.theme-pax #main-capture .logo.streamershowdown {
  display: block;
  width: 578px;
  height: 453px;
  left: -120px;
  top: -120px;
  z-index: 0;
  background-image: url("/images/themes/live/ss-logo.png"); }

body.theme-pax #main-capture .logo.episode {
  width: 135px;
  height: 296px;
  left: 100px;
  top: 190px; }

body.theme-pax #main-capture .buzzes {
  display: block;
  left: 18px;
  top: 360px;
  width: 295px; }

body.theme-pax #main-capture.showBuzzes-on .logo.episode {
  transform: translateX(0px); }

body.theme-pax #main-capture .player.drawing .drawing-marker {
  transform: translateY(-40px);
  opacity: 1; }

body.theme-pax #main-capture .player .drawing-marker {
  top: 0px !important;
  z-index: 0; }

body.theme-pax #main-capture .name-that-thing-capture-view .hints .hint.type-text {
  margin-bottom: 60px;
  margin-top: 30px; }

body.theme-pax .name-that-thing-reveal.hs-card-answers .answered .answer.red-box {
  display: none; }

body.theme-pax .name-that-thing-reveal.hs-card-answers .answered .thing-hints {
  -webkit-transform: translateX(-200px);
  -webkit-transition-delay: 0s; }

body.theme-pax .name-that-thing-reveal.hs-card-answers .answered .image-answer .image {
  top: 0px;
  opacity: 1;
  -webkit-transition-delay: 0.5s !important; }

body.theme-pax .name-that-thing-reveal.hs-card-answers .thing-hints {
  -webkit-transform: translateX(0px);
  -webkit-transition: transform 0.5s ease 0.5s; }

body.theme-pax .name-that-thing-reveal.hs-card-answers .answer.image-answer {
  -webkit-transition-delay: 0s; }

body.theme-pax .name-that-thing-reveal.hs-card-answers .answer.red-box {
  display: none; }

body.theme-pax .name-that-thing-reveal.hs-card-answers .image-answer {
  width: 286px;
  height: 395px;
  position: absolute;
  right: 0px;
  top: 0px;
  border: 1px solid red; }
  body.theme-pax .name-that-thing-reveal.hs-card-answers .image-answer .image {
    width: 100%;
    height: 100%;
    position: absolute; }

body.theme-pax .name-that-thing-capture-view .whats-in-box.answered .thing-hints {
  -webkit-transform: translateX(-200px);
  -webkit-transition-delay: 0s; }

body.theme-pax .name-that-thing-capture-view .whats-in-box.answered .image-answer .image {
  top: 0px;
  opacity: 1;
  -webkit-transition-delay: 0.5s !important; }

body.theme-pax .name-that-thing-capture-view .whats-in-box .thing-hints {
  -webkit-transform: translateX(0px);
  -webkit-transition: transform 0.5s ease 0.5s; }

body.theme-pax .name-that-thing-capture-view .whats-in-box .answer.image-answer {
  -webkit-transition-delay: 0s; }

body.theme-pax .name-that-thing-capture-view .whats-in-box .image-answer {
  width: 400px;
  height: 480px;
  position: absolute;
  top: 170px;
  right: 100px;
  z-index: 1; }
  body.theme-pax .name-that-thing-capture-view .whats-in-box .image-answer .image {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    -webkit-transition: opacity 1s linear;
    -webkit-transition-delay: 0s;
    top: -1000px; }

body.theme-pax .name-that-thing-capture-view .num-hints-1 .red-box.answer {
  bottom: 10px; }

body.theme-pax #main-capture .logo.episode {
  background-image: image-url("/images/themes/live/pax-logo-horz.png");
  width: 240px;
  height: 100px;
  left: 50px;
  top: 190px;
  z-index: 5; }

body.theme-pax #main-capture .logo.streamershowdown {
  z-index: 1; }

body.theme-live-twitchcon #main-capture .host-overlay {
  display: none; }

body.theme-live-twitchcon #main-capture .buzzes {
  display: none; }

body.theme-live-twitchcon #main-capture ul.players-list {
  height: 81px;
  right: 100px;
  bottom: 20px;
  margin: 0;
  padding: 0; }
  body.theme-live-twitchcon #main-capture ul.players-list li.player {
    height: 81px;
    width: 408px; }
    body.theme-live-twitchcon #main-capture ul.players-list li.player .overlay {
      background: url("/images/themes/live/player-bar.png") center center; }
    body.theme-live-twitchcon #main-capture ul.players-list li.player .name {
      bottom: 0px;
      height: 81px;
      line-height: 81px;
      left: 22px;
      padding: 0px; }
    body.theme-live-twitchcon #main-capture ul.players-list li.player .score {
      height: 81px;
      line-height: 81px;
      bottom: 0px; }
    body.theme-live-twitchcon #main-capture ul.players-list li.player .webcam-cover {
      display: none; }

body.theme-live-twitchcon #main-capture .drawing-capture-view,
body.theme-live-twitchcon #main-capture .name-that-thing-capture-view {
  width: 1572px;
  height: 820px;
  margin-left: -786px;
  left: 50%; }

body.theme-live-twitchcon #main-capture .family-feud-question-reveal {
  width: 1306px;
  position: absolute;
  left: 50%;
  margin-left: -653px;
  top: 55px;
  float: none; }

body.theme-live-twitchcon #main-capture .drawing-capture-view .drawing-board {
  top: 120px; }

body.theme-live-twitchcon #main-capture .family-feud-category-reveal {
  margin-left: -651px;
  position: absolute;
  float: none;
  left: 50%;
  top: 60px; }

body.theme-live-twitchcon #main-capture .hearts-list {
  left: auto;
  right: 5px;
  top: -30px; }

body.theme-live-twitchcon #game-area {
  width: 1572px;
  height: 820px;
  background: url("/images/themes/live/main-game-background.png") top center no-repeat; }

body.theme-live-twitchcon .name-that-thing-capture-view .red-box.answer {
  bottom: 40px; }

body.theme-live-twitchcon #medias-scorehighlight1,
body.theme-live-twitchcon #medias-scorehighlight2,
body.theme-live-twitchcon #medias-scorehighlight3 {
  top: 4px;
  left: -105px; }

body.theme-live-twitchcon #medias-wrong1,
body.theme-live-twitchcon #medias-wrong2,
body.theme-live-twitchcon #medias-wrong3,
body.theme-live-twitchcon #medias-heart1,
body.theme-live-twitchcon #medias-heart2,
body.theme-live-twitchcon #medias-heart3 {
  width: 1550px;
  height: 796px;
  top: 27px;
  left: 345px;
  z-index: 1000; }

body.theme-live-twitchcon #medias-buzzer1,
body.theme-live-twitchcon #medias-buzzer2,
body.theme-live-twitchcon #medias-buzzer3 {
  width: 1416px;
  top: 280px;
  height: auto; }

body.theme-live-twitchcon #medias-buzzer1 {
  left: 440px; }

body.theme-live-twitchcon #medias-buzzer2 {
  left: 891px; }

body.theme-live-twitchcon #medias-buzzer3 {
  left: 1344px; }

body.theme-live-twitchcon #main-capture .logo.streamershowdown {
  display: block;
  width: 578px;
  height: 453px;
  left: -120px;
  top: -120px;
  z-index: 0;
  background-image: url("/images/themes/live/ss-logo.png"); }

body.theme-live-twitchcon #main-capture .logo.episode {
  width: 135px;
  height: 296px;
  left: 100px;
  top: 190px; }

body.theme-live-twitchcon #main-capture .buzzes {
  display: block;
  left: 18px;
  top: 360px;
  width: 295px; }

body.theme-live-twitchcon #main-capture.showBuzzes-on .logo.episode {
  transform: translateX(0px); }

body.theme-live-twitchcon #main-capture .player.drawing .drawing-marker {
  transform: translateY(-40px);
  opacity: 1; }

body.theme-live-twitchcon #main-capture .player .drawing-marker {
  top: 0px !important;
  z-index: 0; }

body.theme-live-twitchcon #main-capture .name-that-thing-capture-view .hints .hint.type-text {
  margin-bottom: 60px;
  margin-top: 30px; }

body.theme-live-twitchcon .name-that-thing-reveal.hs-card-answers .answered .answer.red-box {
  display: none; }

body.theme-live-twitchcon .name-that-thing-reveal.hs-card-answers .answered .thing-hints {
  -webkit-transform: translateX(-200px);
  -webkit-transition-delay: 0s; }

body.theme-live-twitchcon .name-that-thing-reveal.hs-card-answers .answered .image-answer .image {
  top: 0px;
  opacity: 1;
  -webkit-transition-delay: 0.5s !important; }

body.theme-live-twitchcon .name-that-thing-reveal.hs-card-answers .thing-hints {
  -webkit-transform: translateX(0px);
  -webkit-transition: transform 0.5s ease 0.5s; }

body.theme-live-twitchcon .name-that-thing-reveal.hs-card-answers .answer.image-answer {
  -webkit-transition-delay: 0s; }

body.theme-live-twitchcon .name-that-thing-reveal.hs-card-answers .answer.red-box {
  display: none; }

body.theme-live-twitchcon .name-that-thing-reveal.hs-card-answers .image-answer {
  width: 286px;
  height: 395px;
  position: absolute;
  right: 0px;
  top: 0px;
  border: 1px solid red; }
  body.theme-live-twitchcon .name-that-thing-reveal.hs-card-answers .image-answer .image {
    width: 100%;
    height: 100%;
    position: absolute; }

body.theme-live-twitchcon .name-that-thing-capture-view .whats-in-box.answered .thing-hints {
  -webkit-transform: translateX(-200px);
  -webkit-transition-delay: 0s; }

body.theme-live-twitchcon .name-that-thing-capture-view .whats-in-box.answered .image-answer .image {
  top: 0px;
  opacity: 1;
  -webkit-transition-delay: 0.5s !important; }

body.theme-live-twitchcon .name-that-thing-capture-view .whats-in-box .thing-hints {
  -webkit-transform: translateX(0px);
  -webkit-transition: transform 0.5s ease 0.5s; }

body.theme-live-twitchcon .name-that-thing-capture-view .whats-in-box .answer.image-answer {
  -webkit-transition-delay: 0s; }

body.theme-live-twitchcon .name-that-thing-capture-view .whats-in-box .image-answer {
  width: 400px;
  height: 480px;
  position: absolute;
  top: 170px;
  right: 100px;
  z-index: 1; }
  body.theme-live-twitchcon .name-that-thing-capture-view .whats-in-box .image-answer .image {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    -webkit-transition: opacity 1s linear;
    -webkit-transition-delay: 0s;
    top: -1000px; }

body.theme-live-twitchcon .name-that-thing-capture-view .num-hints-1 .red-box.answer {
  bottom: 10px; }

body.theme-live-twitchcon .matcherino-notifier-container,
body.theme-live-twitchcon .matcherino-status-container {
  display: none; }

body.theme-live-twitchcon #main-capture .logo.episode {
  background-image: url("/images/themes/twitchcon2018/logo.png");
  width: 230px;
  height: 500px;
  background-position: top center;
  left: 0px;
  top: 180px;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.95);
  background-size: 90% auto;
  background-position: center center;
  height: 130px;
  border: 3px solid #6441A4;
  top: 0px;
  position: absolute;
  top: 190px !important;
  left: 47px !important; }

body.theme-live-twitchcon #main-capture .logo.streamershowdown {
  z-index: 1; }

body.theme-live #main-capture .host-overlay {
  display: none; }

body.theme-live #main-capture .buzzes {
  display: none; }

body.theme-live #main-capture ul.players-list {
  height: 81px;
  right: 100px;
  bottom: 20px;
  margin: 0;
  padding: 0; }
  body.theme-live #main-capture ul.players-list li.player {
    height: 81px;
    width: 408px; }
    body.theme-live #main-capture ul.players-list li.player .overlay {
      background: url("/images/themes/live/player-bar.png") center center; }
    body.theme-live #main-capture ul.players-list li.player .name {
      bottom: 0px;
      height: 81px;
      line-height: 81px;
      left: 22px;
      padding: 0px; }
    body.theme-live #main-capture ul.players-list li.player .score {
      height: 81px;
      line-height: 81px;
      bottom: 0px; }
    body.theme-live #main-capture ul.players-list li.player .webcam-cover {
      display: none; }

body.theme-live #main-capture .drawing-capture-view,
body.theme-live #main-capture .name-that-thing-capture-view {
  width: 1572px;
  height: 820px;
  margin-left: -786px;
  left: 50%; }

body.theme-live #main-capture .family-feud-question-reveal {
  width: 1306px;
  position: absolute;
  left: 50%;
  margin-left: -653px;
  top: 55px;
  float: none; }

body.theme-live #main-capture .drawing-capture-view .drawing-board {
  top: 120px; }

body.theme-live #main-capture .family-feud-category-reveal {
  margin-left: -651px;
  position: absolute;
  float: none;
  left: 50%;
  top: 60px; }

body.theme-live #main-capture .hearts-list {
  left: auto;
  right: 5px;
  top: -30px; }

body.theme-live #game-area {
  width: 1572px;
  height: 820px;
  background: url("/images/themes/live/main-game-background.png") top center no-repeat; }

body.theme-live .name-that-thing-capture-view .red-box.answer {
  bottom: 40px; }

body.theme-live #medias-scorehighlight1,
body.theme-live #medias-scorehighlight2,
body.theme-live #medias-scorehighlight3 {
  top: 4px;
  left: -105px; }

body.theme-live #medias-wrong1,
body.theme-live #medias-wrong2,
body.theme-live #medias-wrong3,
body.theme-live #medias-heart1,
body.theme-live #medias-heart2,
body.theme-live #medias-heart3 {
  width: 1550px;
  height: 796px;
  top: 27px;
  left: 345px;
  z-index: 1000; }

body.theme-live #medias-buzzer1,
body.theme-live #medias-buzzer2,
body.theme-live #medias-buzzer3 {
  width: 1416px;
  top: 280px;
  height: auto; }

body.theme-live #medias-buzzer1 {
  left: 440px; }

body.theme-live #medias-buzzer2 {
  left: 891px; }

body.theme-live #medias-buzzer3 {
  left: 1344px; }

body.theme-live #main-capture .logo.streamershowdown {
  display: block;
  width: 578px;
  height: 453px;
  left: -120px;
  top: -120px;
  z-index: 0;
  background-image: url("/images/themes/live/ss-logo.png"); }

body.theme-live #main-capture .logo.episode {
  width: 135px;
  height: 296px;
  left: 100px;
  top: 190px; }

body.theme-live #main-capture .buzzes {
  display: block;
  left: 18px;
  top: 360px;
  width: 295px; }

body.theme-live #main-capture.showBuzzes-on .logo.episode {
  transform: translateX(0px); }

body.theme-live #main-capture .player.drawing .drawing-marker {
  transform: translateY(-40px);
  opacity: 1; }

body.theme-live #main-capture .player .drawing-marker {
  top: 0px !important;
  z-index: 0; }

body.theme-live #main-capture .name-that-thing-capture-view .hints .hint.type-text {
  margin-bottom: 60px;
  margin-top: 30px; }

body.theme-live .name-that-thing-reveal.hs-card-answers .answered .answer.red-box {
  display: none; }

body.theme-live .name-that-thing-reveal.hs-card-answers .answered .thing-hints {
  -webkit-transform: translateX(-200px);
  -webkit-transition-delay: 0s; }

body.theme-live .name-that-thing-reveal.hs-card-answers .answered .image-answer .image {
  top: 0px;
  opacity: 1;
  -webkit-transition-delay: 0.5s !important; }

body.theme-live .name-that-thing-reveal.hs-card-answers .thing-hints {
  -webkit-transform: translateX(0px);
  -webkit-transition: transform 0.5s ease 0.5s; }

body.theme-live .name-that-thing-reveal.hs-card-answers .answer.image-answer {
  -webkit-transition-delay: 0s; }

body.theme-live .name-that-thing-reveal.hs-card-answers .answer.red-box {
  display: none; }

body.theme-live .name-that-thing-reveal.hs-card-answers .image-answer {
  width: 286px;
  height: 395px;
  position: absolute;
  right: 0px;
  top: 0px;
  border: 1px solid red; }
  body.theme-live .name-that-thing-reveal.hs-card-answers .image-answer .image {
    width: 100%;
    height: 100%;
    position: absolute; }

body.theme-live .name-that-thing-capture-view .whats-in-box.answered .thing-hints {
  -webkit-transform: translateX(-200px);
  -webkit-transition-delay: 0s; }

body.theme-live .name-that-thing-capture-view .whats-in-box.answered .image-answer .image {
  top: 0px;
  opacity: 1;
  -webkit-transition-delay: 0.5s !important; }

body.theme-live .name-that-thing-capture-view .whats-in-box .thing-hints {
  -webkit-transform: translateX(0px);
  -webkit-transition: transform 0.5s ease 0.5s; }

body.theme-live .name-that-thing-capture-view .whats-in-box .answer.image-answer {
  -webkit-transition-delay: 0s; }

body.theme-live .name-that-thing-capture-view .whats-in-box .image-answer {
  width: 400px;
  height: 480px;
  position: absolute;
  top: 170px;
  right: 100px;
  z-index: 1; }
  body.theme-live .name-that-thing-capture-view .whats-in-box .image-answer .image {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    -webkit-transition: opacity 1s linear;
    -webkit-transition-delay: 0s;
    top: -1000px; }

body.theme-live .name-that-thing-capture-view .num-hints-1 .red-box.answer {
  bottom: 10px; }

body.theme-matcherino-ting .logo.sponsor1 {
  width: 436px;
  height: 74px;
  background-image: url(/images/themes/matcherino/matcherino.png); }

body.theme-matcherino-ting #discussion-capture .logo.sponsor1 {
  top: 315px;
  left: 108px; }

body.theme-matcherino-ting #signoff-capture .logo.sponsor1 {
  bottom: 15px;
  left: 50%;
  margin-left: -218px; }

body.theme-matcherino-ting #countdown-capture .logo.sponsor1 {
  margin-left: 0;
  left: 80px;
  top: 135px;
  z-index: 22; }

body.theme-matcherino-ting #main-capture .logo.sponsor1 {
  display: none; }

body.theme-matcherino-ting .sav-capture-split-view .logo.sponsor1 {
  display: none; }

body.theme-matcherino-ting .logo.sponsor2 {
  background: url(/images/themes/ting/ting-main2.png) bottom center no-repeat;
  width: 590px;
  height: 200px;
  background-size: contain;
  bottom: 0px; }

body.theme-matcherino-ting #countdown-capture .sponsor2,
body.theme-matcherino-ting .sav-capture-split-view .sponsor2 {
  display: none; }

body.theme-matcherino-ting #discussion-capture .logo.sponsor2 {
  background: url(/images/themes/ting/logo-blue-horz.png) bottom center no-repeat;
  background-size: contain;
  width: 516px;
  height: 154px;
  top: 120px;
  left: 68px; }

body.theme-matcherino-ting #signoff-capture .logo.sponsor2 {
  left: 50%;
  margin-left: -250px;
  background-image: url(/images/themes/ting/logo-blue-horz.png);
  bottom: 100px;
  width: 500px; }

.player-bg, body.theme-meetcompete_5p .red-box,
body.theme-meetcompete_5p .drawing-capture-view .drawing-answer,
body.theme-meetcompete_5p .answer.red-box, body.theme-meetcompete_5p #main-capture ul.players-list li.player .player-plate, body.theme-meetcompete_5p #main-meetcompete-blue-capture ul.players-list li.player .player-plate, body.theme-meetcompete_5p #main-meetcompete-red-capture ul.players-list li.player .player-plate {
  background: none;
    background-border: none; }

.blink, body.theme-meetcompete_5p #main-capture ul.players-list li.player.buzzed .buzzer-overlay, body.theme-meetcompete_5p #main-meetcompete-blue-capture ul.players-list li.player.buzzed .buzzer-overlay, body.theme-meetcompete_5p #main-meetcompete-red-capture ul.players-list li.player.buzzed .buzzer-overlay {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite; }

@keyframes blink-animation {
  to {
    visibility: hidden;
    background-color: yellow; } }

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
    background-color: yellow; } }

#show-nav {
  background-image: none !important; }

body.capturing {
  background: none !important; }

.clarendon, body.theme-meetcompete_5p .game-container .sav-question-container .sav-submission-points,
body.theme-meetcompete_5p .game-container .sav-question-container .sav-submission-votes,
body.theme-meetcompete_5p .game-container .sav-question-container .author {
  font-family: "Clarendon";
  letter-spacing: 1px; }

.tungsten, body.theme-meetcompete_5p .improv-capture-view .hints .hint.reveal-type-fade.type-text, body.theme-meetcompete_5p improv-capture span, body.theme-meetcompete_5p .teamtrivia-capture-view .hints .hint.reveal-type-fade.type-text, body.theme-meetcompete_5p namethatthing-capture span {
  font-family: "tungsten";
  letter-spacing: 1px; }

.madetommy, body.theme-meetcompete_5p .family-feud-question-reveal, body.theme-meetcompete_5p .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text, body.theme-meetcompete_5p namethatthing-capture span, body.theme-meetcompete_5p .typedanswers-capture-view .submissions-area.num-players-3, body.theme-meetcompete_5p .typedanswers-capture-view .submissions-area.num-players-3 .submission, body.theme-meetcompete_5p .typedanswers-capture-view .submissions-area.num-players-3 .player-name, body.theme-meetcompete_5p .typedanswers-capture-view .title-area, body.theme-meetcompete_5p #discussion-capture, body.theme-meetcompete_5p #discussion-capture .host-name,
body.theme-meetcompete_5p #discussion-capture .name, body.theme-meetcompete_5p #countdown-capture .player-name, body.theme-meetcompete_5p #countdown-capture .countdown-container .countdown-title div, body.theme-meetcompete_5p #countdown-capture .countdown, body.theme-meetcompete_5p #countdown-capture .counting, body.theme-meetcompete_5p .red-box,
body.theme-meetcompete_5p .drawing-capture-view .drawing-answer,
body.theme-meetcompete_5p .answer.red-box, body.theme-meetcompete_5p .title-box, body.theme-meetcompete_5p .game-box, body.theme-meetcompete_5p #main-capture .buzzes li, body.theme-meetcompete_5p #main-meetcompete-blue-capture .buzzes li, body.theme-meetcompete_5p #main-meetcompete-red-capture .buzzes li, body.theme-meetcompete_5p #main-capture .host-overlay .host-name, body.theme-meetcompete_5p #main-meetcompete-blue-capture .host-overlay .host-name, body.theme-meetcompete_5p #main-meetcompete-red-capture .host-overlay .host-name, body.theme-meetcompete_5p #main-capture ul.players-list li.player, body.theme-meetcompete_5p #main-meetcompete-blue-capture ul.players-list li.player, body.theme-meetcompete_5p #main-meetcompete-red-capture ul.players-list li.player, body.theme-meetcompete_5p #main-capture ul.players-list li.player .player-plate .score, body.theme-meetcompete_5p #main-meetcompete-blue-capture ul.players-list li.player .player-plate .score, body.theme-meetcompete_5p #main-meetcompete-red-capture ul.players-list li.player .player-plate .score {
  font-family: "MadeTommy";
  letter-spacing: 1px; }

body.theme-meetcompete_5p {
  background: unset;
  background-color: #14a0e2; }
  body.theme-meetcompete_5p .logo.episode {
    background-image: url(/images/episodes/valorant/logo.png); }
  body.theme-meetcompete_5p #production .panel-players-list .hearts-list, body.theme-meetcompete_5p #player-view .panel-players-list .hearts-list {
    position: absolute;
    left: 50%;
    margin-top: -25px !important; }
  body.theme-meetcompete_5p #production .family-feud-question-reveal, body.theme-meetcompete_5p #player-view .family-feud-question-reveal {
    height: 100%;
    background-image: url(/images/themes/meetcompete_5p/gameboard/default/game-board.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 2px solid #e0b360; }
    body.theme-meetcompete_5p #production .family-feud-question-reveal .question-name, body.theme-meetcompete_5p #player-view .family-feud-question-reveal .question-name {
      background-image: none !important;
      background-color: #fcf5e8;
      border: 1px solid #e0b360;
      color: #4e323f;
      text-shadow: none;
      border-radius: 10px;
      display: flex;
      align-items: center; }
      body.theme-meetcompete_5p #production .family-feud-question-reveal .question-name table td, body.theme-meetcompete_5p #player-view .family-feud-question-reveal .question-name table td {
        font-size: 40px; }
    body.theme-meetcompete_5p #production .family-feud-question-reveal .answers, body.theme-meetcompete_5p #player-view .family-feud-question-reveal .answers {
      row-gap: 20px; }
      body.theme-meetcompete_5p #production .family-feud-question-reveal .answers .answer, body.theme-meetcompete_5p #player-view .family-feud-question-reveal .answers .answer {
        height: 75px;
        color: #4e323f !important; }
        body.theme-meetcompete_5p #production .family-feud-question-reveal .answers .answer table, body.theme-meetcompete_5p #player-view .family-feud-question-reveal .answers .answer table {
          height: 75px; }
          body.theme-meetcompete_5p #production .family-feud-question-reveal .answers .answer table td, body.theme-meetcompete_5p #player-view .family-feud-question-reveal .answers .answer table td {
            font-size: 28px !important; }
        body.theme-meetcompete_5p #production .family-feud-question-reveal .answers .answer .points, body.theme-meetcompete_5p #player-view .family-feud-question-reveal .answers .answer .points {
          font-size: 28px;
          height: 75px !important; }
  body.theme-meetcompete_5p .capture-area .grey-film {
    display: none !important; }
    body.theme-meetcompete_5p .capture-area .grey-film::after {
      left: -1px; }
  body.theme-meetcompete_5p .family-feud-capture-view {
    height: 100%;
    background-image: url(/images/themes/meetcompete_5p/gameboard/default/game-board.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 2px solid #e0b360; }
  body.theme-meetcompete_5p .family-feud-question-reveal {
    width: 100%;
    margin-left: unset;
    padding-top: 20px;
    float: unset;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 20px; }
    body.theme-meetcompete_5p .family-feud-question-reveal .question-name {
      height: 100px;
      margin: 0px;
      margin-left: 80px;
      margin-right: 80px;
      background-image: none !important;
      background-color: #f4e6d0;
      border: 3px solid #e0b360;
      color: #4e323f;
      text-shadow: none;
      border-radius: 20px;
      display: flex;
      align-items: center; }
      body.theme-meetcompete_5p .family-feud-question-reveal .question-name table {
        height: 100%; }
        body.theme-meetcompete_5p .family-feud-question-reveal .question-name table td {
          font-size: 33px;
          height: 100px;
          padding: unset; }
    body.theme-meetcompete_5p .family-feud-question-reveal .answers {
      width: auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-auto-flow: column;
      grid-template-rows: repeat(4, 1fr);
      padding: 0px;
      float: unset;
      column-gap: 20px;
      row-gap: 20px;
      padding-left: 80px;
      padding-right: 80px;
      margin-bottom: 20px; }
      body.theme-meetcompete_5p .family-feud-question-reveal .answers .answer {
        background-image: none !important;
        background-color: #f4e6d0;
        border: 3px solid #e0b360;
        padding-top: 0px;
        width: 100%;
        border-radius: 20px;
        height: 100px;
        font-size: 28px !important;
        margin: unset;
        padding: unset;
        text-shadow: none;
        color: #4e323f; }
        body.theme-meetcompete_5p .family-feud-question-reveal .answers .answer table {
          width: 100%;
          height: 94px;
          text-align: left; }
          body.theme-meetcompete_5p .family-feud-question-reveal .answers .answer table td {
            padding: 0 10px;
            line-height: 0.9em;
            font-size: 28px !important;
            padding-left: 60px; }
          body.theme-meetcompete_5p .family-feud-question-reveal .answers .answer table.text-len-10 {
            font-size: 28px; }
          body.theme-meetcompete_5p .family-feud-question-reveal .answers .answer table.text-len-20 {
            font-size: 25px; }
          body.theme-meetcompete_5p .family-feud-question-reveal .answers .answer table.text-len-30 {
            font-size: 22px; }
          body.theme-meetcompete_5p .family-feud-question-reveal .answers .answer table.text-len-40 {
            font-size: 18px; }
          body.theme-meetcompete_5p .family-feud-question-reveal .answers .answer table.text-len-50 {
            font-size: 14px; }
        body.theme-meetcompete_5p .family-feud-question-reveal .answers .answer:before {
          background-image: unset !important;
          background-color: #232323 !important;
          border-radius: 15px !important; }
        body.theme-meetcompete_5p .family-feud-question-reveal .answers .answer.notshown {
          width: 100%;
          margin-left: 0px; }
          body.theme-meetcompete_5p .family-feud-question-reveal .answers .answer.notshown:before {
            opacity: 1;
            background-color: #061c29;
            top: 0px;
            left: 0%;
            margin: 0px;
            border: 1px solid #e0b360;
            border-radius: 20px; }
        body.theme-meetcompete_5p .family-feud-question-reveal .answers .answer .text-length-classes {
          height: 94px; }
        body.theme-meetcompete_5p .family-feud-question-reveal .answers .answer .points {
          border-left: 4px solid rgba(178, 117, 0, 0.25);
          right: 0px;
          padding-top: 0px;
          width: 110px;
          top: -1px;
          height: 94px !important;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 28px;
          text-shadow: none;
          color: #4e323f;
          top: -1px;
          border: none; }
  body.theme-meetcompete_5p #production .name-that-thing-capture-view .title-box, body.theme-meetcompete_5p #player-view .name-that-thing-capture-view .title-box {
    background-color: none !important;
    top: -3px !important;
    height: 90px;
    border-radius: 10px;
    font-size: 37px; }
  body.theme-meetcompete_5p #production .name-that-thing-capture-view.hint-type-zoomOut .hint, body.theme-meetcompete_5p #player-view .name-that-thing-capture-view.hint-type-zoomOut .hint {
    background-color: unset !important; }
  body.theme-meetcompete_5p #production .name-that-thing-capture-view.audio .hint, body.theme-meetcompete_5p #player-view .name-that-thing-capture-view.audio .hint {
    background-color: rgba(155, 81, 224, 0.7) !important;
    border: 1px solid #e1e1e1; }
  body.theme-meetcompete_5p #production .name-that-thing-capture-view.audio .audio-container, body.theme-meetcompete_5p #player-view .name-that-thing-capture-view.audio .audio-container {
    background: none !important;
    width: 96.4%;
    height: 50px;
    left: 0px;
    margin-left: 24px;
    top: 57% !important; }
    body.theme-meetcompete_5p #production .name-that-thing-capture-view.audio .audio-container .audio-icon, body.theme-meetcompete_5p #player-view .name-that-thing-capture-view.audio .audio-container .audio-icon {
      width: 50px;
      height: 50px;
      top: -85px; }
  body.theme-meetcompete_5p #production .name-that-thing-capture-view .hints, body.theme-meetcompete_5p #player-view .name-that-thing-capture-view .hints {
    min-height: fit-content;
    padding-left: 2%;
    padding-right: 2%; }
    body.theme-meetcompete_5p #production .name-that-thing-capture-view .hints.imageToImage .audio-container,
    body.theme-meetcompete_5p #production .name-that-thing-capture-view .hints.imageToImage .video-container,
    body.theme-meetcompete_5p #production .name-that-thing-capture-view .hints.imageToImage .fade, body.theme-meetcompete_5p #player-view .name-that-thing-capture-view .hints.imageToImage .audio-container,
    body.theme-meetcompete_5p #player-view .name-that-thing-capture-view .hints.imageToImage .video-container,
    body.theme-meetcompete_5p #player-view .name-that-thing-capture-view .hints.imageToImage .fade {
      display: none !important; }
    body.theme-meetcompete_5p #production .name-that-thing-capture-view .hints .hint, body.theme-meetcompete_5p #player-view .name-that-thing-capture-view .hints .hint {
      height: 80px !important;
      font-size: 40px !important;
      background-color: #f4e6d0;
      border: 1px solid #e0b360;
      border-radius: 20px;
      color: #4e323f !important; }
      body.theme-meetcompete_5p #production .name-that-thing-capture-view .hints .hint.type-image-to-image, body.theme-meetcompete_5p #player-view .name-that-thing-capture-view .hints .hint.type-image-to-image {
        background-color: unset !important;
        border: none !important; }
  body.theme-meetcompete_5p #production .name-that-thing-capture-view .question-meta .game-box-left, body.theme-meetcompete_5p #player-view .name-that-thing-capture-view .question-meta .game-box-left {
    background-image: none;
    background-color: #f4e6d0;
    border: 2px solid #e0b360;
    height: 60px;
    border-radius: 20px;
    color: #4e323f;
    width: 300px;
    font-size: 30px !important;
    box-shadow: none; }
  body.theme-meetcompete_5p #production .name-that-thing-capture-view .question-meta .game-box-right, body.theme-meetcompete_5p #player-view .name-that-thing-capture-view .question-meta .game-box-right {
    background-image: none;
    background-color: #f4e6d0;
    height: 60px;
    border-radius: 20px;
    border: 2px solid #e0b360;
    color: #4e323f;
    width: 300px;
    font-size: 30px !important;
    box-shadow: none; }
  body.theme-meetcompete_5p #production .name-that-thing-capture-view .answer.red-box, body.theme-meetcompete_5p #player-view .name-that-thing-capture-view .answer.red-box {
    bottom: -20px !important;
    height: 80px !important;
    margin-left: 2%;
    width: 96%;
    background-image: none;
    border: none;
    background-color: #232323;
    border-radius: 20px; }
    body.theme-meetcompete_5p #production .name-that-thing-capture-view .answer.red-box span, body.theme-meetcompete_5p #player-view .name-that-thing-capture-view .answer.red-box span {
      font-size: 40px !important; }
  body.theme-meetcompete_5p .name-that-thing-capture-view {
    background-image: url(/images/themes/meetcompete_5p/gameboard/default/game-board.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: none !important;
    left: unset;
    margin-left: unset;
    width: 100%;
    height: 100%;
    position: static; }
    body.theme-meetcompete_5p .name-that-thing-capture-view .hints-container {
      top: 4% !important;
      height: 96% !important; }
    body.theme-meetcompete_5p .name-that-thing-capture-view .active-question {
      height: 80%; }
      body.theme-meetcompete_5p .name-that-thing-capture-view .active-question .audio .hint {
        background-color: rgba(155, 81, 224, 0.7) !important;
        border: 1px solid #e1e1e1; }
      body.theme-meetcompete_5p .name-that-thing-capture-view .active-question .hints {
        height: 100%;
        padding-left: 5%;
        padding-right: 5%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        min-height: fit-content; }
        body.theme-meetcompete_5p .name-that-thing-capture-view .active-question .hints.imageToImage .audio-container,
        body.theme-meetcompete_5p .name-that-thing-capture-view .active-question .hints.imageToImage .video-container,
        body.theme-meetcompete_5p .name-that-thing-capture-view .active-question .hints.imageToImage .fade {
          display: none !important; }
        body.theme-meetcompete_5p .name-that-thing-capture-view .active-question .hints .hint {
          width: 100% !important;
          display: flex;
          align-items: center;
          justify-content: center;
          background-image: none !important;
          background-color: #f4e6d0;
          border: 2px solid #e0b360;
          color: #4e323f !important;
          border-radius: 20px;
          height: 70px !important;
          text-shadow: none;
          box-shadow: none;
          font-size: 40px !important; }
          body.theme-meetcompete_5p .name-that-thing-capture-view .active-question .hints .hint.type-image-to-image {
            background-color: unset !important;
            border: none !important; }
          body.theme-meetcompete_5p .name-that-thing-capture-view .active-question .hints .hint .image-container .image {
            transition-delay: 2s;
            transform: scale(1.5);
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            height: 300px !important;
            width: 526px;
            margin-left: -263px;
            left: 50%;
            position: absolute;
            margin-top: 6%; }
          body.theme-meetcompete_5p .name-that-thing-capture-view .active-question .hints .hint.type-image-to-image .image-container .image {
            margin-top: -10%; }
    body.theme-meetcompete_5p .name-that-thing-capture-view .answer.red-box {
      position: relative;
      bottom: 0px;
      margin-top: 30px;
      color: #fff !important;
      font-size: 64px !important;
      width: 90%;
      left: unset;
      margin-left: 5%;
      height: 80px !important;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #232323;
      border-radius: 20px; }
      body.theme-meetcompete_5p .name-that-thing-capture-view .answer.red-box span {
        font-size: 45px !important;
        margin-top: 2px !important; }
    body.theme-meetcompete_5p .name-that-thing-capture-view .title-box {
      width: 370px;
      margin-left: unset;
      top: 4px;
      background-size: cover;
      margin-left: -183px;
      padding-top: unset;
      left: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url(/images/themes/meetcompete_5p/gameboard/default/header.png);
      background-color: none !important;
      height: 70px;
      font-size: 37px;
      border-radius: 0px;
      border-bottom-right-radius: 24px;
      border-bottom-left-radius: 24px; }
    body.theme-meetcompete_5p .name-that-thing-capture-view .thing-meta {
      padding: 0px; }
    body.theme-meetcompete_5p .name-that-thing-capture-view .question-meta .game-box {
      margin-top: -40px;
      position: absolute;
      top: 40px;
      width: 300px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 30px !important;
      gap: 10px;
      background-image: none;
      background-color: #f4e6d0;
      border: 2px solid #e0b360;
      height: 60px;
      border-radius: 20px;
      color: #4e323f !important; }
    body.theme-meetcompete_5p .name-that-thing-capture-view .question-meta .game-box-left {
      left: 5%; }
    body.theme-meetcompete_5p .name-that-thing-capture-view .question-meta .game-box-right {
      right: 5%; }
    body.theme-meetcompete_5p .name-that-thing-capture-view.hint-type-zoomOut .hint {
      background-color: unset !important; }
    body.theme-meetcompete_5p .name-that-thing-capture-view.audio {
      background-image: url(/images/themes/meetcompete_5p/gameboard/default/game-board.png);
      background-size: cover;
      border-radius: 20px;
      border: 2px solid #e1e1e1; }
      body.theme-meetcompete_5p .name-that-thing-capture-view.audio .answer.red-box {
        bottom: 80px; }
      body.theme-meetcompete_5p .name-that-thing-capture-view.audio .hint {
        box-shadow: none !important;
        background-color: rgba(155, 81, 224, 0.7) !important;
        border: 1px solid #e1e1e1; }
        body.theme-meetcompete_5p .name-that-thing-capture-view.audio .hint.type-image-to-image {
          background-color: unset !important;
          border: none !important; }
        body.theme-meetcompete_5p .name-that-thing-capture-view.audio .hint .audio-container {
          top: 56%;
          background: none;
          border: none;
          height: 60px;
          width: 90.2%;
          margin-left: 0px;
          left: 55px; }
          body.theme-meetcompete_5p .name-that-thing-capture-view.audio .hint .audio-container .audio-icon {
            position: absolute;
            top: -150px;
            left: 45%;
            width: 100px;
            height: 100px;
            background: url(/images/themes/vshojo-chaos/audio-icon.png) center center no-repeat;
            background-size: cover; }
  body.theme-meetcompete_5p .num-hints-1 .hint.type-image .image-border {
    background: none !important; }
  body.theme-meetcompete_5p .name-that-thing-capture-view .hints {
    padding-top: 90px; }
    body.theme-meetcompete_5p .name-that-thing-capture-view .hints.simpleImage {
      padding-top: 180px; }
      body.theme-meetcompete_5p .name-that-thing-capture-view .hints.simpleImage .hint {
        background-color: transparent !important;
        border: none !important; }
        body.theme-meetcompete_5p .name-that-thing-capture-view .hints.simpleImage .hint .image-container {
          background-color: transparent !important; }
  body.theme-meetcompete_5p .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text {
    margin: 0 auto 20px auto;
    font-size: 32px; }
  body.theme-meetcompete_5p namethatthing-capture span {
    display: block;
    color: #fff;
    font-size: 34px;
    margin-top: -5px; }
  body.theme-meetcompete_5p #production .improv-capture-view .title-box, body.theme-meetcompete_5p #player-view .improv-capture-view .title-box {
    background-color: none !important;
    top: -3px !important;
    height: 90px;
    border-radius: 10px;
    font-size: 45px; }
  body.theme-meetcompete_5p #production .improv-capture-view.hint-type-zoomOut .hint, body.theme-meetcompete_5p #player-view .improv-capture-view.hint-type-zoomOut .hint {
    background-color: unset !important; }
  body.theme-meetcompete_5p #production .improv-capture-view.audio .hint, body.theme-meetcompete_5p #player-view .improv-capture-view.audio .hint {
    box-shadow: none !important;
    background-color: rgba(155, 81, 224, 0.7) !important;
    border: 1px solid #e1e1e1; }
    body.theme-meetcompete_5p #production .improv-capture-view.audio .hint .audio-container, body.theme-meetcompete_5p #player-view .improv-capture-view.audio .hint .audio-container {
      top: 56%;
      background: none;
      border: none;
      height: 60px;
      width: 90.2%;
      margin-left: 0px;
      left: 55px; }
      body.theme-meetcompete_5p #production .improv-capture-view.audio .hint .audio-container .audio-icon, body.theme-meetcompete_5p #player-view .improv-capture-view.audio .hint .audio-container .audio-icon {
        position: absolute;
        top: -150px;
        left: 45%;
        width: 100px;
        height: 100px;
        background: url(/images/themes/vshojo-chaos/audio-icon.png) center center no-repeat;
        background-size: cover; }
  body.theme-meetcompete_5p #production .improv-capture-view .hints, body.theme-meetcompete_5p #player-view .improv-capture-view .hints {
    padding-left: 2%;
    padding-right: 2%; }
    body.theme-meetcompete_5p #production .improv-capture-view .hints .hint, body.theme-meetcompete_5p #player-view .improv-capture-view .hints .hint {
      height: 80px !important;
      font-size: 40px !important; }
  body.theme-meetcompete_5p #production .improv-capture-view .question-meta .game-box, body.theme-meetcompete_5p #player-view .improv-capture-view .question-meta .game-box {
    background-image: none;
    background-color: #f6e9cf;
    border: 2px solid #e0b360;
    height: 60px;
    border-radius: 20px;
    color: #000;
    width: 300px;
    font-size: 30px !important;
    box-shadow: none; }
  body.theme-meetcompete_5p #production .improv-capture-view .question-meta .game-box-left, body.theme-meetcompete_5p #player-view .improv-capture-view .question-meta .game-box-left {
    background-image: none;
    background-color: #f6e9cf;
    border: 2px solid #e0b360;
    height: 60px;
    border-radius: 20px;
    color: #000;
    width: 300px;
    font-size: 30px !important;
    box-shadow: none; }
  body.theme-meetcompete_5p #production .improv-capture-view .question-meta .game-box-right, body.theme-meetcompete_5p #player-view .improv-capture-view .question-meta .game-box-right {
    background-image: none;
    background-color: #f6e9cf;
    height: 60px;
    border-radius: 20px;
    border: 2px solid #e0b360;
    color: #000;
    width: 300px;
    font-size: 30px !important;
    box-shadow: none; }
  body.theme-meetcompete_5p #production .improv-capture-view .answer.red-box, body.theme-meetcompete_5p #player-view .improv-capture-view .answer.red-box {
    bottom: -20px !important;
    height: 80px !important;
    margin-left: 2%;
    width: 96%;
    background-image: none;
    border: none;
    background-color: #232323;
    border-radius: 20px; }
    body.theme-meetcompete_5p #production .improv-capture-view .answer.red-box span, body.theme-meetcompete_5p #player-view .improv-capture-view .answer.red-box span {
      font-size: 40px !important; }
  body.theme-meetcompete_5p .improv-capture-view {
    background-image: url(/images/themes/chromashift2025_4p/gameboard/default/game-board.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: unset;
    left: unset;
    margin-left: unset;
    width: 100%;
    height: 100%;
    position: static; }
    body.theme-meetcompete_5p .improv-capture-view .hints-container {
      top: 4% !important;
      height: 96% !important; }
    body.theme-meetcompete_5p .improv-capture-view .active-question {
      height: 80%; }
      body.theme-meetcompete_5p .improv-capture-view .active-question .audio .hint {
        background-color: rgba(155, 81, 224, 0.7) !important;
        border: 1px solid #e1e1e1; }
      body.theme-meetcompete_5p .improv-capture-view .active-question .hints {
        height: 100%;
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        min-height: unset !important; }
        body.theme-meetcompete_5p .improv-capture-view .active-question .hints .hint {
          width: 100% !important;
          display: flex;
          align-items: center;
          justify-content: center;
          background-image: none !important;
          border-radius: 10px;
          height: 70px !important;
          color: #000 !important;
          text-shadow: none;
          box-shadow: none;
          font-size: 40px !important; }
          body.theme-meetcompete_5p .improv-capture-view .active-question .hints .hint .image-container .image {
            transition-delay: 2s;
            transform: scale(1.5);
            background-position: center;
            background-size: 90%;
            background-repeat: no-repeat;
            height: 300px !important;
            width: 500px;
            margin-left: -240px;
            left: 50%;
            position: absolute;
            margin-top: 6%; }
    body.theme-meetcompete_5p .improv-capture-view .answer.red-box {
      position: relative;
      bottom: 0px;
      margin-top: 0px;
      color: #fff !important;
      font-size: 64px !important;
      width: 90%;
      left: unset;
      margin-left: 5%;
      height: 100px !important;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #232323;
      border-radius: 20px; }
      body.theme-meetcompete_5p .improv-capture-view .answer.red-box span {
        font-size: 60px !important; }
    body.theme-meetcompete_5p .improv-capture-view .title-box {
      width: 350px;
      margin-left: unset;
      top: 2px;
      background-size: cover;
      margin-left: -175px;
      padding-top: unset;
      left: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url(/images/themes/chromashift2025_4p/gameboard/default/header.png);
      background-color: none !important;
      height: 70px;
      border-radius: 20px;
      font-size: 45px;
      border: none; }
    body.theme-meetcompete_5p .improv-capture-view .thing-meta {
      padding: 0px; }
    body.theme-meetcompete_5p .improv-capture-view .question-meta .game-box {
      background-image: none;
      background-color: #f6e9cf;
      border: 2px solid #e0b360;
      height: 60px;
      border-radius: 20px;
      color: #000;
      width: 300px;
      font-size: 30px !important;
      box-shadow: none; }
    body.theme-meetcompete_5p .improv-capture-view .question-meta .game-box-left {
      left: 5%; }
    body.theme-meetcompete_5p .improv-capture-view .question-meta .game-box-right {
      right: 5%; }
    body.theme-meetcompete_5p .improv-capture-view.hint-type-zoomOut .hint {
      background-color: unset !important; }
    body.theme-meetcompete_5p .improv-capture-view.audio {
      background-image: url(/images/themes/chromashift2025_4p/gameboard/default/game-board.png);
      background-size: cover;
      border-radius: 20px;
      border: 2px solid #e1e1e1; }
      body.theme-meetcompete_5p .improv-capture-view.audio .answer.red-box {
        bottom: 80px; }
      body.theme-meetcompete_5p .improv-capture-view.audio .hint {
        box-shadow: none !important;
        background-color: rgba(155, 81, 224, 0.7) !important;
        border: 1px solid #e1e1e1; }
        body.theme-meetcompete_5p .improv-capture-view.audio .hint .audio-container {
          top: 56%;
          background: none;
          border: none;
          height: 60px;
          width: 90.2%;
          margin-left: 0px;
          left: 55px; }
          body.theme-meetcompete_5p .improv-capture-view.audio .hint .audio-container .audio-icon {
            position: absolute;
            top: -150px;
            left: 45%;
            width: 100px;
            height: 100px;
            background: url(/images/themes/vshojo-chaos/audio-icon.png) center center no-repeat;
            background-size: cover; }
  body.theme-meetcompete_5p .num-hints-1 .hint.type-image .image-border {
    background: none !important; }
  body.theme-meetcompete_5p .improv-capture-view .hints {
    padding-top: 130px; }
  body.theme-meetcompete_5p .improv-capture-view .hints .hint.reveal-type-fade.type-text {
    margin: 0 auto 20px auto;
    font-size: 32px; }
    body.theme-meetcompete_5p .improv-capture-view .hints .hint.reveal-type-fade.type-text .type-improv {
      color: #000 !important; }
  body.theme-meetcompete_5p .improv-capture-view .improv-reveal .hints .hint.reveal-type-fade.type-improv {
    background: none;
    color: #000 !important;
    line-height: 80px;
    height: 80px;
    width: 1244px;
    margin: 0 auto 20px auto;
    font-size: 28px; }
  body.theme-meetcompete_5p improv-capture span {
    display: block;
    color: #fff;
    font-size: 34px;
    margin-top: -5px; }
  body.theme-meetcompete_5p #production .drawing-capture-view .drawing-board, body.theme-meetcompete_5p #player-view .drawing-capture-view .drawing-board {
    width: 80%;
    left: 50%;
    margin-left: -40%;
    top: 20%;
    height: 75%; }
  body.theme-meetcompete_5p #production .drawing-capture-view .drawing-answer, body.theme-meetcompete_5p #player-view .drawing-capture-view .drawing-answer {
    height: 80px;
    bottom: 50px;
    font-size: 50px !important;
    background-color: #232323;
    border-radius: 20px; }
  body.theme-meetcompete_5p .drawing-capture-view.show-answer .drawing-answer-image {
    display: none; }
  body.theme-meetcompete_5p .drawing-production-view .drawing-capture-view .drawing-board {
    top: 15%;
    position: relative;
    margin-left: -37%;
    left: 60%;
    height: 50%; }
  body.theme-meetcompete_5p .drawing-capture-view {
    background-image: url(/images/themes/meetcompete_5p/gameboard/default/game-board.png);
    border: 2px solid #e1e1e1;
    background-size: cover;
    background-repeat: no-repeat;
    left: unset;
    margin-left: unset;
    width: 100%;
    height: 100%; }
    body.theme-meetcompete_5p .drawing-capture-view .title-box {
      width: 370px;
      margin-left: unset;
      top: -3px !important;
      background-size: cover;
      margin-left: -183px;
      padding-top: unset;
      left: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url(/images/themes/meetcompete_5p/gameboard/default/header.png);
      background-color: none !important;
      height: 70px;
      font-size: 45px;
      border-radius: 0px;
      border-bottom-right-radius: 24px;
      border-bottom-left-radius: 24px; }
      body.theme-meetcompete_5p .drawing-capture-view .title-box .timer-display {
        height: 100%; }
        body.theme-meetcompete_5p .drawing-capture-view .title-box .timer-display .timer-display-container {
          height: 100%; }
          body.theme-meetcompete_5p .drawing-capture-view .title-box .timer-display .timer-display-container .timer-countdown {
            font-size: 50px !important;
            height: 100%;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center; }
    body.theme-meetcompete_5p .drawing-capture-view .drawing-board {
      top: 20%;
      position: relative;
      left: 50%;
      width: 80%;
      margin-left: -40%;
      height: 75%; }
    body.theme-meetcompete_5p .drawing-capture-view .game-box {
      background-image: none !important;
      background-color: #f4e6d0 !important;
      border: 3px solid #e0b360;
      color: #4e323f !important;
      line-height: 70px !important;
      height: 70px;
      border-radius: 20px;
      font-size: 35px !important;
      width: 252px;
      height: 69px;
      display: flex;
      align-items: center;
      justify-content: center; }
      body.theme-meetcompete_5p .drawing-capture-view .game-box.game-box-left {
        left: 5% !important; }
  body.theme-meetcompete_5p drawing-points.game-box-right {
    display: block;
    margin-top: 0px !important;
    right: 5% !important;
    background-size: cover;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px !important; }
  body.theme-meetcompete_5p drawing-points.game-box-right::last-letter {
    size: 3em; }
  body.theme-meetcompete_5p .drawing-answer {
    color: #fff !important;
    font-size: 60px !important;
    bottom: 90px;
    width: 90%;
    left: unset;
    margin-left: 5%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #232323 !important;
    border-radius: 20px; }
  body.theme-meetcompete_5p .meta-box,
  body.theme-meetcompete_5p .sav-question-vote-msg,
  body.theme-meetcompete_5p .sav-capture-split-view .sav-question,
  body.theme-meetcompete_5p .sav-capture-split-view .timer-display {
    border-radius: 0px;
    border: 2px solid #ed3d3f;
    background: #a30d0f;
    font-family: 'FrizQuadrataRegular';
    text-transform: uppercase; }
  body.theme-meetcompete_5p .game-container .sav-capture-view,
  body.theme-meetcompete_5p .game-container .submit-and-vote-capture-view {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute; }
  body.theme-meetcompete_5p .game-container .submit-and-vote-capture-view .question-number,
  body.theme-meetcompete_5p .game-container .submit-and-vote-capture-view .sav-active-question-points {
    top: 40px; }
  body.theme-meetcompete_5p .game-container .submit-and-vote-capture-view .sav-question-vote-msg {
    padding: 12px 0 8px; }
  body.theme-meetcompete_5p .game-container .submit-and-vote-capture-view .sav-submission-list,
  body.theme-meetcompete_5p .game-container .submit-and-vote-capture-view .blank-question {
    top: 140px; }
  body.theme-meetcompete_5p .game-container .submit-and-vote-capture-view .blank-question {
    position: relative; }
  body.theme-meetcompete_5p .game-container .sav-question-container .sav-submission-points,
  body.theme-meetcompete_5p .game-container .sav-question-container .sav-submission-votes,
  body.theme-meetcompete_5p .game-container .sav-question-container .author {
    background: none;
    border: none;
    box-shadow: none; }
  body.theme-meetcompete_5p .game-container .sav-question-container .author {
    font-size: 46px;
    margin-top: 20px;
    margin-bottom: 10px; }
  body.theme-meetcompete_5p .game-container .sav-question-container .sav-submission-points,
  body.theme-meetcompete_5p .game-container .sav-question-container .sav-submission-votes {
    font-size: 30px; }
  body.theme-meetcompete_5p .game-container .sav-question-inner .image {
    border-radius: 0px;
    border-color: #ed3d3f; }
  body.theme-meetcompete_5p .typedanswers-capture-view.show-submissions .submissions-area {
    transform: translateX(10px); }
  body.theme-meetcompete_5p .typedanswers-capture-view.show-submissions .videos-area {
    -webkit-transform: translateX(-190px); }
  body.theme-meetcompete_5p .typedanswers-capture-view.show-question .title-area {
    -webkit-transform: translateY(20px); }
  body.theme-meetcompete_5p .typedanswers-capture-view.show-question .videos-area {
    width: 860px;
    height: 483.75px;
    margin-left: -430px;
    overflow: hidden; }
  body.theme-meetcompete_5p .typedanswers-capture-view .submissions-area.num-players-3 {
    bottom: -4px; }
    body.theme-meetcompete_5p .typedanswers-capture-view .submissions-area.num-players-3 .submission {
      margin: 0 0 27px 0;
      border: 1px solid #ed3d3f;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 0px; }
    body.theme-meetcompete_5p .typedanswers-capture-view .submissions-area.num-players-3 .player-name {
      background: #a30d0f;
      border-color: #ed3d3f; }
  body.theme-meetcompete_5p .typedanswers-capture-view .title-area {
    border: 2px solid #ed3d3f;
    background: rgba(0, 0, 0, 0.7);
    height: 92px;
    padding: 0px; }
    body.theme-meetcompete_5p .typedanswers-capture-view .title-area table {
      height: 90px; }
      body.theme-meetcompete_5p .typedanswers-capture-view .title-area table td {
        padding: 0px;
        line-height: 60px; }
  body.theme-meetcompete_5p .typedanswers-capture-view .videos-area {
    border: 2px solid #ed3d3f;
    border-radius: 0px;
    bottom: 24px; }
  body.theme-meetcompete_5p #discussion-capture {
    background-image: none !important; }
    body.theme-meetcompete_5p #discussion-capture .discussion-overlay {
      background-image: url(/images/themes/meetcompete_5p/discussion.png);
      background-color: transparent;
      v-index: 0; }
    body.theme-meetcompete_5p #discussion-capture .logo.episode {
      display: none !important;
      right: 10px;
      width: 600px;
      top: 172px !important;
      z-index: 22 !important;
      left: unset !important; }
    body.theme-meetcompete_5p #discussion-capture .logo.streamershowdown {
      display: none; }
    body.theme-meetcompete_5p #discussion-capture .host-name,
    body.theme-meetcompete_5p #discussion-capture .name {
      text-transform: uppercase;
      font-size: 37px; }
    body.theme-meetcompete_5p #discussion-capture .host-overlay {
      top: 3.0%;
      left: 35.9%;
      width: 540px;
      height: 405px;
      margin-left: 0px !important;
      padding: 25px;
      padding-top: 50px; }
      body.theme-meetcompete_5p #discussion-capture .host-overlay .host-webcam-cover {
        width: 100%;
        height: 100%;
        left: unset;
        top: unset;
        position: relative !important;
        border-radius: 10px;
        background-size: contain; }
      body.theme-meetcompete_5p #discussion-capture .host-overlay .host-name {
        text-align: center;
        top: 10px;
        color: #fff;
        left: -10px;
        width: 100%;
        padding-top: 0px;
        font-size: 37px;
        text-transform: uppercase;
        font-family: 'Madetommy';
        position: absolute; }
    body.theme-meetcompete_5p #discussion-capture .player-image {
      left: 10px !important; }
    body.theme-meetcompete_5p #discussion-capture li.player {
      width: 504px !important;
      height: 437px !important;
      margin-left: unset !important;
      z-index: 10;
      padding: 21px;
      padding-top: 54px;
      padding-bottom: 76px;
      z-index: unset !important; }
      body.theme-meetcompete_5p #discussion-capture li.player .webcam-cover {
        width: 100%;
        height: 100%;
        left: 0px;
        top: 14px;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: -1;
        border-radius: 12px;
        position: relative !important;
        z-index: 0 !important; }
      body.theme-meetcompete_5p #discussion-capture li.player .player-plate {
        bottom: -41px;
        position: absolute !important;
        top: 0px;
        bottom: unset;
        left: 17px;
        width: 92.5% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        height: 100%;
        font-family: 'Madetommy'; }
        body.theme-meetcompete_5p #discussion-capture li.player .player-plate .name {
          position: relative !important;
          margin-top: 5px; }
        body.theme-meetcompete_5p #discussion-capture li.player .player-plate .score {
          display: flex;
          justify-content: end;
          flex-direction: column;
          margin-left: 37px;
          margin-bottom: 20px;
          font-size: 37px; }
      body.theme-meetcompete_5p #discussion-capture li.player.order-0 {
        top: 5%;
        right: unset;
        left: 5.2%; }
        body.theme-meetcompete_5p #discussion-capture li.player.order-0 .player-plate {
          top: 0px;
          bottom: unset; }
      body.theme-meetcompete_5p #discussion-capture li.player.order-1 {
        top: unset;
        left: 5.2%;
        bottom: 3.7%;
        right: unset; }
      body.theme-meetcompete_5p #discussion-capture li.player.order-2 {
        top: unset;
        bottom: 2.8%;
        right: unset;
        left: 37%; }
      body.theme-meetcompete_5p #discussion-capture li.player.order-3 {
        top: unset;
        bottom: 3.8%;
        right: 5.1%;
        left: unset;
        width: 520px !important;
        height: 448px !important; }
      body.theme-meetcompete_5p #discussion-capture li.player.order-4 {
        top: 5%;
        bottom: unset;
        right: 5.2%;
        left: unset; }
  body.theme-meetcompete_5p #countdown-capture {
    background: none !important; }
    body.theme-meetcompete_5p #countdown-capture .overlay {
      background-image: url(/images/themes/meetcompete_5p/countdown.png);
      background-color: transparent;
      height: 100%; }
    body.theme-meetcompete_5p #countdown-capture .host-overlay {
      top: 5.2%;
      left: 39.5%;
      width: 407px;
      height: 298px;
      position: absolute; }
      body.theme-meetcompete_5p #countdown-capture .host-overlay .overlay {
        background-image: none !important; }
      body.theme-meetcompete_5p #countdown-capture .host-overlay .host-webcam-cover {
        width: 100%;
        height: 100%;
        left: unset;
        top: unset;
        background-size: contain; }
      body.theme-meetcompete_5p #countdown-capture .host-overlay .host-name {
        text-align: center;
        top: 100%;
        color: #fff;
        left: 0px;
        width: 100%;
        padding-top: 0px;
        z-index: 100;
        position: absolute;
        font-size: 40px;
        top: 98.6%;
        text-transform: uppercase;
        font-family: 'Madetommy'; }
    body.theme-meetcompete_5p #countdown-capture .logo.episode {
      width: 500px;
      top: 8%;
      z-index: 22;
      left: 27%; }
    body.theme-meetcompete_5p #countdown-capture .player-image {
      z-index: 0;
      width: 405px;
      height: 294px;
      background-size: contain; }
      body.theme-meetcompete_5p #countdown-capture .player-image.order-0 {
        top: 366px;
        right: unset;
        left: 120px; }
      body.theme-meetcompete_5p #countdown-capture .player-image.order-1 {
        top: unset;
        left: 50%;
        bottom: 116px;
        right: unset; }
      body.theme-meetcompete_5p #countdown-capture .player-image.order-2 {
        top: 343px;
        bottom: unset;
        right: 120px;
        left: unset; }
    body.theme-meetcompete_5p #countdown-capture .player-name {
      color: #fff;
      text-transform: uppercase;
      font-size: 40px;
      width: 370px;
      text-align: center;
      font-family: 'Madetommy'; }
      body.theme-meetcompete_5p #countdown-capture .player-name.order-0 {
        top: unset;
        right: unset;
        left: 140px;
        bottom: 34%; }
      body.theme-meetcompete_5p #countdown-capture .player-name.order-1 {
        top: unset;
        left: 51.5%;
        bottom: 69px;
        right: unset; }
      body.theme-meetcompete_5p #countdown-capture .player-name.order-2 {
        top: unset;
        bottom: unset;
        right: 140px;
        left: unset;
        bottom: 36.5%; }
    body.theme-meetcompete_5p #countdown-capture .countdown-container .countdown-title {
      z-index: 10;
      top: 44%;
      left: 39%; }
      body.theme-meetcompete_5p #countdown-capture .countdown-container .countdown-title div {
        box-shadow: none;
        text-shadow: none;
        color: #4e323f !important;
        -webkit-text-fill-color: unset !important; }
    body.theme-meetcompete_5p #countdown-capture .countdown {
      top: 45%;
      left: 43%;
      z-index: 40;
      background: none; }
      body.theme-meetcompete_5p #countdown-capture .countdown .mm, body.theme-meetcompete_5p #countdown-capture .countdown .separator, body.theme-meetcompete_5p #countdown-capture .countdown .ss {
        text-shadow: none !important;
        color: #4e323f !important;
        -webkit-text-fill-color: unset !important; }
        body.theme-meetcompete_5p #countdown-capture .countdown .mm:after, body.theme-meetcompete_5p #countdown-capture .countdown .separator:after, body.theme-meetcompete_5p #countdown-capture .countdown .ss:after {
          text-shadow: none !important;
          background-image: none !important;
          -webkit-text-fill-color: unset !important;
          color: #4e323f !important;
          font-family: 'MadeTommy'; }
      body.theme-meetcompete_5p #countdown-capture .countdown .ss {
        right: -30px; }
    body.theme-meetcompete_5p #countdown-capture .counting {
      letter-spacing: 8px;
      font-size: 90px;
      text-shadow: unset !important;
      color: #4e323f; }
  body.theme-meetcompete_5p #signoff-capture {
    background: url(/images/themes/meetcompete_5p/outro.png); }
    body.theme-meetcompete_5p #signoff-capture .signoff-message {
      display: none;
      top: 675px;
      font-size: 60px;
      color: #e6d948 !important;
      width: 1300px;
      height: 122px;
      line-height: 122px;
      font-family: "FrizQuadrataRegular";
      text-transform: uppercase;
      font-weight: 900;
      color: #000;
      left: 50%;
      margin-left: -635px;
      letter-spacing: 1px; }
      body.theme-meetcompete_5p #signoff-capture .signoff-message .gradient-text {
        text-shadow: none;
        -webkit-text-fill-color: inherit; }
        body.theme-meetcompete_5p #signoff-capture .signoff-message .gradient-text:after {
          display: none;
          opacity: 0;
          content: ""; }
    body.theme-meetcompete_5p #signoff-capture .matcherino-status-container {
      display: none; }
  body.theme-meetcompete_5p .multiplechoice-area, body.theme-meetcompete_5p .game-container {
    font-family: 'FrizQuadrataRegular' !important; }
    body.theme-meetcompete_5p .multiplechoice-area .multiplechoice-options .option-container, body.theme-meetcompete_5p .game-container .multiplechoice-options .option-container {
      border: 2px solid #ffd366;
      border-radius: unset !important;
      -moz-box-shadow: 0px 0px 1px 4px #c8a55b;
      -webkit-box-shadow: 0px 0px 1px 4px #c8a55b;
      box-shadow: 0px 0px 1px 4px #c8a55b; }
      body.theme-meetcompete_5p .multiplechoice-area .multiplechoice-options .option-container::before, body.theme-meetcompete_5p .game-container .multiplechoice-options .option-container::before {
        border-radius: unset !important; }
    body.theme-meetcompete_5p .multiplechoice-area .multiplechoice-options .option-container.right, body.theme-meetcompete_5p .game-container .multiplechoice-options .option-container.right {
      border: 4px solid #008000;
      -moz-box-shadow: 0px 0px 1px 4px #006600;
      -webkit-box-shadow: 0px 0px 1px 4px #006600;
      box-shadow: 0px 0px 1px 4px #006600; }
  body.theme-meetcompete_5p #production .pointbetting-view .title-box, body.theme-meetcompete_5p #player-view .pointbetting-view .title-box {
    background-image: none !important;
    background-color: #9b51e0;
    top: 0px !important;
    height: 70px;
    font-size: 45px; }
  body.theme-meetcompete_5p #production .pointbetting-view.hint-type-zoomOut .hint, body.theme-meetcompete_5p #player-view .pointbetting-view.hint-type-zoomOut .hint {
    background-color: unset !important; }
  body.theme-meetcompete_5p #production .pointbetting-view.audio .hint, body.theme-meetcompete_5p #player-view .pointbetting-view.audio .hint {
    background-color: rgba(155, 81, 224, 0.7) !important;
    border: 1px solid #e1e1e1; }
  body.theme-meetcompete_5p #production .pointbetting-view.audio .audio-container, body.theme-meetcompete_5p #player-view .pointbetting-view.audio .audio-container {
    background: none !important;
    width: 96.4%;
    height: 50px;
    left: 0px;
    margin-left: 24px;
    top: 57% !important; }
  body.theme-meetcompete_5p #production .pointbetting-view .hints, body.theme-meetcompete_5p #player-view .pointbetting-view .hints {
    padding-left: 2%;
    padding-right: 2%; }
    body.theme-meetcompete_5p #production .pointbetting-view .hints .hint, body.theme-meetcompete_5p #player-view .pointbetting-view .hints .hint {
      height: 80px !important;
      font-size: 40px !important; }
  body.theme-meetcompete_5p #production .pointbetting-view .question-meta .game-box-left, body.theme-meetcompete_5p #production .pointbetting-view .question-meta .game-box-right, body.theme-meetcompete_5p #player-view .pointbetting-view .question-meta .game-box-left, body.theme-meetcompete_5p #player-view .pointbetting-view .question-meta .game-box-right {
    left: 2%;
    background-color: #fff;
    height: 70px;
    border-radius: 40px;
    color: #000;
    width: 300px; }
  body.theme-meetcompete_5p #production .pointbetting-view .question-meta .game-box-right, body.theme-meetcompete_5p #player-view .pointbetting-view .question-meta .game-box-right {
    right: 2%;
    left: auto; }
  body.theme-meetcompete_5p #production .pointbetting-view .answer.red-box, body.theme-meetcompete_5p #player-view .pointbetting-view .answer.red-box {
    bottom: -20px !important;
    height: 80px !important;
    margin-left: 2%;
    width: 96%;
    background-color: #591b93;
    border-radius: 20px; }
    body.theme-meetcompete_5p #production .pointbetting-view .answer.red-box span, body.theme-meetcompete_5p #player-view .pointbetting-view .answer.red-box span {
      font-size: 40px !important; }
  body.theme-meetcompete_5p .pointbetting-production .pointbetting-capture-view {
    height: 700px; }
    body.theme-meetcompete_5p .pointbetting-production .pointbetting-capture-view .title-box {
      top: 0px !important; }
  body.theme-meetcompete_5p .pointbetting-player-view {
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    font-family: "Madetommy", "Helvetica Neue", Arial, sans-serif; }
    body.theme-meetcompete_5p .pointbetting-player-view .player-inputs.mt-2.with-dashboard {
      width: 100%;
      display: flex;
      flex-direction: row;
      gap: 20px;
      align-items: flex-start; }
      body.theme-meetcompete_5p .pointbetting-player-view .player-inputs.mt-2.with-dashboard .main-card {
        width: 100%; }
    body.theme-meetcompete_5p .pointbetting-player-view .status-dashboard {
      flex: 0 0 25%;
      margin-top: 0;
      background-color: #fff3d6;
      border: 2px solid #e3d3a6;
      border-radius: 15px;
      padding: 20px; }
      body.theme-meetcompete_5p .pointbetting-player-view .status-dashboard .dashboard-header, body.theme-meetcompete_5p .pointbetting-player-view .status-dashboard .dashboard-row {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr;
        gap: 15px;
        align-items: center;
        text-align: center; }
      body.theme-meetcompete_5p .pointbetting-player-view .status-dashboard .dashboard-row {
        padding: 10px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    body.theme-meetcompete_5p .pointbetting-player-view .game-header {
      background-color: #e0b360;
      color: white;
      border-radius: 15px;
      padding: 15px 40px;
      font-size: 32px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 10px; }
    body.theme-meetcompete_5p .pointbetting-player-view .main-card {
      background-color: #fffdf5;
      border: 2px solid cornsilk;
      border-radius: 15px;
      padding: 40px 30px;
      width: 100%;
      max-width: 900px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); }
      body.theme-meetcompete_5p .pointbetting-player-view .main-card .question-display {
        width: 700px;
        text-align: center;
        margin-bottom: 40px; }
        body.theme-meetcompete_5p .pointbetting-player-view .main-card .question-display .question-text {
          font-size: 42px;
          color: #4a4a4a; }
      body.theme-meetcompete_5p .pointbetting-player-view .main-card .betting-phase-container, body.theme-meetcompete_5p .pointbetting-player-view .main-card .player-submission {
        width: 100%;
        text-align: center;
        height: 100%;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        body.theme-meetcompete_5p .pointbetting-player-view .main-card .betting-phase-container .form-group, body.theme-meetcompete_5p .pointbetting-player-view .main-card .player-submission .form-group {
          margin-bottom: 20px;
          width: 100%; }
          body.theme-meetcompete_5p .pointbetting-player-view .main-card .betting-phase-container .form-group input.form-control, body.theme-meetcompete_5p .pointbetting-player-view .main-card .player-submission .form-group input.form-control {
            width: 100%;
            padding: 15px;
            font-size: 24px;
            text-align: center;
            border-radius: 10px;
            border: 1px solid #ccc; }
        body.theme-meetcompete_5p .pointbetting-player-view .main-card .betting-phase-container button.btn, body.theme-meetcompete_5p .pointbetting-player-view .main-card .player-submission button.btn {
          width: 100%;
          padding: 15px;
          font-size: 24px;
          border-radius: 10px;
          background-color: #e0b360;
          color: white;
          border: none; }
  body.theme-meetcompete_5p .pointbetting-capture-view {
    position: relative;
    background-image: url(/images/themes/meetcompete_5p/gameboard/default/game-board.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 50px;
    box-sizing: border-box;
    font-family: "Madetommy", "Helvetica Neue", Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: 20px; }
    body.theme-meetcompete_5p .pointbetting-capture-view .split-layout-container .answer-reveal-section {
      grid-column: 1;
      grid-row: 2;
      position: static !important;
      width: 100% !important;
      margin-top: 0px !important; }
    body.theme-meetcompete_5p .pointbetting-capture-view .answer {
      background-color: #1a1a1a;
      border: none;
      border-radius: 10px;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin: 0; }
      body.theme-meetcompete_5p .pointbetting-capture-view .answer span {
        color: white;
        font-size: 28px;
        font-weight: 600;
        font-family: inherit; }
    body.theme-meetcompete_5p .pointbetting-capture-view .question-phase-container.centered-game-card {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, calc(-50% - 100px)); }
    body.theme-meetcompete_5p .pointbetting-capture-view .answer-reveal-section {
      position: relative;
      width: 100%; }
    body.theme-meetcompete_5p .pointbetting-capture-view .split-layout-container .answer-reveal-section {
      position: static !important;
      top: auto !important;
      left: auto !important;
      transform: none !important;
      width: 100% !important;
      max-width: none !important; }
    body.theme-meetcompete_5p .pointbetting-capture-view .question-meta, body.theme-meetcompete_5p .pointbetting-capture-view .waiting-phase {
      display: none; }
    body.theme-meetcompete_5p .pointbetting-capture-view .title-box {
      position: absolute;
      top: 0px;
      left: 50%;
      height: 60px !important;
      width: unset !important;
      min-width: 350px;
      transform: translateX(-50%);
      background-image: none !important;
      background-color: #e0b360;
      font-family: "Madetommy", "Helvetica Neue", Arial, sans-serif !important;
      color: white;
      font-size: 45px !important;
      font-weight: 700;
      text-transform: uppercase;
      padding: 8px 30px !important;
      border-radius: 0 0 15px 15px;
      width: auto;
      min-width: 250px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
      z-index: 100;
      margin: 0 !important; }
    body.theme-meetcompete_5p .pointbetting-capture-view .betting-phase-container, body.theme-meetcompete_5p .pointbetting-capture-view .question-phase-container {
      position: relative;
      top: auto;
      left: auto;
      transform: none;
      margin-bottom: 50px;
      width: 700px;
      max-width: 900px;
      min-height: 400px;
      background-color: rgba(255, 255, 255, 0.9);
      border: 2px solid #e0b360;
      border-radius: 10px;
      padding: 60px;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      z-index: 50; }
      body.theme-meetcompete_5p .pointbetting-capture-view .betting-phase-container h2.title, body.theme-meetcompete_5p .pointbetting-capture-view .question-phase-container h2.title {
        font-size: 42px;
        color: #5d4037;
        font-weight: 700;
        margin: 0 0 10px 0;
        font-family: inherit;
        line-height: 1.2; }
      body.theme-meetcompete_5p .pointbetting-capture-view .betting-phase-container .betting-info .submissions-count, body.theme-meetcompete_5p .pointbetting-capture-view .question-phase-container .betting-info .submissions-count {
        font-size: 20px;
        color: #888;
        font-weight: bold;
        margin-top: 15px; }
      body.theme-meetcompete_5p .pointbetting-capture-view .betting-phase-container .media-content, body.theme-meetcompete_5p .pointbetting-capture-view .question-phase-container .media-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
    body.theme-meetcompete_5p .pointbetting-capture-view .split-layout-container {
      display: grid;
      grid-template-columns: 1.6fr 1fr;
      grid-template-rows: auto auto;
      gap: 30px;
      width: 100%;
      max-width: 1600px;
      align-items: start;
      margin-top: 30px; }
      body.theme-meetcompete_5p .pointbetting-capture-view .split-layout-container .game-columns {
        display: contents; }
      body.theme-meetcompete_5p .pointbetting-capture-view .split-layout-container .question-display {
        grid-column: 1;
        grid-row: 1;
        width: 100% !important;
        padding: 0 !important;
        border: none !important; }
        body.theme-meetcompete_5p .pointbetting-capture-view .split-layout-container .question-display .media-wrapper {
          background-color: #fffdf5;
          border: 2px solid #e0b360;
          border-radius: 10px;
          padding: 80px 60px;
          min-height: 380px;
          display: flex;
          align-items: center;
          justify-content: center;
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); }
          body.theme-meetcompete_5p .pointbetting-capture-view .split-layout-container .question-display .media-wrapper .question-text h3 {
            font-size: 42px !important;
            color: #4a4a4a !important;
            font-weight: 700;
            text-align: center;
            line-height: 1.3;
            margin: 0;
            font-family: inherit; }
          body.theme-meetcompete_5p .pointbetting-capture-view .split-layout-container .question-display .media-wrapper .question-name {
            display: none; }
      body.theme-meetcompete_5p .pointbetting-capture-view .split-layout-container .bets-display {
        grid-column: 2;
        grid-row: 1 / span 2;
        width: 100% !important;
        border: none !important;
        padding: 0 !important; }
        body.theme-meetcompete_5p .pointbetting-capture-view .split-layout-container .bets-display .bets-list {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          min-height: 480px; }
          body.theme-meetcompete_5p .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card {
            background-color: transparent;
            border: none !important;
            margin: 0 !important;
            box-shadow: none;
            position: relative;
            border: 2px solid #e0b360 !important;
            border-radius: 15px;
            display: flex;
            justify-content: center; }
            body.theme-meetcompete_5p .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-header {
              background-color: #e0b360 !important;
              color: #5d4037 !important;
              padding: 7px 40px !important;
              text-align: center;
              font-size: 18px;
              font-weight: 700;
              border-radius: 0 0 15px 15px;
              width: fit-content;
              margin: 0 auto -20px auto;
              position: absolute;
              z-index: 10;
              box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
            body.theme-meetcompete_5p .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body {
              background-color: #fffdf5;
              border: 10px solid #f7e2bc;
              border-radius: 15px;
              height: 220px;
              padding: 40px 20px 20px 20px !important;
              min-height: 140px;
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: center;
              position: relative;
              box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
              width: 100%; }
              body.theme-meetcompete_5p .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body .player-answer-text {
                font-size: 24px !important;
                font-weight: bold;
                color: #4a4a4a;
                margin-bottom: 10px;
                text-align: center; }
              body.theme-meetcompete_5p .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body .player-bet-amount {
                font-size: 24px !important;
                font-weight: bold;
                color: #4a4a4a;
                margin-bottom: 10px;
                text-align: center; }
              body.theme-meetcompete_5p .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body .result-status {
                position: absolute;
                right: 10px;
                top: 78%;
                transform: translateY(-50%);
                z-index: 20; }
                body.theme-meetcompete_5p .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body .result-status .status-icon {
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  width: 70px;
                  height: 70px;
                  border-radius: 50%;
                  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
                  color: white; }
                  body.theme-meetcompete_5p .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body .result-status .status-icon::after {
                    font-family: Arial, sans-serif;
                    font-weight: 900;
                    font-size: 36px;
                    line-height: 1; }
                body.theme-meetcompete_5p .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body .result-status .correct {
                  background-color: #8bc34a; }
                  body.theme-meetcompete_5p .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body .result-status .correct::after {
                    content: "\2714"; }
                body.theme-meetcompete_5p .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body .result-status .incorrect {
                  background-color: #ff5252; }
                  body.theme-meetcompete_5p .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body .result-status .incorrect::after {
                    content: "\2716"; }
                body.theme-meetcompete_5p .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body .result-status .unanswered, body.theme-meetcompete_5p .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body .result-status .pending {
                  display: none; }
  body.theme-meetcompete_5p #production .teamtrivia-view .title-box, body.theme-meetcompete_5p #player-view .teamtrivia-view .title-box {
    background-image: none !important;
    background-color: #e0b360;
    top: 0px !important;
    height: 70px;
    border-radius: 10px;
    font-size: 45px; }
  body.theme-meetcompete_5p #production .teamtrivia-view.hint-type-zoomOut .hint, body.theme-meetcompete_5p #player-view .teamtrivia-view.hint-type-zoomOut .hint {
    background-color: unset !important; }
  body.theme-meetcompete_5p #production .teamtrivia-view.audio .hint, body.theme-meetcompete_5p #player-view .teamtrivia-view.audio .hint {
    background-color: rgba(155, 81, 224, 0.7) !important;
    border: 1px solid #e1e1e1; }
  body.theme-meetcompete_5p #production .teamtrivia-view.audio .audio-container, body.theme-meetcompete_5p #player-view .teamtrivia-view.audio .audio-container {
    background: none !important;
    width: 96.4%;
    height: 50px;
    left: 0px;
    margin-left: 24px;
    top: 57% !important; }
    body.theme-meetcompete_5p #production .teamtrivia-view.audio .audio-container .audio-icon, body.theme-meetcompete_5p #player-view .teamtrivia-view.audio .audio-container .audio-icon {
      width: 50px;
      height: 50px;
      top: -85px; }
  body.theme-meetcompete_5p #production .teamtrivia-view .hints, body.theme-meetcompete_5p #player-view .teamtrivia-view .hints {
    padding-left: 2%;
    padding-right: 2%; }
    body.theme-meetcompete_5p #production .teamtrivia-view .hints .hint, body.theme-meetcompete_5p #player-view .teamtrivia-view .hints .hint {
      height: 80px !important;
      font-size: 40px !important; }
  body.theme-meetcompete_5p #production .teamtrivia-view .question-meta .game-box-left, body.theme-meetcompete_5p #player-view .teamtrivia-view .question-meta .game-box-left {
    left: 2%;
    background-image: none;
    background-color: #fff;
    height: 70px;
    border-radius: 40px;
    color: #000;
    width: 300px; }
  body.theme-meetcompete_5p #production .teamtrivia-view .question-meta .game-box-right, body.theme-meetcompete_5p #player-view .teamtrivia-view .question-meta .game-box-right {
    right: 2%;
    background-image: none;
    background-color: #fff;
    height: 70px;
    border-radius: 40px;
    color: #000;
    width: 300px; }
  body.theme-meetcompete_5p #production .teamtrivia-view .answer.red-box, body.theme-meetcompete_5p #player-view .teamtrivia-view .answer.red-box {
    bottom: -20px !important;
    height: 80px !important;
    margin-left: 2%;
    width: 96%;
    background-image: none;
    border: none;
    background-color: #591b93;
    border-radius: 20px; }
    body.theme-meetcompete_5p #production .teamtrivia-view .answer.red-box span, body.theme-meetcompete_5p #player-view .teamtrivia-view .answer.red-box span {
      font-size: 40px !important; }
  body.theme-meetcompete_5p .teamtrivia-capture-view {
    background-image: url(/images/themes/meetcompete_5p/gameboard/default/game-board.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 2px solid #e1e1e1;
    left: unset;
    margin-left: unset;
    width: 100%;
    height: 100%;
    position: static; }
    body.theme-meetcompete_5p .teamtrivia-capture-view .hints-container {
      top: 4% !important;
      height: 96% !important; }
    body.theme-meetcompete_5p .teamtrivia-capture-view .active-round-layout .num-question, body.theme-meetcompete_5p .teamtrivia-capture-view .active-round-layout .category-question, body.theme-meetcompete_5p .teamtrivia-capture-view .active-round-layout .num-points {
      box-shadow: none !important;
      text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.34) !important; }
    body.theme-meetcompete_5p .teamtrivia-capture-view .active-question {
      height: 80%; }
      body.theme-meetcompete_5p .teamtrivia-capture-view .active-question .audio .hint {
        background-color: rgba(155, 81, 224, 0.7) !important;
        border: 1px solid #e1e1e1; }
      body.theme-meetcompete_5p .teamtrivia-capture-view .active-question .hints {
        height: 100%;
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly; }
        body.theme-meetcompete_5p .teamtrivia-capture-view .active-question .hints .hint {
          width: 100% !important;
          display: flex;
          align-items: center;
          justify-content: center;
          background-image: none !important;
          background-color: #fff;
          border-radius: 10px;
          height: 70px !important;
          color: #000 !important;
          text-shadow: none;
          box-shadow: none;
          font-size: 40px !important; }
    body.theme-meetcompete_5p .teamtrivia-capture-view .answer.red-box {
      position: relative;
      bottom: 0px;
      margin-top: 0px;
      color: #fff !important;
      font-size: 64px !important;
      width: 90%;
      left: unset;
      margin-left: 5%;
      height: 100px !important;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #591b93;
      border-radius: 20px; }
      body.theme-meetcompete_5p .teamtrivia-capture-view .answer.red-box span {
        font-size: 60px !important; }
    body.theme-meetcompete_5p .teamtrivia-capture-view .title-box {
      width: 445px;
      margin-left: unset;
      top: -30px;
      background-size: cover;
      margin-left: -220px;
      padding-top: unset;
      left: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: none !important;
      background-color: #e0b360;
      height: 70px;
      border-radius: 10px;
      font-size: 45px; }
    body.theme-meetcompete_5p .teamtrivia-capture-view .thing-meta {
      padding: 0px; }
    body.theme-meetcompete_5p .teamtrivia-capture-view .question-meta .game-box {
      margin-top: 20px;
      position: absolute;
      top: 40px;
      width: 352px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 40px !important;
      gap: 10px;
      background-image: none;
      background-color: #fff;
      height: 70px;
      border-radius: 40px;
      color: #000; }
    body.theme-meetcompete_5p .teamtrivia-capture-view .question-meta .game-box-left {
      left: 5%; }
    body.theme-meetcompete_5p .teamtrivia-capture-view .question-meta .game-box-right {
      right: 5%; }
    body.theme-meetcompete_5p .teamtrivia-capture-view.hint-type-zoomOut .hint {
      background-color: unset !important; }
    body.theme-meetcompete_5p .teamtrivia-capture-view.audio {
      background-image: url(/images/themes/vtuber2024/gameboard/sound/game-board-sound.png);
      background-size: cover;
      border-radius: 20px;
      border: 2px solid #e1e1e1; }
      body.theme-meetcompete_5p .teamtrivia-capture-view.audio .answer.red-box {
        bottom: 80px; }
      body.theme-meetcompete_5p .teamtrivia-capture-view.audio .hint {
        box-shadow: none !important;
        background-color: rgba(155, 81, 224, 0.7) !important;
        border: 1px solid #e1e1e1; }
        body.theme-meetcompete_5p .teamtrivia-capture-view.audio .hint .audio-container {
          top: 56%;
          background: none;
          border: none;
          height: 60px;
          width: 90.2%;
          margin-left: 0px;
          left: 55px; }
          body.theme-meetcompete_5p .teamtrivia-capture-view.audio .hint .audio-container .audio-icon {
            position: absolute;
            top: -150px;
            left: 45%;
            width: 100px;
            height: 100px;
            background: url(/images/themes/vshojo-chaos/audio-icon.png) center center no-repeat;
            background-size: cover; }
  body.theme-meetcompete_5p .num-hints-1 .hint.type-image .image-border {
    background: none !important; }
  body.theme-meetcompete_5p .teamtrivia-capture-view .hints {
    padding-top: 130px; }
  body.theme-meetcompete_5p .teamtrivia-capture-view .hints .hint.reveal-type-fade.type-text {
    margin: 0 auto 20px auto;
    font-size: 32px; }
  body.theme-meetcompete_5p namethatthing-capture span {
    display: block;
    color: #fff;
    font-size: 34px;
    margin-top: -5px; }
  body.theme-meetcompete_5p #production .game-container, body.theme-meetcompete_5p #player-view .game-container {
    background-image: unset;
    background-image: url(/images/themes/meetcompete_5p/gameboard/default/game-board.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 696px;
    border: none; }
    body.theme-meetcompete_5p #production .game-container .title-box, body.theme-meetcompete_5p #player-view .game-container .title-box {
      width: 370px;
      background-size: contain;
      top: -8px;
      box-shadow: none; }
    body.theme-meetcompete_5p #production .game-container .name-that-thing-reveal .answer.red-box, body.theme-meetcompete_5p #player-view .game-container .name-that-thing-reveal .answer.red-box {
      height: 100px;
      bottom: -30px;
      line-height: unset; }
    body.theme-meetcompete_5p #production .game-container .audio .title-box, body.theme-meetcompete_5p #player-view .game-container .audio .title-box {
      width: 444px;
      background-size: contain; }
  body.theme-meetcompete_5p .cardFlip {
    margin-left: 30px; }
  body.theme-meetcompete_5p .back {
    background-image: url(/images/themes/mtg/magic-back.png) !important;
    width: 200px !important; }
  body.theme-meetcompete_5p .red-box,
  body.theme-meetcompete_5p .drawing-capture-view .drawing-answer,
  body.theme-meetcompete_5p .answer.red-box {
    background-image: url(/images/themes/meetcompete_5p/gameboard/default/answer-bar.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #000;
    font-size: 48px;
    line-height: 171px;
    text-shadow: none; }
  body.theme-meetcompete_5p .red-box {
    bottom: -10px; }
  body.theme-meetcompete_5p .title-box {
    background: url(/images/themes/meetcompete_5p/gameboard/default/header.png) center center no-repeat;
    width: 522px;
    height: 90px;
    margin-left: -190px;
    color: #FFFFFF;
    font-size: 32px;
    text-shadow: none;
    padding: 0px;
    line-height: 97px;
    top: 10px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px; }
    body.theme-meetcompete_5p .title-box .timer-countdown {
      font-size: 50px; }
  body.theme-meetcompete_5p .game-box {
    width: 252px;
    height: 58px;
    background: url(/images/themes/meetcompete_5p/gameboard/default/sidebox.png) center center no-repeat;
    padding: 0px;
    line-height: 59px;
    position: absolute;
    color: #fff;
    font-size: 28px;
    padding-top: 0px;
    top: 40px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3); }
    body.theme-meetcompete_5p .game-box.game-box-left {
      left: 30px; }
    body.theme-meetcompete_5p .game-box.game-box-right {
      right: 30px; }
  body.theme-meetcompete_5p .capture-area {
    background-image: url(/images/themes/meetcompete_5p/mainscreen.png); }
    body.theme-meetcompete_5p .capture-area .episode, body.theme-meetcompete_5p .capture-area .streamershowdown, body.theme-meetcompete_5p .capture-area .patreon, body.theme-meetcompete_5p .capture-area .youtube {
      background-image: url(/images/themes/meetcompete_5p/episode-logo.png);
      display: none !important; }
  body.theme-meetcompete_5p #game-area {
    background-image: none !important;
    top: unset;
    height: 57%;
    left: 34.4%;
    right: unset;
    width: 61.5%;
    bottom: 40.2%; }
    body.theme-meetcompete_5p #game-area::after {
      content: "";
      position: absolute;
      top: -18px;
      left: -18px;
      /* Add 20px total to compensate for the -10px on each side */
      width: calc(100% + 36px);
      height: calc(100% + 36px);
      background-image: url(/images/themes/meetcompete_5p/main_board.png);
      background-size: 100% 100%;
      z-index: 999;
      pointer-events: none; }
  body.theme-meetcompete_5p #main-capture, body.theme-meetcompete_5p #main-meetcompete-capture {
    background-image: url(/images/themes/meetcompete_5p/mainscreen.png); }
  body.theme-meetcompete_5p #main-meetcompete-red-capture {
    background-image: url(/images/themes/meetcompete_5p/left_orient/team_board_red.png);
    background-size: cover; }
    body.theme-meetcompete_5p #main-meetcompete-red-capture .host-overlay {
      display: none !important; }
    body.theme-meetcompete_5p #main-meetcompete-red-capture #game-area {
      height: 57%;
      right: 3.5%;
      left: unset;
      width: 61.5%;
      bottom: 37.9%; }
  body.theme-meetcompete_5p #main-meetcompete-blue-capture {
    background-image: url(/images/themes/meetcompete_5p/right_orient/team_board_pink.png);
    background-size: cover; }
    body.theme-meetcompete_5p #main-meetcompete-blue-capture .host-overlay {
      display: none !important; }
    body.theme-meetcompete_5p #main-meetcompete-blue-capture #game-area {
      height: 57%;
      left: 3.5%;
      right: unset;
      width: 61.5%;
      bottom: 37.9%; }
  body.theme-meetcompete_5p .player3 {
    background-image: url(/images/themes/meetcompete_5p/right_orient/team_board_green.png) !important; }
  body.theme-meetcompete_5p .player4 {
    background-image: url(/images/themes/meetcompete_5p/left_orient/team_board_blue.png) !important; }
  body.theme-meetcompete_5p .player5 {
    background-image: url(/images/themes/meetcompete_5p//left_orient/team_board_purple.png) !important; }
  body.theme-meetcompete_5p #main-capture.showBuzzes-on .logo.episode {
    transform: translateX(0); }
  body.theme-meetcompete_5p #main-capture #medias-wrong1,
  body.theme-meetcompete_5p #main-capture #medias-wrong2,
  body.theme-meetcompete_5p #main-capture #medias-wrong3, body.theme-meetcompete_5p #main-meetcompete-blue-capture #medias-wrong1,
  body.theme-meetcompete_5p #main-meetcompete-blue-capture #medias-wrong2,
  body.theme-meetcompete_5p #main-meetcompete-blue-capture #medias-wrong3, body.theme-meetcompete_5p #main-meetcompete-red-capture #medias-wrong1,
  body.theme-meetcompete_5p #main-meetcompete-red-capture #medias-wrong2,
  body.theme-meetcompete_5p #main-meetcompete-red-capture #medias-wrong3 {
    width: 525px;
    height: 520px;
    top: unset;
    left: 0px;
    bottom: -44px; }
  body.theme-meetcompete_5p #main-capture #medias-scorehighlight1,
  body.theme-meetcompete_5p #main-capture #medias-scorehighlight2,
  body.theme-meetcompete_5p #main-capture #medias-scorehighlight3, body.theme-meetcompete_5p #main-meetcompete-blue-capture #medias-scorehighlight1,
  body.theme-meetcompete_5p #main-meetcompete-blue-capture #medias-scorehighlight2,
  body.theme-meetcompete_5p #main-meetcompete-blue-capture #medias-scorehighlight3, body.theme-meetcompete_5p #main-meetcompete-red-capture #medias-scorehighlight1,
  body.theme-meetcompete_5p #main-meetcompete-red-capture #medias-scorehighlight2,
  body.theme-meetcompete_5p #main-meetcompete-red-capture #medias-scorehighlight3 {
    display: none; }
  body.theme-meetcompete_5p #main-capture #medias-buzzer3,
  body.theme-meetcompete_5p #main-capture #medias-buzzer2,
  body.theme-meetcompete_5p #main-capture #medias-buzzer1, body.theme-meetcompete_5p #main-meetcompete-blue-capture #medias-buzzer3,
  body.theme-meetcompete_5p #main-meetcompete-blue-capture #medias-buzzer2,
  body.theme-meetcompete_5p #main-meetcompete-blue-capture #medias-buzzer1, body.theme-meetcompete_5p #main-meetcompete-red-capture #medias-buzzer3,
  body.theme-meetcompete_5p #main-meetcompete-red-capture #medias-buzzer2,
  body.theme-meetcompete_5p #main-meetcompete-red-capture #medias-buzzer1 {
    width: 525px;
    height: 520px;
    top: unset;
    left: 0px;
    bottom: -44px; }
  body.theme-meetcompete_5p #main-capture #medias-buzzer1, body.theme-meetcompete_5p #main-capture #medias-wrong1, body.theme-meetcompete_5p #main-meetcompete-blue-capture #medias-buzzer1, body.theme-meetcompete_5p #main-meetcompete-blue-capture #medias-wrong1, body.theme-meetcompete_5p #main-meetcompete-red-capture #medias-buzzer1, body.theme-meetcompete_5p #main-meetcompete-red-capture #medias-wrong1 {
    left: 345px; }
  body.theme-meetcompete_5p #main-capture #medias-buzzer2, body.theme-meetcompete_5p #main-capture #medias-wrong2, body.theme-meetcompete_5p #main-meetcompete-blue-capture #medias-buzzer2, body.theme-meetcompete_5p #main-meetcompete-blue-capture #medias-wrong2, body.theme-meetcompete_5p #main-meetcompete-red-capture #medias-buzzer2, body.theme-meetcompete_5p #main-meetcompete-red-capture #medias-wrong2 {
    left: 795px; }
  body.theme-meetcompete_5p #main-capture #medias-buzzer3, body.theme-meetcompete_5p #main-capture #medias-wrong3, body.theme-meetcompete_5p #main-meetcompete-blue-capture #medias-buzzer3, body.theme-meetcompete_5p #main-meetcompete-blue-capture #medias-wrong3, body.theme-meetcompete_5p #main-meetcompete-red-capture #medias-buzzer3, body.theme-meetcompete_5p #main-meetcompete-red-capture #medias-wrong3 {
    left: unset;
    right: 148px; }
  body.theme-meetcompete_5p #main-capture .matcherino-status-container, body.theme-meetcompete_5p #main-meetcompete-blue-capture .matcherino-status-container, body.theme-meetcompete_5p #main-meetcompete-red-capture .matcherino-status-container {
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #f2ac3c;
    bottom: 18px;
    border-radius: 25px; }
    body.theme-meetcompete_5p #main-capture .matcherino-status-container .cta, body.theme-meetcompete_5p #main-meetcompete-blue-capture .matcherino-status-container .cta, body.theme-meetcompete_5p #main-meetcompete-red-capture .matcherino-status-container .cta {
      padding-right: 12px; }
      body.theme-meetcompete_5p #main-capture .matcherino-status-container .cta:after, body.theme-meetcompete_5p #main-meetcompete-blue-capture .matcherino-status-container .cta:after, body.theme-meetcompete_5p #main-meetcompete-red-capture .matcherino-status-container .cta:after {
        display: none; }
  body.theme-meetcompete_5p #main-capture .matcherino-notifier-container, body.theme-meetcompete_5p #main-meetcompete-blue-capture .matcherino-notifier-container, body.theme-meetcompete_5p #main-meetcompete-red-capture .matcherino-notifier-container {
    bottom: 19px; }
    body.theme-meetcompete_5p #main-capture .matcherino-notifier-container .matcherino-donation-notif, body.theme-meetcompete_5p #main-meetcompete-blue-capture .matcherino-notifier-container .matcherino-donation-notif, body.theme-meetcompete_5p #main-meetcompete-red-capture .matcherino-notifier-container .matcherino-donation-notif {
      background: #000;
      border: 2px solid #f2ac3c;
      box-shadow: 0px 0px 15px #f2ac3c;
      border-radius: 25px;
      color: #fff; }
      body.theme-meetcompete_5p #main-capture .matcherino-notifier-container .matcherino-donation-notif .amount, body.theme-meetcompete_5p #main-meetcompete-blue-capture .matcherino-notifier-container .matcherino-donation-notif .amount, body.theme-meetcompete_5p #main-meetcompete-red-capture .matcherino-notifier-container .matcherino-donation-notif .amount {
        color: #fff; }
  body.theme-meetcompete_5p #main-capture .buzzes, body.theme-meetcompete_5p #main-meetcompete-blue-capture .buzzes, body.theme-meetcompete_5p #main-meetcompete-red-capture .buzzes {
    display: none !important;
    width: 300px !important;
    height: 220px;
    bottom: 350px;
    left: 55px !important;
    padding: 10px;
    border: none;
    background: url(/images/themes/meetcompete_5p/gameboard/buzzer-box.png) top center no-repeat;
    background-size: contain; }
    body.theme-meetcompete_5p #main-capture .buzzes ul, body.theme-meetcompete_5p #main-meetcompete-blue-capture .buzzes ul, body.theme-meetcompete_5p #main-meetcompete-red-capture .buzzes ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
      padding-left: 8px;
      padding-right: 8px;
      width: 100%; }
    body.theme-meetcompete_5p #main-capture .buzzes li, body.theme-meetcompete_5p #main-meetcompete-blue-capture .buzzes li, body.theme-meetcompete_5p #main-meetcompete-red-capture .buzzes li {
      height: 34px;
      line-height: 34px;
      border-radius: 7px;
      font-size: 23px;
      background: #9e3bb4;
      color: #fff; }
      body.theme-meetcompete_5p #main-capture .buzzes li:before, body.theme-meetcompete_5p #main-meetcompete-blue-capture .buzzes li:before, body.theme-meetcompete_5p #main-meetcompete-red-capture .buzzes li:before {
        height: 37px;
        line-height: 37px; }
  body.theme-meetcompete_5p #main-capture div.logo.episode, body.theme-meetcompete_5p #main-meetcompete-blue-capture div.logo.episode, body.theme-meetcompete_5p #main-meetcompete-red-capture div.logo.episode {
    display: none !important;
    top: 870px;
    left: 50px;
    width: 500px; }
  body.theme-meetcompete_5p #main-capture .logo.streamershowdown, body.theme-meetcompete_5p #main-meetcompete-blue-capture .logo.streamershowdown, body.theme-meetcompete_5p #main-meetcompete-red-capture .logo.streamershowdown {
    display: none !important; }
  body.theme-meetcompete_5p #main-capture .logo.patreon,
  body.theme-meetcompete_5p #main-capture .logo.youtube, body.theme-meetcompete_5p #main-meetcompete-blue-capture .logo.patreon,
  body.theme-meetcompete_5p #main-meetcompete-blue-capture .logo.youtube, body.theme-meetcompete_5p #main-meetcompete-red-capture .logo.patreon,
  body.theme-meetcompete_5p #main-meetcompete-red-capture .logo.youtube {
    bottom: 80px;
    display: none !important; }
  body.theme-meetcompete_5p #main-capture .logo.patreon, body.theme-meetcompete_5p #main-meetcompete-blue-capture .logo.patreon, body.theme-meetcompete_5p #main-meetcompete-red-capture .logo.patreon {
    left: 80px; }
  body.theme-meetcompete_5p #main-capture .logo.youtube, body.theme-meetcompete_5p #main-meetcompete-blue-capture .logo.youtube, body.theme-meetcompete_5p #main-meetcompete-red-capture .logo.youtube {
    left: 320px; }
  body.theme-meetcompete_5p #main-capture .episode-logo-host, body.theme-meetcompete_5p #main-meetcompete-blue-capture .episode-logo-host, body.theme-meetcompete_5p #main-meetcompete-red-capture .episode-logo-host {
    width: 300px;
    height: 150px;
    background-image: url(/images/themes/meetcompete_5p/episode-logo.png);
    z-index: 1000;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 60px;
    top: 54px;
    display: none !important; }
  body.theme-meetcompete_5p #main-capture .host-overlay, body.theme-meetcompete_5p #main-meetcompete-blue-capture .host-overlay, body.theme-meetcompete_5p #main-meetcompete-red-capture .host-overlay {
    background: none;
    width: 415px;
    top: 52px;
    height: 280px;
    left: 151px; }
    body.theme-meetcompete_5p #main-capture .host-overlay .host-webcam-cover, body.theme-meetcompete_5p #main-meetcompete-blue-capture .host-overlay .host-webcam-cover, body.theme-meetcompete_5p #main-meetcompete-red-capture .host-overlay .host-webcam-cover {
      top: 2px;
      left: 2px;
      width: 100%;
      height: 100%;
      border-radius: 15px;
      z-index: -1; }
    body.theme-meetcompete_5p #main-capture .host-overlay .overlay, body.theme-meetcompete_5p #main-meetcompete-blue-capture .host-overlay .overlay, body.theme-meetcompete_5p #main-meetcompete-red-capture .host-overlay .overlay {
      background-position: top right;
      z-index: 1;
      background: none; }
    body.theme-meetcompete_5p #main-capture .host-overlay .host-name, body.theme-meetcompete_5p #main-meetcompete-blue-capture .host-overlay .host-name, body.theme-meetcompete_5p #main-meetcompete-red-capture .host-overlay .host-name {
      font-size: 25px;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      top: -35px;
      width: 95%;
      bottom: unset;
      left: 11px; }
  body.theme-meetcompete_5p #main-capture ul.players-list, body.theme-meetcompete_5p #main-meetcompete-blue-capture ul.players-list, body.theme-meetcompete_5p #main-meetcompete-red-capture ul.players-list {
    width: 86%;
    height: 393px;
    right: unset;
    bottom: 3px;
    padding: 0px;
    margin: 0px;
    position: absolute;
    left: 7%;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    body.theme-meetcompete_5p #main-capture ul.players-list li.player, body.theme-meetcompete_5p #main-meetcompete-blue-capture ul.players-list li.player, body.theme-meetcompete_5p #main-meetcompete-red-capture ul.players-list li.player {
      position: absolute;
      left: 0px;
      width: 450px;
      height: 100%;
      bottom: 0px; }
      body.theme-meetcompete_5p #main-capture ul.players-list li.player.order-0, body.theme-meetcompete_5p #main-meetcompete-blue-capture ul.players-list li.player.order-0, body.theme-meetcompete_5p #main-meetcompete-red-capture ul.players-list li.player.order-0 {
        left: 0px; }
        body.theme-meetcompete_5p #main-capture ul.players-list li.player.order-0 .buzzer-overlay, body.theme-meetcompete_5p #main-meetcompete-blue-capture ul.players-list li.player.order-0 .buzzer-overlay, body.theme-meetcompete_5p #main-meetcompete-red-capture ul.players-list li.player.order-0 .buzzer-overlay {
          display: none !important;
          left: 0px;
          top: 0px; }
      body.theme-meetcompete_5p #main-capture ul.players-list li.player.order-1, body.theme-meetcompete_5p #main-meetcompete-blue-capture ul.players-list li.player.order-1, body.theme-meetcompete_5p #main-meetcompete-red-capture ul.players-list li.player.order-1 {
        right: 0px;
        left: unset; }
        body.theme-meetcompete_5p #main-capture ul.players-list li.player.order-1 .buzzer-overlay, body.theme-meetcompete_5p #main-meetcompete-blue-capture ul.players-list li.player.order-1 .buzzer-overlay, body.theme-meetcompete_5p #main-meetcompete-red-capture ul.players-list li.player.order-1 .buzzer-overlay {
          display: none !important;
          left: 8px;
          top: 0px; }
      body.theme-meetcompete_5p #main-capture ul.players-list li.player .drawing-marker, body.theme-meetcompete_5p #main-meetcompete-blue-capture ul.players-list li.player .drawing-marker, body.theme-meetcompete_5p #main-meetcompete-red-capture ul.players-list li.player .drawing-marker {
        border-radius: 0px;
        top: -37px;
        left: 60%; }
      body.theme-meetcompete_5p #main-capture ul.players-list li.player .overlay, body.theme-meetcompete_5p #main-meetcompete-blue-capture ul.players-list li.player .overlay, body.theme-meetcompete_5p #main-meetcompete-red-capture ul.players-list li.player .overlay {
        display: none; }
      body.theme-meetcompete_5p #main-capture ul.players-list li.player .webcam-cover, body.theme-meetcompete_5p #main-meetcompete-blue-capture ul.players-list li.player .webcam-cover, body.theme-meetcompete_5p #main-meetcompete-red-capture ul.players-list li.player .webcam-cover {
        width: 416px;
        height: 277px;
        top: 49px;
        left: 15px;
        z-index: -1; }
      body.theme-meetcompete_5p #main-capture ul.players-list li.player .buzzer-overlay, body.theme-meetcompete_5p #main-meetcompete-blue-capture ul.players-list li.player .buzzer-overlay, body.theme-meetcompete_5p #main-meetcompete-red-capture ul.players-list li.player .buzzer-overlay {
        display: none; }
      body.theme-meetcompete_5p #main-capture ul.players-list li.player.buzzed .buzzer-overlay, body.theme-meetcompete_5p #main-meetcompete-blue-capture ul.players-list li.player.buzzed .buzzer-overlay, body.theme-meetcompete_5p #main-meetcompete-red-capture ul.players-list li.player.buzzed .buzzer-overlay {
        display: block;
        background: unset;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 1;
        transition: all 0.5s ease;
        background-color: transparent; }
      body.theme-meetcompete_5p #main-capture ul.players-list li.player.drawing .overlay, body.theme-meetcompete_5p #main-meetcompete-blue-capture ul.players-list li.player.drawing .overlay, body.theme-meetcompete_5p #main-meetcompete-red-capture ul.players-list li.player.drawing .overlay {
        display: none;
        background: none;
        width: 30px;
        height: 15px;
        background-color: #31a354;
        border-radius: 5px;
        top: 10px;
        left: 18px; }
      body.theme-meetcompete_5p #main-capture ul.players-list li.player .player-extension, body.theme-meetcompete_5p #main-meetcompete-blue-capture ul.players-list li.player .player-extension, body.theme-meetcompete_5p #main-meetcompete-red-capture ul.players-list li.player .player-extension {
        position: absolute;
        top: 0px;
        width: 100%;
        height: 100% !important; }
        body.theme-meetcompete_5p #main-capture ul.players-list li.player .player-extension .hearts-list, body.theme-meetcompete_5p #main-meetcompete-blue-capture ul.players-list li.player .player-extension .hearts-list, body.theme-meetcompete_5p #main-meetcompete-red-capture ul.players-list li.player .player-extension .hearts-list {
          height: 20px;
          width: 100px;
          top: unset !important;
          bottom: 55px;
          left: 50%;
          margin-left: -18%;
          right: unset !important; }
      body.theme-meetcompete_5p #main-capture ul.players-list li.player .player-plate, body.theme-meetcompete_5p #main-meetcompete-blue-capture ul.players-list li.player .player-plate, body.theme-meetcompete_5p #main-meetcompete-red-capture ul.players-list li.player .player-plate {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        padding-left: 25px;
        padding-right: 20px;
        position: relative;
        left: 98px;
        width: 278px; }
        body.theme-meetcompete_5p #main-capture ul.players-list li.player .player-plate .name, body.theme-meetcompete_5p #main-meetcompete-blue-capture ul.players-list li.player .player-plate .name, body.theme-meetcompete_5p #main-meetcompete-red-capture ul.players-list li.player .player-plate .name {
          padding-left: 0px;
          position: absolute;
          font-size: 25px;
          text-align: center;
          text-transform: uppercase;
          height: unset;
          line-height: unset;
          bottom: unset;
          right: unset;
          width: 100%;
          top: 3px;
          left: 0px; }
        body.theme-meetcompete_5p #main-capture ul.players-list li.player .player-plate .score, body.theme-meetcompete_5p #main-meetcompete-blue-capture ul.players-list li.player .player-plate .score, body.theme-meetcompete_5p #main-meetcompete-red-capture ul.players-list li.player .player-plate .score {
          position: absolute;
          font-size: 30px;
          height: unset;
          line-height: unset;
          bottom: unset;
          right: unset;
          width: 95%;
          margin-top: 10px;
          display: flex;
          left: 5px;
          bottom: 8%;
          justify-content: center; }

#main-meetcompete-blue-capture ul.players-list li.player {
  width: 500px !important;
  height: 470px !important;
  bottom: 31px !important;
  right: -10px !important; }
  #main-meetcompete-blue-capture ul.players-list li.player.order-0, #main-meetcompete-blue-capture ul.players-list li.player.order-2 {
    right: 0px !important;
    left: unset !important; }
    #main-meetcompete-blue-capture ul.players-list li.player.order-0 .player-plate, #main-meetcompete-blue-capture ul.players-list li.player.order-2 .player-plate {
      left: unset;
      right: 110px !important;
      width: 330px !important; }
    #main-meetcompete-blue-capture ul.players-list li.player.order-0 .name, #main-meetcompete-blue-capture ul.players-list li.player.order-2 .name {
      top: 15px !important; }
    #main-meetcompete-blue-capture ul.players-list li.player.order-0 .score, #main-meetcompete-blue-capture ul.players-list li.player.order-2 .score {
      left: 10px !important;
      bottom: 25px !important; }
    #main-meetcompete-blue-capture ul.players-list li.player.order-0 .player-extension .hearts-list, #main-meetcompete-blue-capture ul.players-list li.player.order-2 .player-extension .hearts-list {
      top: 388px !important; }
    #main-meetcompete-blue-capture ul.players-list li.player.order-0 .webcam-cover, #main-meetcompete-blue-capture ul.players-list li.player.order-2 .webcam-cover {
      position: absolute;
      background-size: cover;
      width: 500px !important;
      height: 338px !important;
      top: 66px !important;
      right: -8px !important;
      left: unset !important;
      z-index: -1; }
    #main-meetcompete-blue-capture ul.players-list li.player.order-0 .buzzer-overlay, #main-meetcompete-blue-capture ul.players-list li.player.order-2 .buzzer-overlay {
      display: none !important;
      left: 0px;
      top: 0px; }
  #main-meetcompete-blue-capture ul.players-list li.player.order-1, #main-meetcompete-blue-capture ul.players-list li.player.order-3, #main-meetcompete-blue-capture ul.players-list li.player.order-4, #main-meetcompete-blue-capture ul.players-list li.player.order-2 {
    display: none !important; }

#main-meetcompete-blue-capture.player3 ul.players-list li.player.order-2 {
  display: block !important; }

#main-meetcompete-blue-capture.player3 ul.players-list li.player.order-0, #main-meetcompete-blue-capture.player3 ul.players-list li.player.order-1, #main-meetcompete-blue-capture.player3 ul.players-list li.player.order-3, #main-meetcompete-blue-capture.player3 ul.players-list li.player.order-4 {
  display: none !important; }

#main-meetcompete-red-capture ul.players-list {
  width: 28.6% !important;
  height: 471px !important;
  bottom: 33px !important;
  left: 5.2% !important; }
  #main-meetcompete-red-capture ul.players-list li.player {
    width: 100%; }
    #main-meetcompete-red-capture ul.players-list li.player.order-1, #main-meetcompete-red-capture ul.players-list li.player.order-4, #main-meetcompete-red-capture ul.players-list li.player.order-3 {
      left: 0px !important;
      right: unset !important; }
      #main-meetcompete-red-capture ul.players-list li.player.order-1 .player-plate, #main-meetcompete-red-capture ul.players-list li.player.order-4 .player-plate, #main-meetcompete-red-capture ul.players-list li.player.order-3 .player-plate {
        left: 110px !important;
        width: 330px !important; }
      #main-meetcompete-red-capture ul.players-list li.player.order-1 .name, #main-meetcompete-red-capture ul.players-list li.player.order-4 .name, #main-meetcompete-red-capture ul.players-list li.player.order-3 .name {
        top: 15px !important; }
      #main-meetcompete-red-capture ul.players-list li.player.order-1 .score, #main-meetcompete-red-capture ul.players-list li.player.order-4 .score, #main-meetcompete-red-capture ul.players-list li.player.order-3 .score {
        bottom: 5% !important; }
      #main-meetcompete-red-capture ul.players-list li.player.order-1 .webcam-cover, #main-meetcompete-red-capture ul.players-list li.player.order-4 .webcam-cover, #main-meetcompete-red-capture ul.players-list li.player.order-3 .webcam-cover {
        position: absolute;
        background-size: cover;
        width: 500px !important;
        height: 338px !important;
        top: 70px !important;
        left: 26px !important;
        z-index: -1; }
      #main-meetcompete-red-capture ul.players-list li.player.order-1 .buzzer-overlay, #main-meetcompete-red-capture ul.players-list li.player.order-4 .buzzer-overlay, #main-meetcompete-red-capture ul.players-list li.player.order-3 .buzzer-overlay {
        display: none !important;
        left: 0px;
        top: 0px; }
    #main-meetcompete-red-capture ul.players-list li.player.order-0, #main-meetcompete-red-capture ul.players-list li.player.order-2, #main-meetcompete-red-capture ul.players-list li.player.order-4, #main-meetcompete-red-capture ul.players-list li.player.order-3 {
      display: none !important; }

#main-meetcompete-red-capture.player4 ul.players-list li.player.order-3 {
  display: block !important; }

#main-meetcompete-red-capture.player4 ul.players-list li.player.order-0, #main-meetcompete-red-capture.player4 ul.players-list li.player.order-1, #main-meetcompete-red-capture.player4 ul.players-list li.player.order-2, #main-meetcompete-red-capture.player4 ul.players-list li.player.order-4 {
  display: none !important; }

#main-meetcompete-red-capture.player5 ul.players-list li.player.order-4 {
  display: block !important; }

#main-meetcompete-red-capture.player5 ul.players-list li.player.order-0, #main-meetcompete-red-capture.player5 ul.players-list li.player.order-1, #main-meetcompete-red-capture.player5 ul.players-list li.player.order-3, #main-meetcompete-red-capture.player5 ul.players-list li.player.order-2 {
  display: none !important; }

.hint .reveal-type-zoom {
  border: none !important; }

body.theme-megaman #main-capture .host-overlay {
  display: none; }

body.theme-megaman #main-capture .buzzes {
  display: none; }

body.theme-megaman #main-capture ul.players-list {
  height: 81px;
  right: 100px;
  bottom: 20px;
  margin: 0;
  padding: 0; }
  body.theme-megaman #main-capture ul.players-list li.player {
    height: 81px;
    width: 408px; }
    body.theme-megaman #main-capture ul.players-list li.player .overlay {
      background: url("/images/themes/live/player-bar.png") center center; }
    body.theme-megaman #main-capture ul.players-list li.player .name {
      bottom: 0px;
      height: 81px;
      line-height: 81px;
      left: 22px;
      padding: 0px; }
    body.theme-megaman #main-capture ul.players-list li.player .score {
      height: 81px;
      line-height: 81px;
      bottom: 0px; }
    body.theme-megaman #main-capture ul.players-list li.player .webcam-cover {
      display: none; }

body.theme-megaman #main-capture .drawing-capture-view,
body.theme-megaman #main-capture .name-that-thing-capture-view {
  width: 1572px;
  height: 820px;
  margin-left: -786px;
  left: 50%; }

body.theme-megaman #main-capture .family-feud-question-reveal {
  width: 1306px;
  position: absolute;
  left: 50%;
  margin-left: -653px;
  top: 55px;
  float: none; }

body.theme-megaman #main-capture .drawing-capture-view .drawing-board {
  top: 120px; }

body.theme-megaman #main-capture .family-feud-category-reveal {
  margin-left: -651px;
  position: absolute;
  float: none;
  left: 50%;
  top: 60px; }

body.theme-megaman #main-capture .hearts-list {
  left: auto;
  right: 5px;
  top: -30px; }

body.theme-megaman #game-area {
  width: 1572px;
  height: 820px;
  background: url("/images/themes/live/main-game-background.png") top center no-repeat; }

body.theme-megaman .name-that-thing-capture-view .red-box.answer {
  bottom: 40px; }

body.theme-megaman #medias-scorehighlight1,
body.theme-megaman #medias-scorehighlight2,
body.theme-megaman #medias-scorehighlight3 {
  top: 4px;
  left: -105px; }

body.theme-megaman #medias-wrong1,
body.theme-megaman #medias-wrong2,
body.theme-megaman #medias-wrong3,
body.theme-megaman #medias-heart1,
body.theme-megaman #medias-heart2,
body.theme-megaman #medias-heart3 {
  width: 1550px;
  height: 796px;
  top: 27px;
  left: 345px;
  z-index: 1000; }

body.theme-megaman #medias-buzzer1,
body.theme-megaman #medias-buzzer2,
body.theme-megaman #medias-buzzer3 {
  width: 1416px;
  top: 280px;
  height: auto; }

body.theme-megaman #medias-buzzer1 {
  left: 440px; }

body.theme-megaman #medias-buzzer2 {
  left: 891px; }

body.theme-megaman #medias-buzzer3 {
  left: 1344px; }

body.theme-megaman #main-capture .logo.streamershowdown {
  display: block;
  width: 578px;
  height: 453px;
  left: -120px;
  top: -120px;
  z-index: 0;
  background-image: url("/images/themes/live/ss-logo.png"); }

body.theme-megaman #main-capture .logo.episode {
  width: 135px;
  height: 296px;
  left: 100px;
  top: 190px; }

body.theme-megaman #main-capture .buzzes {
  display: block;
  left: 18px;
  top: 360px;
  width: 295px; }

body.theme-megaman #main-capture.showBuzzes-on .logo.episode {
  transform: translateX(0px); }

body.theme-megaman #main-capture .player.drawing .drawing-marker {
  transform: translateY(-40px);
  opacity: 1; }

body.theme-megaman #main-capture .player .drawing-marker {
  top: 0px !important;
  z-index: 0; }

body.theme-megaman #main-capture .name-that-thing-capture-view .hints .hint.type-text {
  margin-bottom: 60px;
  margin-top: 30px; }

body.theme-megaman .name-that-thing-reveal.hs-card-answers .answered .answer.red-box {
  display: none; }

body.theme-megaman .name-that-thing-reveal.hs-card-answers .answered .thing-hints {
  -webkit-transform: translateX(-200px);
  -webkit-transition-delay: 0s; }

body.theme-megaman .name-that-thing-reveal.hs-card-answers .answered .image-answer .image {
  top: 0px;
  opacity: 1;
  -webkit-transition-delay: 0.5s !important; }

body.theme-megaman .name-that-thing-reveal.hs-card-answers .thing-hints {
  -webkit-transform: translateX(0px);
  -webkit-transition: transform 0.5s ease 0.5s; }

body.theme-megaman .name-that-thing-reveal.hs-card-answers .answer.image-answer {
  -webkit-transition-delay: 0s; }

body.theme-megaman .name-that-thing-reveal.hs-card-answers .answer.red-box {
  display: none; }

body.theme-megaman .name-that-thing-reveal.hs-card-answers .image-answer {
  width: 286px;
  height: 395px;
  position: absolute;
  right: 0px;
  top: 0px;
  border: 1px solid red; }
  body.theme-megaman .name-that-thing-reveal.hs-card-answers .image-answer .image {
    width: 100%;
    height: 100%;
    position: absolute; }

body.theme-megaman .name-that-thing-capture-view .whats-in-box.answered .thing-hints {
  -webkit-transform: translateX(-200px);
  -webkit-transition-delay: 0s; }

body.theme-megaman .name-that-thing-capture-view .whats-in-box.answered .image-answer .image {
  top: 0px;
  opacity: 1;
  -webkit-transition-delay: 0.5s !important; }

body.theme-megaman .name-that-thing-capture-view .whats-in-box .thing-hints {
  -webkit-transform: translateX(0px);
  -webkit-transition: transform 0.5s ease 0.5s; }

body.theme-megaman .name-that-thing-capture-view .whats-in-box .answer.image-answer {
  -webkit-transition-delay: 0s; }

body.theme-megaman .name-that-thing-capture-view .whats-in-box .image-answer {
  width: 400px;
  height: 480px;
  position: absolute;
  top: 170px;
  right: 100px;
  z-index: 1; }
  body.theme-megaman .name-that-thing-capture-view .whats-in-box .image-answer .image {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    -webkit-transition: opacity 1s linear;
    -webkit-transition-delay: 0s;
    top: -1000px; }

body.theme-megaman .name-that-thing-capture-view .num-hints-1 .red-box.answer {
  bottom: 10px; }

body.theme-megaman #main-capture .buzzes {
  background: #003663;
  top: 500px; }

body.theme-megaman #main-capture .buzzes li:nth-child(1) {
  background: #ffff68; }

body.theme-megaman #main-capture .logo.streamershowdown {
  display: none; }

body.theme-megaman #main-capture .logo.episode {
  background-image: url(/images/themes/megaman/megaman-logo.png);
  width: 200px;
  left: 65px;
  height: 240px;
  top: 210px;
  z-index: 1;
  display: none; }

body.theme-megaman #main-capture .name-that-thing-capture-view .hints .hint.type-audio {
  top: 100px; }

body.theme-megaman #countdown-capture .episode {
  width: 662px;
  height: 271px;
  margin-left: -331px;
  left: 50%;
  top: 415px;
  background: url(/images/themes/megaman/megaman-edition.png) center center no-repeat;
  background-size: contain; }

body.theme-megaman .name-that-thing-capture-view .hints .hint.type-audio {
  position: relative; }
  body.theme-megaman .name-that-thing-capture-view .hints .hint.type-audio:before {
    content: " ";
    position: absolute;
    left: 50%;
    height: 403px;
    width: 1314px;
    margin-left: -699px;
    border: none;
    top: 0px;
    background: url(/images/themes/megaman/name-that-tune.png) center center no-repeat; }
  body.theme-megaman .name-that-thing-capture-view .hints .hint.type-audio .audio-container {
    background: #003663;
    border-color: #0070d4;
    width: 502px;
    margin-left: -251px;
    top: 141px; }
    body.theme-megaman .name-that-thing-capture-view .hints .hint.type-audio .audio-container .audio-progress-container {
      background: #ffff4c; }

#show-nav {
  background-image: none !important; }

body.capturing {
  background: none !important; }

.clarendon, body.theme-mtg .game-container .sav-question-container .sav-submission-points,
body.theme-mtg .game-container .sav-question-container .sav-submission-votes,
body.theme-mtg .game-container .sav-question-container .author, body.theme-mtg #countdown-capture .player-name, body.theme-mtg #countdown-capture .counting, body.theme-mtg .red-box,
body.theme-mtg .drawing-capture-view .drawing-answer,
body.theme-mtg .answer.red-box, body.theme-mtg #main-capture .buzzes li, body.theme-mtg #main-capture .host-overlay .host-name, body.theme-mtg #main-capture ul.players-list li.player, body.theme-mtg #main-capture ul.players-list li.player .score {
  font-family: "Clarendon";
  letter-spacing: 1px; }

body.theme-mtg .family-feud-question-reveal {
  font-family: 'Clarendon';
  letter-spacing: 1px;
  width: 1206px;
  margin-left: 58px;
  padding-top: 30px; }
  body.theme-mtg .family-feud-question-reveal .question-name {
    background: rgba(0, 0, 0, 0.7);
    border: 6px solid #ed3d3f;
    height: 100px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px; }
    body.theme-mtg .family-feud-question-reveal .question-name table {
      height: 90px; }
      body.theme-mtg .family-feud-question-reveal .question-name table td {
        font-size: 30px; }
  body.theme-mtg .family-feud-question-reveal .answers {
    width: auto; }
    body.theme-mtg .family-feud-question-reveal .answers .answer {
      background: rgba(0, 0, 0, 0.7);
      border: 6px solid #ed3d3f;
      padding-top: 0px;
      width: 596px;
      margin: 0px 0 24px 0;
      height: 90px;
      font-size: 30px; }
      body.theme-mtg .family-feud-question-reveal .answers .answer table {
        width: 475px;
        height: 83px; }
        body.theme-mtg .family-feud-question-reveal .answers .answer table td {
          padding: 0 10px;
          line-height: 0.9em; }
        body.theme-mtg .family-feud-question-reveal .answers .answer table.text-len-10 {
          font-size: 30px; }
        body.theme-mtg .family-feud-question-reveal .answers .answer table.text-len-20 {
          font-size: 25px; }
        body.theme-mtg .family-feud-question-reveal .answers .answer table.text-len-30 {
          font-size: 22px; }
        body.theme-mtg .family-feud-question-reveal .answers .answer table.text-len-40 {
          font-size: 18px; }
        body.theme-mtg .family-feud-question-reveal .answers .answer table.text-len-50 {
          font-size: 14px; }
      body.theme-mtg .family-feud-question-reveal .answers .answer:before {
        background: #000; }
      body.theme-mtg .family-feud-question-reveal .answers .answer .points {
        border-left: 4px solid rgba(178, 117, 0, 0.25);
        right: 0px;
        padding-top: 3px;
        width: 110px;
        top: 3px; }

body.theme-mtg .name-that-thing-capture-view .thing-meta {
  padding: 0px; }

body.theme-mtg .name-that-thing-capture-view .question-meta .game-box {
  position: absolute;
  top: 40px; }

body.theme-mtg .name-that-thing-capture-view .hints {
  padding-top: 130px; }

body.theme-mtg .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text {
  background: rgba(0, 0, 0, 0.7);
  border: 6px solid #f2ac3c;
  border-radius: 30px !important;
  color: #fff !important;
  line-height: 70px;
  height: 80px;
  width: 1244px;
  margin: 0 auto 20px auto;
  font-family: 'Clarendon';
  font-size: 32px; }

body.theme-mtg namethatthing-capture span {
  display: block;
  color: #fff;
  font-size: 34px; }

body.theme-mtg .drawing-capture-view.show-answer .drawing-answer-image {
  display: none; }

body.theme-mtg .drawing-capture-view .drawing-board {
  margin-left: -570px;
  top: 120px; }

body.theme-mtg drawing-points.game-box-right {
  display: block; }

body.theme-mtg drawing-points.game-box-right::last-letter {
  size: 3em; }

body.theme-mtg .drawing-answer {
  color: #fff !important; }

body.theme-mtg .meta-box,
body.theme-mtg .sav-question-vote-msg,
body.theme-mtg .sav-capture-split-view .sav-question,
body.theme-mtg .sav-capture-split-view .timer-display {
  border-radius: 0px;
  border: 2px solid #ed3d3f;
  background: #a30d0f;
  font-family: 'Clarendon';
  text-transform: uppercase; }

body.theme-mtg .game-container .sav-capture-view,
body.theme-mtg .game-container .submit-and-vote-capture-view {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute; }

body.theme-mtg .game-container .submit-and-vote-capture-view .question-number,
body.theme-mtg .game-container .submit-and-vote-capture-view .sav-active-question-points {
  top: 40px; }

body.theme-mtg .game-container .submit-and-vote-capture-view .sav-question-vote-msg {
  padding: 12px 0 8px; }

body.theme-mtg .game-container .submit-and-vote-capture-view .sav-submission-list,
body.theme-mtg .game-container .submit-and-vote-capture-view .blank-question {
  top: 140px; }

body.theme-mtg .game-container .submit-and-vote-capture-view .blank-question {
  position: relative; }

body.theme-mtg .game-container .sav-question-container .sav-submission-points,
body.theme-mtg .game-container .sav-question-container .sav-submission-votes,
body.theme-mtg .game-container .sav-question-container .author {
  background: none;
  border: none;
  box-shadow: none; }

body.theme-mtg .game-container .sav-question-container .author {
  font-size: 46px;
  margin-top: 20px;
  margin-bottom: 10px; }

body.theme-mtg .game-container .sav-question-container .sav-submission-points,
body.theme-mtg .game-container .sav-question-container .sav-submission-votes {
  font-size: 30px; }

body.theme-mtg .game-container .sav-question-inner .image {
  border-radius: 0px;
  border-color: #ed3d3f; }

body.theme-mtg .typedanswers-capture-view.show-submissions .submissions-area {
  transform: translateX(10px); }

body.theme-mtg .typedanswers-capture-view.show-submissions .videos-area {
  -webkit-transform: translateX(-190px); }

body.theme-mtg .typedanswers-capture-view.show-question .title-area {
  -webkit-transform: translateY(20px); }

body.theme-mtg .typedanswers-capture-view.show-question .videos-area {
  width: 860px;
  height: 483.75px;
  margin-left: -430px;
  overflow: hidden; }

body.theme-mtg .typedanswers-capture-view .submissions-area.num-players-3 {
  bottom: -4px;
  font-family: 'Clarendon'; }
  body.theme-mtg .typedanswers-capture-view .submissions-area.num-players-3 .submission {
    margin: 0 0 27px 0;
    border: 1px solid #ed3d3f;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0px;
    font-family: 'Clarendon'; }
  body.theme-mtg .typedanswers-capture-view .submissions-area.num-players-3 .player-name {
    background: #a30d0f;
    border-color: #ed3d3f;
    font-family: 'Clarendon'; }

body.theme-mtg .typedanswers-capture-view .title-area {
  border: 2px solid #ed3d3f;
  background: rgba(0, 0, 0, 0.7);
  font-family: 'Clarendon';
  height: 92px;
  padding: 0px; }
  body.theme-mtg .typedanswers-capture-view .title-area table {
    height: 90px; }
    body.theme-mtg .typedanswers-capture-view .title-area table td {
      padding: 0px;
      line-height: 60px; }

body.theme-mtg .typedanswers-capture-view .videos-area {
  border: 2px solid #ed3d3f;
  border-radius: 0px;
  bottom: 24px; }

body.theme-mtg #discussion-capture {
  background-image: none !important; }

body.theme-mtg #discussion-capture {
  font-family: "Clarendon";
  letter-spacing: 1px; }
  body.theme-mtg #discussion-capture .discussion-overlay {
    background-image: url(/images/themes/mtg/discussion.png);
    v-index: 0; }
  body.theme-mtg #discussion-capture .logo {
    display: none; }
  body.theme-mtg #discussion-capture .host-name,
  body.theme-mtg #discussion-capture .name {
    font-family: 'Clarendon';
    text-transform: uppercase;
    font-size: 48px; }
  body.theme-mtg #discussion-capture .host-overlay {
    background-image: url(/images/themes/mtg/discussion.png); }
    body.theme-mtg #discussion-capture .host-overlay .host-webcam-cover {
      width: 581px;
      height: 435px;
      left: -102px;
      top: -465px; }
    body.theme-mtg #discussion-capture .host-overlay .host-name {
      text-align: center;
      top: -40px;
      color: #fff;
      left: -85px;
      width: 480px;
      padding-top: 7px; }
  body.theme-mtg #discussion-capture .player-image {
    left: 10px !important; }
  body.theme-mtg #discussion-capture li.player .name {
    top: -64px;
    left: 0px;
    padding-top: 5px; }
  body.theme-mtg #discussion-capture li.player:nth-of-type(1) .name {
    color: #fff; }
  body.theme-mtg #discussion-capture li.player.order-1 {
    top: 978px;
    margin-left: -238px; }
    body.theme-mtg #discussion-capture li.player.order-1 .player-plate {
      top: 4px; }
    body.theme-mtg #discussion-capture li.player.order-1 .name {
      color: #fff;
      top: 5px;
      font-size: 45px; }
  body.theme-mtg #discussion-capture li.player.order-2, body.theme-mtg #discussion-capture li.player.order-0 {
    top: 995px; }
  body.theme-mtg #discussion-capture li.player.order-0 {
    left: 80px; }
  body.theme-mtg #discussion-capture li.player.order-2 {
    right: -20px; }
    body.theme-mtg #discussion-capture li.player.order-2 .name {
      left: -15px;
      color: #fff; }
  body.theme-mtg #discussion-capture li.player .player-plate {
    top: 3px; }

body.theme-mtg #discussion-capture .webcam-nameplate .score,
body.theme-mtg #discussion-capture ul.players-list li.player .player-plate .score {
  display: none; }

body.theme-mtg #discussion-capture .webcam-nameplate .name,
body.theme-mtg #discussion-capture ul.players-list li.player .player-plate .name {
  width: 480px;
  text-align: center; }

body.theme-mtg .capturing {
  background-image: none !important; }

body.theme-mtg #countdown-capture .overlay {
  background-image: url(/images/themes/mtg/countdown-bg.png);
  height: 100%; }

body.theme-mtg #countdown-capture .logo {
  display: none; }

body.theme-mtg #countdown-capture .player-image {
  z-index: 0;
  width: 410px;
  height: 285px;
  background-size: cover; }
  body.theme-mtg #countdown-capture .player-image.order-0 {
    left: 153px; }
  body.theme-mtg #countdown-capture .player-image.order-1 {
    bottom: 423px;
    margin-left: -201px; }
  body.theme-mtg #countdown-capture .player-image.order-2 {
    right: 141px; }

body.theme-mtg #countdown-capture .player-name {
  color: black;
  text-shadow: none;
  text-transform: uppercase;
  font-size: 40px;
  padding-left: 40px; }
  body.theme-mtg #countdown-capture .player-name.order-0, body.theme-mtg #countdown-capture .player-name.order-2 {
    bottom: 69px; }
  body.theme-mtg #countdown-capture .player-name.order-0 {
    color: #fff;
    left: 120px;
    font-size: 34px; }
  body.theme-mtg #countdown-capture .player-name.order-1 {
    bottom: 340px;
    left: 945px;
    color: #fff;
    font-size: 34px; }
  body.theme-mtg #countdown-capture .player-name.order-2 {
    right: 145px;
    color: #fff;
    font-size: 34px; }

body.theme-mtg #countdown-capture .countdown {
  top: 83px;
  right: 80px;
  z-index: 40;
  background: none; }

body.theme-mtg #countdown-capture .counting {
  letter-spacing: 8px;
  font-size: 40px; }

body.theme-mtg #signoff-capture {
  background: url(/images/themes/mtg/message-bg.png); }
  body.theme-mtg #signoff-capture .signoff-message {
    top: 675px;
    font-size: 60px;
    color: #e6d948 !important;
    width: 1300px;
    height: 122px;
    line-height: 122px;
    font-family: "Clarendon";
    text-transform: uppercase;
    font-weight: 900;
    color: #000;
    left: 50%;
    margin-left: -635px;
    letter-spacing: 1px; }
    body.theme-mtg #signoff-capture .signoff-message .gradient-text {
      text-shadow: none;
      -webkit-text-fill-color: inherit; }
      body.theme-mtg #signoff-capture .signoff-message .gradient-text:after {
        display: none;
        opacity: 0;
        content: ""; }
  body.theme-mtg #signoff-capture .matcherino-status-container {
    display: none; }

body.theme-mtg .cardFlip {
  margin-left: 30px; }

body.theme-mtg .back {
  background-image: url(/images/themes/mtg/magic-back.png) !important;
  width: 200px !important; }

body.theme-mtg .red-box,
body.theme-mtg .drawing-capture-view .drawing-answer,
body.theme-mtg .answer.red-box {
  color: #000;
  font-size: 48px;
  line-height: 171px;
  text-shadow: none; }
  body.theme-mtg .red-box span,
  body.theme-mtg .drawing-capture-view .drawing-answer span,
  body.theme-mtg .answer.red-box span {
    display: inline;
    background-color: #a50f15;
    padding: 13px 178px 8px 170px;
    border-radius: 10px;
    border: 4px solid #ffa800; }

body.theme-mtg .red-box {
  bottom: -10px; }

body.theme-mtg .title-box {
  background: url(/images/themes/mtg/game_title.png) center center no-repeat;
  width: 522px;
  height: 90px;
  margin-left: -261px;
  color: #FFFFF;
  font-size: 32px;
  text-shadow: none;
  padding: 0px;
  line-height: 97px;
  top: 10px;
  font-family: 'Clarendon'; }
  body.theme-mtg .title-box .timer-countdown {
    font-size: 50px; }

body.theme-mtg .game-box {
  width: 252px;
  height: 58px;
  background: url(/images/themes/mtg/meta-box.png) center center no-repeat;
  padding: 0px;
  line-height: 59px;
  position: absolute;
  color: #fff;
  font-family: 'Clarendon';
  font-size: 28px;
  padding-top: 0px;
  top: 40px; }
  body.theme-mtg .game-box.game-box-left {
    left: 30px; }
  body.theme-mtg .game-box.game-box-right {
    right: 30px; }

body.theme-mtg .capture-area {
  background-image: url(/images/themes/mtg/main-background.png); }
  body.theme-mtg .capture-area .episode {
    background-image: url(/images/themes/mtg/episode-logo.png); }

body.theme-mtg #game-area {
  background-image: url(/images/themes/mtg/game-board2.png);
  background-position: center 25px;
  background-size: contain;
  top: -8px; }

body.theme-mtg #main-capture.showBuzzes-on .logo.episode {
  transform: translateX(0); }

body.theme-mtg #main-capture #medias-scorehighlight1,
body.theme-mtg #main-capture #medias-scorehighlight2,
body.theme-mtg #main-capture #medias-scorehighlight3 {
  display: none; }

body.theme-mtg #main-capture #medias-buzzer1,
body.theme-mtg #main-capture #medias-heart1 {
  left: 16px; }

body.theme-mtg #main-capture #medias-buzzer2,
body.theme-mtg #main-capture #medias-heart2 {
  left: 20px; }

body.theme-mtg #main-capture #medias-buzzer3,
body.theme-mtg #main-capture #medias-heart3 {
  left: 18px; }

body.theme-mtg #main-capture #medias-buzzer3,
body.theme-mtg #main-capture #medias-buzzer2,
body.theme-mtg #main-capture #medias-buzzer1,
body.theme-mtg #main-capture #medias-heart3,
body.theme-mtg #main-capture #medias-heart2,
body.theme-mtg #main-capture #medias-heart1 {
  top: -30px;
  width: 1900px;
  height: 1160px; }

body.theme-mtg #main-capture .matcherino-status-container {
  background: rgba(0, 0, 0, 0.7);
  border: 2px solid #f2ac3c;
  bottom: 18px;
  border-radius: 25px; }
  body.theme-mtg #main-capture .matcherino-status-container .cta {
    padding-right: 12px; }
    body.theme-mtg #main-capture .matcherino-status-container .cta:after {
      display: none; }

body.theme-mtg #main-capture .matcherino-notifier-container {
  bottom: 19px; }
  body.theme-mtg #main-capture .matcherino-notifier-container .matcherino-donation-notif {
    background: #000;
    border: 2px solid #f2ac3c;
    box-shadow: 0px 0px 15px #f2ac3c;
    border-radius: 25px;
    color: #fff; }
    body.theme-mtg #main-capture .matcherino-notifier-container .matcherino-donation-notif .amount {
      color: #fff; }

body.theme-mtg #main-capture .buzzes {
  width: 550px;
  height: 152px;
  background: rgba(0, 0, 0, 0.7);
  bottom: 215px;
  padding: 10px;
  border-radius: 10px;
  border: 4px solid #f2ac3c; }
  body.theme-mtg #main-capture .buzzes li {
    height: 38px;
    line-height: 39px;
    border-radius: 0px;
    font-size: 23px; }
    body.theme-mtg #main-capture .buzzes li:before {
      height: 37px;
      line-height: 37px; }
    body.theme-mtg #main-capture .buzzes li:nth-child(1) {
      background: #f0dc00;
      color: black; }

body.theme-mtg #main-capture div.logo.episode {
  top: 870px;
  left: 50px;
  width: 500px; }

body.theme-mtg #main-capture .logo.patreon,
body.theme-mtg #main-capture .logo.youtube {
  bottom: 80px;
  display: none; }

body.theme-mtg #main-capture .logo.patreon {
  left: 80px; }

body.theme-mtg #main-capture .logo.youtube {
  left: 320px; }

body.theme-mtg #main-capture .host-overlay {
  width: 582px;
  top: 20px;
  height: 665px; }
  body.theme-mtg #main-capture .host-overlay .host-webcam-cover {
    top: 200px;
    left: 55px;
    width: 505px;
    height: 345px; }
  body.theme-mtg #main-capture .host-overlay .overlay {
    background-image: url(/images/themes/mtg/host-overlay.png);
    background-position: top right;
    z-index: 1; }
  body.theme-mtg #main-capture .host-overlay .host-name {
    font-size: 36px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    top: 594px;
    width: 384px;
    line-height: 56px; }

body.theme-mtg #main-capture ul.players-list {
  width: 1316px; }
  body.theme-mtg #main-capture ul.players-list li.player .drawing-marker {
    border-radius: 0px;
    top: 260px; }
  body.theme-mtg #main-capture ul.players-list li.player .overlay {
    top: 10px;
    z-index: 2; }
  body.theme-mtg #main-capture ul.players-list li.player .name {
    font-size: 24px;
    text-align: center;
    top: 310px;
    text-shadow: none;
    text-transform: uppercase; }
  body.theme-mtg #main-capture ul.players-list li.player:nth-of-type(1) .overlay {
    background-image: url(/images/themes/mtg/player1-overlay.png); }
  body.theme-mtg #main-capture ul.players-list li.player:nth-of-type(1) .name {
    color: #FFF;
    font-size: 22px; }
  body.theme-mtg #main-capture ul.players-list li.player:nth-of-type(2) {
    left: 448px; }
    body.theme-mtg #main-capture ul.players-list li.player:nth-of-type(2) .overlay {
      background-image: url(/images/themes/mtg/player2-overlay.png); }
    body.theme-mtg #main-capture ul.players-list li.player:nth-of-type(2) .name {
      color: #FFF;
      left: 17px;
      font-size: 22px; }
  body.theme-mtg #main-capture ul.players-list li.player:nth-of-type(3) {
    left: 892px; }
    body.theme-mtg #main-capture ul.players-list li.player:nth-of-type(3) .overlay {
      background-image: url(/images/themes/mtg/player3-overlay.png); }
    body.theme-mtg #main-capture ul.players-list li.player:nth-of-type(3) .name {
      color: #FFF;
      left: 20px; }
  body.theme-mtg #main-capture ul.players-list li.player .webcam-cover {
    width: 390px;
    height: 290px;
    top: 11px;
    left: 18px;
    z-index: 1; }
  body.theme-mtg #main-capture ul.players-list li.player .hearts-list {
    left: 32px;
    top: 32px; }
  body.theme-mtg #main-capture ul.players-list li.player .score {
    top: 310px;
    right: 30px;
    font-size: 30px;
    width: 98px; }

.hint .reveal-type-zoom {
  border: none !important; }

#show-nav {
  background-image: none !important; }

body.capturing {
  background: none !important; }

.clarendon, body.theme-norton .game-container .sav-question-container .sav-submission-points,
body.theme-norton .game-container .sav-question-container .sav-submission-votes,
body.theme-norton .game-container .sav-question-container .author, body.theme-norton #countdown-capture .counting {
  font-family: "Clarendon";
  letter-spacing: 1px; }

.frizquadrata, body.theme-norton .family-feud-question-reveal, body.theme-norton namethatthing-capture span, body.theme-norton #discussion-capture, body.theme-norton .red-box,
body.theme-norton .drawing-capture-view .drawing-answer,
body.theme-norton .answer.red-box, body.theme-norton #main-capture .buzzes li, body.theme-norton #main-capture .host-overlay .host-name, body.theme-norton #main-capture ul.players-list li.player, body.theme-norton #main-capture ul.players-list li.player .score {
  font-family: "FrizQuadrataRegular";
  letter-spacing: 1px; }

body.theme-norton {
  background: url("/images/themes/norton/background.png"); }
  body.theme-norton .logo.episode {
    background-image: url(/images/episodes/norton/logo.png); }
  body.theme-norton .family-feud-question-reveal {
    font-family: 'Source Sans Pro';
    width: 1206px;
    margin-left: 58px;
    padding-top: 30px; }
    body.theme-norton .family-feud-question-reveal .question-name {
      background-image: url(/images/themes/norton/question-name-bg.png);
      height: 120px;
      margin-right: 0px;
      margin-left: 0px;
      margin-bottom: 20px; }
      body.theme-norton .family-feud-question-reveal .question-name table {
        height: 90px; }
        body.theme-norton .family-feud-question-reveal .question-name table td {
          font-size: 30px;
          height: 112px;
          padding: unset; }
    body.theme-norton .family-feud-question-reveal .answers {
      width: auto; }
      body.theme-norton .family-feud-question-reveal .answers .answer {
        background: url(/images/themes/norton/answer-box-bg.png) top center no-repeat;
        padding-top: 0px;
        width: 596px;
        margin: 5px 0 24px 0;
        height: 90px;
        font-size: 30px; }
        body.theme-norton .family-feud-question-reveal .answers .answer table {
          width: 475px;
          height: 83px; }
          body.theme-norton .family-feud-question-reveal .answers .answer table td {
            padding: 0 10px;
            line-height: 0.9em; }
          body.theme-norton .family-feud-question-reveal .answers .answer table.text-len-10 {
            font-size: 30px; }
          body.theme-norton .family-feud-question-reveal .answers .answer table.text-len-20 {
            font-size: 25px; }
          body.theme-norton .family-feud-question-reveal .answers .answer table.text-len-30 {
            font-size: 22px; }
          body.theme-norton .family-feud-question-reveal .answers .answer table.text-len-40 {
            font-size: 18px; }
          body.theme-norton .family-feud-question-reveal .answers .answer table.text-len-50 {
            font-size: 14px; }
        body.theme-norton .family-feud-question-reveal .answers .answer:before {
          background: #000; }
        body.theme-norton .family-feud-question-reveal .answers .answer.notshown {
          width: 576px;
          margin-left: 10px; }
          body.theme-norton .family-feud-question-reveal .answers .answer.notshown:before {
            opacity: 1;
            background-color: #061c29;
            border: 1px solid #ffd366;
            border-radius: 10px;
            height: 75px;
            -webkit-box-shadow: 0px 0px 1px 3px #c8a55b;
            box-shadow: 0px 0px 1px 3px #c8a55b; }
        body.theme-norton .family-feud-question-reveal .answers .answer .points {
          border-left: 4px solid rgba(178, 117, 0, 0.25);
          right: 0px;
          padding-top: 3px;
          width: 110px;
          top: 3px; }
  body.theme-norton .name-that-thing-capture-view .thing-meta {
    padding: 0px; }
  body.theme-norton .name-that-thing-capture-view .question-meta .game-box {
    position: absolute;
    top: 40px; }
  body.theme-norton .name-that-thing-capture-view .hints {
    padding-top: 130px; }
  body.theme-norton .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text {
    background: url(/images/themes/norton/answer-bar.png) top center no-repeat;
    color: #fff !important;
    line-height: 80px;
    height: 80px;
    width: 1244px;
    margin: 0 auto 20px auto;
    font-family: 'Source Sans Pro';
    font-size: 32px; }
  body.theme-norton namethatthing-capture span {
    font-family: 'Source Sans Pro';
    display: block;
    color: #fff;
    font-size: 34px;
    margin-top: -5px; }
  body.theme-norton .drawing-capture-view.show-answer .drawing-answer-image {
    display: none; }
  body.theme-norton .drawing-capture-view .drawing-board {
    margin-left: -540px;
    top: 120px; }
  body.theme-norton drawing-points.game-box-right {
    display: block; }
  body.theme-norton drawing-points.game-box-right::last-letter {
    size: 3em; }
  body.theme-norton .drawing-answer {
    color: #fff !important; }
  body.theme-norton .meta-box,
  body.theme-norton .sav-question-vote-msg,
  body.theme-norton .sav-capture-split-view .sav-question,
  body.theme-norton .sav-capture-split-view .timer-display {
    border-radius: 0px;
    border: 2px solid #ed3d3f;
    background: #a30d0f;
    font-family: 'Source Sans Pro';
    text-transform: uppercase; }
  body.theme-norton .game-container .sav-capture-view,
  body.theme-norton .game-container .submit-and-vote-capture-view {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute; }
  body.theme-norton .game-container .submit-and-vote-capture-view .question-number,
  body.theme-norton .game-container .submit-and-vote-capture-view .sav-active-question-points {
    top: 40px; }
  body.theme-norton .game-container .submit-and-vote-capture-view .sav-question-vote-msg {
    padding: 12px 0 8px; }
  body.theme-norton .game-container .submit-and-vote-capture-view .sav-submission-list,
  body.theme-norton .game-container .submit-and-vote-capture-view .blank-question {
    top: 140px; }
  body.theme-norton .game-container .submit-and-vote-capture-view .blank-question {
    position: relative; }
  body.theme-norton .game-container .sav-question-container .sav-submission-points,
  body.theme-norton .game-container .sav-question-container .sav-submission-votes,
  body.theme-norton .game-container .sav-question-container .author {
    font-family: 'Source Sans Pro';
    background: none;
    border: none;
    box-shadow: none; }
  body.theme-norton .game-container .sav-question-container .author {
    font-size: 46px;
    margin-top: 20px;
    margin-bottom: 10px; }
  body.theme-norton .game-container .sav-question-container .sav-submission-points,
  body.theme-norton .game-container .sav-question-container .sav-submission-votes {
    font-size: 30px; }
  body.theme-norton .game-container .sav-question-inner .image {
    border-radius: 0px;
    border-color: #ed3d3f; }
  body.theme-norton .typedanswers-capture-view.show-submissions .submissions-area {
    transform: translateX(10px); }
  body.theme-norton .typedanswers-capture-view.show-submissions .videos-area {
    -webkit-transform: translateX(-190px); }
  body.theme-norton .typedanswers-capture-view.show-question .title-area {
    -webkit-transform: translateY(20px); }
  body.theme-norton .typedanswers-capture-view.show-question .videos-area {
    width: 860px;
    height: 483.75px;
    margin-left: -430px;
    overflow: hidden; }
  body.theme-norton .typedanswers-capture-view .submissions-area.num-players-3 {
    bottom: -4px;
    font-family: 'Source Sans Pro'; }
    body.theme-norton .typedanswers-capture-view .submissions-area.num-players-3 .submission {
      margin: 0 0 27px 0;
      border: 1px solid #ed3d3f;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 0px;
      font-family: 'Source Sans Pro'; }
    body.theme-norton .typedanswers-capture-view .submissions-area.num-players-3 .player-name {
      background: #a30d0f;
      border-color: #ed3d3f;
      font-family: 'Source Sans Pro'; }
  body.theme-norton .typedanswers-capture-view .title-area {
    border: 2px solid #ed3d3f;
    background: rgba(0, 0, 0, 0.7);
    font-family: 'Source Sans Pro';
    height: 92px;
    padding: 0px; }
    body.theme-norton .typedanswers-capture-view .title-area table {
      height: 90px; }
      body.theme-norton .typedanswers-capture-view .title-area table td {
        padding: 0px;
        line-height: 60px; }
  body.theme-norton .typedanswers-capture-view .videos-area {
    border: 2px solid #ed3d3f;
    border-radius: 0px;
    bottom: 24px; }
  body.theme-norton #discussion-capture {
    background-image: none !important;
    font-family: 'Source Sans Pro'; }
    body.theme-norton #discussion-capture .discussion-overlay {
      background-image: url(/images/themes/norton/discussion.png);
      v-index: 0; }
    body.theme-norton #discussion-capture .logo {
      display: none; }
    body.theme-norton #discussion-capture .host-name,
    body.theme-norton #discussion-capture .name {
      font-family: 'Source Sans Pro';
      text-transform: uppercase;
      font-size: 48px; }
    body.theme-norton #discussion-capture .host-overlay {
      background-image: url(/images/themes/norton/discussion.png); }
      body.theme-norton #discussion-capture .host-overlay .host-webcam-cover {
        width: 555px;
        height: 367px;
        left: -93px;
        top: -403px; }
      body.theme-norton #discussion-capture .host-overlay .host-name {
        text-align: center;
        top: -52px;
        left: -25px;
        width: 345px;
        color: #fff;
        padding-left: 0px;
        font-size: 30px; }
    body.theme-norton #discussion-capture .player-image {
      left: 10px !important; }
    body.theme-norton #discussion-capture li.player .player-plate {
      top: -118px;
      left: 115px;
      width: 345px;
      font-family: 'Source Sans Pro';
      color: #fff; }
      body.theme-norton #discussion-capture li.player .player-plate .name {
        font-family: 'Source Sans Pro';
        left: 0px;
        width: 80%;
        font-size: 30px; }
    body.theme-norton #discussion-capture li.player:nth-of-type(1) .webcam-cover {
      left: -3px; }
    body.theme-norton #discussion-capture li.player:nth-of-type(1) .name {
      color: #fff; }
    body.theme-norton #discussion-capture li.player.order-1 {
      top: 978px;
      margin-left: -238px; }
      body.theme-norton #discussion-capture li.player.order-1 .webcam-cover {
        top: -411px; }
      body.theme-norton #discussion-capture li.player.order-1 .player-plate {
        top: -48px;
        left: 80px;
        width: 342px; }
    body.theme-norton #discussion-capture li.player.order-2, body.theme-norton #discussion-capture li.player.order-0 {
      top: 995px; }
    body.theme-norton #discussion-capture li.player.order-0 {
      left: 80px; }
    body.theme-norton #discussion-capture li.player.order-2 {
      right: -20px; }
      body.theme-norton #discussion-capture li.player.order-2 .player-plate {
        left: 26px; }
      body.theme-norton #discussion-capture li.player.order-2 .webcam-cover {
        left: -92px; }
  body.theme-norton #discussion-capture .webcam-nameplate .score,
  body.theme-norton #discussion-capture ul.players-list li.player .player-plate .score {
    display: none; }
  body.theme-norton #discussion-capture .webcam-nameplate .name,
  body.theme-norton #discussion-capture ul.players-list li.player .player-plate .name {
    text-align: center; }
  body.theme-norton .capturing {
    background-image: none !important; }
  body.theme-norton #countdown-capture {
    background: none !important; }
    body.theme-norton #countdown-capture .overlay {
      background-image: url(/images/themes/norton/countdown-bg.png);
      height: 100%;
      z-index: 2; }
    body.theme-norton #countdown-capture .logo {
      display: none; }
    body.theme-norton #countdown-capture .player-image {
      z-index: 0;
      background-size: cover;
      width: 555px;
      height: 370px; }
      body.theme-norton #countdown-capture .player-image.order-0 {
        left: 78px;
        bottom: 104px; }
      body.theme-norton #countdown-capture .player-image.order-1 {
        bottom: 374px;
        margin-left: -279px; }
      body.theme-norton #countdown-capture .player-image.order-2 {
        right: 74px;
        bottom: 104px; }
    body.theme-norton #countdown-capture .player-name {
      font-family: 'Source Sans Pro';
      color: black;
      text-shadow: none;
      text-transform: uppercase;
      font-size: 40px;
      padding-left: 40px; }
      body.theme-norton #countdown-capture .player-name.order-0, body.theme-norton #countdown-capture .player-name.order-2 {
        bottom: 70px; }
      body.theme-norton #countdown-capture .player-name.order-0 {
        color: #fff;
        left: 120px;
        font-size: 34px; }
      body.theme-norton #countdown-capture .player-name.order-1 {
        bottom: 335px;
        left: 945px;
        color: #fff;
        font-size: 34px; }
      body.theme-norton #countdown-capture .player-name.order-2 {
        right: 140px;
        color: #fff; }
    body.theme-norton #countdown-capture .countdown {
      top: 83px;
      right: 80px;
      z-index: 40;
      background: none; }
    body.theme-norton #countdown-capture .counting {
      font-family: 'Source Sans Pro';
      letter-spacing: 8px;
      font-size: 40px; }
  body.theme-norton #signoff-capture {
    background: url(/images/themes/norton/message-bg.png); }
    body.theme-norton #signoff-capture .signoff-message {
      top: 675px;
      font-size: 60px;
      color: #e6d948 !important;
      width: 1300px;
      height: 122px;
      line-height: 122px;
      font-family: "Source Sans Pro";
      text-transform: uppercase;
      font-weight: 900;
      color: #000;
      left: 50%;
      margin-left: -635px;
      letter-spacing: 1px; }
      body.theme-norton #signoff-capture .signoff-message .gradient-text {
        text-shadow: none;
        -webkit-text-fill-color: inherit; }
        body.theme-norton #signoff-capture .signoff-message .gradient-text:after {
          display: none;
          opacity: 0;
          content: ""; }
    body.theme-norton #signoff-capture .matcherino-status-container {
      display: none; }
  body.theme-norton .multiplechoice-area, body.theme-norton .game-container {
    font-family: 'Source Sans Pro' !important; }
    body.theme-norton .multiplechoice-area .multiplechoice-options .option-container, body.theme-norton .game-container .multiplechoice-options .option-container {
      border: 2px solid #ffd366;
      border-radius: unset !important;
      -moz-box-shadow: 0px 0px 1px 4px #c8a55b;
      -webkit-box-shadow: 0px 0px 1px 4px #c8a55b;
      box-shadow: 0px 0px 1px 4px #c8a55b; }
      body.theme-norton .multiplechoice-area .multiplechoice-options .option-container::before, body.theme-norton .game-container .multiplechoice-options .option-container::before {
        border-radius: unset !important; }
    body.theme-norton .multiplechoice-area .multiplechoice-options .option-container.right, body.theme-norton .game-container .multiplechoice-options .option-container.right {
      border: 4px solid #008000;
      -moz-box-shadow: 0px 0px 1px 4px #006600;
      -webkit-box-shadow: 0px 0px 1px 4px #006600;
      box-shadow: 0px 0px 1px 4px #006600; }
  body.theme-norton .cardFlip {
    margin-left: 30px; }
  body.theme-norton .back {
    background-image: url(/images/themes/mtg/magic-back.png) !important;
    width: 200px !important; }
  body.theme-norton .red-box,
  body.theme-norton .drawing-capture-view .drawing-answer,
  body.theme-norton .answer.red-box {
    font-family: 'Source Sans Pro';
    background-image: url(/images/themes/norton/answer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
    font-size: 48px;
    line-height: 171px;
    text-shadow: none; }
  body.theme-norton .red-box {
    bottom: -10px; }
  body.theme-norton .title-box {
    background: url(/images/themes/norton/game-title.png) center center no-repeat;
    width: 522px;
    height: 90px;
    margin-left: -261px;
    color: #551c00;
    font-size: 32px;
    text-shadow: none;
    padding: 0px;
    line-height: 97px;
    top: 10px;
    font-family: 'Source Sans Pro'; }
    body.theme-norton .title-box .timer-countdown {
      font-size: 50px; }
  body.theme-norton .game-box {
    width: 252px;
    height: 58px;
    background: url(/images/themes/norton/meta-box.png) center center no-repeat;
    padding: 0px;
    line-height: 59px;
    position: absolute;
    color: #fff;
    font-family: 'Source Sans Pro';
    font-size: 28px;
    padding-top: 0px;
    top: 40px; }
    body.theme-norton .game-box.game-box-left {
      left: 30px; }
    body.theme-norton .game-box.game-box-right {
      right: 30px; }
  body.theme-norton .capture-area {
    background-image: url(/images/themes/norton/background.png); }
    body.theme-norton .capture-area .episode {
      background-image: url(/images/themes/norton/episode-logo.png); }
  body.theme-norton #main-capture {
    background-image: url(/images/themes/norton/main-background.png); }
  body.theme-norton #game-area {
    background-image: url(/images/themes/norton/game-board2.png);
    background-position: center 25px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0px;
    height: 686px;
    width: 1296px;
    right: 21px; }
  body.theme-norton #main-capture.showBuzzes-on .logo.episode {
    transform: translateX(0); }
  body.theme-norton #main-capture .player-plate {
    top: 10px; }
  body.theme-norton #main-capture #medias-scorehighlight1,
  body.theme-norton #main-capture #medias-scorehighlight2,
  body.theme-norton #main-capture #medias-scorehighlight3 {
    display: none; }
  body.theme-norton #main-capture #medias-buzzer1,
  body.theme-norton #main-capture #medias-heart1 {
    left: 16px; }
  body.theme-norton #main-capture #medias-buzzer2,
  body.theme-norton #main-capture #medias-heart2 {
    left: 20px; }
  body.theme-norton #main-capture #medias-buzzer3,
  body.theme-norton #main-capture #medias-heart3 {
    left: 18px; }
  body.theme-norton #main-capture #medias-buzzer3,
  body.theme-norton #main-capture #medias-buzzer2,
  body.theme-norton #main-capture #medias-buzzer1,
  body.theme-norton #main-capture #medias-heart3,
  body.theme-norton #main-capture #medias-heart2,
  body.theme-norton #main-capture #medias-heart1 {
    top: -30px;
    width: 1900px;
    height: 1160px; }
  body.theme-norton #main-capture .matcherino-status-container {
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #f2ac3c;
    bottom: 18px;
    border-radius: 25px; }
    body.theme-norton #main-capture .matcherino-status-container .cta {
      padding-right: 12px; }
      body.theme-norton #main-capture .matcherino-status-container .cta:after {
        display: none; }
  body.theme-norton #main-capture .matcherino-notifier-container {
    bottom: 19px; }
    body.theme-norton #main-capture .matcherino-notifier-container .matcherino-donation-notif {
      background: #000;
      border: 2px solid #f2ac3c;
      box-shadow: 0px 0px 15px #f2ac3c;
      border-radius: 25px;
      color: #fff; }
      body.theme-norton #main-capture .matcherino-notifier-container .matcherino-donation-notif .amount {
        color: #fff; }
  body.theme-norton #main-capture .buzzes {
    width: 540px !important;
    height: 192px;
    bottom: 215px;
    left: 32px !important;
    padding: 27px;
    border: none;
    background: url(/images/themes/norton/buzzes-bg.png) top center no-repeat; }
    body.theme-norton #main-capture .buzzes li {
      font-family: 'Source Sans Pro';
      height: 38px;
      line-height: 39px;
      border-radius: 0px;
      font-size: 23px; }
      body.theme-norton #main-capture .buzzes li:before {
        height: 37px;
        line-height: 37px; }
      body.theme-norton #main-capture .buzzes li:nth-child(1) {
        background: #fdbb30;
        color: black; }
  body.theme-norton #main-capture div.logo.episode {
    top: 870px;
    left: 50px;
    width: 500px; }
  body.theme-norton #main-capture .logo.patreon,
  body.theme-norton #main-capture .logo.youtube {
    bottom: 80px;
    display: none; }
  body.theme-norton #main-capture .logo.patreon {
    left: 80px; }
  body.theme-norton #main-capture .logo.youtube {
    left: 320px; }
  body.theme-norton #main-capture .host-overlay {
    width: 582px;
    top: 11px;
    height: 665px;
    left: 9px; }
    body.theme-norton #main-capture .host-overlay .host-webcam-cover {
      top: 215px;
      left: 16px;
      width: 555px;
      height: 367px; }
    body.theme-norton #main-capture .host-overlay .overlay {
      background-image: url(/images/themes/norton/host-overlay.png);
      background-position: top right;
      z-index: 2; }
    body.theme-norton #main-capture .host-overlay .host-name {
      font-family: 'Source Sans Pro';
      font-size: 36px;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      top: 562px;
      width: 344px;
      line-height: 61px;
      left: 134px;
      height: 61px; }
  body.theme-norton #main-capture ul.players-list {
    width: 1316px; }
    body.theme-norton #main-capture ul.players-list li.player {
      font-family: 'Source Sans Pro'; }
      body.theme-norton #main-capture ul.players-list li.player .drawing-marker {
        border-radius: 0px;
        top: 260px; }
      body.theme-norton #main-capture ul.players-list li.player .overlay {
        top: 10px;
        z-index: 2; }
      body.theme-norton #main-capture ul.players-list li.player .name {
        font-size: 24px;
        text-align: center;
        top: 310px;
        text-shadow: none;
        text-transform: uppercase;
        left: 65px;
        padding: 0px;
        /* bottom: 30px; */
        top: 308px;
        width: 58%;
        font-size: 30px; }
      body.theme-norton #main-capture ul.players-list li.player:nth-of-type(1) {
        left: 9px;
        top: -6px; }
        body.theme-norton #main-capture ul.players-list li.player:nth-of-type(1) .overlay {
          background-image: url(/images/themes/norton/player1-overlay.png); }
        body.theme-norton #main-capture ul.players-list li.player:nth-of-type(1) .name {
          color: #FFF; }
      body.theme-norton #main-capture ul.players-list li.player:nth-of-type(2) {
        left: 444px;
        top: -6px; }
        body.theme-norton #main-capture ul.players-list li.player:nth-of-type(2) .overlay {
          background-image: url(/images/themes/norton/player2-overlay.png); }
        body.theme-norton #main-capture ul.players-list li.player:nth-of-type(2) .name {
          color: #FFF; }
      body.theme-norton #main-capture ul.players-list li.player:nth-of-type(3) {
        left: 879px;
        top: -6px; }
        body.theme-norton #main-capture ul.players-list li.player:nth-of-type(3) .overlay {
          background-image: url(/images/themes/norton/player3-overlay.png); }
        body.theme-norton #main-capture ul.players-list li.player:nth-of-type(3) .name {
          color: #FFF; }
      body.theme-norton #main-capture ul.players-list li.player .webcam-cover {
        width: 415px;
        height: 272px;
        top: 23px;
        left: 5px;
        z-index: 1; }
      body.theme-norton #main-capture ul.players-list li.player .hearts-list {
        left: 32px;
        top: 32px; }
      body.theme-norton #main-capture ul.players-list li.player .score {
        font-family: 'Source Sans Pro';
        top: 300px;
        right: 15px;
        font-size: 32px;
        width: 98px;
        height: 71px;
        line-height: 71px; }

.hint .reveal-type-zoom {
  border: none !important; }

#show-nav {
  background-image: none !important; }

body.capturing {
  background: none !important; }

.clarendon, body.theme-norton4 .game-container .sav-question-container .sav-submission-points,
body.theme-norton4 .game-container .sav-question-container .sav-submission-votes,
body.theme-norton4 .game-container .sav-question-container .author, body.theme-norton4 #countdown-capture .counting {
  font-family: "Clarendon";
  letter-spacing: 1px; }

.frizquadrata, body.theme-norton4 .family-feud-question-reveal, body.theme-norton4 namethatthing-capture span, body.theme-norton4 #discussion-capture, body.theme-norton4 .red-box,
body.theme-norton4 .drawing-capture-view .drawing-answer,
body.theme-norton4 .answer.red-box, body.theme-norton4 #main-capture .buzzes li, body.theme-norton4 #main-capture .host-overlay .host-name, body.theme-norton4 #main-capture ul.players-list li.player, body.theme-norton4 #main-capture ul.players-list li.player .score {
  font-family: "FrizQuadrataRegular";
  letter-spacing: 1px; }

body.theme-norton4 {
  background: url("/images/themes/norton4/background.png"); }
  body.theme-norton4 .logo.episode {
    background-image: url(/images/episodes/norton4/logo.png); }
  body.theme-norton4 .family-feud-question-reveal {
    font-family: 'Source Sans Pro';
    width: 1206px;
    margin-left: 58px;
    padding-top: 30px; }
    body.theme-norton4 .family-feud-question-reveal .question-name {
      background-image: url(/images/themes/norton4/question-name-bg.png);
      height: 120px;
      margin-right: 0px;
      margin-left: 0px;
      margin-bottom: 20px; }
      body.theme-norton4 .family-feud-question-reveal .question-name table {
        height: 90px; }
        body.theme-norton4 .family-feud-question-reveal .question-name table td {
          font-size: 30px;
          height: 112px;
          padding: unset; }
    body.theme-norton4 .family-feud-question-reveal .answers {
      width: auto; }
      body.theme-norton4 .family-feud-question-reveal .answers .answer {
        background: url(/images/themes/norton4/answer-box-bg.png) top center no-repeat;
        padding-top: 0px;
        width: 596px;
        margin: 5px 0 24px 0;
        height: 90px;
        font-size: 30px; }
        body.theme-norton4 .family-feud-question-reveal .answers .answer table {
          width: 475px;
          height: 83px; }
          body.theme-norton4 .family-feud-question-reveal .answers .answer table td {
            padding: 0 10px;
            line-height: 0.9em; }
          body.theme-norton4 .family-feud-question-reveal .answers .answer table.text-len-10 {
            font-size: 30px; }
          body.theme-norton4 .family-feud-question-reveal .answers .answer table.text-len-20 {
            font-size: 25px; }
          body.theme-norton4 .family-feud-question-reveal .answers .answer table.text-len-30 {
            font-size: 22px; }
          body.theme-norton4 .family-feud-question-reveal .answers .answer table.text-len-40 {
            font-size: 18px; }
          body.theme-norton4 .family-feud-question-reveal .answers .answer table.text-len-50 {
            font-size: 14px; }
        body.theme-norton4 .family-feud-question-reveal .answers .answer:before {
          background: #000; }
        body.theme-norton4 .family-feud-question-reveal .answers .answer.notshown {
          width: 576px;
          margin-left: 10px; }
          body.theme-norton4 .family-feud-question-reveal .answers .answer.notshown:before {
            opacity: 1;
            background-color: #061c29;
            border: 1px solid #ffd366;
            border-radius: 10px;
            height: 75px;
            -webkit-box-shadow: 0px 0px 1px 3px #c8a55b;
            box-shadow: 0px 0px 1px 3px #c8a55b; }
        body.theme-norton4 .family-feud-question-reveal .answers .answer .points {
          border-left: 4px solid rgba(178, 117, 0, 0.25);
          right: 0px;
          padding-top: 3px;
          width: 110px;
          top: 3px; }
  body.theme-norton4 .name-that-thing-capture-view .thing-meta {
    padding: 0px; }
  body.theme-norton4 .name-that-thing-capture-view .question-meta .game-box {
    position: absolute;
    top: 40px; }
  body.theme-norton4 .name-that-thing-capture-view .hints {
    padding-top: 130px; }
  body.theme-norton4 .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text {
    background: url(/images/themes/norton4/answer-bar.png) top center no-repeat;
    color: #fff !important;
    line-height: 80px;
    height: 80px;
    width: 1244px;
    margin: 0 auto 20px auto;
    font-family: 'Source Sans Pro';
    font-size: 32px; }
  body.theme-norton4 namethatthing-capture span {
    font-family: 'Source Sans Pro';
    display: block;
    color: #fff;
    font-size: 34px;
    margin-top: -5px; }
  body.theme-norton4 .drawing-capture-view.show-answer .drawing-answer-image {
    display: none; }
  body.theme-norton4 .drawing-capture-view .drawing-board {
    margin-left: -540px;
    top: 120px; }
  body.theme-norton4 drawing-points.game-box-right {
    display: block; }
  body.theme-norton4 drawing-points.game-box-right::last-letter {
    size: 3em; }
  body.theme-norton4 .drawing-answer {
    color: #fff !important; }
  body.theme-norton4 .meta-box,
  body.theme-norton4 .sav-question-vote-msg,
  body.theme-norton4 .sav-capture-split-view .sav-question,
  body.theme-norton4 .sav-capture-split-view .timer-display {
    border-radius: 0px;
    border: 2px solid #ed3d3f;
    background: #a30d0f;
    font-family: 'Source Sans Pro';
    text-transform: uppercase; }
  body.theme-norton4 .game-container .sav-capture-view,
  body.theme-norton4 .game-container .submit-and-vote-capture-view {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute; }
  body.theme-norton4 .game-container .submit-and-vote-capture-view .question-number,
  body.theme-norton4 .game-container .submit-and-vote-capture-view .sav-active-question-points {
    top: 40px; }
  body.theme-norton4 .game-container .submit-and-vote-capture-view .sav-question-vote-msg {
    padding: 12px 0 8px; }
  body.theme-norton4 .game-container .submit-and-vote-capture-view .sav-submission-list,
  body.theme-norton4 .game-container .submit-and-vote-capture-view .blank-question {
    top: 140px; }
  body.theme-norton4 .game-container .submit-and-vote-capture-view .blank-question {
    position: relative; }
  body.theme-norton4 .game-container .sav-question-container .sav-submission-points,
  body.theme-norton4 .game-container .sav-question-container .sav-submission-votes,
  body.theme-norton4 .game-container .sav-question-container .author {
    font-family: 'Source Sans Pro';
    background: none;
    border: none;
    box-shadow: none; }
  body.theme-norton4 .game-container .sav-question-container .author {
    font-size: 46px;
    margin-top: 20px;
    margin-bottom: 10px; }
  body.theme-norton4 .game-container .sav-question-container .sav-submission-points,
  body.theme-norton4 .game-container .sav-question-container .sav-submission-votes {
    font-size: 30px; }
  body.theme-norton4 .game-container .sav-question-inner .image {
    border-radius: 0px;
    border-color: #ed3d3f; }
  body.theme-norton4 .typedanswers-capture-view.show-submissions .submissions-area {
    transform: translateX(10px); }
  body.theme-norton4 .typedanswers-capture-view.show-submissions .videos-area {
    -webkit-transform: translateX(-190px); }
  body.theme-norton4 .typedanswers-capture-view.show-question .title-area {
    -webkit-transform: translateY(20px); }
  body.theme-norton4 .typedanswers-capture-view.show-question .videos-area {
    width: 860px;
    height: 483.75px;
    margin-left: -430px;
    overflow: hidden; }
  body.theme-norton4 .typedanswers-capture-view .submissions-area.num-players-3 {
    bottom: -4px;
    font-family: 'Source Sans Pro'; }
    body.theme-norton4 .typedanswers-capture-view .submissions-area.num-players-3 .submission {
      margin: 0 0 27px 0;
      border: 1px solid #ed3d3f;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 0px;
      font-family: 'Source Sans Pro'; }
    body.theme-norton4 .typedanswers-capture-view .submissions-area.num-players-3 .player-name {
      background: #a30d0f;
      border-color: #ed3d3f;
      font-family: 'Source Sans Pro'; }
  body.theme-norton4 .typedanswers-capture-view .title-area {
    border: 2px solid #ed3d3f;
    background: rgba(0, 0, 0, 0.7);
    font-family: 'Source Sans Pro';
    height: 92px;
    padding: 0px; }
    body.theme-norton4 .typedanswers-capture-view .title-area table {
      height: 90px; }
      body.theme-norton4 .typedanswers-capture-view .title-area table td {
        padding: 0px;
        line-height: 60px; }
  body.theme-norton4 .typedanswers-capture-view .videos-area {
    border: 2px solid #ed3d3f;
    border-radius: 0px;
    bottom: 24px; }
  body.theme-norton4 #discussion-capture {
    background-image: none !important;
    font-family: 'Source Sans Pro'; }
    body.theme-norton4 #discussion-capture .discussion-overlay {
      background-image: url(/images/themes/norton4/discussion.png);
      v-index: 0; }
    body.theme-norton4 #discussion-capture .logo {
      display: none; }
    body.theme-norton4 #discussion-capture .host-name,
    body.theme-norton4 #discussion-capture .name {
      font-family: 'Source Sans Pro';
      text-transform: uppercase;
      font-size: 48px; }
    body.theme-norton4 #discussion-capture .host-overlay {
      background-image: url(/images/themes/norton4/discussion.png); }
      body.theme-norton4 #discussion-capture .host-overlay .host-webcam-cover {
        width: 555px;
        height: 367px;
        left: -93px;
        top: -403px; }
      body.theme-norton4 #discussion-capture .host-overlay .host-name {
        text-align: center;
        top: -52px;
        left: -25px;
        width: 345px;
        color: #fff;
        padding-left: 0px;
        font-size: 30px; }
    body.theme-norton4 #discussion-capture .player-image {
      left: 10px !important; }
    body.theme-norton4 #discussion-capture li.player .player-plate {
      top: -118px;
      left: 115px;
      width: 345px;
      font-family: 'Source Sans Pro';
      color: #fff; }
      body.theme-norton4 #discussion-capture li.player .player-plate .name {
        font-family: 'Source Sans Pro';
        left: 0px;
        width: 80%;
        font-size: 30px; }
    body.theme-norton4 #discussion-capture li.player:nth-of-type(1) .webcam-cover {
      left: -3px; }
    body.theme-norton4 #discussion-capture li.player:nth-of-type(1) .name {
      color: #fff; }
    body.theme-norton4 #discussion-capture li.player.order-0 {
      bottom: 113px;
      left: 4.1%;
      width: 556px;
      top: unset; }
      body.theme-norton4 #discussion-capture li.player.order-0 .webcam-cover {
        top: 0px;
        left: 0px;
        width: 100%; }
      body.theme-norton4 #discussion-capture li.player.order-0 .player-plate {
        top: unset;
        left: 120px;
        width: 342px;
        bottom: -21px; }
    body.theme-norton4 #discussion-capture li.player.order-1 {
      top: 138px;
      left: 13.8%;
      width: 556px; }
      body.theme-norton4 #discussion-capture li.player.order-1 .webcam-cover {
        top: 0px;
        left: 0px;
        width: 100%; }
      body.theme-norton4 #discussion-capture li.player.order-1 .player-plate {
        top: unset;
        left: 120px;
        width: 342px;
        bottom: -21px; }
    body.theme-norton4 #discussion-capture li.player.order-2 {
      top: 136px;
      right: 3.95%;
      width: 556px; }
      body.theme-norton4 #discussion-capture li.player.order-2 .webcam-cover {
        top: 0px;
        left: 0px;
        width: 100%; }
      body.theme-norton4 #discussion-capture li.player.order-2 .player-plate {
        top: unset;
        left: 120px;
        width: 342px;
        bottom: -21px; }
    body.theme-norton4 #discussion-capture li.player.order-3 {
      bottom: 111px;
      right: 3.95%;
      width: 556px;
      top: unset;
      left: unset; }
      body.theme-norton4 #discussion-capture li.player.order-3 .webcam-cover {
        top: 0px;
        left: 0px;
        width: 100%;
        height: 368px; }
      body.theme-norton4 #discussion-capture li.player.order-3 .player-plate {
        top: unset;
        left: 120px;
        width: 342px;
        bottom: -21px; }
  body.theme-norton4 #discussion-capture .webcam-nameplate .score,
  body.theme-norton4 #discussion-capture ul.players-list li.player .player-plate .score {
    display: none; }
  body.theme-norton4 #discussion-capture .webcam-nameplate .name,
  body.theme-norton4 #discussion-capture ul.players-list li.player .player-plate .name {
    text-align: center; }
  body.theme-norton4 .capturing {
    background-image: none !important; }
  body.theme-norton4 #countdown-capture {
    background: none !important; }
    body.theme-norton4 #countdown-capture .overlay {
      background-image: url(/images/themes/norton4/countdown-bg.png);
      height: 100%;
      z-index: 2; }
    body.theme-norton4 #countdown-capture .logo {
      display: none; }
    body.theme-norton4 #countdown-capture .player-image {
      z-index: 0;
      background-size: cover;
      width: 555px;
      height: 370px; }
      body.theme-norton4 #countdown-capture .player-image.order-0 {
        left: 79px;
        bottom: 61px; }
      body.theme-norton4 #countdown-capture .player-image.order-1 {
        top: 207px;
        left: 299px; }
      body.theme-norton4 #countdown-capture .player-image.order-2 {
        top: 206px;
        right: 74px; }
      body.theme-norton4 #countdown-capture .player-image.order-3 {
        bottom: 61px;
        right: 78px; }
    body.theme-norton4 #countdown-capture .player-name {
      font-family: 'Source Sans Pro';
      color: black;
      text-shadow: none;
      text-transform: uppercase;
      font-size: 40px;
      padding-left: 40px; }
      body.theme-norton4 #countdown-capture .player-name.order-0, body.theme-norton4 #countdown-capture .player-name.order-3 {
        bottom: 28px; }
      body.theme-norton4 #countdown-capture .player-name.order-1, body.theme-norton4 #countdown-capture .player-name.order-2 {
        top: 568px; }
      body.theme-norton4 #countdown-capture .player-name.order-0 {
        color: #fff;
        left: 120px;
        font-size: 34px; }
      body.theme-norton4 #countdown-capture .player-name.order-1 {
        left: 18%;
        color: #fff;
        font-size: 34px; }
      body.theme-norton4 #countdown-capture .player-name.order-2 {
        right: 140px;
        color: #fff; }
      body.theme-norton4 #countdown-capture .player-name.order-3 {
        right: 140px;
        color: #fff;
        font-size: 34px; }
    body.theme-norton4 #countdown-capture .countdown {
      top: 49px;
      right: 80px;
      z-index: 40;
      background: none; }
    body.theme-norton4 #countdown-capture .counting {
      font-family: 'Source Sans Pro';
      letter-spacing: 8px;
      font-size: 40px; }
  body.theme-norton4 #signoff-capture {
    background: url(/images/themes/norton4/message-bg.png); }
    body.theme-norton4 #signoff-capture .signoff-message {
      top: 675px;
      font-size: 60px;
      color: #e6d948 !important;
      width: 1300px;
      height: 122px;
      line-height: 122px;
      font-family: "Source Sans Pro";
      text-transform: uppercase;
      font-weight: 900;
      color: #000;
      left: 50%;
      margin-left: -635px;
      letter-spacing: 1px; }
      body.theme-norton4 #signoff-capture .signoff-message .gradient-text {
        text-shadow: none;
        -webkit-text-fill-color: inherit; }
        body.theme-norton4 #signoff-capture .signoff-message .gradient-text:after {
          display: none;
          opacity: 0;
          content: ""; }
    body.theme-norton4 #signoff-capture .matcherino-status-container {
      display: none; }
  body.theme-norton4 .multiplechoice-area, body.theme-norton4 .game-container {
    font-family: 'Source Sans Pro' !important; }
    body.theme-norton4 .multiplechoice-area .multiplechoice-options .option-container, body.theme-norton4 .game-container .multiplechoice-options .option-container {
      border: 2px solid #ffd366;
      border-radius: unset !important;
      -moz-box-shadow: 0px 0px 1px 4px #c8a55b;
      -webkit-box-shadow: 0px 0px 1px 4px #c8a55b;
      box-shadow: 0px 0px 1px 4px #c8a55b; }
      body.theme-norton4 .multiplechoice-area .multiplechoice-options .option-container::before, body.theme-norton4 .game-container .multiplechoice-options .option-container::before {
        border-radius: unset !important; }
    body.theme-norton4 .multiplechoice-area .multiplechoice-options .option-container.right, body.theme-norton4 .game-container .multiplechoice-options .option-container.right {
      border: 4px solid #008000;
      -moz-box-shadow: 0px 0px 1px 4px #006600;
      -webkit-box-shadow: 0px 0px 1px 4px #006600;
      box-shadow: 0px 0px 1px 4px #006600; }
  body.theme-norton4 #show-header {
    height: 164px; }
    body.theme-norton4 #show-header ul.players-list li.player.order-2 {
      border-bottom: 1px solid #ccc; }
  body.theme-norton4 #video-background {
    width: 1920px;
    height: 1080px; }
  body.theme-norton4 .cardFlip {
    margin-left: 30px; }
  body.theme-norton4 .back {
    background-image: url(/images/themes/mtg/magic-back.png) !important;
    width: 200px !important; }
  body.theme-norton4 .red-box,
  body.theme-norton4 .drawing-capture-view .drawing-answer,
  body.theme-norton4 .answer.red-box {
    font-family: 'Source Sans Pro';
    background-image: url(/images/themes/norton4/answer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
    font-size: 48px;
    line-height: 171px;
    text-shadow: none; }
  body.theme-norton4 .red-box {
    bottom: -10px; }
  body.theme-norton4 .title-box {
    background: url(/images/themes/norton4/game-title.png) center center no-repeat;
    width: 522px;
    height: 90px;
    margin-left: -261px;
    color: #551c00;
    font-size: 32px;
    text-shadow: none;
    padding: 0px;
    line-height: 97px;
    top: 10px;
    font-family: 'Source Sans Pro'; }
    body.theme-norton4 .title-box .timer-countdown {
      font-size: 50px; }
  body.theme-norton4 .game-box {
    width: 252px;
    height: 58px;
    background: url(/images/themes/norton4/meta-box.png) center center no-repeat;
    padding: 0px;
    line-height: 59px;
    position: absolute;
    color: #fff;
    font-family: 'Source Sans Pro';
    font-size: 28px;
    padding-top: 0px;
    top: 40px; }
    body.theme-norton4 .game-box.game-box-left {
      left: 30px; }
    body.theme-norton4 .game-box.game-box-right {
      right: 30px; }
  body.theme-norton4 .capture-area {
    background-image: url(/images/themes/norton4/background.png); }
    body.theme-norton4 .capture-area .episode {
      background-image: url(/images/themes/norton4/episode-logo.png); }
  body.theme-norton4 #main-capture {
    background-image: url(/images/themes/norton4/main-background.png); }
  body.theme-norton4 #game-area {
    background-image: url(/images/themes/norton4/game-board2.png);
    background-position: center 25px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0px;
    height: 686px;
    width: 1296px;
    right: 21px; }
  body.theme-norton4 #main-capture.showBuzzes-on .logo.episode {
    transform: translateX(0); }
  body.theme-norton4 #main-capture .player-plate {
    top: 10px; }
  body.theme-norton4 #main-capture #medias-scorehighlight1,
  body.theme-norton4 #main-capture #medias-scorehighlight2,
  body.theme-norton4 #main-capture #medias-scorehighlight3 {
    display: none; }
  body.theme-norton4 #main-capture #medias-buzzer1,
  body.theme-norton4 #main-capture #medias-heart1 {
    left: 16px; }
  body.theme-norton4 #main-capture #medias-buzzer2,
  body.theme-norton4 #main-capture #medias-heart2 {
    left: 20px; }
  body.theme-norton4 #main-capture #medias-buzzer3,
  body.theme-norton4 #main-capture #medias-heart3 {
    left: 18px; }
  body.theme-norton4 #main-capture #medias-buzzer3,
  body.theme-norton4 #main-capture #medias-buzzer2,
  body.theme-norton4 #main-capture #medias-buzzer1,
  body.theme-norton4 #main-capture #medias-heart3,
  body.theme-norton4 #main-capture #medias-heart2,
  body.theme-norton4 #main-capture #medias-heart1 {
    top: -30px;
    width: 1900px;
    height: 1160px; }
  body.theme-norton4 #main-capture .matcherino-status-container {
    display: none;
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #f2ac3c;
    bottom: 18px;
    border-radius: 25px; }
    body.theme-norton4 #main-capture .matcherino-status-container .cta {
      padding-right: 12px; }
      body.theme-norton4 #main-capture .matcherino-status-container .cta:after {
        display: none; }
  body.theme-norton4 #main-capture .matcherino-notifier-container {
    display: none;
    bottom: 19px; }
    body.theme-norton4 #main-capture .matcherino-notifier-container .matcherino-donation-notif {
      background: #000;
      border: 2px solid #f2ac3c;
      box-shadow: 0px 0px 15px #f2ac3c;
      border-radius: 25px;
      color: #fff; }
      body.theme-norton4 #main-capture .matcherino-notifier-container .matcherino-donation-notif .amount {
        color: #fff; }
  body.theme-norton4 #main-capture .buzzes {
    display: none;
    width: 540px !important;
    height: 192px;
    bottom: 215px;
    left: 32px !important;
    padding: 27px;
    border: none;
    background: url(/images/themes/norton4/buzzes-bg.png) top center no-repeat; }
    body.theme-norton4 #main-capture .buzzes li {
      font-family: 'Source Sans Pro';
      height: 38px;
      line-height: 39px;
      border-radius: 0px;
      font-size: 23px; }
      body.theme-norton4 #main-capture .buzzes li:before {
        height: 37px;
        line-height: 37px; }
      body.theme-norton4 #main-capture .buzzes li:nth-child(1) {
        background: #fdbb30;
        color: black; }
  body.theme-norton4 #main-capture div.logo.episode {
    display: none;
    top: 870px;
    left: 50px;
    width: 500px; }
  body.theme-norton4 #main-capture .logo.patreon,
  body.theme-norton4 #main-capture .logo.youtube {
    bottom: 80px;
    display: none; }
  body.theme-norton4 #main-capture .logo.patreon {
    left: 80px; }
  body.theme-norton4 #main-capture .logo.youtube {
    left: 320px; }
  body.theme-norton4 #main-capture .host-overlay {
    width: 582px;
    top: 11px;
    height: 665px;
    left: 9px; }
    body.theme-norton4 #main-capture .host-overlay .host-webcam-cover {
      top: 215px;
      left: 16px;
      width: 555px;
      height: 367px; }
    body.theme-norton4 #main-capture .host-overlay .overlay {
      background-image: url(/images/themes/norton4/host-overlay.png);
      background-position: top right;
      z-index: 2; }
    body.theme-norton4 #main-capture .host-overlay .host-name {
      font-family: 'Source Sans Pro';
      font-size: 36px;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      top: 562px;
      width: 344px;
      line-height: 61px;
      left: 134px;
      height: 61px; }
  body.theme-norton4 #main-capture ul.players-list {
    width: 100%;
    right: unset; }
    body.theme-norton4 #main-capture ul.players-list li.player {
      font-family: 'Source Sans Pro'; }
      body.theme-norton4 #main-capture ul.players-list li.player .drawing-marker {
        border-radius: 0px;
        top: 260px; }
      body.theme-norton4 #main-capture ul.players-list li.player .overlay {
        top: 10px;
        z-index: 2; }
      body.theme-norton4 #main-capture ul.players-list li.player .name {
        font-size: 24px;
        text-align: center;
        top: 310px;
        text-shadow: none;
        text-transform: uppercase;
        left: 65px;
        padding: 0px;
        /* bottom: 30px; */
        top: 308px;
        width: 58%;
        font-size: 30px; }
      body.theme-norton4 #main-capture ul.players-list li.player:nth-of-type(1) {
        left: 18px;
        top: -6px; }
        body.theme-norton4 #main-capture ul.players-list li.player:nth-of-type(1) .overlay {
          background-image: url(/images/themes/norton4/player1-overlay.png); }
        body.theme-norton4 #main-capture ul.players-list li.player:nth-of-type(1) .name {
          color: #FFF; }
      body.theme-norton4 #main-capture ul.players-list li.player:nth-of-type(2) {
        left: 507px;
        top: -6px; }
        body.theme-norton4 #main-capture ul.players-list li.player:nth-of-type(2) .overlay {
          background-image: url(/images/themes/norton4/player2-overlay.png); }
        body.theme-norton4 #main-capture ul.players-list li.player:nth-of-type(2) .name {
          color: #FFF; }
      body.theme-norton4 #main-capture ul.players-list li.player:nth-of-type(3) {
        left: 992px;
        top: -6px; }
        body.theme-norton4 #main-capture ul.players-list li.player:nth-of-type(3) .overlay {
          background-image: url(/images/themes/norton4/player3-overlay.png); }
        body.theme-norton4 #main-capture ul.players-list li.player:nth-of-type(3) .name {
          color: #FFF; }
      body.theme-norton4 #main-capture ul.players-list li.player:nth-of-type(4) {
        left: 1471px;
        top: -6px; }
        body.theme-norton4 #main-capture ul.players-list li.player:nth-of-type(4) .overlay {
          background-image: url(/images/themes/norton4/player4-overlay.png); }
        body.theme-norton4 #main-capture ul.players-list li.player:nth-of-type(4) .name {
          color: #FF; }
      body.theme-norton4 #main-capture ul.players-list li.player .webcam-cover {
        width: 415px;
        height: 272px;
        top: 23px;
        left: 5px;
        z-index: 1; }
      body.theme-norton4 #main-capture ul.players-list li.player .hearts-list {
        left: 32px;
        top: 32px; }
      body.theme-norton4 #main-capture ul.players-list li.player .score {
        font-family: 'Source Sans Pro';
        top: 300px;
        right: 15px;
        font-size: 32px;
        width: 98px;
        height: 71px;
        line-height: 71px; }

.hint .reveal-type-zoom {
  border: none !important; }

#show-nav {
  background-image: none !important; }

body.capturing {
  background: none !important; }

.clarendon, body.theme-overwatch-2021 .game-container .sav-question-container .sav-submission-points,
body.theme-overwatch-2021 .game-container .sav-question-container .sav-submission-votes,
body.theme-overwatch-2021 .game-container .sav-question-container .author, body.theme-overwatch-2021 #countdown-capture .counting {
  font-family: "Clarendon";
  letter-spacing: 1px; }

.rift, body.theme-overwatch-2021 .family-feud-question-reveal, body.theme-overwatch-2021 namethatthing-capture span, body.theme-overwatch-2021 #discussion-capture, body.theme-overwatch-2021 #countdown-capture .player-name, body.theme-overwatch-2021 .countdown-container .countdown, body.theme-overwatch-2021 .red-box,
body.theme-overwatch-2021 .drawing-capture-view .drawing-answer,
body.theme-overwatch-2021 .answer.red-box, body.theme-overwatch-2021 #main-capture .buzzes li, body.theme-overwatch-2021 #main-capture .host-overlay .host-name, body.theme-overwatch-2021 #main-capture ul.players-list li.player, body.theme-overwatch-2021 #main-capture ul.players-list li.player .score {
  font-family: "rift";
  font-weight: bold;
  letter-spacing: 1px; }

body.theme-overwatch-2021 {
  background: url("/images/themes/overwatch-2021/background.png"); }
  body.theme-overwatch-2021 .logo.episode {
    background-image: url(/images/episodes/overwatch-2021/logo.png); }
  body.theme-overwatch-2021 .family-feud-question-reveal {
    width: 1206px;
    margin-left: 58px;
    padding-top: 30px; }
    body.theme-overwatch-2021 .family-feud-question-reveal .question-name {
      background-image: url(/images/themes/overwatch-2021/question-name-bg.png);
      height: 120px;
      margin-right: 0px;
      margin-left: 0px;
      margin-bottom: 20px; }
      body.theme-overwatch-2021 .family-feud-question-reveal .question-name table {
        height: 90px; }
        body.theme-overwatch-2021 .family-feud-question-reveal .question-name table td {
          font-size: 30px;
          height: 112px;
          padding: unset; }
    body.theme-overwatch-2021 .family-feud-question-reveal .answers {
      width: auto; }
      body.theme-overwatch-2021 .family-feud-question-reveal .answers .answer {
        background: url(/images/themes/overwatch-2021/answer-box-bg.png) top center no-repeat;
        padding-top: 0px;
        width: 596px;
        margin: 5px 0 24px 0;
        height: 90px;
        font-size: 30px; }
        body.theme-overwatch-2021 .family-feud-question-reveal .answers .answer table {
          width: 475px;
          height: 83px; }
          body.theme-overwatch-2021 .family-feud-question-reveal .answers .answer table td {
            padding: 0 10px;
            line-height: 0.9em; }
          body.theme-overwatch-2021 .family-feud-question-reveal .answers .answer table.text-len-10 {
            font-size: 30px; }
          body.theme-overwatch-2021 .family-feud-question-reveal .answers .answer table.text-len-20 {
            font-size: 25px; }
          body.theme-overwatch-2021 .family-feud-question-reveal .answers .answer table.text-len-30 {
            font-size: 22px; }
          body.theme-overwatch-2021 .family-feud-question-reveal .answers .answer table.text-len-40 {
            font-size: 18px; }
          body.theme-overwatch-2021 .family-feud-question-reveal .answers .answer table.text-len-50 {
            font-size: 14px; }
        body.theme-overwatch-2021 .family-feud-question-reveal .answers .answer:before {
          background: #000; }
        body.theme-overwatch-2021 .family-feud-question-reveal .answers .answer.notshown {
          width: 576px;
          margin-left: 10px; }
          body.theme-overwatch-2021 .family-feud-question-reveal .answers .answer.notshown:before {
            opacity: 1;
            background-color: #061c29;
            border: 1px solid #ffd366;
            border-radius: 10px;
            height: 75px;
            -webkit-box-shadow: 0px 0px 1px 3px #c8a55b;
            box-shadow: 0px 0px 1px 3px #c8a55b; }
        body.theme-overwatch-2021 .family-feud-question-reveal .answers .answer .points {
          border-left: 4px solid rgba(178, 117, 0, 0.25);
          right: 0px;
          padding-top: 3px;
          width: 110px;
          top: 3px; }
  body.theme-overwatch-2021 .name-that-thing-capture-view .thing-meta {
    padding: 0px; }
  body.theme-overwatch-2021 .name-that-thing-capture-view .question-meta .game-box {
    position: absolute;
    top: 40px; }
  body.theme-overwatch-2021 .name-that-thing-capture-view .hints {
    padding-top: 130px; }
  body.theme-overwatch-2021 .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text {
    background: url(/images/themes/overwatch-2021/answer-bar.png) top center no-repeat;
    color: #fff !important;
    line-height: 70px;
    height: 80px;
    width: 1244px;
    margin: 0 auto 20px auto;
    font-family: 'rift';
    font-weight: bold;
    font-size: 35x; }
  body.theme-overwatch-2021 namethatthing-capture span {
    display: block;
    color: #fff;
    font-size: 34px;
    margin-top: -5px; }
  body.theme-overwatch-2021 .drawing-capture-view.show-answer .drawing-answer-image {
    display: none; }
  body.theme-overwatch-2021 .drawing-capture-view .drawing-board {
    margin-left: -570px;
    top: 120px; }
  body.theme-overwatch-2021 drawing-points.game-box-right {
    display: block; }
  body.theme-overwatch-2021 drawing-points.game-box-right::last-letter {
    size: 3em; }
  body.theme-overwatch-2021 .drawing-answer {
    color: #fff !important; }
  body.theme-overwatch-2021 .meta-box,
  body.theme-overwatch-2021 .sav-question-vote-msg,
  body.theme-overwatch-2021 .sav-capture-split-view .sav-question,
  body.theme-overwatch-2021 .sav-capture-split-view .timer-display {
    border-radius: 0px;
    border: 2px solid #ed3d3f;
    background: #a30d0f;
    font-family: 'rift';
    font-weight: bold;
    text-transform: uppercase; }
  body.theme-overwatch-2021 .game-container .sav-capture-view,
  body.theme-overwatch-2021 .game-container .submit-and-vote-capture-view {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute; }
  body.theme-overwatch-2021 .game-container .submit-and-vote-capture-view .question-number,
  body.theme-overwatch-2021 .game-container .submit-and-vote-capture-view .sav-active-question-points {
    top: 40px; }
  body.theme-overwatch-2021 .game-container .submit-and-vote-capture-view .sav-question-vote-msg {
    padding: 12px 0 8px; }
  body.theme-overwatch-2021 .game-container .submit-and-vote-capture-view .sav-submission-list,
  body.theme-overwatch-2021 .game-container .submit-and-vote-capture-view .blank-question {
    top: 140px; }
  body.theme-overwatch-2021 .game-container .submit-and-vote-capture-view .blank-question {
    position: relative; }
  body.theme-overwatch-2021 .game-container .sav-question-container .sav-submission-points,
  body.theme-overwatch-2021 .game-container .sav-question-container .sav-submission-votes,
  body.theme-overwatch-2021 .game-container .sav-question-container .author {
    background: none;
    border: none;
    box-shadow: none; }
  body.theme-overwatch-2021 .game-container .sav-question-container .author {
    font-size: 46px;
    margin-top: 20px;
    margin-bottom: 10px; }
  body.theme-overwatch-2021 .game-container .sav-question-container .sav-submission-points,
  body.theme-overwatch-2021 .game-container .sav-question-container .sav-submission-votes {
    font-size: 30px; }
  body.theme-overwatch-2021 .game-container .sav-question-inner .image {
    border-radius: 0px;
    border-color: #ed3d3f; }
  body.theme-overwatch-2021 .typedanswers-capture-view.show-submissions .submissions-area {
    transform: translateX(10px); }
  body.theme-overwatch-2021 .typedanswers-capture-view.show-submissions .videos-area {
    -webkit-transform: translateX(-190px); }
  body.theme-overwatch-2021 .typedanswers-capture-view.show-question .title-area {
    -webkit-transform: translateY(20px); }
  body.theme-overwatch-2021 .typedanswers-capture-view.show-question .videos-area {
    width: 860px;
    height: 483.75px;
    margin-left: -430px;
    overflow: hidden; }
  body.theme-overwatch-2021 .typedanswers-capture-view .submissions-area.num-players-3 {
    bottom: -4px;
    font-family: 'rift';
    font-weight: bold; }
    body.theme-overwatch-2021 .typedanswers-capture-view .submissions-area.num-players-3 .submission {
      margin: 0 0 27px 0;
      border: 1px solid #ed3d3f;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 0px;
      font-family: 'rift';
      font-weight: bold; }
    body.theme-overwatch-2021 .typedanswers-capture-view .submissions-area.num-players-3 .player-name {
      background: #a30d0f;
      border-color: #ed3d3f;
      font-family: 'rift';
      font-weight: bold; }
  body.theme-overwatch-2021 .typedanswers-capture-view .title-area {
    border: 2px solid #ed3d3f;
    background: rgba(0, 0, 0, 0.7);
    font-family: 'rift';
    font-weight: bold;
    height: 92px;
    padding: 0px; }
    body.theme-overwatch-2021 .typedanswers-capture-view .title-area table {
      height: 90px; }
      body.theme-overwatch-2021 .typedanswers-capture-view .title-area table td {
        padding: 0px;
        line-height: 60px; }
  body.theme-overwatch-2021 .typedanswers-capture-view .videos-area {
    border: 2px solid #ed3d3f;
    border-radius: 0px;
    bottom: 24px; }
  body.theme-overwatch-2021 #discussion-capture {
    background-image: none !important; }
    body.theme-overwatch-2021 #discussion-capture .discussion-overlay {
      background-image: url(/images/themes/overwatch-2021/discussion.png);
      v-index: 0; }
    body.theme-overwatch-2021 #discussion-capture .logo {
      display: none; }
    body.theme-overwatch-2021 #discussion-capture .host-name,
    body.theme-overwatch-2021 #discussion-capture .name {
      font-family: 'rift';
      text-transform: uppercase;
      font-size: 51px;
      font-weight: bold; }
    body.theme-overwatch-2021 #discussion-capture .host-overlay {
      background-image: url(/images/themes/overwatch-2021/discussion.png); }
      body.theme-overwatch-2021 #discussion-capture .host-overlay .host-webcam-cover {
        width: 581px;
        height: 435px;
        left: -102px;
        top: -465px; }
      body.theme-overwatch-2021 #discussion-capture .host-overlay .host-name {
        text-align: center;
        top: -65px;
        color: #fff;
        left: -85px;
        width: 480px; }
    body.theme-overwatch-2021 #discussion-capture .player-image {
      left: 10px !important; }
    body.theme-overwatch-2021 #discussion-capture li.player .name {
      top: -104px;
      left: 0px;
      padding-top: 5px; }
    body.theme-overwatch-2021 #discussion-capture li.player:nth-of-type(1) .name {
      color: #fff; }
    body.theme-overwatch-2021 #discussion-capture li.player.order-1 {
      top: 978px;
      margin-left: -238px; }
      body.theme-overwatch-2021 #discussion-capture li.player.order-1 .webcam-cover {
        top: -411px; }
      body.theme-overwatch-2021 #discussion-capture li.player.order-1 .player-plate {
        top: 4px; }
      body.theme-overwatch-2021 #discussion-capture li.player.order-1 .name {
        color: #fff;
        top: -21px; }
    body.theme-overwatch-2021 #discussion-capture li.player.order-2, body.theme-overwatch-2021 #discussion-capture li.player.order-0 {
      top: 995px; }
    body.theme-overwatch-2021 #discussion-capture li.player.order-0 {
      left: 80px; }
    body.theme-overwatch-2021 #discussion-capture li.player.order-2 {
      right: 10px; }
      body.theme-overwatch-2021 #discussion-capture li.player.order-2 .name {
        color: #fff; }
    body.theme-overwatch-2021 #discussion-capture li.player .player-plate {
      top: 3px; }
  body.theme-overwatch-2021 #discussion-capture .webcam-nameplate .score,
  body.theme-overwatch-2021 #discussion-capture ul.players-list li.player .player-plate .score {
    display: none; }
  body.theme-overwatch-2021 #discussion-capture .webcam-nameplate .name,
  body.theme-overwatch-2021 #discussion-capture ul.players-list li.player .player-plate .name {
    width: 480px;
    text-align: center; }
  body.theme-overwatch-2021 .capturing {
    background-image: none !important; }
  body.theme-overwatch-2021 #countdown-capture {
    background: none !important; }
    body.theme-overwatch-2021 #countdown-capture .overlay {
      background-image: url(/images/themes/overwatch-2021/countdown-bg.png);
      height: 100%; }
    body.theme-overwatch-2021 #countdown-capture .logo {
      display: none; }
    body.theme-overwatch-2021 #countdown-capture .player-image {
      z-index: 0;
      width: 424px;
      height: 301px;
      background-size: cover; }
      body.theme-overwatch-2021 #countdown-capture .player-image.order-0, body.theme-overwatch-2021 #countdown-capture .player-image.order-2 {
        bottom: 210px; }
      body.theme-overwatch-2021 #countdown-capture .player-image.order-0 {
        left: 146px; }
      body.theme-overwatch-2021 #countdown-capture .player-image.order-1 {
        bottom: 654px;
        margin-left: -211px; }
      body.theme-overwatch-2021 #countdown-capture .player-image.order-2 {
        right: 150px; }
    body.theme-overwatch-2021 #countdown-capture .player-name {
      color: black;
      text-transform: uppercase;
      font-size: 40px;
      padding-left: 40px;
      text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.64); }
      body.theme-overwatch-2021 #countdown-capture .player-name.order-0, body.theme-overwatch-2021 #countdown-capture .player-name.order-2 {
        bottom: 144px; }
      body.theme-overwatch-2021 #countdown-capture .player-name.order-0 {
        color: #fff;
        left: 120px;
        font-size: 40px; }
      body.theme-overwatch-2021 #countdown-capture .player-name.order-1 {
        bottom: 577px;
        left: 945px;
        color: #fff;
        font-size: 40px; }
      body.theme-overwatch-2021 #countdown-capture .player-name.order-2 {
        right: 160px;
        color: #fff; }
    body.theme-overwatch-2021 #countdown-capture .countdown {
      top: 721px;
      right: 762px;
      font-family: 'rift';
      font-weight: bold;
      z-index: 40;
      height: 117px;
      width: 390px;
      background: none; }
      body.theme-overwatch-2021 #countdown-capture .countdown .mm, body.theme-overwatch-2021 #countdown-capture .countdown .ss, body.theme-overwatch-2021 #countdown-capture .countdown .separator {
        -webkit-text-fill-color: #fff;
        color: #fff; }
    body.theme-overwatch-2021 #countdown-capture .counting {
      letter-spacing: 8px;
      font-size: 40px; }
  body.theme-overwatch-2021 #signoff-capture {
    background: url(/images/themes/overwatch-2021/message-bg.png); }
    body.theme-overwatch-2021 #signoff-capture .signoff-message {
      top: 684px;
      font-size: 60px;
      color: #FFFFFF !important;
      width: 1300px;
      height: 122px;
      line-height: 122px;
      font-family: "rift";
      text-transform: uppercase;
      font-weight: 900;
      color: #000;
      left: 50%;
      margin-left: -654px;
      letter-spacing: 1px; }
      body.theme-overwatch-2021 #signoff-capture .signoff-message .gradient-text {
        text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.64);
        -webkit-text-fill-color: inherit; }
        body.theme-overwatch-2021 #signoff-capture .signoff-message .gradient-text:after {
          display: none;
          opacity: 0;
          content: ""; }
    body.theme-overwatch-2021 #signoff-capture .matcherino-status-container {
      display: none; }
  body.theme-overwatch-2021 .multiplechoice-area, body.theme-overwatch-2021 .game-container {
    font-family: 'rift' !important;
    font-weight: bold; }
    body.theme-overwatch-2021 .multiplechoice-area .multiplechoice-options .option-container, body.theme-overwatch-2021 .game-container .multiplechoice-options .option-container {
      border: 2px solid #ffd366;
      border-radius: unset !important;
      -moz-box-shadow: 0px 0px 1px 4px #c8a55b;
      -webkit-box-shadow: 0px 0px 1px 4px #c8a55b;
      box-shadow: 0px 0px 1px 4px #c8a55b; }
      body.theme-overwatch-2021 .multiplechoice-area .multiplechoice-options .option-container::before, body.theme-overwatch-2021 .game-container .multiplechoice-options .option-container::before {
        border-radius: unset !important; }
    body.theme-overwatch-2021 .multiplechoice-area .multiplechoice-options .option-container.right, body.theme-overwatch-2021 .game-container .multiplechoice-options .option-container.right {
      border: 4px solid #008000;
      -moz-box-shadow: 0px 0px 1px 4px #006600;
      -webkit-box-shadow: 0px 0px 1px 4px #006600;
      box-shadow: 0px 0px 1px 4px #006600; }
  body.theme-overwatch-2021 .cardFlip {
    margin-left: 30px; }
  body.theme-overwatch-2021 .back {
    background-image: url(/images/themes/mtg/magic-back.png) !important;
    width: 200px !important; }
  body.theme-overwatch-2021 .red-box,
  body.theme-overwatch-2021 .drawing-capture-view .drawing-answer,
  body.theme-overwatch-2021 .answer.red-box {
    background-image: url(/images/themes/overwatch-2021/answer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
    font-size: 48px;
    line-height: 171px;
    text-shadow: none; }
  body.theme-overwatch-2021 .red-box {
    bottom: -10px; }
  body.theme-overwatch-2021 .title-box {
    background: url(/images/themes/overwatch-2021/game-title.png) center center no-repeat;
    width: 522px;
    height: 80px;
    margin-left: -261px;
    color: #FFFFFF;
    font-size: 35x;
    text-shadow: none;
    padding: 0px;
    line-height: 80px;
    top: 10px;
    font-family: 'rift'; }
    body.theme-overwatch-2021 .title-box .timer-countdown {
      font-size: 50px; }
  body.theme-overwatch-2021 .game-box {
    width: 252px;
    height: 58px;
    background: url(/images/themes/overwatch-2021/meta-box.png) center center no-repeat;
    padding: 0px;
    line-height: 59px;
    position: absolute;
    color: #fff;
    font-family: 'rift';
    font-size: 28px;
    padding-top: 0px;
    top: 40px; }
    body.theme-overwatch-2021 .game-box.game-box-left {
      left: 30px; }
    body.theme-overwatch-2021 .game-box.game-box-right {
      right: 30px; }
  body.theme-overwatch-2021 .capture-area {
    background-image: url(/images/themes/overwatch-2021/background.png); }
    body.theme-overwatch-2021 .capture-area .episode {
      background-image: url(/images/themes/overwatch-2021/episode-logo.png); }
  body.theme-overwatch-2021 #main-capture {
    background-image: url(/images/themes/overwatch-2021/main-background.png); }
  body.theme-overwatch-2021 #game-area {
    background-image: url(/images/themes/overwatch-2021/game-board2.png);
    background-position: center 25px;
    background-size: contain;
    top: -2px;
    height: 686px; }
  body.theme-overwatch-2021 #main-capture.showBuzzes-on .logo.episode {
    transform: translateX(0); }
  body.theme-overwatch-2021 #main-capture #medias-scorehighlight1,
  body.theme-overwatch-2021 #main-capture #medias-scorehighlight2,
  body.theme-overwatch-2021 #main-capture #medias-scorehighlight3 {
    display: none; }
  body.theme-overwatch-2021 #main-capture #medias-buzzer1,
  body.theme-overwatch-2021 #main-capture #medias-heart1 {
    left: 16px; }
  body.theme-overwatch-2021 #main-capture #medias-buzzer2,
  body.theme-overwatch-2021 #main-capture #medias-heart2 {
    left: 20px; }
  body.theme-overwatch-2021 #main-capture #medias-buzzer3,
  body.theme-overwatch-2021 #main-capture #medias-heart3 {
    left: 18px; }
  body.theme-overwatch-2021 #main-capture #medias-buzzer3,
  body.theme-overwatch-2021 #main-capture #medias-buzzer2,
  body.theme-overwatch-2021 #main-capture #medias-buzzer1,
  body.theme-overwatch-2021 #main-capture #medias-heart3,
  body.theme-overwatch-2021 #main-capture #medias-heart2,
  body.theme-overwatch-2021 #main-capture #medias-heart1 {
    top: -30px;
    width: 1900px;
    height: 1160px; }
  body.theme-overwatch-2021 #main-capture .matcherino-status-container {
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #f2ac3c;
    bottom: 18px;
    border-radius: 25px; }
    body.theme-overwatch-2021 #main-capture .matcherino-status-container .cta {
      padding-right: 12px; }
      body.theme-overwatch-2021 #main-capture .matcherino-status-container .cta:after {
        display: none; }
  body.theme-overwatch-2021 #main-capture .matcherino-notifier-container {
    bottom: 19px; }
    body.theme-overwatch-2021 #main-capture .matcherino-notifier-container .matcherino-donation-notif {
      background: #000;
      border: 2px solid #f2ac3c;
      box-shadow: 0px 0px 15px #f2ac3c;
      border-radius: 25px;
      color: #fff; }
      body.theme-overwatch-2021 #main-capture .matcherino-notifier-container .matcherino-donation-notif .amount {
        color: #fff; }
  body.theme-overwatch-2021 #main-capture .buzzes {
    width: 520px !important;
    height: 160px;
    bottom: 215px;
    left: 46px !important;
    padding: 10px;
    border: none;
    background-color: #ff5a00; }
    body.theme-overwatch-2021 #main-capture .buzzes li {
      height: 38px;
      line-height: 39px;
      border-radius: 0px;
      font-size: 23px;
      background-color: #fff; }
      body.theme-overwatch-2021 #main-capture .buzzes li:before {
        height: 37px;
        line-height: 37px; }
      body.theme-overwatch-2021 #main-capture .buzzes li:nth-child(1) {
        background: #fff;
        color: black; }
  body.theme-overwatch-2021 #main-capture div.logo.episode {
    top: 870px;
    left: 50px;
    width: 500px; }
  body.theme-overwatch-2021 #main-capture .logo.patreon,
  body.theme-overwatch-2021 #main-capture .logo.youtube {
    bottom: 80px;
    display: none; }
  body.theme-overwatch-2021 #main-capture .logo.patreon {
    left: 80px; }
  body.theme-overwatch-2021 #main-capture .logo.youtube {
    left: 320px; }
  body.theme-overwatch-2021 #main-capture .host-overlay {
    width: 582px;
    top: 20px;
    height: 665px; }
    body.theme-overwatch-2021 #main-capture .host-overlay .host-webcam-cover {
      top: 183px;
      left: 55px;
      width: 500px;
      height: 345px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    body.theme-overwatch-2021 #main-capture .host-overlay .overlay {
      background-image: url(/images/themes/overwatch-2021/host-overlay.png);
      background-position: top right;
      z-index: 1; }
    body.theme-overwatch-2021 #main-capture .host-overlay .host-name {
      font-size: 42px;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      top: 570px;
      width: 384px;
      line-height: 56px;
      text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.64); }
  body.theme-overwatch-2021 #main-capture ul.players-list {
    width: 1316px; }
    body.theme-overwatch-2021 #main-capture ul.players-list li.player .drawing-marker {
      border-radius: 0px;
      top: 260px; }
    body.theme-overwatch-2021 #main-capture ul.players-list li.player .overlay {
      top: 10px;
      z-index: 2; }
    body.theme-overwatch-2021 #main-capture ul.players-list li.player .name {
      font-size: 42px;
      text-align: center;
      top: 317px;
      text-transform: uppercase;
      text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.64); }
    body.theme-overwatch-2021 #main-capture ul.players-list li.player:nth-of-type(1) {
      left: 6px; }
      body.theme-overwatch-2021 #main-capture ul.players-list li.player:nth-of-type(1) .overlay {
        background-image: url(/images/themes/overwatch-2021/player1-overlay.png); }
      body.theme-overwatch-2021 #main-capture ul.players-list li.player:nth-of-type(1) .name {
        color: #FFF;
        font-size: 42px; }
    body.theme-overwatch-2021 #main-capture ul.players-list li.player:nth-of-type(2) {
      left: 445px; }
      body.theme-overwatch-2021 #main-capture ul.players-list li.player:nth-of-type(2) .overlay {
        background-image: url(/images/themes/overwatch-2021/player2-overlay.png); }
      body.theme-overwatch-2021 #main-capture ul.players-list li.player:nth-of-type(2) .name {
        color: #FFF;
        left: 17px;
        font-size: 42px; }
    body.theme-overwatch-2021 #main-capture ul.players-list li.player:nth-of-type(3) {
      left: 884px; }
      body.theme-overwatch-2021 #main-capture ul.players-list li.player:nth-of-type(3) .overlay {
        background-image: url(/images/themes/overwatch-2021/player3-overlay.png); }
      body.theme-overwatch-2021 #main-capture ul.players-list li.player:nth-of-type(3) .name {
        color: #FFF;
        font-size: 42px; }
    body.theme-overwatch-2021 #main-capture ul.players-list li.player .webcam-cover {
      width: 390px;
      height: 290px;
      top: 11px;
      left: 18px;
      z-index: 1; }
    body.theme-overwatch-2021 #main-capture ul.players-list li.player .hearts-list {
      left: 32px;
      top: 32px; }
    body.theme-overwatch-2021 #main-capture ul.players-list li.player .score {
      top: 316px;
      right: 30px;
      font-size: 42px;
      width: 98px;
      color: #fff; }

.hint .reveal-type-zoom {
  border: none !important; }

body.theme-overwatch-matcherino-honkaiimpact3 #discussion-capture .logo.episode {
  top: -57px;
  right: auto;
  width: 554px;
  left: 50px; }

body.theme-overwatch-matcherino-honkaiimpact3 #countdown-capture .logo.episode {
  margin-left: -427px;
  width: 854px;
  top: 260px;
  z-index: 22; }

body.theme-overwatch-matcherino-honkaiimpact3 #main-capture .logo.streamershowdown {
  display: none; }

body.theme-overwatch-matcherino-honkaiimpact3 #main-capture .logo.sponsor1 {
  display: none; }

body.theme-overwatch-matcherino-honkaiimpact3 #main-capture .logo.episode {
  width: 350px;
  left: 124px;
  top: 460px; }

body.theme-overwatch-matcherino-honkaiimpact3 .sav-capture-split-view .logo.episode {
  right: -70px;
  margin-left: 0px;
  top: -35px;
  height: 210px;
  width: 470px; }

body.theme-overwatch-matcherino-honkaiimpact3 .sav-capture-split-view .logo.sponsor1,
body.theme-overwatch-matcherino-honkaiimpact3 .sav-capture-split-view .logo.sponsor2 {
  display: none; }

body.theme-overwatch-matcherino-honkaiimpact3 .logo.episode {
  background-image: url("/images/themes/overwatch/episode-logo.png");
  width: 654px;
  height: 507px; }

body.theme-overwatch-matcherino-honkaiimpact3 .drawing-capture-view .drawing-hint {
  font-size: 20px; }

body.theme-overwatch-matcherino-honkaiimpact3 .logo.sponsor1 {
  width: 436px;
  height: 74px;
  background-image: url(/images/themes/matcherino/matcherino.png); }

body.theme-overwatch-matcherino-honkaiimpact3 #discussion-capture .logo.sponsor1 {
  top: 315px;
  left: 108px; }

body.theme-overwatch-matcherino-honkaiimpact3 #signoff-capture .logo.sponsor1 {
  bottom: 15px;
  left: 50%;
  margin-left: -218px; }

body.theme-overwatch-matcherino-honkaiimpact3 #countdown-capture .logo.sponsor1 {
  margin-left: 0;
  left: 80px;
  top: 135px;
  z-index: 22; }

body.theme-overwatch-matcherino-honkaiimpact3 #main-capture .logo.sponsor1 {
  display: none; }

body.theme-overwatch-matcherino-honkaiimpact3 .sav-capture-split-view .logo.sponsor1 {
  display: none; }

body.theme-overwatch-matcherino-honkaiimpact3 .logo.sponsor2 {
  width: 500px;
  height: 297px;
  background-image: url(/images/sponsors/honkaiimpact3.png); }

body.theme-overwatch-matcherino-honkaiimpact3 #discussion-capture .logo.sponsor2 {
  top: 315px;
  left: 108px; }

body.theme-overwatch-matcherino-honkaiimpact3 #signoff-capture .logo.sponsor2 {
  bottom: 115px;
  left: 50%;
  margin-left: -218px; }

body.theme-overwatch-matcherino-honkaiimpact3 #countdown-capture .logo.sponsor2 {
  margin-left: 0;
  left: 80px;
  top: 135px;
  z-index: 22; }

body.theme-overwatch-matcherino-honkaiimpact3 #main-capture .logo.sponsor2 {
  left: 50px;
  bottom: 75px;
  height: 200px;
  background-position: center bottom; }

body.theme-overwatch-matcherino-honkaiimpact3 .sav-capture-split-view .logo.sponsor2 {
  display: none; }

body.theme-overwatch-matcherino-honkaiimpact3 #main-capture div.logo.sponsor1 {
  display: block;
  bottom: 20px;
  left: 50px;
  width: 500px;
  background-position: bottom center;
  height: 50px; }

body.theme-overwatch-matcherino-honkaiimpact3 #countdown-capture div.logo.sponsor1 {
  width: 400px;
  top: 300px;
  height: 60px; }

body.theme-overwatch-matcherino-honkaiimpact3 #countdown-capture div.logo.sponsor2 {
  width: 400px;
  top: 20px; }

body.theme-overwatch-matcherino-honkaiimpact3 #discussion-capture div.logo.sponsor1 {
  left: auto;
  right: 108px;
  top: 345px;
  display: block; }

body.theme-overwatch-matcherino-honkaiimpact3 #discussion-capture .logo.sponsor2 {
  top: 40px;
  right: 78px;
  left: auto; }

body.theme-overwatch-matcherino-honkaiimpact3 #discussion-capture .logo.streamershowdown {
  left: 92px;
  right: auto;
  margin-top: -100px; }

body.theme-overwatch-matcherino-honkaiimpact3 #discussion-capture .logo.episode {
  margin-top: 160px;
  width: 454px;
  left: 100px; }

body.theme-overwatch-matcherino-honkaiimpact3 #signoff-capture .logo.sponsor2 {
  bottom: 85px;
  width: 400px;
  margin-left: -200px;
  background-position: bottom center; }

body.theme-overwatch-matcherino-honkaiimpact3 #signoff-capture .logo.sponsor1 {
  height: 54px; }

body.theme-overwatch-matcherino-honkaiimpact3 #signoff-capture .signoff-message {
  top: 620px; }

body.theme-matcherino-steelseries #discussion-capture .logo.episode {
  top: -57px;
  right: auto;
  width: 554px;
  left: 50px; }

body.theme-matcherino-steelseries #countdown-capture .logo.episode {
  margin-left: -427px;
  width: 854px;
  top: 260px;
  z-index: 22; }

body.theme-matcherino-steelseries #main-capture .logo.streamershowdown {
  display: none; }

body.theme-matcherino-steelseries #main-capture .logo.sponsor1 {
  display: none; }

body.theme-matcherino-steelseries #main-capture .logo.episode {
  width: 350px;
  left: 124px;
  top: 460px; }

body.theme-matcherino-steelseries .sav-capture-split-view .logo.episode {
  right: -70px;
  margin-left: 0px;
  top: -35px;
  height: 210px;
  width: 470px; }

body.theme-matcherino-steelseries .sav-capture-split-view .logo.sponsor1,
body.theme-matcherino-steelseries .sav-capture-split-view .logo.sponsor2 {
  display: none; }

body.theme-matcherino-steelseries .logo.episode {
  background-image: url("/images/themes/overwatch/episode-logo.png");
  width: 654px;
  height: 507px; }

body.theme-matcherino-steelseries .drawing-capture-view .drawing-hint {
  font-size: 20px; }

body.theme-matcherino-steelseries .logo.sponsor1 {
  width: 436px;
  height: 74px;
  background-image: url(/images/themes/matcherino/matcherino.png); }

body.theme-matcherino-steelseries #discussion-capture .logo.sponsor1 {
  top: 315px;
  left: 108px; }

body.theme-matcherino-steelseries #signoff-capture .logo.sponsor1 {
  bottom: 15px;
  left: 50%;
  margin-left: -218px; }

body.theme-matcherino-steelseries #countdown-capture .logo.sponsor1 {
  margin-left: 0;
  left: 80px;
  top: 135px;
  z-index: 22; }

body.theme-matcherino-steelseries #main-capture .logo.sponsor1 {
  display: none; }

body.theme-matcherino-steelseries .sav-capture-split-view .logo.sponsor1 {
  display: none; }

body.theme-matcherino-steelseries .logo.sponsor2 {
  background-size: contain;
  background-repeat: no-repeat; }

body.theme-matcherino-steelseries #discussion-capture .logo.streamershowdown {
  margin-top: -30px;
  right: auto;
  left: 92px; }

body.theme-matcherino-steelseries #discussion-capture .logo.episode {
  left: auto;
  top: -80px;
  right: 40px; }

body.theme-matcherino-steelseries #discussion-capture .logo.sponsor1 {
  right: 108px;
  left: auto;
  top: 390px; }

body.theme-matcherino-steelseries #discussion-capture .logo.sponsor2 {
  width: 506px;
  height: 197px;
  background-image: url(/images/themes/steelseries/logo-white-horizontal.png);
  right: 80px;
  top: 243px; }

body.theme-matcherino-steelseries #discussion-capture .logo.streamershowdown {
  left: 42px;
  width: 557px;
  height: 288px; }

body.theme-matcherino-steelseries #discussion-capture .logo.sponsor1,
body.theme-matcherino-steelseries #discussion-capture .logo.sponsor2 {
  background-size: 60%; }

body.theme-matcherino-steelseries #signoff-capture .logo.sponsor2,
body.theme-matcherino-steelseries #signoff-capture .logo.sponsor1 {
  width: 505px;
  height: 50px;
  bottom: 30px;
  left: auto;
  right: auto;
  margin-left: 0px; }

body.theme-matcherino-steelseries #signoff-capture .logo.sponsor2 {
  right: 1060px;
  background-image: url(/images/themes/steelseries/logo-white-horizontal.png);
  background-position: left center; }

body.theme-matcherino-steelseries #signoff-capture .logo.sponsor1 {
  left: 1060px;
  background-position: right center; }

body.theme-matcherino-steelseries #main-capture .logo.sponsor2 {
  width: 505px;
  height: 70px;
  background-image: url(/images/themes/steelseries/logo-white-horizontal.png);
  bottom: 40px;
  left: 51px;
  background-size: 265px auto; }

body.theme-matcherino-steelseries #main-capture .logo.episode {
  top: 470px; }

body.theme-matcherino-steelseries #main-capture .buzzes {
  bottom: 270px; }

body.theme-overwatch-matcherino #discussion-capture .logo.episode {
  top: -57px;
  right: auto;
  width: 554px;
  left: 50px; }

body.theme-overwatch-matcherino #countdown-capture .logo.episode {
  margin-left: -427px;
  width: 854px;
  top: 260px;
  z-index: 22; }

body.theme-overwatch-matcherino #main-capture .logo.streamershowdown {
  display: none; }

body.theme-overwatch-matcherino #main-capture .logo.sponsor1 {
  display: none; }

body.theme-overwatch-matcherino #main-capture .logo.episode {
  width: 350px;
  left: 124px;
  top: 460px; }

body.theme-overwatch-matcherino .sav-capture-split-view .logo.episode {
  right: -70px;
  margin-left: 0px;
  top: -35px;
  height: 210px;
  width: 470px; }

body.theme-overwatch-matcherino .sav-capture-split-view .logo.sponsor1,
body.theme-overwatch-matcherino .sav-capture-split-view .logo.sponsor2 {
  display: none; }

body.theme-overwatch-matcherino .logo.episode {
  background-image: url("/images/themes/overwatch/episode-logo.png");
  width: 654px;
  height: 507px; }

body.theme-overwatch-matcherino .drawing-capture-view .drawing-hint {
  font-size: 20px; }

body.theme-overwatch-matcherino .logo.sponsor1 {
  width: 436px;
  height: 74px;
  background-image: url(/images/themes/matcherino/matcherino.png); }

body.theme-overwatch-matcherino #discussion-capture .logo.sponsor1 {
  top: 315px;
  left: 108px; }

body.theme-overwatch-matcherino #signoff-capture .logo.sponsor1 {
  bottom: 15px;
  left: 50%;
  margin-left: -218px; }

body.theme-overwatch-matcherino #countdown-capture .logo.sponsor1 {
  margin-left: 0;
  left: 80px;
  top: 135px;
  z-index: 22; }

body.theme-overwatch-matcherino #main-capture .logo.sponsor1 {
  display: none; }

body.theme-overwatch-matcherino .sav-capture-split-view .logo.sponsor1 {
  display: none; }

body.theme-overwatch #discussion-capture .logo.episode {
  top: -57px;
  right: auto;
  width: 554px;
  left: 50px; }

body.theme-overwatch #countdown-capture .logo.episode {
  margin-left: -427px;
  width: 854px;
  top: 260px;
  z-index: 22; }

body.theme-overwatch #main-capture .logo.streamershowdown {
  display: none; }

body.theme-overwatch #main-capture .logo.sponsor1 {
  display: none; }

body.theme-overwatch #main-capture .logo.episode {
  width: 350px;
  left: 124px;
  top: 460px; }

body.theme-overwatch .sav-capture-split-view .logo.episode {
  right: -70px;
  margin-left: 0px;
  top: -35px;
  height: 210px;
  width: 470px; }

body.theme-overwatch .sav-capture-split-view .logo.sponsor1,
body.theme-overwatch .sav-capture-split-view .logo.sponsor2 {
  display: none; }

body.theme-overwatch .logo.episode {
  background-image: url("/images/themes/overwatch/episode-logo.png");
  width: 654px;
  height: 507px; }

body.theme-overwatch .drawing-capture-view .drawing-hint {
  font-size: 20px; }

body.theme-predator .logo.episode {
  background-image: url(/images/episodes/leagueoflegends/logo.png);
  height: 507px;
  background-position: top center;
  width: 350px;
  display: none; }

body.theme-predator .logo.sponsor1 {
  background-image: url("/images/themes/predator/presented-by-2.png");
  width: 453px;
  height: 200px;
  background-position: bottom center;
  left: 50px; }

body.theme-predator #main-capture .logo.episode {
  top: 640px;
  left: 124px; }

body.theme-predator #main-capture .logo.sponsor1 {
  left: 80px;
  bottom: 30px; }

body.theme-predator #main-capture .logo.sponsor2 {
  display: none; }

body.theme-predator #main-capture .buzzes {
  width: 530px; }

body.theme-predator #countdown-capture .logo.sponsor1 {
  top: 380px;
  left: 40px;
  margin-left: -227px;
  left: 50%; }

body.theme-predator #countdown-capture .logo.episode {
  display: none; }

body.theme-predator #discussion-capture .logo.streamershowdown {
  top: 140px;
  left: 95px; }

body.theme-predator #discussion-capture .logo.episode {
  right: 25px;
  top: 120px;
  left: auto;
  width: 570px; }

body.theme-predator #discussion-capture .logo.sponsor1 {
  top: 135px;
  left: auto;
  bottom: auto;
  width: 470px;
  right: 80px; }

body.theme-predator #discussion-capture .logo.sponsor2 {
  top: 90px;
  right: 65px;
  bottom: auto;
  display: none; }

body.theme-predator .sav-capture-split-view .logo.sponsor1 {
  top: -30px;
  right: 0px;
  left: auto;
  bottom: auto;
  width: 380px; }

body.theme-predator .sav-capture-split-view .show-logo {
  top: 15px; }

body.theme-predator .sav-capture-split-view .logo.sponsor2 {
  display: none; }

body.theme-predator .sav-capture-split-view .logo.episode {
  display: none; }

body.theme-predator #signoff-capture {
  background-image: url(/images/themes/predator/message-overlay.png); }
  body.theme-predator #signoff-capture .logo.episode {
    display: none; }
  body.theme-predator #signoff-capture .logo.sponsor1 {
    top: 545px;
    left: 40px;
    margin-left: -227px;
    left: 50%;
    display: none; }
  body.theme-predator #signoff-capture .signoff-message {
    top: 780px; }

body.theme-predator .logo.sponsor2 {
  width: 436px;
  height: 74px;
  background-image: url(/images/themes/matcherino/matcherino.png); }

body.theme-predator #discussion-capture .logo.sponsor2 {
  top: 355px;
  left: auto;
  display: block;
  width: 290px;
  right: 165px; }

body.theme-predator #signoff-capture .logo.sponsor2 {
  bottom: 10px;
  left: 50%;
  margin-left: -110px;
  width: 220px;
  display: none; }

body.theme-predator #countdown-capture .overlay {
  background-image: url(/images/themes/predator/countdown-overlay.png); }

body.theme-predator #countdown-capture .countdown {
  bottom: -35px;
  right: 20px;
  z-index: 40;
  top: auto; }

body.theme-predator #countdown-capture .logo.sponsor2 {
  margin-left: -140px;
  left: 50%;
  top: 600px;
  z-index: 22;
  width: 280px;
  display: none; }

body.theme-predator .sav-capture-split-view .logo.sponsor2 {
  display: none; }

.erasdemi, body.theme-smash_ultimate .game-container .sav-question-container .sav-submission-points,
body.theme-smash_ultimate .game-container .sav-question-container .sav-submission-votes,
body.theme-smash_ultimate .game-container .sav-question-container .author, body.theme-smash_ultimate #countdown-capture .player-name, body.theme-smash_ultimate .red-box,
body.theme-smash_ultimate .drawing-capture-view .drawing-answer,
body.theme-smash_ultimate .answer.red-box, body.theme-smash_ultimate #main-capture .buzzes li, body.theme-smash_ultimate #main-capture .host-overlay .host-name, body.theme-smash_ultimate #main-capture ul.players-list li.player, body.theme-smash_ultimate #main-capture ul.players-list li.player .score {
  font-family: "eras-demi-itc";
  letter-spacing: 1px; }

body.theme-smash_ultimate {
  background: url("/images/themes/smash_ultimate/capture-bg.png"); }
  body.theme-smash_ultimate .family-feud-question-reveal {
    font-family: 'eras-demi-itc';
    letter-spacing: 1px;
    width: 1206px;
    margin-left: 58px;
    padding-top: 30px; }
    body.theme-smash_ultimate .family-feud-question-reveal .question-name {
      background: rgba(0, 0, 0, 0.7);
      border: 6px solid #ed3d3f;
      height: 100px;
      margin-right: 0px;
      margin-left: 0px;
      margin-bottom: 20px; }
      body.theme-smash_ultimate .family-feud-question-reveal .question-name table {
        height: 90px; }
        body.theme-smash_ultimate .family-feud-question-reveal .question-name table td {
          font-size: 45px; }
    body.theme-smash_ultimate .family-feud-question-reveal .answers {
      width: auto; }
      body.theme-smash_ultimate .family-feud-question-reveal .answers .answer {
        background: rgba(0, 0, 0, 0.7);
        border: 6px solid #ed3d3f;
        padding-top: 0px;
        width: 596px;
        margin: 0px 0 24px 0;
        height: 90px; }
        body.theme-smash_ultimate .family-feud-question-reveal .answers .answer:before {
          background: #000; }
        body.theme-smash_ultimate .family-feud-question-reveal .answers .answer .points {
          border-left: 4px solid rgba(178, 117, 0, 0.25);
          right: 0px;
          padding-top: 3px;
          width: 110px;
          top: 3px; }
  body.theme-smash_ultimate .name-that-thing-capture-view .thing-meta {
    padding: 0px; }
  body.theme-smash_ultimate .name-that-thing-capture-view .question-meta .game-box {
    position: absolute;
    top: 40px; }
  body.theme-smash_ultimate .name-that-thing-capture-view .hints {
    padding-top: 130px; }
  body.theme-smash_ultimate .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text {
    background: rgba(0, 0, 0, 0.7);
    border: 6px solid #ed3d3f;
    line-height: 70px;
    height: 80px;
    width: 1244px;
    margin: 0 auto 20px auto;
    font-family: 'eras-demi-itc';
    font-size: 32px; }
  body.theme-smash_ultimate .drawing-capture-view.show-answer .drawing-answer-image {
    display: none; }
  body.theme-smash_ultimate .drawing-capture-view .drawing-board {
    margin-left: -570px;
    top: 120px; }
  body.theme-smash_ultimate .meta-box,
  body.theme-smash_ultimate .sav-question-vote-msg,
  body.theme-smash_ultimate .sav-capture-split-view .sav-question,
  body.theme-smash_ultimate .sav-capture-split-view .timer-display {
    border-radius: 0px;
    border: 2px solid #ed3d3f;
    background: #a30d0f;
    font-family: 'eras-demi-itc';
    text-transform: uppercase; }
  body.theme-smash_ultimate .game-container .sav-capture-view,
  body.theme-smash_ultimate .game-container .submit-and-vote-capture-view {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute; }
  body.theme-smash_ultimate .game-container .submit-and-vote-capture-view .question-number,
  body.theme-smash_ultimate .game-container .submit-and-vote-capture-view .sav-active-question-points {
    top: 40px; }
  body.theme-smash_ultimate .game-container .submit-and-vote-capture-view .sav-question-vote-msg {
    padding: 12px 0 8px; }
  body.theme-smash_ultimate .game-container .submit-and-vote-capture-view .sav-submission-list,
  body.theme-smash_ultimate .game-container .submit-and-vote-capture-view .blank-question {
    top: 140px; }
  body.theme-smash_ultimate .game-container .submit-and-vote-capture-view .blank-question {
    position: relative; }
  body.theme-smash_ultimate .game-container .sav-question-container .sav-submission-points,
  body.theme-smash_ultimate .game-container .sav-question-container .sav-submission-votes,
  body.theme-smash_ultimate .game-container .sav-question-container .author {
    background: none;
    border: none;
    box-shadow: none; }
  body.theme-smash_ultimate .game-container .sav-question-container .author {
    font-size: 46px;
    margin-top: 20px;
    margin-bottom: 10px; }
  body.theme-smash_ultimate .game-container .sav-question-container .sav-submission-points,
  body.theme-smash_ultimate .game-container .sav-question-container .sav-submission-votes {
    font-size: 30px; }
  body.theme-smash_ultimate .game-container .sav-question-inner .image {
    border-radius: 0px;
    border-color: #ed3d3f; }
  body.theme-smash_ultimate .typedanswers-capture-view.show-submissions .submissions-area {
    transform: translateX(10px); }
  body.theme-smash_ultimate .typedanswers-capture-view.show-submissions .videos-area {
    -webkit-transform: translateX(-190px); }
  body.theme-smash_ultimate .typedanswers-capture-view.show-question .title-area {
    -webkit-transform: translateY(20px); }
  body.theme-smash_ultimate .typedanswers-capture-view.show-question .videos-area {
    width: 860px;
    height: 483.75px;
    margin-left: -430px;
    overflow: hidden; }
  body.theme-smash_ultimate .typedanswers-capture-view .submissions-area.num-players-3 {
    bottom: -4px;
    font-family: 'eras-demi-itc'; }
    body.theme-smash_ultimate .typedanswers-capture-view .submissions-area.num-players-3 .submission {
      margin: 0 0 27px 0;
      border: 1px solid #ed3d3f;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 0px;
      font-family: 'eras-demi-itc'; }
    body.theme-smash_ultimate .typedanswers-capture-view .submissions-area.num-players-3 .player-name {
      background: #a30d0f;
      border-color: #ed3d3f;
      font-family: 'eras-demi-itc'; }
  body.theme-smash_ultimate .typedanswers-capture-view .title-area {
    border: 2px solid #ed3d3f;
    background: rgba(0, 0, 0, 0.7);
    font-family: 'eras-demi-itc';
    height: 92px;
    padding: 0px; }
    body.theme-smash_ultimate .typedanswers-capture-view .title-area table {
      height: 90px; }
      body.theme-smash_ultimate .typedanswers-capture-view .title-area table td {
        padding: 0px;
        line-height: 60px; }
  body.theme-smash_ultimate .typedanswers-capture-view .videos-area {
    border: 2px solid #ed3d3f;
    border-radius: 0px;
    bottom: 24px; }
  body.theme-smash_ultimate #discussion-capture {
    background: none !important;
    font-family: "eras-demi-itc";
    letter-spacing: 1px; }
    body.theme-smash_ultimate #discussion-capture .discussion-overlay {
      background-image: url(/images/themes/smash_ultimate/discussion-screen.png);
      v-index: 0; }
    body.theme-smash_ultimate #discussion-capture .logo {
      display: none; }
    body.theme-smash_ultimate #discussion-capture .host-name,
    body.theme-smash_ultimate #discussion-capture .name {
      font-family: 'eras-demi-itc';
      text-transform: uppercase;
      font-size: 48px; }
    body.theme-smash_ultimate #discussion-capture .host-overlay {
      background-image: url(/images/themes/smash_ultimate/player-overlay1.png); }
      body.theme-smash_ultimate #discussion-capture .host-overlay .host-webcam-cover {
        width: 581px;
        height: 435px;
        left: -102px;
        top: -465px; }
      body.theme-smash_ultimate #discussion-capture .host-overlay .host-name {
        padding: 0px;
        text-align: center;
        top: -94px;
        color: #570f98; }
    body.theme-smash_ultimate #discussion-capture li.player .name {
      top: -64px;
      left: 0px; }
    body.theme-smash_ultimate #discussion-capture li.player:nth-of-type(1) .name {
      color: #016092; }
    body.theme-smash_ultimate #discussion-capture li.player.order-1 {
      top: 986px; }
      body.theme-smash_ultimate #discussion-capture li.player.order-1 .player-plate {
        top: 4px; }
      body.theme-smash_ultimate #discussion-capture li.player.order-1 .name {
        color: #b36900;
        top: -75px; }
    body.theme-smash_ultimate #discussion-capture li.player.order-2, body.theme-smash_ultimate #discussion-capture li.player.order-0 {
      top: 940px; }
    body.theme-smash_ultimate #discussion-capture li.player.order-0 {
      left: 130px; }
    body.theme-smash_ultimate #discussion-capture li.player.order-2 {
      right: -70px; }
      body.theme-smash_ultimate #discussion-capture li.player.order-2 .name {
        color: #821831; }
    body.theme-smash_ultimate #discussion-capture li.player .player-plate {
      top: 3px; }
  body.theme-smash_ultimate #discussion-capture .webcam-nameplate .score,
  body.theme-smash_ultimate #discussion-capture ul.players-list li.player .player-plate .score {
    display: none; }
  body.theme-smash_ultimate #discussion-capture .webcam-nameplate .name,
  body.theme-smash_ultimate #discussion-capture ul.players-list li.player .player-plate .name {
    width: 100%;
    text-align: center; }
  body.theme-smash_ultimate #countdown-capture {
    background: none !important; }
    body.theme-smash_ultimate #countdown-capture .overlay {
      background-image: url(/images/themes/smash_ultimate/countdown-screen.png); }
    body.theme-smash_ultimate #countdown-capture .logo {
      display: none; }
    body.theme-smash_ultimate #countdown-capture .player-image {
      z-index: 0;
      width: 500px;
      height: 500px;
      background-size: cover; }
      body.theme-smash_ultimate #countdown-capture .player-image.order-0, body.theme-smash_ultimate #countdown-capture .player-image.order-2 {
        bottom: 51px; }
      body.theme-smash_ultimate #countdown-capture .player-image.order-1 {
        bottom: 320px; }
      body.theme-smash_ultimate #countdown-capture .player-image.order-1 {
        margin-left: -232px; }
      body.theme-smash_ultimate #countdown-capture .player-image.order-0 {
        left: 90px; }
      body.theme-smash_ultimate #countdown-capture .player-image.order-2 {
        right: 60px; }
    body.theme-smash_ultimate #countdown-capture .player-name {
      color: black;
      text-shadow: none;
      font-size: 48px;
      padding-left: 40px; }
      body.theme-smash_ultimate #countdown-capture .player-name.order-0, body.theme-smash_ultimate #countdown-capture .player-name.order-2 {
        bottom: 87px; }
      body.theme-smash_ultimate #countdown-capture .player-name.order-0 {
        color: #016092;
        left: 110px; }
      body.theme-smash_ultimate #countdown-capture .player-name.order-1 {
        bottom: 354px;
        color: #b36900; }
      body.theme-smash_ultimate #countdown-capture .player-name.order-2 {
        right: 100px;
        color: #821831; }
    body.theme-smash_ultimate #countdown-capture .countdown {
      top: 83px;
      right: 80px;
      z-index: 40;
      background: none; }
  body.theme-smash_ultimate #signoff-capture {
    background: url(/images/themes/smash_ultimate/message-bg.png); }
    body.theme-smash_ultimate #signoff-capture .signoff-message {
      top: 695px;
      font-size: 100px;
      color: #000;
      width: 1300px;
      height: 122px;
      line-height: 122px;
      font-family: "eras-demi-itc";
      text-transform: uppercase;
      font-weight: 900;
      color: #000;
      left: 50%;
      margin-left: -635px; }
      body.theme-smash_ultimate #signoff-capture .signoff-message .gradient-text {
        text-shadow: none;
        -webkit-text-fill-color: inherit; }
        body.theme-smash_ultimate #signoff-capture .signoff-message .gradient-text:after {
          display: none;
          opacity: 0;
          content: ""; }
    body.theme-smash_ultimate #signoff-capture .matcherino-status-container {
      display: none; }
  body.theme-smash_ultimate .red-box,
  body.theme-smash_ultimate .drawing-capture-view .drawing-answer,
  body.theme-smash_ultimate .answer.red-box {
    background: url(/images/themes/smash_ultimate/answer-bg.png) center center no-repeat transparent;
    color: #000;
    font-size: 48px;
    line-height: 171px;
    text-shadow: none; }
  body.theme-smash_ultimate .red-box {
    bottom: -10px; }
  body.theme-smash_ultimate .title-box {
    background: url(/images/themes/smash_ultimate/game_title.png) center center no-repeat;
    width: 522px;
    height: 90px;
    margin-left: -261px;
    color: #FFFFF;
    font-size: 32px;
    text-shadow: none;
    padding: 0px;
    line-height: 97px;
    top: 10px;
    font-family: 'eras-demi-itc'; }
    body.theme-smash_ultimate .title-box .timer-countdown {
      font-size: 50px; }
  body.theme-smash_ultimate .game-box {
    width: 252px;
    height: 58px;
    background: url(/images/themes/smash_ultimate/meta-box.png) center center no-repeat;
    padding: 0px;
    line-height: 59px;
    position: absolute;
    color: #fff;
    font-family: 'eras-demi-itc';
    font-size: 28px;
    padding-top: 0px;
    top: 40px; }
    body.theme-smash_ultimate .game-box.game-box-left {
      left: 30px; }
    body.theme-smash_ultimate .game-box.game-box-right {
      right: 30px; }
  body.theme-smash_ultimate .capture-area {
    background-image: url(/images/themes/smash_ultimate/capture-bg.png); }
    body.theme-smash_ultimate .capture-area .episode {
      background-image: url(/images/themes/smash_ultimate/episode-logo.png); }
  body.theme-smash_ultimate #main-capture {
    background-image: url(/images/themes/smash_ultimate/capture-bg-holes-main.png); }
  body.theme-smash_ultimate #game-area {
    background-image: url(/images/themes/smash_ultimate/game-board2.png);
    background-position: center 25px;
    background-size: contain;
    top: -8px; }
  body.theme-smash_ultimate #main-capture.showBuzzes-on .logo.episode {
    transform: translateX(0); }
  body.theme-smash_ultimate #main-capture #medias-scorehighlight1,
  body.theme-smash_ultimate #main-capture #medias-scorehighlight2,
  body.theme-smash_ultimate #main-capture #medias-scorehighlight3 {
    display: none; }
  body.theme-smash_ultimate #main-capture #medias-buzzer1,
  body.theme-smash_ultimate #main-capture #medias-heart1 {
    left: 16px; }
  body.theme-smash_ultimate #main-capture #medias-buzzer2,
  body.theme-smash_ultimate #main-capture #medias-heart2 {
    left: 20px; }
  body.theme-smash_ultimate #main-capture #medias-buzzer3,
  body.theme-smash_ultimate #main-capture #medias-heart3 {
    left: 18px; }
  body.theme-smash_ultimate #main-capture #medias-buzzer3,
  body.theme-smash_ultimate #main-capture #medias-buzzer2,
  body.theme-smash_ultimate #main-capture #medias-buzzer1,
  body.theme-smash_ultimate #main-capture #medias-heart3,
  body.theme-smash_ultimate #main-capture #medias-heart2,
  body.theme-smash_ultimate #main-capture #medias-heart1 {
    top: -30px;
    width: 1900px;
    height: 1160px; }
  body.theme-smash_ultimate #main-capture .matcherino-status-container {
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #ed3d3f;
    bottom: 18px;
    border-radius: 25px; }
    body.theme-smash_ultimate #main-capture .matcherino-status-container .cta {
      padding-right: 12px; }
      body.theme-smash_ultimate #main-capture .matcherino-status-container .cta:after {
        display: none; }
  body.theme-smash_ultimate #main-capture .matcherino-notifier-container {
    bottom: 19px; }
    body.theme-smash_ultimate #main-capture .matcherino-notifier-container .matcherino-donation-notif {
      background: #000;
      border: 2px solid #ed3d3f;
      box-shadow: 0px 0px 15px #ed3d3f;
      border-radius: 25px;
      color: #fff; }
      body.theme-smash_ultimate #main-capture .matcherino-notifier-container .matcherino-donation-notif .amount {
        color: #fff; }
  body.theme-smash_ultimate #main-capture .buzzes {
    width: 520px;
    height: 152px;
    background: rgba(0, 0, 0, 0.7);
    bottom: 115px;
    padding: 10px;
    border-radius: 0px;
    border: 2px solid #ed3d3f; }
    body.theme-smash_ultimate #main-capture .buzzes li {
      height: 38px;
      line-height: 39px;
      border-radius: 0px;
      font-size: 23px; }
      body.theme-smash_ultimate #main-capture .buzzes li:before {
        height: 37px;
        line-height: 37px; }
      body.theme-smash_ultimate #main-capture .buzzes li:nth-child(1) {
        background: #f0dc00;
        color: black; }
  body.theme-smash_ultimate #main-capture div.logo.episode {
    top: 620px;
    left: 70px;
    width: 500px; }
  body.theme-smash_ultimate #main-capture .logo.patreon,
  body.theme-smash_ultimate #main-capture .logo.youtube {
    bottom: 80px;
    display: none; }
  body.theme-smash_ultimate #main-capture .logo.patreon {
    left: 80px; }
  body.theme-smash_ultimate #main-capture .logo.youtube {
    left: 320px; }
  body.theme-smash_ultimate #main-capture .host-overlay {
    width: 582px;
    top: 20px;
    height: 665px; }
    body.theme-smash_ultimate #main-capture .host-overlay .host-webcam-cover {
      top: 171px;
      left: 69px;
      width: 500px;
      height: 305px; }
    body.theme-smash_ultimate #main-capture .host-overlay .overlay {
      background-image: url(/images/themes/smash_ultimate/host-overlay.png);
      background-position: top right;
      z-index: 1; }
    body.theme-smash_ultimate #main-capture .host-overlay .host-name {
      font-size: 36px;
      color: #3f0870;
      text-align: center;
      top: 500px;
      width: 384px;
      line-height: 56px; }
  body.theme-smash_ultimate #main-capture ul.players-list {
    width: 1316px; }
    body.theme-smash_ultimate #main-capture ul.players-list li.player .drawing-marker {
      border-radius: 0px;
      top: 260px; }
    body.theme-smash_ultimate #main-capture ul.players-list li.player .overlay {
      top: 10px;
      z-index: 2; }
    body.theme-smash_ultimate #main-capture ul.players-list li.player .name {
      font-size: 30px;
      text-align: center;
      top: 302px;
      text-shadow: none; }
    body.theme-smash_ultimate #main-capture ul.players-list li.player:nth-of-type(1) .overlay {
      background-image: url(/images/themes/smash_ultimate/player-overlay1.png); }
    body.theme-smash_ultimate #main-capture ul.players-list li.player:nth-of-type(1) .name {
      color: #016092; }
    body.theme-smash_ultimate #main-capture ul.players-list li.player:nth-of-type(2) {
      left: 448px; }
      body.theme-smash_ultimate #main-capture ul.players-list li.player:nth-of-type(2) .overlay {
        background-image: url(/images/themes/smash_ultimate/player-overlay2.png); }
      body.theme-smash_ultimate #main-capture ul.players-list li.player:nth-of-type(2) .name {
        color: #b36900; }
    body.theme-smash_ultimate #main-capture ul.players-list li.player:nth-of-type(3) {
      left: 892px; }
      body.theme-smash_ultimate #main-capture ul.players-list li.player:nth-of-type(3) .overlay {
        background-image: url(/images/themes/smash_ultimate/player-overlay3.png); }
      body.theme-smash_ultimate #main-capture ul.players-list li.player:nth-of-type(3) .name {
        color: #821831; }
    body.theme-smash_ultimate #main-capture ul.players-list li.player .webcam-cover {
      width: 390px;
      height: 290px;
      top: 11px;
      left: 18px;
      z-index: 1; }
    body.theme-smash_ultimate #main-capture ul.players-list li.player .hearts-list {
      left: 32px;
      top: 32px; }
    body.theme-smash_ultimate #main-capture ul.players-list li.player .score {
      top: 305px;
      right: 50px;
      font-size: 30px;
      width: 98px; }

body.theme-starwars,
body.theme-starwars .capture-area {
  background: url(/images/themes/starwars/body-bg.png) top left no-repeat #000; }

body.theme-starwars {
  background: url(/images/themes/starwars/body-bg.png) top left no-repeat #000; }
  body.theme-starwars .family-feud-question-reveal .question-name table td {
    font-size: 32px; }
  body.theme-starwars .hints .hint.type-text {
    margin-bottom: 50px; }
  body.theme-starwars .typedanswers-capture-view .videos-area .video-capture {
    width: 101%;
    height: 102%;
    top: -1%; }
    body.theme-starwars .typedanswers-capture-view .videos-area .video-capture video {
      width: 134%;
      top: -16.5%;
      left: -17%; }
  body.theme-starwars .typedanswers-capture-view .title-area table td {
    padding: 0 30px 0 20px;
    line-height: 35px;
    font-size: 32px; }
  body.theme-starwars #medias-buzzer1,
  body.theme-starwars #medias-buzzer2,
  body.theme-starwars #medias-buzzer3,
  body.theme-starwars #medias-heart1,
  body.theme-starwars #medias-heart2,
  body.theme-starwars #medias-heart3 {
    top: 3px; }
  body.theme-starwars #medias-buzzer1,
  body.theme-starwars #medias-heart1 {
    left: -2px; }
  body.theme-starwars #medias-buzzer2 {
    left: 1px; }
  body.theme-starwars #medias-buzzer3 {
    left: 0px; }
  body.theme-starwars #medias-scorehighlight1,
  body.theme-starwars #medias-scorehighlight2,
  body.theme-starwars #medias-scorehighlight3 {
    width: 1870px;
    top: 13px;
    left: 20px; }
  body.theme-starwars #medias-scorehighlight2 {
    left: 36px; }
  body.theme-starwars #medias-scorehighlight3 {
    left: 52px; }
  body.theme-starwars #medias-heart3 {
    left: 2px; }
  body.theme-starwars #game-area,
  body.theme-starwars .game-container,
  body.theme-starwars #countdown-capture .player-name {
    font-family: 'orbitron-bold'; }
  body.theme-starwars #game-area {
    background-image: url(/images/themes/starwars/game-bg.png); }
  body.theme-starwars #main-capture.star-wars-crawl #game-area {
    background: none; }
  body.theme-starwars #main-capture .player-fire-video {
    display: none; }
  body.theme-starwars #main-capture .host-overlay .overlay {
    background-image: url(/images/themes/starwars/host-overlay.png); }
  body.theme-starwars #main-capture ul.players-list li.player .overlay {
    background-image: url(/images/themes/starwars/player-overlay.png); }
  body.theme-starwars #main-capture ul.players-list li.player .name.text-len-15 {
    font-size: 26px; }
  body.theme-starwars #main-capture ul.players-list li.player .webcam-cover {
    background-size: cover; }
  body.theme-starwars #main-capture ul.players-list li.player .player-plate {
    position: absolute;
    width: 100%;
    bottom: 0px; }
  body.theme-starwars #main-capture ul.players-list li.player .name {
    bottom: 25px;
    z-index: 61;
    position: absolute; }
  body.theme-starwars #main-capture ul.players-list li.player .score {
    bottom: 24px;
    right: 20px; }
  body.theme-starwars #main-capture .logo.episode {
    left: 20px;
    top: 860px;
    width: 550px;
    height: 210px;
    transform: translateY(0px) !important; }
  body.theme-starwars #main-capture .buzzes {
    background: #000;
    border: 1px solid #666;
    width: 435px;
    left: 88px; }
  body.theme-starwars #main-capture .hearts-list {
    top: 26px; }
  body.theme-starwars #discussion-capture .discussion-overlay {
    background-image: url(/images/themes/starwars/discussion-overlay.png); }
  body.theme-starwars #discussion-capture .logo.episode {
    top: 95px;
    left: 35px;
    width: 550px;
    height: 250px; }
  body.theme-starwars #discussion-capture .host-webcam-cover {
    width: 611px;
    height: 455px;
    left: -72px;
    top: -435px; }
  body.theme-starwars #discussion-capture li.player.order-1,
  body.theme-starwars #discussion-capture .host-overlay {
    width: 478px;
    margin-left: -239px; }
  body.theme-starwars #discussion-capture .host-overlay {
    top: 474px; }
    body.theme-starwars #discussion-capture .host-overlay .nameplate {
      padding: 0;
      text-align: center;
      font-size: 26px; }
  body.theme-starwars #discussion-capture li.player {
    width: 478px; }
    body.theme-starwars #discussion-capture li.player .player-plate {
      width: 100%;
      font-size: 26px; }
    body.theme-starwars #discussion-capture li.player.order-0 {
      left: 80px; }
    body.theme-starwars #discussion-capture li.player.order-1 {
      top: 994px; }
      body.theme-starwars #discussion-capture li.player.order-1 .webcam-cover {
        top: -416px; }
    body.theme-starwars #discussion-capture li.player.order-2 {
      right: 82px; }
    body.theme-starwars #discussion-capture li.player .webcam-cover {
      left: -50px;
      top: -412px;
      height: 430px; }
  body.theme-starwars #countdown-capture .overlay {
    background-image: url(/images/themes/starwars/countdown-overlay.png); }
  body.theme-starwars #countdown-capture .countdown {
    background: none;
    z-index: 40; }
    body.theme-starwars #countdown-capture .countdown .ss,
    body.theme-starwars #countdown-capture .countdown .mm {
      top: 14px; }
    body.theme-starwars #countdown-capture .countdown .separator {
      top: 11px; }
  body.theme-starwars #countdown-capture .logo.episode {
    width: 640px;
    height: 320px;
    left: 50%;
    margin-left: -320px;
    top: 365px;
    display: none; }
  body.theme-starwars #countdown-capture .player-name {
    font-size: 28px; }
  body.theme-starwars #countdown-capture .player-name.order-1 {
    bottom: 27px; }
  body.theme-starwars #countdown-capture .player-name.order-2, body.theme-starwars #countdown-capture .player-name.order-0 {
    bottom: 127px; }
  body.theme-starwars #countdown-capture .player-name.order-2 {
    right: 146px; }
  body.theme-starwars #countdown-capture .player-image.order-1 {
    bottom: 60px;
    right: 145px; }
  body.theme-starwars #countdown-capture .player-image.order-0, body.theme-starwars #countdown-capture .player-image.order-2 {
    bottom: 161px; }
  body.theme-starwars .drawing-capture-view .drawing-answer {
    background-image: url(/images/capture/namethatthing/answer-bg-green.png); }
  body.theme-starwars .sav-capture-split-view .logo.episode {
    display: block;
    height: 210px;
    width: 400px;
    position: absolute;
    right: -30px;
    top: -20px; }
  body.theme-starwars .sav-capture-split-view .player-submits li span {
    color: #333;
    background: none; }
    body.theme-starwars .sav-capture-split-view .player-submits li span .glyphicon {
      background: none; }
  body.theme-starwars .sav-capture-split-view .sav-thing .image {
    border: none; }
  body.theme-starwars .sav-capture-split-view .webcam-overlay {
    background-image: url(/images/themes/starwars/webcam-frame.png); }
  body.theme-starwars .meta-box,
  body.theme-starwars .sav-capture-split-view .timer-display,
  body.theme-starwars .sav-capture-split-view .sav-thing {
    background: #eee;
    color: #000;
    border-color: #ccc; }
  body.theme-starwars .logo.episode {
    background-image: url(/images/themes/starwars/episode-logo.png); }
  body.theme-starwars .game-box {
    background-image: url(/images/themes/starwars/meta-box-bg.png);
    height: 113px;
    line-height: 113px;
    padding: 0px;
    color: #fff; }
  body.theme-starwars .title-box {
    background-image: url(/images/themes/starwars/title-container-bg.png);
    width: 623px;
    margin-left: -311.5px;
    height: 163px;
    line-height: 163px;
    padding: 0px;
    top: -45px; }
    body.theme-starwars .title-box .timer-display {
      font-size: 1.5em; }
  body.theme-starwars .submit-and-vote-capture-view .game-name,
  body.theme-starwars .submit-and-vote-capture-view .sav-active-thing-points {
    top: -10px; }
  body.theme-starwars .submit-and-vote-capture-view .sav-thing-container .sav-submission-votes,
  body.theme-starwars .submit-and-vote-capture-view .sav-thing-container .sav-submission-points {
    background: #111;
    margin-top: 10px;
    border-color: #eee; }
  body.theme-starwars .submit-and-vote-capture-view .sav-thing-container .author {
    background: #1e4d82; }
  body.theme-starwars .submit-and-vote-capture-view .sav-active-thing-points {
    right: 10px; }
  body.theme-starwars .submit-and-vote-capture-view .sav-thing-inner .image {
    border-color: #eee; }
  body.theme-starwars .submit-and-vote-capture-view .sav-thing-vote-msg {
    border: 1px solid #eee;
    border-radius: 2px;
    background: url(/images/themes/starwars/sav-vote-msg-bg.png) center center no-repeat;
    background-size: 110% auto; }
  body.theme-starwars .family-feud-question-reveal .question-name {
    background: url(/images/themes/starwars/title-bg.png) center center no-repeat;
    height: 138px;
    line-height: 138px;
    margin: 30px 0px 0; }
    body.theme-starwars .family-feud-question-reveal .question-name table {
      height: 100%; }
      body.theme-starwars .family-feud-question-reveal .question-name table td {
        padding: 0 80px; }
  body.theme-starwars .family-feud-question-reveal .answers {
    padding: 0 40px; }
    body.theme-starwars .family-feud-question-reveal .answers .answer {
      background-image: url(/images/themes/starwars/familyfeud/answer-bg.png);
      background-position: center center;
      height: 103px;
      margin: 0px 0px 10px 0; }
      body.theme-starwars .family-feud-question-reveal .answers .answer table {
        height: 103px;
        line-height: 103px; }
        body.theme-starwars .family-feud-question-reveal .answers .answer table.text-len-20 {
          font-size: 28px; }
        body.theme-starwars .family-feud-question-reveal .answers .answer table td {
          text-align: left;
          padding-left: 40px; }
      body.theme-starwars .family-feud-question-reveal .answers .answer .points {
        height: 103px;
        line-height: 103px;
        top: 0px;
        right: 25px; }
      body.theme-starwars .family-feud-question-reveal .answers .answer:before {
        background-image: url(/images/themes/starwars/familyfeud/answer-cover.png);
        background-position: center center; }
  body.theme-starwars .name-that-thing-capture-view .game-box {
    position: absolute;
    top: -10px; }
    body.theme-starwars .name-that-thing-capture-view .game-box.num-points {
      right: 10px; }
    body.theme-starwars .name-that-thing-capture-view .game-box.num-questions {
      left: 10px; }
  body.theme-starwars .name-that-thing-capture-view .answer.red-box {
    background-image: url(/images/capture/namethatthing/answer-bg-green.png); }
    body.theme-starwars .name-that-thing-capture-view .answer.red-box .text-len-40 {
      font-size: 29px; }
    body.theme-starwars .name-that-thing-capture-view .answer.red-box .text-len-50 {
      font-size: 28px; }
  body.theme-starwars .name-that-thing-capture-view .hints .hint.type-audio {
    position: relative;
    margin-top: 40px; }
    body.theme-starwars .name-that-thing-capture-view .hints .hint.type-audio:before {
      content: " ";
      position: absolute;
      left: 50%;
      height: 412px;
      width: 786px;
      margin-left: -393px;
      border: none;
      top: 0px;
      background: none;
      background: url(/images/themes/starwars/incomingtransmition/bg.png) center center no-repeat; }
    body.theme-starwars .name-that-thing-capture-view .hints .hint.type-audio .audio-container {
      background: black;
      border: none;
      width: 480px;
      margin-left: -245px;
      top: 141px;
      height: 42px;
      padding: 4px 4px 4px 23px;
      border: 2px solid #2ab3fa;
      border-radius: 10px;
      background: rgba(0, 0, 0, 0.9); }
      body.theme-starwars .name-that-thing-capture-view .hints .hint.type-audio .audio-container:before {
        background: url(https://puu.sh/yDSrM/a9f6a158cf.png) center center no-repeat black;
        width: 60px;
        height: 60px;
        top: 50%;
        left: -30px;
        background-size: 70%;
        border-radius: 50%;
        position: absolute;
        border: 2px solid #2ab3fa;
        content: " ";
        margin-top: -30px; }
      body.theme-starwars .name-that-thing-capture-view .hints .hint.type-audio .audio-container .audio-progress-container {
        background: #85d5c8; }

body.theme-stjudelol .logo.episode {
  background-image: url(/images/episodes/leagueoflegends/logo.png); }

body.theme-stjudelol .logo.sponsor1 {
  background-image: url(https://i.imgur.com/xok3rrI.jpg);
  background-size: auto 100%;
  background-position: center center;
  border-radius: 3px;
  background-size: auto 155px;
  background-color: white;
  border: 1px solid #054298; }

body.theme-stjudelol #main-capture .logo.episode {
  top: 620;
  left: 132px;
  width: 350px;
  margin-left: -120px; }

body.theme-stjudelol #main-capture .logo.sponsor1 {
  left: 355px;
  width: 197px;
  height: 140px;
  bottom: 132px; }

body.theme-stjudelol #main-capture .buzzes {
  height: 130px;
  bottom: 300px; }

body.theme-stjudelol #discussion-capture div.logo.sponsor1 {
  top: 100px;
  left: auto;
  right: 130px;
  width: 380px;
  height: 280px;
  background-size: auto 110%; }

body.theme-stjudelol #discussion-capture div.logo.episode {
  top: 240px;
  left: 65px;
  right: auto;
  width: 514px; }

body.theme-stjudelol #discussion-capture div.logo.streamershowdown {
  top: 40px; }

body.theme-stjudelol .sav-capture-view div.logo.episode {
  display: none; }

body.theme-stjudelol .sav-capture-view div.logo.sponsor1 {
  width: 370px;
  top: 10px;
  right: 10px;
  height: 150px; }

body.theme-stjudelol #countdown-capture .logo.sponsor1 {
  width: 490px;
  left: 50%;
  margin-left: -245px;
  top: 430px;
  z-index: 99;
  height: 190px;
  display: none; }

body.theme-stjudelol #signoff-capture .logo.sponsor1 {
  width: 240px;
  left: 50%;
  margin-left: -120px;
  top: auto;
  bottom: 30px;
  z-index: 99;
  height: 190px; }

body.theme-team-drawing #main-capture .drawing-capture-view .drawing-hint {
  height: 80px;
  line-height: 80px;
  top: auto;
  left: 0px;
  bottom: -100px;
  background: green;
  position: absolute;
  float: none;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  position: absolute; }

body.theme-team-drawing #main-capture .drawing-capture-view {
  width: 100%;
  height: 100%; }

body.theme-team-drawing #main-capture .drawing-capture-view {
  /* display none is just to get a screenshot to blizzard */ }
  body.theme-team-drawing #main-capture .drawing-capture-view drawing-board,
  body.theme-team-drawing #main-capture .drawing-capture-view canvas {
    width: 100%;
    margin-left: 0px;
    left: 0px;
    height: 100%;
    top: 0%;
    margin-top: 0px; }
  body.theme-team-drawing #main-capture .drawing-capture-view .drawing-board,
  body.theme-team-drawing #main-capture .drawing-capture-view canvas {
    top: 0px;
    display: none; }

body.theme-team-drawing #main-capture #game-area .title-box {
  height: 80px;
  background: yellow;
  line-height: 80px;
  top: 10px;
  right: 10px;
  left: auto;
  margin-left: 0px;
  width: 160px; }

body.theme-team-drawing #main-capture ul.players-list {
  height: 80px;
  bottom: 20px;
  width: 1800px;
  left: 50%;
  margin-left: -900px; }
  body.theme-team-drawing #main-capture ul.players-list li.player {
    height: 80px;
    background: blue;
    width: 380px; }
    body.theme-team-drawing #main-capture ul.players-list li.player.order-0 {
      left: 0px; }
    body.theme-team-drawing #main-capture ul.players-list li.player.order-1 {
      right: 0px;
      left: auto; }
    body.theme-team-drawing #main-capture ul.players-list li.player .overlay {
      display: none; }

body.theme-team-drawing #main-capture .matcherino,
body.theme-team-drawing #main-capture .matcherino-notifier-container,
body.theme-team-drawing #main-capture .matcherino-status-container,
body.theme-team-drawing #main-capture .host-overlay,
body.theme-team-drawing #main-capture drawing-points,
body.theme-team-drawing #main-capture .buzzes {
  display: none; }

body.theme-team-drawing #game-area {
  width: 1800px;
  left: 50%;
  margin-left: -900px;
  height: 900px;
  background: #0000bb;
  right: auto;
  top: 50px; }

.orbitron, body.theme-thor .sav-submission-list .sav-thing-container, body.theme-thor .sav-submission-list .sav-thing-container .author,
body.theme-thor .sav-submission-list .sav-thing-container .sav-submission-votes,
body.theme-thor .sav-submission-list .sav-thing-container .sav-submission-points,
body.theme-thor .sav-submission-list .sav-thing-container .sav-thing-vote-msg, body.theme-thor .family-feud-question-reveal, body.theme-thor .family-feud-question-reveal .answers .answer table td, body.theme-thor .hints.audio .hints, body.theme-thor .hints .hint.type-text,
body.theme-thor #main-capture .buzzes li,
body.theme-thor .red-box,
body.theme-thor .meta-box,
body.theme-thor .typedanswers-capture-view .submissions-area .submission,
body.theme-thor .typedanswers-capture-view, body.theme-thor .title-box, body.theme-thor .game-box, body.theme-thor #discussion-capture .host-name, body.theme-thor #discussion-capture ul.players-list .name, body.theme-thor #main-capture ul.players-list li.player .name,
body.theme-thor #main-capture ul.players-list li.player .score, body.theme-thor #main-capture .host-name, body.theme-thor #signoff-capture .signoff-message {
  font-family: Orbitron, sans-serif;
  font-weight: bold;
  letter-spacing: 2px; }

body.theme-thor .orbitron, body.theme-thor .sav-submission-list .sav-thing-container, body.theme-thor .sav-submission-list .sav-thing-container .author,
body.theme-thor .sav-submission-list .sav-thing-container .sav-submission-votes,
body.theme-thor .sav-submission-list .sav-thing-container .sav-submission-points,
body.theme-thor .sav-submission-list .sav-thing-container .sav-thing-vote-msg, body.theme-thor .family-feud-question-reveal, body.theme-thor .family-feud-question-reveal .answers .answer table td, body.theme-thor .hints.audio .hints, body.theme-thor .hints .hint.type-text,
body.theme-thor #main-capture .buzzes li,
body.theme-thor .red-box,
body.theme-thor .meta-box,
body.theme-thor .typedanswers-capture-view .submissions-area .submission,
body.theme-thor .typedanswers-capture-view, body.theme-thor .title-box, body.theme-thor .game-box, body.theme-thor #discussion-capture .host-name, body.theme-thor #discussion-capture ul.players-list .name, body.theme-thor #main-capture ul.players-list li.player .name,
body.theme-thor #main-capture ul.players-list li.player .score, body.theme-thor #main-capture .host-name, body.theme-thor #signoff-capture .signoff-message {
  font-family: Orbitron, sans-serif;
  font-weight: bold;
  letter-spacing: 2px; }

body.theme-thor #production .sav-thing-container .author,
body.theme-thor #production .sav-thing-container .sav-submission-votes,
body.theme-thor #production .sav-thing-container .sav-submission-points,
body.theme-thor #production .sav-thing-container .sav-thing-vote-msg,
body.theme-thor #player-view .sav-thing-container .author,
body.theme-thor #player-view .sav-thing-container .sav-submission-votes,
body.theme-thor #player-view .sav-thing-container .sav-submission-points,
body.theme-thor #player-view .sav-thing-container .sav-thing-vote-msg {
  padding: 0.5em; }

body.theme-thor .sav-submission-list {
  position: relative;
  height: 490px;
  padding-left: 20px;
  width: 820px;
  left: 165px; }
  body.theme-thor .sav-submission-list .sav-thing-container {
    transition: all 0.5s ease; }
    body.theme-thor .sav-submission-list .sav-thing-container .author,
    body.theme-thor .sav-submission-list .sav-thing-container .sav-submission-votes,
    body.theme-thor .sav-submission-list .sav-thing-container .sav-submission-points,
    body.theme-thor .sav-submission-list .sav-thing-container .sav-thing-vote-msg {
      border-color: #00e3fb;
      background: #0096a6;
      color: #fff;
      border-width: 2px;
      font-size: 18px; }
  body.theme-thor .sav-submission-list .first {
    left: 0px; }
  body.theme-thor .sav-submission-list .second {
    left: 410px; }
  body.theme-thor .sav-submission-list.shuffle_submissions-on .sav-thing-container {
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    transform: translateX(57px); }
    body.theme-thor .sav-submission-list.shuffle_submissions-on .sav-thing-container .field {
      animation-duration: 0.5s;
      animation-delay: 1.5s;
      animation-timing-function: linear;
      animation-fill-mode: forwards;
      animation-name: fade-in;
      opacity: 0; }
  body.theme-thor .sav-submission-list.shuffle_submissions-on .shuffle-1 {
    animation-name: shuffle-thor-1;
    z-index: 3; }
  body.theme-thor .sav-submission-list.shuffle_submissions-on .shuffle-2 {
    animation-name: shuffle-thor-2;
    z-index: 2; }
  body.theme-thor .sav-submission-list.shuffle_submissions-off .sav-thing-container {
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    transform: translateX(57px);
    transition: left 0.5s linear; }
  body.theme-thor .sav-submission-list.shuffle_submissions-off .order-1.shuffle-2 {
    left: -450px; }
  body.theme-thor .sav-submission-list.shuffle_submissions-off .order-2.shuffle-1 {
    left: 450px; }
  body.theme-thor .sav-submission-list.shuffle_submissions-off .shuffle-1 {
    animation-name: shuffle-thor-1; }
  body.theme-thor .sav-submission-list.shuffle_submissions-off .shuffle-2 {
    animation-name: shuffle-thor-2; }
  body.theme-thor .sav-submission-list .sav-thing-container {
    position: absolute;
    width: 410px;
    height: 410px;
    left: 0px;
    top: 0px;
    -webkit-transition: transform 1s ease;
    transform: translateX(0px); }

@keyframes shuffle-thor-1 {
  0% {
    transform: translateX(507px); }
  25% {
    transform: translateX(302px); }
  50% {
    transform: translateX(507px); }
  75% {
    transform: translateX(302px); }
  100% {
    transform: translateX(57px); } }

@keyframes shuffle-thor-2 {
  0% {
    transform: translateX(507px); }
  15% {
    transform: translateX(302px); }
  40% {
    transform: translateX(57px); }
  65% {
    transform: translateX(302px); }
  100% {
    transform: translateX(507px); } }

body.theme-thor .orbitron, body.theme-thor .sav-submission-list .sav-thing-container, body.theme-thor .sav-submission-list .sav-thing-container .author,
body.theme-thor .sav-submission-list .sav-thing-container .sav-submission-votes,
body.theme-thor .sav-submission-list .sav-thing-container .sav-submission-points,
body.theme-thor .sav-submission-list .sav-thing-container .sav-thing-vote-msg, body.theme-thor .family-feud-question-reveal, body.theme-thor .family-feud-question-reveal .answers .answer table td, body.theme-thor .hints.audio .hints, body.theme-thor .hints .hint.type-text,
body.theme-thor #main-capture .buzzes li,
body.theme-thor .red-box,
body.theme-thor .meta-box,
body.theme-thor .typedanswers-capture-view .submissions-area .submission,
body.theme-thor .typedanswers-capture-view, body.theme-thor .title-box, body.theme-thor .game-box, body.theme-thor #discussion-capture .host-name, body.theme-thor #discussion-capture ul.players-list .name, body.theme-thor #main-capture ul.players-list li.player .name,
body.theme-thor #main-capture ul.players-list li.player .score, body.theme-thor #main-capture .host-name, body.theme-thor #signoff-capture .signoff-message {
  font-family: Orbitron, sans-serif;
  font-weight: bold;
  letter-spacing: 2px; }

body.theme-thor .family-feud-question-reveal .question-name {
  background-image: url(/images/themes/thor/question-bg.png);
  margin: 30px 15px 0 15px; }
  body.theme-thor .family-feud-question-reveal .question-name table td {
    padding: 20px 70px 0 70px;
    font-size: 28px;
    line-height: 40px; }

body.theme-thor .family-feud-question-reveal .answers {
  width: 1220px;
  float: none;
  padding-right: 50px;
  margin-left: 68px;
  padding-left: 1px; }
  body.theme-thor .family-feud-question-reveal .answers .answer {
    background-image: url(/images/themes/thor/ff-answer-bg.png) !important;
    margin-left: 0px;
    width: 581px;
    margin-bottom: 6px; }
    body.theme-thor .family-feud-question-reveal .answers .answer:before {
      background-image: url(/images/themes/thor/ff-answer-cover.png); }
    body.theme-thor .family-feud-question-reveal .answers .answer table {
      width: 465px;
      height: 81px; }
      body.theme-thor .family-feud-question-reveal .answers .answer table.text-len-10 {
        font-size: 30px; }
    body.theme-thor .family-feud-question-reveal .answers .answer .points {
      width: 100px;
      right: 15px;
      text-align: center;
      font-size: 30px; }

body.theme-thor .capture-area .hearts-list {
  top: 30px;
  left: 45px; }

body.theme-thor .orbitron, body.theme-thor .sav-submission-list .sav-thing-container, body.theme-thor .sav-submission-list .sav-thing-container .author,
body.theme-thor .sav-submission-list .sav-thing-container .sav-submission-votes,
body.theme-thor .sav-submission-list .sav-thing-container .sav-submission-points,
body.theme-thor .sav-submission-list .sav-thing-container .sav-thing-vote-msg, body.theme-thor .family-feud-question-reveal, body.theme-thor .family-feud-question-reveal .answers .answer table td, body.theme-thor .hints.audio .hints, body.theme-thor .hints .hint.type-text,
body.theme-thor #main-capture .buzzes li,
body.theme-thor .red-box,
body.theme-thor .meta-box,
body.theme-thor .typedanswers-capture-view .submissions-area .submission,
body.theme-thor .typedanswers-capture-view, body.theme-thor .title-box, body.theme-thor .game-box, body.theme-thor #discussion-capture .host-name, body.theme-thor #discussion-capture ul.players-list .name, body.theme-thor #main-capture ul.players-list li.player .name,
body.theme-thor #main-capture ul.players-list li.player .score, body.theme-thor #main-capture .host-name, body.theme-thor #signoff-capture .signoff-message {
  font-family: Orbitron, sans-serif;
  font-weight: bold;
  letter-spacing: 2px; }

body.theme-thor .hints.audio {
  top: 80px; }
  body.theme-thor .hints.audio:before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: url(/images/themes/thor/audio-hint-bg.png) center center no-repeat;
    -webkit-filter: grayscale(100%);
    z-index: 1; }
  body.theme-thor .hints.audio .hint.type-audio .audio-container {
    width: 791px;
    height: 100%;
    z-index: 2;
    top: 0px;
    left: 255px;
    margin-left: 0px;
    border: none;
    background: none; }
    body.theme-thor .hints.audio .hint.type-audio .audio-container .audio-progress-container {
      background: url(/images/themes/thor/audio-hint-bg-progress.png) -76px center no-repeat;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px; }
  body.theme-thor .hints.audio .hints {
    padding-top: 120px; }

body.theme-thor .hint.type-text table.text-len-45 {
  font-size: 0.85em; }

body.theme-thor .hint.type-text table.text-len-50 {
  font-size: 0.8em; }

body.theme-thor .hint.type-text table.text-len-55 {
  font-size: 0.75em; }

body.theme-thor .typedanswers-capture-view .submissions-area .submission .player-name {
  border-bottom: 1px solid #00e3fb;
  background: #0096a6;
  color: #fff; }

body.theme-thor .typedanswers-capture-view .video-capture:before {
  background: url(/images/themes/thor/play-button.png) center center no-repeat #999;
  background-size: cover; }

body.theme-thor .typedanswers-capture-view .title-area {
  background: url(/images/themes/thor/question-bg.png) center center no-repeat;
  width: 930px;
  margin-left: -465px;
  background-size: contain; }
  body.theme-thor .typedanswers-capture-view .title-area table {
    height: 132px; }
    body.theme-thor .typedanswers-capture-view .title-area table.text-len-60 td {
      font-size: 24px; }
    body.theme-thor .typedanswers-capture-view .title-area table td {
      font-size: 28px;
      padding: 0 60px;
      line-height: 30px; }

body.theme-thor .title-box {
  background-image: url(/images/themes/thor/title-bg.png);
  top: 8px;
  padding-top: 16px; }

body.theme-thor .game-box {
  padding-top: 40px;
  background-image: url(/images/themes/thor/meta-bg.png); }

body.theme-thor #game-area,
body.theme-thor #production .game-container,
body.theme-thor #player-view .game-container {
  background-image: url(/images/themes/thor/game-area-bg.png);
  background-size: contain; }

body.theme-thor #medias-buzzer1,
body.theme-thor #medias-buzzer2 {
  top: 9px; }

body.theme-thor #medias-scorehighlight1,
body.theme-thor #medias-scorehighlight2 {
  top: 16px; }

body.theme-thor #medias-heart1,
body.theme-thor #medias-heart2 {
  top: 9px; }

body.theme-thor #medias-scorehighlight1 {
  left: 38px; }

body.theme-thor #medias-scorehighlight2 {
  left: 420px; }

body.theme-thor #medias-buzzer1 {
  left: 35px;
  right: auto; }

body.theme-thor #medias-heart1 {
  left: 35px;
  right: auto; }

body.theme-thor #medias-heart2 {
  left: auto;
  right: 34px; }

body.theme-thor #medias-buzzer2 {
  left: 420px;
  right: auto; }

body.theme-thor #medias-wrong1 {
  right: 801px; }

body.theme-thor #medias-wrong2 {
  right: -20px; }

body.theme-thor .typedanswers-capture-view .videos-area {
  border-color: #00e3fb; }

body.theme-thor .capture-area {
  background: url(/images/themes/thor/bg-cast.png) center center no-repeat;
  background-size: cover;
  font-family: ''; }
  body.theme-thor .capture-area .logo.episode {
    background-image: url(/images/themes/thor/episode-logo.png);
    width: 424px;
    height: 191px;
    z-index: 300px;
    bottom: 130px;
    right: 455px; }

body.theme-thor .sav-thing-inner .image {
  border-color: #00e3fb; }

body.theme-thor #discussion-capture .discussion-overlay {
  background: url(/images/themes/thor/discussion-overlay.png) center center no-repeat; }

body.theme-thor #discussion-capture .host-overlay {
  width: 482px;
  margin-left: -235px;
  padding: 0px; }
  body.theme-thor #discussion-capture .host-overlay .nameplate:before {
    width: 30px;
    height: 40px;
    background: url(/images/themes/thor/mic.png) center center;
    background-size: contain;
    left: 0px;
    top: 50%;
    margin-left: -20px;
    display: none; }

body.theme-thor #discussion-capture ul.players-list li.player .player-plate {
  width: 500px;
  margin-left: -61px;
  padding: 0px; }

body.theme-thor #discussion-capture ul.players-list .name {
  float: none;
  padding-top: 5px; }

body.theme-thor #discussion-capture ul.players-list .score {
  margin-top: 6px;
  display: none; }

body.theme-thor #discussion-capture .host-webcam-cover {
  width: 565px;
  left: -40px;
  background-position: center; }

body.theme-thor #discussion-capture .logo.episode,
body.theme-thor #discussion-capture .logo.streamershowdown {
  display: none; }

body.theme-thor #discussion-capture .nameplate {
  top: -25px;
  text-align: center;
  padding: 0px; }

body.theme-thor #discussion-capture li.player.order-0 {
  left: 460px; }

body.theme-thor #discussion-capture li.player.order-1 {
  left: 1155px;
  margin-left: 0px; }

body.theme-thor #discussion-capture li.player.order-0,
body.theme-thor #discussion-capture li.player.order-1 {
  top: 972px; }

body.theme-thor #main-capture {
  background: url(/images/themes/thor/main-bg.png) center center no-repeat; }
  body.theme-thor #main-capture.showBuzzes-on .logo.episode {
    -webkit-transform: translate(0px); }
  body.theme-thor #main-capture .host-overlay .host-webcam-cover {
    top: 160px; }
  body.theme-thor #main-capture .buzzes {
    width: 520px;
    height: 178px;
    background-image: url(/images/themes/thor/buzzer-bg.png);
    padding: 20px;
    bottom: 120px; }
    body.theme-thor #main-capture .buzzes li {
      padding-left: 80px;
      font-size: 26px;
      margin-bottom: 20px; }
      body.theme-thor #main-capture .buzzes li:before {
        width: 60px; }
    body.theme-thor #main-capture .buzzes li,
    body.theme-thor #main-capture .buzzes li:before {
      height: 54px;
      line-height: 54px; }
  body.theme-thor #main-capture ul.players-list li.player.order-0 {
    left: 40px; }
  body.theme-thor #main-capture ul.players-list li.player.order-1 {
    left: 870px; }
  body.theme-thor #main-capture ul.players-list li.player .overlay {
    background-image: url(/images/themes/thor/player-sprite.png); }
  body.theme-thor #main-capture ul.players-list li.player .name {
    padding-left: 25px; }
    body.theme-thor #main-capture ul.players-list li.player .name.text-len-14 {
      font-size: 20px; }
  body.theme-thor #main-capture ul.players-list li.player .name,
  body.theme-thor #main-capture ul.players-list li.player .score {
    bottom: 12px; }
  body.theme-thor #main-capture ul.players-list li.player .score {
    font-size: 22px; }
  body.theme-thor #main-capture .player-fire-video {
    display: none; }
  body.theme-thor #main-capture .host-name {
    top: 555px; }
  body.theme-thor #main-capture .host-overlay {
    top: 77px; }
    body.theme-thor #main-capture .host-overlay .overlay {
      background-image: url(/images/themes/thor/host-overlay.png); }

body.theme-thor #countdown-capture .overlay {
  background: url(/images/themes/thor/countdown-overlay.png) center center no-repeat; }

body.theme-thor #countdown-capture .logo.streamershowdown,
body.theme-thor #countdown-capture .logo.episode {
  display: none; }

body.theme-thor #countdown-capture .player-name.order-0, body.theme-thor #countdown-capture .player-name.order-1 {
  bottom: 131px; }

body.theme-thor #countdown-capture .player-name.order-0 {
  left: 371px; }

body.theme-thor #countdown-capture .player-name.order-1 {
  right: 371px;
  left: auto;
  margin-left: 0px; }

body.theme-thor #countdown-capture .player-image {
  width: 444px;
  height: 310px; }
  body.theme-thor #countdown-capture .player-image.order-0, body.theme-thor #countdown-capture .player-image.order-1 {
    bottom: 182px; }
  body.theme-thor #countdown-capture .player-image.order-0 {
    left: 371px; }
  body.theme-thor #countdown-capture .player-image.order-1 {
    right: 375px;
    left: auto;
    margin-left: 0px; }

body.theme-thor #countdown-capture .countdown {
  top: 80px;
  background: none;
  z-index: 50; }

body.theme-thor #signoff-capture {
  background: url(/images/themes/thor/bg-cast.png) center center no-repeat; }
  body.theme-thor #signoff-capture .logo.episode {
    display: block;
    left: 50%;
    top: 360px;
    width: 782px;
    height: 290px;
    margin-left: -391px;
    right: auto; }
  body.theme-thor #signoff-capture .logo.streamershowdown {
    display: block;
    top: 130px;
    width: 500px;
    margin-left: -250px;
    height: 250px;
    left: 50%;
    right: auto;
    bottom: auto; }
  body.theme-thor #signoff-capture .signoff-message {
    bottom: 100px;
    top: auto; }

.player-bg, body.theme-twitchcon2023 .red-box,
body.theme-twitchcon2023 .drawing-capture-view .drawing-answer,
body.theme-twitchcon2023 .answer.red-box, body.theme-twitchcon2023 #main-capture ul.players-list li.player .player-plate {
  background: #e17714;
  background: linear-gradient(360deg, #e17714 22%, #f89c19 62%, #f3a11f 100%);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  border-bottom: 2px solid #d86b0a;
  border-left: 2px solid #d86b0a;
  border-right: 2px solid #d86b0a;
  border-top: 3px solid #fcd432; }

.blink, body.theme-twitchcon2023 #main-capture ul.players-list li.player.buzzed .buzzer-overlay {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite; }

@keyframes blink-animation {
  to {
    visibility: hidden;
    background-color: yellow; } }

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
    background-color: yellow; } }

#show-nav {
  background-image: none !important; }

body.capturing {
  background: none !important; }

.clarendon, body.theme-twitchcon2023 .game-container .sav-question-container .sav-submission-points,
body.theme-twitchcon2023 .game-container .sav-question-container .sav-submission-votes,
body.theme-twitchcon2023 .game-container .sav-question-container .author, body.theme-twitchcon2023 #countdown-capture .counting {
  font-family: "Clarendon";
  letter-spacing: 1px; }

.tungsten, body.theme-twitchcon2023 .family-feud-question-reveal, body.theme-twitchcon2023 .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text, body.theme-twitchcon2023 namethatthing-capture span, body.theme-twitchcon2023 .typedanswers-capture-view .submissions-area.num-players-3, body.theme-twitchcon2023 .typedanswers-capture-view .submissions-area.num-players-3 .submission, body.theme-twitchcon2023 .typedanswers-capture-view .submissions-area.num-players-3 .player-name, body.theme-twitchcon2023 .typedanswers-capture-view .title-area, body.theme-twitchcon2023 #discussion-capture, body.theme-twitchcon2023 #discussion-capture .host-name,
body.theme-twitchcon2023 #discussion-capture .name, body.theme-twitchcon2023 #countdown-capture .player-name, body.theme-twitchcon2023 #countdown-capture .countdown, body.theme-twitchcon2023 .red-box,
body.theme-twitchcon2023 .drawing-capture-view .drawing-answer,
body.theme-twitchcon2023 .answer.red-box, body.theme-twitchcon2023 .title-box, body.theme-twitchcon2023 .game-box, body.theme-twitchcon2023 #main-capture .buzzes li, body.theme-twitchcon2023 #main-capture .host-overlay .host-name, body.theme-twitchcon2023 #main-capture ul.players-list li.player, body.theme-twitchcon2023 #main-capture ul.players-list li.player .player-plate .score {
  font-family: "tungsten";
  letter-spacing: 1px; }

body.theme-twitchcon2023 {
  background: unset;
  background-color: #14a0e2; }
  body.theme-twitchcon2023 .logo.episode {
    background-image: url(/images/episodes/valorant/logo.png); }
  body.theme-twitchcon2023 #production .panel-players-list .hearts-list, body.theme-twitchcon2023 #player-view .panel-players-list .hearts-list {
    position: absolute;
    left: 50%; }
  body.theme-twitchcon2023 #production .family-feud-question-reveal, body.theme-twitchcon2023 #player-view .family-feud-question-reveal {
    height: 100%;
    background-image: url(/images/themes/twitchcon2023/gameboard/family_feud/game-board-ff.png);
    background-size: cover;
    background-position: center 25px;
    background-repeat: no-repeat; }
    body.theme-twitchcon2023 #production .family-feud-question-reveal .question-name table td, body.theme-twitchcon2023 #player-view .family-feud-question-reveal .question-name table td {
      font-size: 40px; }
    body.theme-twitchcon2023 #production .family-feud-question-reveal .answers, body.theme-twitchcon2023 #player-view .family-feud-question-reveal .answers {
      row-gap: 20px; }
      body.theme-twitchcon2023 #production .family-feud-question-reveal .answers .answer, body.theme-twitchcon2023 #player-view .family-feud-question-reveal .answers .answer {
        height: 75px; }
        body.theme-twitchcon2023 #production .family-feud-question-reveal .answers .answer table, body.theme-twitchcon2023 #player-view .family-feud-question-reveal .answers .answer table {
          height: 75px; }
          body.theme-twitchcon2023 #production .family-feud-question-reveal .answers .answer table td, body.theme-twitchcon2023 #player-view .family-feud-question-reveal .answers .answer table td {
            font-size: 30px; }
        body.theme-twitchcon2023 #production .family-feud-question-reveal .answers .answer .points, body.theme-twitchcon2023 #player-view .family-feud-question-reveal .answers .answer .points {
          font-size: 30px;
          height: 75px; }
  body.theme-twitchcon2023 .family-feud-capture-view {
    height: 100%;
    background-image: url(/images/themes/twitchcon2023/gameboard/family_feud/game-board-ff.png);
    background-position: center 25px;
    background-size: cover;
    background-repeat: no-repeat; }
  body.theme-twitchcon2023 .family-feud-question-reveal {
    width: 100%;
    margin-left: unset;
    padding-top: 40px;
    float: unset;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; }
    body.theme-twitchcon2023 .family-feud-question-reveal .question-name {
      background-image: url(/images/themes/twitchcon2023/gameboard/family_feud/question-box-ff.png);
      height: 16.9%;
      margin: 0px;
      margin-left: 80px;
      margin-right: 80px;
      background-size: contain; }
      body.theme-twitchcon2023 .family-feud-question-reveal .question-name table {
        height: 100%; }
        body.theme-twitchcon2023 .family-feud-question-reveal .question-name table td {
          font-size: 53px;
          height: 112px;
          padding: unset; }
    body.theme-twitchcon2023 .family-feud-question-reveal .answers {
      width: auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-auto-flow: column;
      grid-template-rows: repeat(4, 1fr);
      padding: 0px;
      float: unset;
      column-gap: 40px;
      row-gap: 40px;
      padding-left: 80px;
      padding-right: 80px;
      margin-bottom: 37px; }
      body.theme-twitchcon2023 .family-feud-question-reveal .answers .answer {
        background: url(/images/themes/twitchcon2023/gameboard/family_feud/answer-box-ff.png) top center no-repeat;
        background-size: cover;
        padding-top: 0px;
        width: 100%;
        height: 112px;
        font-size: 30px;
        margin: unset;
        padding: unset; }
        body.theme-twitchcon2023 .family-feud-question-reveal .answers .answer table {
          width: 100%;
          height: 112px;
          text-align: left; }
          body.theme-twitchcon2023 .family-feud-question-reveal .answers .answer table td {
            padding: 0 10px;
            line-height: 0.9em;
            font-size: 50px;
            padding-left: 60px; }
          body.theme-twitchcon2023 .family-feud-question-reveal .answers .answer table.text-len-10 {
            font-size: 30px; }
          body.theme-twitchcon2023 .family-feud-question-reveal .answers .answer table.text-len-20 {
            font-size: 25px; }
          body.theme-twitchcon2023 .family-feud-question-reveal .answers .answer table.text-len-30 {
            font-size: 22px; }
          body.theme-twitchcon2023 .family-feud-question-reveal .answers .answer table.text-len-40 {
            font-size: 18px; }
          body.theme-twitchcon2023 .family-feud-question-reveal .answers .answer table.text-len-50 {
            font-size: 14px; }
        body.theme-twitchcon2023 .family-feud-question-reveal .answers .answer:before {
          background: #000; }
        body.theme-twitchcon2023 .family-feud-question-reveal .answers .answer.notshown {
          width: 100%;
          margin-left: 0px; }
          body.theme-twitchcon2023 .family-feud-question-reveal .answers .answer.notshown:before {
            opacity: 1;
            background-color: #061c29;
            height: 85%;
            top: 0px;
            left: 0%;
            width: 98%;
            margin: 1%; }
        body.theme-twitchcon2023 .family-feud-question-reveal .answers .answer .points {
          border-left: 4px solid rgba(178, 117, 0, 0.25);
          right: 0px;
          padding-top: 3px;
          width: 110px;
          top: 3px;
          height: 112px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 50px; }
  body.theme-twitchcon2023 #production .name-that-thing-capture-view .title-box, body.theme-twitchcon2023 #player-view .name-that-thing-capture-view .title-box {
    font-size: 45px; }
  body.theme-twitchcon2023 #production .name-that-thing-capture-view.audio .audio-container, body.theme-twitchcon2023 #player-view .name-that-thing-capture-view.audio .audio-container {
    width: 60%;
    height: 50px;
    left: 50%;
    margin-left: -30%; }
    body.theme-twitchcon2023 #production .name-that-thing-capture-view.audio .audio-container .audio-icon, body.theme-twitchcon2023 #player-view .name-that-thing-capture-view.audio .audio-container .audio-icon {
      width: 50px;
      height: 50px;
      top: -85px; }
  body.theme-twitchcon2023 #production .name-that-thing-capture-view .hints, body.theme-twitchcon2023 #player-view .name-that-thing-capture-view .hints {
    padding-left: 2%;
    padding-right: 2%; }
    body.theme-twitchcon2023 #production .name-that-thing-capture-view .hints .hint, body.theme-twitchcon2023 #player-view .name-that-thing-capture-view .hints .hint {
      height: 80px !important;
      font-size: 40px !important; }
  body.theme-twitchcon2023 #production .name-that-thing-capture-view .question-meta .game-box-left, body.theme-twitchcon2023 #player-view .name-that-thing-capture-view .question-meta .game-box-left {
    left: 2%; }
  body.theme-twitchcon2023 #production .name-that-thing-capture-view .question-meta .game-box-right, body.theme-twitchcon2023 #player-view .name-that-thing-capture-view .question-meta .game-box-right {
    right: 2%; }
  body.theme-twitchcon2023 #production .name-that-thing-capture-view .answer.red-box, body.theme-twitchcon2023 #player-view .name-that-thing-capture-view .answer.red-box {
    bottom: -20px !important;
    height: 80px !important;
    margin-left: 2%;
    width: 96%; }
    body.theme-twitchcon2023 #production .name-that-thing-capture-view .answer.red-box span, body.theme-twitchcon2023 #player-view .name-that-thing-capture-view .answer.red-box span {
      font-size: 40px !important; }
  body.theme-twitchcon2023 .name-that-thing-capture-view {
    background-image: url(/images/themes/twitchcon2023/gameboard/name_that_thing/game-board-ntt.png);
    background-position: center 25px;
    background-size: contain;
    background-repeat: no-repeat;
    left: unset;
    margin-left: unset;
    width: 100%;
    height: 100%; }
    body.theme-twitchcon2023 .name-that-thing-capture-view .active-question {
      height: 80%; }
      body.theme-twitchcon2023 .name-that-thing-capture-view .active-question .hints {
        height: 100%;
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly; }
        body.theme-twitchcon2023 .name-that-thing-capture-view .active-question .hints .hint {
          background-size: cover !important;
          height: 106px !important;
          width: 100% !important;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 50px !important;
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3); }
    body.theme-twitchcon2023 .name-that-thing-capture-view .answer.red-box {
      position: relative;
      bottom: 0px;
      margin-top: 10px;
      color: #fff !important;
      font-size: 64px !important;
      width: 90%;
      left: unset;
      margin-left: 5%;
      height: 112px !important;
      display: flex;
      align-items: center;
      justify-content: center; }
      body.theme-twitchcon2023 .name-that-thing-capture-view .answer.red-box span {
        font-size: 60px !important; }
    body.theme-twitchcon2023 .name-that-thing-capture-view .title-box {
      width: 630px;
      height: 111px;
      margin-left: unset;
      top: 1px;
      background-size: cover;
      margin-left: -17%;
      padding-top: unset;
      left: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 64px; }
    body.theme-twitchcon2023 .name-that-thing-capture-view .thing-meta {
      padding: 0px; }
    body.theme-twitchcon2023 .name-that-thing-capture-view .question-meta .game-box {
      margin-top: 20px;
      position: absolute;
      top: 40px;
      width: 352px;
      background-size: cover;
      height: 69px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 40px !important;
      gap: 10px; }
    body.theme-twitchcon2023 .name-that-thing-capture-view .question-meta .game-box-left {
      left: 5%; }
    body.theme-twitchcon2023 .name-that-thing-capture-view .question-meta .game-box-right {
      right: 5%; }
    body.theme-twitchcon2023 .name-that-thing-capture-view.audio {
      background-image: url(/images/themes/twitchcon2023/gameboard/sound/game-board-full-sound.png);
      background-size: contain; }
      body.theme-twitchcon2023 .name-that-thing-capture-view.audio .answer.red-box {
        bottom: 80px; }
      body.theme-twitchcon2023 .name-that-thing-capture-view.audio .hint {
        box-shadow: none !important; }
        body.theme-twitchcon2023 .name-that-thing-capture-view.audio .hint .audio-container {
          top: 60%;
          background: #fff;
          height: 78px;
          width: 1200px;
          margin-left: -600px; }
          body.theme-twitchcon2023 .name-that-thing-capture-view.audio .hint .audio-container .audio-icon {
            position: absolute;
            top: -150px;
            left: 45%;
            width: 100px;
            height: 100px;
            background: url(/images/themes/vshojo-chaos/audio-icon.png) center center no-repeat;
            background-size: cover; }
  body.theme-twitchcon2023 .num-hints-1 .hint.type-image .image-border {
    background: none !important; }
  body.theme-twitchcon2023 .name-that-thing-capture-view .hints {
    padding-top: 130px; }
  body.theme-twitchcon2023 .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text {
    background: url(/images/themes/twitchcon2023/gameboard/name_that_thing/question-bar-ntt.png) top center no-repeat;
    color: #fff !important;
    line-height: 70px;
    height: 83px;
    width: 1262px;
    margin: 0 auto 20px auto;
    background-size: contain;
    font-size: 32px; }
  body.theme-twitchcon2023 namethatthing-capture span {
    display: block;
    color: #fff;
    font-size: 34px;
    margin-top: -5px; }
  body.theme-twitchcon2023 #production .drawing-capture-view .drawing-board, body.theme-twitchcon2023 #player-view .drawing-capture-view .drawing-board {
    width: 80%;
    left: 50%;
    margin-left: -40%;
    top: 20%;
    height: 75%; }
  body.theme-twitchcon2023 #production .drawing-capture-view .drawing-answer, body.theme-twitchcon2023 #player-view .drawing-capture-view .drawing-answer {
    height: 80px;
    bottom: 50px;
    font-size: 50px !important; }
  body.theme-twitchcon2023 .drawing-capture-view.show-answer .drawing-answer-image {
    display: none; }
  body.theme-twitchcon2023 .drawing-production-view .drawing-capture-view .drawing-board {
    top: 15%;
    position: relative;
    margin-left: -37%;
    left: 60%;
    height: 50%; }
  body.theme-twitchcon2023 .drawing-capture-view {
    background-image: url(/images/themes/twitchcon2023/gameboard/drawing/game-board-drawing.png);
    background-position: center 25px;
    background-size: contain;
    background-repeat: no-repeat;
    left: unset;
    margin-left: unset;
    width: 100%;
    height: 100%; }
    body.theme-twitchcon2023 .drawing-capture-view .title-box {
      width: 630px;
      height: 111px;
      margin-left: unset;
      top: 1px;
      background-size: cover;
      margin-left: -17%;
      padding-top: unset;
      left: 50%; }
      body.theme-twitchcon2023 .drawing-capture-view .title-box .timer-display {
        height: 100%; }
        body.theme-twitchcon2023 .drawing-capture-view .title-box .timer-display .timer-display-container {
          height: 100%; }
          body.theme-twitchcon2023 .drawing-capture-view .title-box .timer-display .timer-display-container .timer-countdown {
            font-size: 64px !important;
            height: 100%;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center; }
    body.theme-twitchcon2023 .drawing-capture-view .drawing-board {
      top: 20%;
      position: relative;
      left: 50%;
      width: 80%;
      margin-left: -40%;
      height: 75%; }
    body.theme-twitchcon2023 .drawing-capture-view .game-box.game-box-left {
      left: 5%;
      margin-top: 20px;
      width: 352px;
      background-size: cover;
      height: 69px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 40px !important; }
  body.theme-twitchcon2023 drawing-points.game-box-right {
    display: block;
    margin-top: 20px;
    right: 5% !important;
    width: 352px;
    background-size: cover;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px !important; }
  body.theme-twitchcon2023 drawing-points.game-box-right::last-letter {
    size: 3em; }
  body.theme-twitchcon2023 .drawing-answer {
    color: #fff !important;
    font-size: 60px !important;
    bottom: 90px;
    width: 90%;
    left: unset;
    margin-left: 5%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center; }
  body.theme-twitchcon2023 .meta-box,
  body.theme-twitchcon2023 .sav-question-vote-msg,
  body.theme-twitchcon2023 .sav-capture-split-view .sav-question,
  body.theme-twitchcon2023 .sav-capture-split-view .timer-display {
    border-radius: 0px;
    border: 2px solid #ed3d3f;
    background: #a30d0f;
    font-family: 'FrizQuadrataRegular';
    text-transform: uppercase; }
  body.theme-twitchcon2023 .game-container .sav-capture-view,
  body.theme-twitchcon2023 .game-container .submit-and-vote-capture-view {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute; }
  body.theme-twitchcon2023 .game-container .submit-and-vote-capture-view .question-number,
  body.theme-twitchcon2023 .game-container .submit-and-vote-capture-view .sav-active-question-points {
    top: 40px; }
  body.theme-twitchcon2023 .game-container .submit-and-vote-capture-view .sav-question-vote-msg {
    padding: 12px 0 8px; }
  body.theme-twitchcon2023 .game-container .submit-and-vote-capture-view .sav-submission-list,
  body.theme-twitchcon2023 .game-container .submit-and-vote-capture-view .blank-question {
    top: 140px; }
  body.theme-twitchcon2023 .game-container .submit-and-vote-capture-view .blank-question {
    position: relative; }
  body.theme-twitchcon2023 .game-container .sav-question-container .sav-submission-points,
  body.theme-twitchcon2023 .game-container .sav-question-container .sav-submission-votes,
  body.theme-twitchcon2023 .game-container .sav-question-container .author {
    background: none;
    border: none;
    box-shadow: none; }
  body.theme-twitchcon2023 .game-container .sav-question-container .author {
    font-size: 46px;
    margin-top: 20px;
    margin-bottom: 10px; }
  body.theme-twitchcon2023 .game-container .sav-question-container .sav-submission-points,
  body.theme-twitchcon2023 .game-container .sav-question-container .sav-submission-votes {
    font-size: 30px; }
  body.theme-twitchcon2023 .game-container .sav-question-inner .image {
    border-radius: 0px;
    border-color: #ed3d3f; }
  body.theme-twitchcon2023 .typedanswers-capture-view.show-submissions .submissions-area {
    transform: translateX(10px); }
  body.theme-twitchcon2023 .typedanswers-capture-view.show-submissions .videos-area {
    -webkit-transform: translateX(-190px); }
  body.theme-twitchcon2023 .typedanswers-capture-view.show-question .title-area {
    -webkit-transform: translateY(20px); }
  body.theme-twitchcon2023 .typedanswers-capture-view.show-question .videos-area {
    width: 860px;
    height: 483.75px;
    margin-left: -430px;
    overflow: hidden; }
  body.theme-twitchcon2023 .typedanswers-capture-view .submissions-area.num-players-3 {
    bottom: -4px; }
    body.theme-twitchcon2023 .typedanswers-capture-view .submissions-area.num-players-3 .submission {
      margin: 0 0 27px 0;
      border: 1px solid #ed3d3f;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 0px; }
    body.theme-twitchcon2023 .typedanswers-capture-view .submissions-area.num-players-3 .player-name {
      background: #a30d0f;
      border-color: #ed3d3f; }
  body.theme-twitchcon2023 .typedanswers-capture-view .title-area {
    border: 2px solid #ed3d3f;
    background: rgba(0, 0, 0, 0.7);
    height: 92px;
    padding: 0px; }
    body.theme-twitchcon2023 .typedanswers-capture-view .title-area table {
      height: 90px; }
      body.theme-twitchcon2023 .typedanswers-capture-view .title-area table td {
        padding: 0px;
        line-height: 60px; }
  body.theme-twitchcon2023 .typedanswers-capture-view .videos-area {
    border: 2px solid #ed3d3f;
    border-radius: 0px;
    bottom: 24px; }
  body.theme-twitchcon2023 #discussion-capture {
    background-image: none !important; }
    body.theme-twitchcon2023 #discussion-capture .discussion-overlay {
      background-image: unset;
      background-color: #14a0e2;
      v-index: 0; }
    body.theme-twitchcon2023 #discussion-capture .logo.episode {
      right: 10px;
      width: 600px;
      top: 172px !important;
      z-index: 22 !important;
      left: unset !important; }
    body.theme-twitchcon2023 #discussion-capture .host-name,
    body.theme-twitchcon2023 #discussion-capture .name {
      text-transform: uppercase;
      font-size: 48px; }
    body.theme-twitchcon2023 #discussion-capture .host-overlay .host-webcam-cover {
      width: 581px;
      height: 435px;
      left: -102px;
      top: -465px; }
    body.theme-twitchcon2023 #discussion-capture .host-overlay .host-name {
      text-align: center;
      top: -74px;
      color: #fff;
      left: -75px;
      width: 480px;
      padding-top: 7px; }
    body.theme-twitchcon2023 #discussion-capture .player-image {
      left: 10px !important; }
    body.theme-twitchcon2023 #discussion-capture li.player .name {
      top: -84px;
      left: 0px;
      padding-top: 5px; }
    body.theme-twitchcon2023 #discussion-capture li.player:nth-of-type(1) .name {
      color: #fff; }
    body.theme-twitchcon2023 #discussion-capture li.player.order-1 {
      top: 978px;
      margin-left: -238px; }
      body.theme-twitchcon2023 #discussion-capture li.player.order-1 .webcam-cover {
        top: -411px; }
      body.theme-twitchcon2023 #discussion-capture li.player.order-1 .player-plate {
        top: -3px; }
      body.theme-twitchcon2023 #discussion-capture li.player.order-1 .name {
        color: #fff;
        top: -20px;
        font-size: 45px; }
    body.theme-twitchcon2023 #discussion-capture li.player.order-2, body.theme-twitchcon2023 #discussion-capture li.player.order-0 {
      top: 995px; }
    body.theme-twitchcon2023 #discussion-capture li.player.order-0 {
      left: 80px; }
    body.theme-twitchcon2023 #discussion-capture li.player.order-2 {
      right: -20px; }
      body.theme-twitchcon2023 #discussion-capture li.player.order-2 .name {
        color: #fff; }
      body.theme-twitchcon2023 #discussion-capture li.player.order-2 .player-plate {
        right: 214px; }
    body.theme-twitchcon2023 #discussion-capture li.player .player-plate {
      top: -18px; }
  body.theme-twitchcon2023 #discussion-capture .webcam-nameplate .score,
  body.theme-twitchcon2023 #discussion-capture ul.players-list li.player .player-plate .score {
    display: none; }
  body.theme-twitchcon2023 #discussion-capture .webcam-nameplate .name,
  body.theme-twitchcon2023 #discussion-capture ul.players-list li.player .player-plate .name {
    width: 480px;
    text-align: center; }
  body.theme-twitchcon2023 .capturing {
    background-image: none !important; }
  body.theme-twitchcon2023 #countdown-capture {
    background: none !important; }
    body.theme-twitchcon2023 #countdown-capture .overlay {
      background-image: unset;
      background-color: #14a0e2;
      height: 100%; }
    body.theme-twitchcon2023 #countdown-capture .logo.episode {
      right: 10px;
      width: 600px;
      top: 172px;
      z-index: 22;
      left: unset; }
    body.theme-twitchcon2023 #countdown-capture .player-image {
      z-index: 0;
      width: 427px;
      height: 293px;
      background-size: cover; }
      body.theme-twitchcon2023 #countdown-capture .player-image.order-0 {
        left: 146px;
        bottom: 220px; }
      body.theme-twitchcon2023 #countdown-capture .player-image.order-1 {
        top: 135px;
        margin-left: -11.1%; }
      body.theme-twitchcon2023 #countdown-capture .player-image.order-2 {
        right: 148px;
        bottom: 218px; }
    body.theme-twitchcon2023 #countdown-capture .player-name {
      color: black;
      text-transform: uppercase;
      font-size: 40px; }
      body.theme-twitchcon2023 #countdown-capture .player-name.order-0, body.theme-twitchcon2023 #countdown-capture .player-name.order-2 {
        bottom: 144px; }
      body.theme-twitchcon2023 #countdown-capture .player-name.order-0 {
        color: #fff;
        left: 145px; }
      body.theme-twitchcon2023 #countdown-capture .player-name.order-1 {
        top: 453px;
        left: 962px;
        color: #fff; }
      body.theme-twitchcon2023 #countdown-capture .player-name.order-2 {
        right: 140px;
        color: #fff; }
    body.theme-twitchcon2023 #countdown-capture .countdown {
      top: 70%;
      left: 43%;
      z-index: 40;
      background: none; }
    body.theme-twitchcon2023 #countdown-capture .counting {
      letter-spacing: 8px;
      font-size: 60px; }
  body.theme-twitchcon2023 #signoff-capture {
    background-image: unset;
    background-color: #14a0e2; }
    body.theme-twitchcon2023 #signoff-capture .signoff-message {
      display: none;
      top: 675px;
      font-size: 60px;
      color: #e6d948 !important;
      width: 1300px;
      height: 122px;
      line-height: 122px;
      font-family: "FrizQuadrataRegular";
      text-transform: uppercase;
      font-weight: 900;
      color: #000;
      left: 50%;
      margin-left: -635px;
      letter-spacing: 1px; }
      body.theme-twitchcon2023 #signoff-capture .signoff-message .gradient-text {
        text-shadow: none;
        -webkit-text-fill-color: inherit; }
        body.theme-twitchcon2023 #signoff-capture .signoff-message .gradient-text:after {
          display: none;
          opacity: 0;
          content: ""; }
    body.theme-twitchcon2023 #signoff-capture .matcherino-status-container {
      display: none; }
  body.theme-twitchcon2023 .multiplechoice-area, body.theme-twitchcon2023 .game-container {
    font-family: 'FrizQuadrataRegular' !important; }
    body.theme-twitchcon2023 .multiplechoice-area .multiplechoice-options .option-container, body.theme-twitchcon2023 .game-container .multiplechoice-options .option-container {
      border: 2px solid #ffd366;
      border-radius: unset !important;
      -moz-box-shadow: 0px 0px 1px 4px #c8a55b;
      -webkit-box-shadow: 0px 0px 1px 4px #c8a55b;
      box-shadow: 0px 0px 1px 4px #c8a55b; }
      body.theme-twitchcon2023 .multiplechoice-area .multiplechoice-options .option-container::before, body.theme-twitchcon2023 .game-container .multiplechoice-options .option-container::before {
        border-radius: unset !important; }
    body.theme-twitchcon2023 .multiplechoice-area .multiplechoice-options .option-container.right, body.theme-twitchcon2023 .game-container .multiplechoice-options .option-container.right {
      border: 4px solid #008000;
      -moz-box-shadow: 0px 0px 1px 4px #006600;
      -webkit-box-shadow: 0px 0px 1px 4px #006600;
      box-shadow: 0px 0px 1px 4px #006600; }
  body.theme-twitchcon2023 #production .game-container, body.theme-twitchcon2023 #player-view .game-container {
    background-image: unset;
    height: 691px; }
    body.theme-twitchcon2023 #production .game-container .title-box, body.theme-twitchcon2023 #player-view .game-container .title-box {
      width: 445px;
      background-size: contain;
      top: -8px;
      box-shadow: none; }
    body.theme-twitchcon2023 #production .game-container .name-that-thing-reveal .answer.red-box, body.theme-twitchcon2023 #player-view .game-container .name-that-thing-reveal .answer.red-box {
      height: 100px;
      bottom: -30px;
      line-height: unset;
      padding-top: 20px; }
    body.theme-twitchcon2023 #production .game-container .audio .title-box, body.theme-twitchcon2023 #player-view .game-container .audio .title-box {
      width: 444px;
      background-size: contain; }
  body.theme-twitchcon2023 .cardFlip {
    margin-left: 30px; }
  body.theme-twitchcon2023 .back {
    background-image: url(/images/themes/mtg/magic-back.png) !important;
    width: 200px !important; }
  body.theme-twitchcon2023 .red-box,
  body.theme-twitchcon2023 .drawing-capture-view .drawing-answer,
  body.theme-twitchcon2023 .answer.red-box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #000;
    font-size: 48px;
    line-height: 171px;
    text-shadow: none; }
  body.theme-twitchcon2023 .red-box {
    bottom: -10px; }
  body.theme-twitchcon2023 .title-box {
    background: url(/images/themes/twitchcon2023/gameboard/default/header.png) center center no-repeat;
    width: 522px;
    height: 90px;
    margin-left: -261px;
    color: #FFFFFF;
    font-size: 32px;
    text-shadow: none;
    padding: 0px;
    line-height: 97px;
    top: 10px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3); }
    body.theme-twitchcon2023 .title-box .timer-countdown {
      font-size: 50px; }
  body.theme-twitchcon2023 .game-box {
    width: 252px;
    height: 58px;
    background: url(/images/themes/twitchcon2023/gameboard/default/sidebox.png) center center no-repeat;
    padding: 0px;
    line-height: 59px;
    position: absolute;
    color: #fff;
    font-size: 28px;
    padding-top: 0px;
    top: 40px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3); }
    body.theme-twitchcon2023 .game-box.game-box-left {
      left: 30px; }
    body.theme-twitchcon2023 .game-box.game-box-right {
      right: 30px; }
  body.theme-twitchcon2023 .capture-area {
    background-image: unset;
    background-color: transparent; }
    body.theme-twitchcon2023 .capture-area .episode {
      background-image: url(/images/themes/twitchcon2023/episode-logo.png); }
  body.theme-twitchcon2023 #main-capture {
    background-image: unset;
    background-color: transparent; }
  body.theme-twitchcon2023 #game-area {
    background-image: unset;
    top: unset;
    height: 90%;
    left: 2%;
    right: unset;
    width: 96%; }
  body.theme-twitchcon2023 #main-capture.showBuzzes-on .logo.episode {
    transform: translateX(0); }
  body.theme-twitchcon2023 #main-capture #medias-wrong1,
  body.theme-twitchcon2023 #main-capture #medias-wrong2,
  body.theme-twitchcon2023 #main-capture #medias-wrong3,
  body.theme-twitchcon2023 #main-capture #medias-wrong4,
  body.theme-twitchcon2023 #main-capture #medias-wrong5 {
    z-index: 10;
    width: 100%;
    height: 100%;
    right: unset;
    left: 0px;
    bottom: unset;
    top: 0px; }
  body.theme-twitchcon2023 #main-capture #medias-scorehighlight1,
  body.theme-twitchcon2023 #main-capture #medias-scorehighlight2,
  body.theme-twitchcon2023 #main-capture #medias-scorehighlight3 {
    display: none; }
  body.theme-twitchcon2023 #main-capture .matcherino-status-container {
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #f2ac3c;
    bottom: 18px;
    border-radius: 25px; }
    body.theme-twitchcon2023 #main-capture .matcherino-status-container .cta {
      padding-right: 12px; }
      body.theme-twitchcon2023 #main-capture .matcherino-status-container .cta:after {
        display: none; }
  body.theme-twitchcon2023 #main-capture .matcherino-notifier-container {
    bottom: 19px; }
    body.theme-twitchcon2023 #main-capture .matcherino-notifier-container .matcherino-donation-notif {
      background: #000;
      border: 2px solid #f2ac3c;
      box-shadow: 0px 0px 15px #f2ac3c;
      border-radius: 25px;
      color: #fff; }
      body.theme-twitchcon2023 #main-capture .matcherino-notifier-container .matcherino-donation-notif .amount {
        color: #fff; }
  body.theme-twitchcon2023 #main-capture .buzzes {
    display: none;
    width: 520px !important;
    height: 160px;
    bottom: 215px;
    left: 46px !important;
    padding: 10px;
    border: none;
    background: url(/images/themes/twitchcon2023/gameboard/main-buzzerqueuebox.png) top center no-repeat;
    background-size: contain; }
    body.theme-twitchcon2023 #main-capture .buzzes ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
      height: 78px;
      margin-top: 6px;
      margin-left: 6px;
      width: 97.8%; }
    body.theme-twitchcon2023 #main-capture .buzzes li {
      height: 38px;
      line-height: 39px;
      border-radius: 7px;
      font-size: 23px;
      background: #9e3bb4;
      color: #fff; }
      body.theme-twitchcon2023 #main-capture .buzzes li:before {
        height: 37px;
        line-height: 37px; }
  body.theme-twitchcon2023 #main-capture div.logo.episode {
    display: none;
    top: 870px;
    left: 50px;
    width: 500px; }
  body.theme-twitchcon2023 #main-capture .logo.patreon,
  body.theme-twitchcon2023 #main-capture .logo.youtube {
    bottom: 80px;
    display: none; }
  body.theme-twitchcon2023 #main-capture .logo.patreon {
    left: 80px; }
  body.theme-twitchcon2023 #main-capture .logo.youtube {
    left: 320px; }
  body.theme-twitchcon2023 #main-capture .episode-logo-host {
    display: none;
    width: 400px;
    height: 400px;
    background-image: url(/images/themes/twitchcon2023/episode-logo.png);
    z-index: 1000;
    position: absolute;
    background-size: cover;
    left: 100px;
    top: -100px; }
  body.theme-twitchcon2023 #main-capture .host-overlay {
    display: none;
    width: 582px;
    top: 168px;
    height: 665px; }
    body.theme-twitchcon2023 #main-capture .host-overlay .host-webcam-cover {
      top: 25px;
      left: 51px;
      width: 507px;
      height: 352px; }
    body.theme-twitchcon2023 #main-capture .host-overlay .overlay {
      background-image: url(/images/themes/twitchcon2023/gameboard/main-host-box.png);
      background-position: top right;
      z-index: 1; }
    body.theme-twitchcon2023 #main-capture .host-overlay .host-name {
      font-size: 36px;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      top: 413px;
      width: 384px;
      line-height: 56px; }
  body.theme-twitchcon2023 #main-capture ul.players-list {
    width: 100%;
    height: 90px;
    right: unset;
    padding: 0px;
    margin: 0px;
    bottom: 15px;
    padding-left: 3.5%;
    padding-right: 3.5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    body.theme-twitchcon2023 #main-capture ul.players-list li.player {
      position: relative;
      height: 100%;
      min-width: 337px;
      width: unset;
      left: unset; }
      body.theme-twitchcon2023 #main-capture ul.players-list li.player .drawing-marker {
        border-radius: 0px;
        top: 260px; }
      body.theme-twitchcon2023 #main-capture ul.players-list li.player .overlay {
        display: none; }
      body.theme-twitchcon2023 #main-capture ul.players-list li.player .webcam-cover {
        display: none; }
      body.theme-twitchcon2023 #main-capture ul.players-list li.player .buzzer-overlay {
        display: none; }
      body.theme-twitchcon2023 #main-capture ul.players-list li.player.buzzed .buzzer-overlay {
        display: block;
        background: unset;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        z-index: 1;
        opacity: 1;
        transition: all 0.5s ease;
        background-color: transparent; }
      body.theme-twitchcon2023 #main-capture ul.players-list li.player.drawing .overlay {
        display: block;
        background: none;
        width: 30px;
        height: 15px;
        background-color: #31a354;
        border-radius: 5px;
        top: 10px;
        left: 18px; }
      body.theme-twitchcon2023 #main-capture ul.players-list li.player .player-extension {
        position: absolute;
        top: 0px;
        min-width: 300px; }
        body.theme-twitchcon2023 #main-capture ul.players-list li.player .player-extension .hearts-list {
          top: 0px;
          left: unset;
          right: -23px; }
      body.theme-twitchcon2023 #main-capture ul.players-list li.player .player-plate {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        padding-left: 18px;
        padding-right: 10px;
        position: relative; }
        body.theme-twitchcon2023 #main-capture ul.players-list li.player .player-plate .name {
          padding-left: 0px;
          position: relative;
          font-size: 40px;
          text-align: center;
          text-transform: uppercase;
          height: unset;
          line-height: unset;
          bottom: unset;
          right: unset;
          width: unset;
          left: unset;
          margin-top: 10px; }
        body.theme-twitchcon2023 #main-capture ul.players-list li.player .player-plate .score {
          position: relative;
          font-size: 40px;
          height: unset;
          line-height: unset;
          bottom: unset;
          right: unset;
          width: unset;
          margin-top: 10px; }

.hint .reveal-type-zoom {
  border: none !important; }

#show-nav {
  background-image: none !important; }

body.capturing {
  background: none !important; }

.clarendon, body.theme-valentinesday .game-container .sav-question-container .sav-submission-points,
body.theme-valentinesday .game-container .sav-question-container .sav-submission-votes,
body.theme-valentinesday .game-container .sav-question-container .author, body.theme-valentinesday #countdown-capture .counting {
  font-family: "Clarendon";
  letter-spacing: 1px; }

.frizquadrata, body.theme-valentinesday .family-feud-question-reveal, body.theme-valentinesday namethatthing-capture span, body.theme-valentinesday #discussion-capture, body.theme-valentinesday .red-box,
body.theme-valentinesday .drawing-capture-view .drawing-answer,
body.theme-valentinesday .answer.red-box, body.theme-valentinesday #main-capture .buzzes li, body.theme-valentinesday #main-capture .host-overlay .host-name, body.theme-valentinesday #main-capture ul.players-list li.player, body.theme-valentinesday #main-capture ul.players-list li.player .score {
  font-family: "FrizQuadrataRegular";
  letter-spacing: 1px; }

body.theme-valentinesday {
  background: url("/images/themes/valentinesday/background.png"); }
  body.theme-valentinesday .logo.episode {
    background-image: url(/images/episodes/valentinesday/logo.png); }
  body.theme-valentinesday .family-feud-question-reveal {
    font-family: 'Source Sans Pro';
    width: 1206px;
    margin-left: 29px;
    padding-top: 30px; }
    body.theme-valentinesday .family-feud-question-reveal .question-name {
      background-image: url(/images/themes/valentinesday/question-name-bg.png);
      height: 120px;
      margin-right: 0px;
      margin-left: 0px;
      margin-bottom: 20px; }
      body.theme-valentinesday .family-feud-question-reveal .question-name table {
        height: 90px; }
        body.theme-valentinesday .family-feud-question-reveal .question-name table td {
          font-size: 30px;
          height: 112px;
          padding: unset;
          color: #be3446;
          text-shadow: none;
          font-weight: bold; }
    body.theme-valentinesday .family-feud-question-reveal .answers {
      width: auto; }
      body.theme-valentinesday .family-feud-question-reveal .answers .answer {
        background: url(/images/themes/valentinesday/answer-box-bg.png) top center no-repeat;
        padding-top: 0px;
        width: 596px;
        margin: 5px 0 24px 0;
        height: 90px;
        font-size: 30px; }
        body.theme-valentinesday .family-feud-question-reveal .answers .answer table {
          width: 475px;
          height: 72px; }
          body.theme-valentinesday .family-feud-question-reveal .answers .answer table td {
            padding: 0 10px;
            line-height: 0.9em; }
          body.theme-valentinesday .family-feud-question-reveal .answers .answer table.text-len-10 {
            font-size: 30px; }
          body.theme-valentinesday .family-feud-question-reveal .answers .answer table.text-len-20 {
            font-size: 25px; }
          body.theme-valentinesday .family-feud-question-reveal .answers .answer table.text-len-30 {
            font-size: 22px; }
          body.theme-valentinesday .family-feud-question-reveal .answers .answer table.text-len-40 {
            font-size: 18px; }
          body.theme-valentinesday .family-feud-question-reveal .answers .answer table.text-len-50 {
            font-size: 14px; }
        body.theme-valentinesday .family-feud-question-reveal .answers .answer:before {
          background: #000; }
        body.theme-valentinesday .family-feud-question-reveal .answers .answer.notshown {
          width: 576px;
          margin-left: 10px; }
          body.theme-valentinesday .family-feud-question-reveal .answers .answer.notshown:before {
            background: url(/images/themes/valentinesday/answer-box-bg.png) top center no-repeat;
            padding-top: 0px;
            width: 596px;
            margin: 0px 0px 24px -10px;
            height: 90px;
            font-size: 30px; }
        body.theme-valentinesday .family-feud-question-reveal .answers .answer .points {
          right: 60px;
          top: 0px; }
  body.theme-valentinesday .name-that-thing-capture-view {
    width: 100%;
    left: unset;
    margin-left: unset; }
    body.theme-valentinesday .name-that-thing-capture-view .thing-meta {
      padding: 0px; }
    body.theme-valentinesday .name-that-thing-capture-view .question-meta .game-box {
      position: absolute;
      top: 40px; }
  body.theme-valentinesday .name-that-thing-capture-view .hints {
    padding-top: 130px; }
  body.theme-valentinesday .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text {
    background: url(/images/themes/valentinesday/answer-bar.png) top center no-repeat;
    color: #ec2935 !important;
    line-height: 80px;
    height: 80px;
    width: 1244px;
    margin: 0 auto 20px auto;
    font-family: 'Source Sans Pro';
    font-size: 32px;
    text-shadow: none;
    background-size: contain; }
  body.theme-valentinesday namethatthing-capture span {
    font-family: 'Source Sans Pro';
    display: block;
    color: #fff;
    font-size: 34px;
    margin-top: -5px; }
  body.theme-valentinesday .drawing-capture-view.show-answer .drawing-answer-image {
    display: none; }
  body.theme-valentinesday .drawing-capture-view {
    width: 100%; }
    body.theme-valentinesday .drawing-capture-view .drawing-board {
      margin-left: -500px;
      top: 115px; }
  body.theme-valentinesday drawing-points.game-box-right {
    display: block; }
  body.theme-valentinesday drawing-points.game-box-right::last-letter {
    size: 3em; }
  body.theme-valentinesday .drawing-answer {
    color: #fff !important; }
  body.theme-valentinesday .meta-box,
  body.theme-valentinesday .sav-question-vote-msg,
  body.theme-valentinesday .sav-capture-split-view .sav-question,
  body.theme-valentinesday .sav-capture-split-view .timer-display {
    border-radius: 0px;
    border: 2px solid #ed3d3f;
    background: #a30d0f;
    font-family: 'Source Sans Pro';
    text-transform: uppercase; }
  body.theme-valentinesday .game-container .sav-capture-view,
  body.theme-valentinesday .game-container .submit-and-vote-capture-view {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute; }
  body.theme-valentinesday .game-container .submit-and-vote-capture-view .question-number,
  body.theme-valentinesday .game-container .submit-and-vote-capture-view .sav-active-question-points {
    top: 40px; }
  body.theme-valentinesday .game-container .submit-and-vote-capture-view .sav-question-vote-msg {
    padding: 12px 0 8px; }
  body.theme-valentinesday .game-container .submit-and-vote-capture-view .sav-submission-list,
  body.theme-valentinesday .game-container .submit-and-vote-capture-view .blank-question {
    top: 140px; }
  body.theme-valentinesday .game-container .submit-and-vote-capture-view .blank-question {
    position: relative; }
  body.theme-valentinesday .game-container .sav-question-container .sav-submission-points,
  body.theme-valentinesday .game-container .sav-question-container .sav-submission-votes,
  body.theme-valentinesday .game-container .sav-question-container .author {
    font-family: 'Source Sans Pro';
    background: none;
    border: none;
    box-shadow: none; }
  body.theme-valentinesday .game-container .sav-question-container .author {
    font-size: 46px;
    margin-top: 20px;
    margin-bottom: 10px; }
  body.theme-valentinesday .game-container .sav-question-container .sav-submission-points,
  body.theme-valentinesday .game-container .sav-question-container .sav-submission-votes {
    font-size: 30px; }
  body.theme-valentinesday .game-container .sav-question-inner .image {
    border-radius: 0px;
    border-color: #ed3d3f; }
  body.theme-valentinesday .typedanswers-capture-view.show-submissions .submissions-area {
    transform: translateX(10px); }
  body.theme-valentinesday .typedanswers-capture-view.show-submissions .videos-area {
    -webkit-transform: translateX(-190px); }
  body.theme-valentinesday .typedanswers-capture-view.show-question .title-area {
    -webkit-transform: translateY(20px); }
  body.theme-valentinesday .typedanswers-capture-view.show-question .videos-area {
    width: 860px;
    height: 483.75px;
    margin-left: -430px;
    overflow: hidden; }
  body.theme-valentinesday .typedanswers-capture-view .submissions-area.num-players-3 {
    bottom: -4px;
    font-family: 'Source Sans Pro'; }
    body.theme-valentinesday .typedanswers-capture-view .submissions-area.num-players-3 .submission {
      margin: 0 0 27px 0;
      border: 1px solid #ed3d3f;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 0px;
      font-family: 'Source Sans Pro'; }
    body.theme-valentinesday .typedanswers-capture-view .submissions-area.num-players-3 .player-name {
      background: #a30d0f;
      border-color: #ed3d3f;
      font-family: 'Source Sans Pro'; }
  body.theme-valentinesday .typedanswers-capture-view .title-area {
    border: 2px solid #ed3d3f;
    background: rgba(0, 0, 0, 0.7);
    font-family: 'Source Sans Pro';
    height: 92px;
    padding: 0px; }
    body.theme-valentinesday .typedanswers-capture-view .title-area table {
      height: 90px; }
      body.theme-valentinesday .typedanswers-capture-view .title-area table td {
        padding: 0px;
        line-height: 60px; }
  body.theme-valentinesday .typedanswers-capture-view .videos-area {
    border: 2px solid #ed3d3f;
    border-radius: 0px;
    bottom: 24px; }
  body.theme-valentinesday #discussion-capture {
    background-image: none !important;
    font-family: 'Source Sans Pro'; }
    body.theme-valentinesday #discussion-capture .discussion-overlay {
      background-image: url(/images/themes/valentinesday/discussion.png);
      v-index: 0; }
    body.theme-valentinesday #discussion-capture .logo {
      display: none; }
    body.theme-valentinesday #discussion-capture .host-name,
    body.theme-valentinesday #discussion-capture .name {
      font-family: 'Source Sans Pro';
      text-transform: uppercase;
      font-size: 48px; }
    body.theme-valentinesday #discussion-capture .host-overlay {
      background-image: url(/images/themes/valentinesday/discussion.png); }
      body.theme-valentinesday #discussion-capture .host-overlay .host-webcam-cover {
        width: 555px;
        height: 367px;
        left: -93px;
        top: -403px; }
      body.theme-valentinesday #discussion-capture .host-overlay .host-name {
        text-align: center;
        top: -52px;
        left: -7px;
        width: 345px;
        color: #fff;
        padding-left: 0px;
        font-size: 30px; }
    body.theme-valentinesday #discussion-capture .player-image {
      left: 10px !important; }
    body.theme-valentinesday #discussion-capture li.player .player-plate {
      top: -118px;
      left: 115px;
      width: 345px;
      font-family: 'Source Sans Pro';
      color: #fff; }
      body.theme-valentinesday #discussion-capture li.player .player-plate .name {
        font-family: 'Source Sans Pro';
        left: 0px;
        width: 100%;
        font-size: 30px; }
    body.theme-valentinesday #discussion-capture li.player:nth-of-type(1) .webcam-cover {
      left: -3px; }
    body.theme-valentinesday #discussion-capture li.player:nth-of-type(1) .name {
      color: #fff; }
    body.theme-valentinesday #discussion-capture li.player.order-0 {
      bottom: 118px;
      left: 4.1%;
      width: 556px;
      top: unset; }
      body.theme-valentinesday #discussion-capture li.player.order-0 .webcam-cover {
        top: 0px;
        left: 0px;
        width: 100%; }
      body.theme-valentinesday #discussion-capture li.player.order-0 .player-plate {
        top: unset;
        left: 120px;
        width: 342px;
        bottom: -26px; }
    body.theme-valentinesday #discussion-capture li.player.order-1 {
      top: 138px;
      left: 13.8%;
      width: 556px; }
      body.theme-valentinesday #discussion-capture li.player.order-1 .webcam-cover {
        top: -3px;
        left: -3px;
        width: 100%; }
      body.theme-valentinesday #discussion-capture li.player.order-1 .player-plate {
        top: unset;
        left: 120px;
        width: 342px;
        bottom: -21px; }
    body.theme-valentinesday #discussion-capture li.player.order-2 {
      top: 134px;
      right: 4%;
      width: 556px; }
      body.theme-valentinesday #discussion-capture li.player.order-2 .webcam-cover {
        top: 0px;
        left: 0px;
        width: 100%; }
      body.theme-valentinesday #discussion-capture li.player.order-2 .player-plate {
        top: unset;
        left: 120px;
        width: 342px;
        bottom: -25px; }
    body.theme-valentinesday #discussion-capture li.player.order-3 {
      bottom: 116px;
      right: 3.99%;
      width: 556px;
      top: unset;
      left: unset; }
      body.theme-valentinesday #discussion-capture li.player.order-3 .webcam-cover {
        top: 0px;
        left: 0px;
        width: 100%;
        height: 368px; }
      body.theme-valentinesday #discussion-capture li.player.order-3 .player-plate {
        top: unset;
        left: 120px;
        width: 342px;
        bottom: -22px; }
  body.theme-valentinesday #discussion-capture .webcam-nameplate .score,
  body.theme-valentinesday #discussion-capture ul.players-list li.player .player-plate .score {
    display: none; }
  body.theme-valentinesday #discussion-capture .webcam-nameplate .name,
  body.theme-valentinesday #discussion-capture ul.players-list li.player .player-plate .name {
    text-align: center; }
  body.theme-valentinesday .capturing {
    background-image: none !important; }
  body.theme-valentinesday #countdown-capture {
    background: none !important; }
    body.theme-valentinesday #countdown-capture .overlay {
      background-image: url(/images/themes/valentinesday/countdown-bg.png);
      height: 100%;
      z-index: 2; }
    body.theme-valentinesday #countdown-capture .logo {
      display: none; }
    body.theme-valentinesday #countdown-capture .player-image {
      z-index: 0;
      background-size: cover;
      width: 555px;
      height: 370px; }
      body.theme-valentinesday #countdown-capture .player-image.order-0 {
        left: 79px;
        bottom: 78px; }
      body.theme-valentinesday #countdown-capture .player-image.order-1 {
        top: 189px;
        left: 295px; }
      body.theme-valentinesday #countdown-capture .player-image.order-2 {
        top: 189px;
        right: 78px; }
      body.theme-valentinesday #countdown-capture .player-image.order-3 {
        bottom: 78px;
        right: 78px; }
    body.theme-valentinesday #countdown-capture .player-name {
      width: 365px;
      font-family: 'Source Sans Pro';
      color: black;
      text-shadow: none;
      text-transform: uppercase;
      font-size: 40px;
      padding-left: 40px; }
      body.theme-valentinesday #countdown-capture .player-name.order-0, body.theme-valentinesday #countdown-capture .player-name.order-3 {
        bottom: 77px; }
      body.theme-valentinesday #countdown-capture .player-name.order-1, body.theme-valentinesday #countdown-capture .player-name.order-2 {
        top: 515px; }
      body.theme-valentinesday #countdown-capture .player-name.order-0 {
        color: #fff;
        left: 189px;
        padding-left: 0px;
        font-size: 34px; }
      body.theme-valentinesday #countdown-capture .player-name.order-1 {
        left: 395px;
        padding-left: 0px;
        color: #fff;
        font-size: 34px; }
      body.theme-valentinesday #countdown-capture .player-name.order-2 {
        right: 172px;
        padding-left: 0px;
        color: #fff; }
      body.theme-valentinesday #countdown-capture .player-name.order-3 {
        right: 148px;
        padding-left: 0px;
        color: #fff;
        font-size: 34px; }
    body.theme-valentinesday #countdown-capture .countdown {
      top: 60%;
      right: 42.5%;
      z-index: 40;
      background: none; }
      body.theme-valentinesday #countdown-capture .countdown .gradient-text {
        color: #f50f30 !important;
        text-shadow: -2px 2px 4px #f50f01; }
        body.theme-valentinesday #countdown-capture .countdown .gradient-text::after {
          color: #f50f30 !important;
          background-image: -webkit-linear-gradient(#f50f30, #810613); }
    body.theme-valentinesday #countdown-capture .counting {
      font-family: 'Source Sans Pro';
      letter-spacing: 8px;
      font-size: 40px; }
  body.theme-valentinesday #signoff-capture {
    background: url(/images/themes/valentinesday/message-bg.png); }
    body.theme-valentinesday #signoff-capture .signoff-message {
      display: none;
      top: 675px;
      font-size: 60px;
      color: #e6d948 !important;
      width: 1300px;
      height: 122px;
      line-height: 122px;
      font-family: "Source Sans Pro";
      text-transform: uppercase;
      font-weight: 900;
      color: #000;
      left: 50%;
      margin-left: -635px;
      letter-spacing: 1px; }
      body.theme-valentinesday #signoff-capture .signoff-message .gradient-text {
        text-shadow: none;
        -webkit-text-fill-color: inherit; }
        body.theme-valentinesday #signoff-capture .signoff-message .gradient-text:after {
          display: none;
          opacity: 0;
          content: ""; }
    body.theme-valentinesday #signoff-capture .matcherino-status-container {
      display: none; }
  body.theme-valentinesday .multiplechoice-area, body.theme-valentinesday .game-container {
    font-family: 'Source Sans Pro' !important; }
    body.theme-valentinesday .multiplechoice-area .multiplechoice-options .option-container, body.theme-valentinesday .game-container .multiplechoice-options .option-container {
      border: 2px solid #ffd366;
      border-radius: unset !important;
      -moz-box-shadow: 0px 0px 1px 4px #c8a55b;
      -webkit-box-shadow: 0px 0px 1px 4px #c8a55b;
      box-shadow: 0px 0px 1px 4px #c8a55b; }
      body.theme-valentinesday .multiplechoice-area .multiplechoice-options .option-container::before, body.theme-valentinesday .game-container .multiplechoice-options .option-container::before {
        border-radius: unset !important; }
    body.theme-valentinesday .multiplechoice-area .multiplechoice-options .option-container.right, body.theme-valentinesday .game-container .multiplechoice-options .option-container.right {
      border: 4px solid #008000;
      -moz-box-shadow: 0px 0px 1px 4px #006600;
      -webkit-box-shadow: 0px 0px 1px 4px #006600;
      box-shadow: 0px 0px 1px 4px #006600; }
  body.theme-valentinesday #show-header {
    height: 164px; }
    body.theme-valentinesday #show-header ul.players-list li.player.order-2 {
      border-bottom: 1px solid #ccc; }
  body.theme-valentinesday #video-background {
    width: 1920px;
    height: 1080px; }
  body.theme-valentinesday .cardFlip {
    margin-left: 30px; }
  body.theme-valentinesday .back {
    background-image: url(/images/themes/mtg/magic-back.png) !important;
    width: 200px !important; }
  body.theme-valentinesday .red-box,
  body.theme-valentinesday .drawing-capture-view .drawing-answer,
  body.theme-valentinesday .answer.red-box {
    font-family: 'Source Sans Pro';
    background-image: url(/images/themes/valentinesday/answer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
    font-size: 48px;
    line-height: 80px;
    text-shadow: none;
    background-size: contain;
    bottom: -16px;
    height: 80px; }
    body.theme-valentinesday .red-box span,
    body.theme-valentinesday .drawing-capture-view .drawing-answer span,
    body.theme-valentinesday .answer.red-box span {
      margin-top: 0px; }
  body.theme-valentinesday .red-box {
    bottom: -10px; }
  body.theme-valentinesday .title-box {
    background: url(/images/themes/valentinesday/game-title.png) center center no-repeat;
    width: 532px;
    height: 110px;
    margin-left: -261px;
    color: #FFFfff;
    font-size: 32px;
    text-shadow: none;
    padding: 0px;
    line-height: 110px;
    top: 10px;
    font-family: 'Source Sans Pro';
    font-weight: bold; }
    body.theme-valentinesday .title-box .timer-countdown {
      font-size: 50px; }
  body.theme-valentinesday .game-box {
    width: 292px;
    height: 58px;
    background: url(/images/themes/valentinesday/meta-box.png) center center no-repeat;
    padding: 0px;
    line-height: 59px;
    position: absolute;
    color: #ec2935;
    font-family: 'Source Sans Pro';
    font-size: 28px;
    padding-top: 0px;
    top: 40px;
    text-shadow: none; }
    body.theme-valentinesday .game-box.game-box-left {
      left: 30px; }
    body.theme-valentinesday .game-box.game-box-right {
      right: 30px; }
  body.theme-valentinesday .capture-area {
    background-image: url(/images/themes/valentinesday/background.png); }
    body.theme-valentinesday .capture-area .episode {
      background-image: url(/images/themes/valentinesday/episode-logo.png); }
  body.theme-valentinesday #main-capture {
    background-image: url(/images/themes/valentinesday/main-background.png); }
  body.theme-valentinesday #game-area {
    background-image: url(/images/themes/valentinesday/game-board2.png);
    background-position: center 25px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0px;
    height: 696px;
    width: 1266px;
    right: 21px; }
  body.theme-valentinesday #main-capture.showBuzzes-on .logo.episode {
    transform: translateX(0); }
  body.theme-valentinesday #main-capture .player-plate {
    top: 7px; }
  body.theme-valentinesday #main-capture #medias-scorehighlight1,
  body.theme-valentinesday #main-capture #medias-scorehighlight2,
  body.theme-valentinesday #main-capture #medias-scorehighlight3 {
    display: none; }
  body.theme-valentinesday #main-capture #medias-wrong1,
  body.theme-valentinesday #main-capture #medias-wrong2,
  body.theme-valentinesday #main-capture #medias-wrong3,
  body.theme-valentinesday #main-capture #medias-wrong4 {
    bottom: 0px; }
  body.theme-valentinesday #main-capture #medias-wrong1 {
    right: 1401px; }
  body.theme-valentinesday #main-capture #medias-wrong2 {
    right: 901px; }
  body.theme-valentinesday #main-capture #medias-wrong3 {
    right: 439px; }
  body.theme-valentinesday #main-capture #medias-wrong4 {
    right: -37px; }
  body.theme-valentinesday #main-capture #medias-heart4,
  body.theme-valentinesday #main-capture #medias-heart3,
  body.theme-valentinesday #main-capture #medias-heart2,
  body.theme-valentinesday #main-capture #medias-heart1 {
    top: 0px;
    left: 0px; }
  body.theme-valentinesday #main-capture #medias-buzzer4,
  body.theme-valentinesday #main-capture #medias-buzzer3,
  body.theme-valentinesday #main-capture #medias-buzzer2,
  body.theme-valentinesday #main-capture #medias-buzzer1 {
    width: 525px;
    height: 490px;
    top: unset;
    bottom: -60px;
    left: 0px; }
  body.theme-valentinesday #main-capture #medias-buzzer1 {
    left: -17px; }
  body.theme-valentinesday #main-capture #medias-buzzer2 {
    left: 459px; }
  body.theme-valentinesday #main-capture #medias-buzzer3 {
    left: 931px; }
  body.theme-valentinesday #main-capture #medias-buzzer4 {
    right: -17px;
    left: unset; }
  body.theme-valentinesday #main-capture .matcherino-status-container {
    display: none;
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #f2ac3c;
    bottom: 18px;
    border-radius: 25px; }
    body.theme-valentinesday #main-capture .matcherino-status-container .cta {
      padding-right: 12px; }
      body.theme-valentinesday #main-capture .matcherino-status-container .cta:after {
        display: none; }
  body.theme-valentinesday #main-capture .matcherino-notifier-container {
    display: none;
    bottom: 19px; }
    body.theme-valentinesday #main-capture .matcherino-notifier-container .matcherino-donation-notif {
      background: #000;
      border: 2px solid #f2ac3c;
      box-shadow: 0px 0px 15px #f2ac3c;
      border-radius: 25px;
      color: #fff; }
      body.theme-valentinesday #main-capture .matcherino-notifier-container .matcherino-donation-notif .amount {
        color: #fff; }
  body.theme-valentinesday #main-capture .buzzes {
    display: none;
    width: 540px !important;
    height: 192px;
    bottom: 215px;
    left: 32px !important;
    padding: 27px;
    border: none;
    background: url(/images/themes/valentinesday/buzzes-bg.png) top center no-repeat; }
    body.theme-valentinesday #main-capture .buzzes li {
      font-family: 'Source Sans Pro';
      height: 38px;
      line-height: 39px;
      border-radius: 0px;
      font-size: 23px; }
      body.theme-valentinesday #main-capture .buzzes li:before {
        height: 37px;
        line-height: 37px; }
      body.theme-valentinesday #main-capture .buzzes li:nth-child(1) {
        background: #fdbb30;
        color: black; }
  body.theme-valentinesday #main-capture div.logo.episode {
    display: none;
    top: 870px;
    left: 50px;
    width: 500px; }
  body.theme-valentinesday #main-capture .logo.patreon,
  body.theme-valentinesday #main-capture .logo.youtube {
    bottom: 80px;
    display: none; }
  body.theme-valentinesday #main-capture .logo.patreon {
    left: 80px; }
  body.theme-valentinesday #main-capture .logo.youtube {
    left: 320px; }
  body.theme-valentinesday #main-capture .host-overlay {
    width: 627px;
    top: 1px;
    height: 674px;
    left: 0px; }
    body.theme-valentinesday #main-capture .host-overlay .host-webcam-cover {
      top: 232px;
      left: 40px;
      width: 554px;
      height: 375px;
      border-radius: 5px; }
    body.theme-valentinesday #main-capture .host-overlay .overlay {
      background-image: url(/images/themes/valentinesday/host-overlay.png);
      z-index: 2;
      background-size: cover; }
    body.theme-valentinesday #main-capture .host-overlay .host-name {
      font-family: 'Source Sans Pro';
      font-size: 28px;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      top: 581px;
      width: 344px;
      line-height: 68px;
      left: 152px;
      height: 61px; }
  body.theme-valentinesday #main-capture ul.players-list {
    width: 100%;
    right: unset; }
    body.theme-valentinesday #main-capture ul.players-list li.player {
      font-family: 'Source Sans Pro'; }
      body.theme-valentinesday #main-capture ul.players-list li.player .drawing-marker {
        border-radius: 0px;
        top: 260px; }
      body.theme-valentinesday #main-capture ul.players-list li.player .overlay {
        top: 28px;
        z-index: 2;
        /* left: -2px; */
        width: 467px;
        height: 350px;
        background-size: cover; }
      body.theme-valentinesday #main-capture ul.players-list li.player .name {
        font-size: 24px;
        text-align: center;
        top: 310px;
        text-shadow: none;
        text-transform: uppercase;
        left: 65px;
        padding: 0px;
        /* bottom: 30px; */
        top: 296px;
        font-size: 20px; }
      body.theme-valentinesday #main-capture ul.players-list li.player .webcam-cover {
        width: 95%;
        height: 274px;
        top: 52px;
        left: 8px;
        z-index: 1;
        border-radius: 5px; }
      body.theme-valentinesday #main-capture ul.players-list li.player .hearts-list {
        left: 32px;
        top: 51px; }
      body.theme-valentinesday #main-capture ul.players-list li.player .score {
        font-family: 'Source Sans Pro';
        color: #be3446;
        right: 11px;
        font-size: 28px;
        width: 90px;
        line-height: 45px; }
      body.theme-valentinesday #main-capture ul.players-list li.player:nth-of-type(1) {
        left: 18px;
        top: -6px; }
        body.theme-valentinesday #main-capture ul.players-list li.player:nth-of-type(1) .overlay {
          background-image: url(/images/themes/valentinesday/player1-overlay.png);
          left: -22px;
          width: 487px;
          height: 373px;
          background-size: contain;
          top: 16px; }
        body.theme-valentinesday #main-capture ul.players-list li.player:nth-of-type(1) .webcam-cover {
          left: 21px; }
        body.theme-valentinesday #main-capture ul.players-list li.player:nth-of-type(1) .name {
          color: #FFF; }
        body.theme-valentinesday #main-capture ul.players-list li.player:nth-of-type(1) .score {
          right: 25px; }
      body.theme-valentinesday #main-capture ul.players-list li.player:nth-of-type(2) {
        left: 516px;
        top: -6px; }
        body.theme-valentinesday #main-capture ul.players-list li.player:nth-of-type(2) .overlay {
          background-image: url(/images/themes/valentinesday/player2-overlay.png);
          left: -26px;
          width: 487px;
          height: 346px;
          background-size: contain;
          top: 38px; }
        body.theme-valentinesday #main-capture ul.players-list li.player:nth-of-type(2) .webcam-cover {
          left: 2px; }
        body.theme-valentinesday #main-capture ul.players-list li.player:nth-of-type(2) .name {
          color: #FFF; }
        body.theme-valentinesday #main-capture ul.players-list li.player:nth-of-type(2) .score {
          right: 50px; }
      body.theme-valentinesday #main-capture ul.players-list li.player:nth-of-type(3) {
        left: 979px;
        top: -6px; }
        body.theme-valentinesday #main-capture ul.players-list li.player:nth-of-type(3) .overlay {
          background-image: url(/images/themes/valentinesday/player3-overlay.png);
          left: -26px;
          width: 487px;
          height: 346px;
          background-size: contain;
          top: 38px; }
        body.theme-valentinesday #main-capture ul.players-list li.player:nth-of-type(3) .webcam-cover {
          left: 14px; }
        body.theme-valentinesday #main-capture ul.players-list li.player:nth-of-type(3) .name {
          color: #FFF; }
        body.theme-valentinesday #main-capture ul.players-list li.player:nth-of-type(3) .score {
          right: 39px;
          height: 63px; }
      body.theme-valentinesday #main-capture ul.players-list li.player:nth-of-type(4) {
        left: 1452px;
        top: -6px; }
        body.theme-valentinesday #main-capture ul.players-list li.player:nth-of-type(4) .overlay {
          background-image: url(/images/themes/valentinesday/player4-overlay.png);
          left: -28px;
          width: 487px;
          height: 381px;
          background-size: contain;
          top: 24px; }
        body.theme-valentinesday #main-capture ul.players-list li.player:nth-of-type(4) .webcam-cover {
          left: 23px; }
        body.theme-valentinesday #main-capture ul.players-list li.player:nth-of-type(4) .name {
          color: #FF; }
        body.theme-valentinesday #main-capture ul.players-list li.player:nth-of-type(4) .score {
          right: 28px; }

.hint .reveal-type-zoom {
  border: none !important; }

#show-nav {
  background-image: none !important; }

body.capturing {
  background: none !important; }

.clarendon, body.theme-valorant .game-container .sav-question-container .sav-submission-points,
body.theme-valorant .game-container .sav-question-container .sav-submission-votes,
body.theme-valorant .game-container .sav-question-container .author, body.theme-valorant #countdown-capture .counting {
  font-family: "Clarendon";
  letter-spacing: 1px; }

.tungsten, body.theme-valorant .family-feud-question-reveal, body.theme-valorant .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text, body.theme-valorant namethatthing-capture span, body.theme-valorant .typedanswers-capture-view .submissions-area.num-players-3, body.theme-valorant .typedanswers-capture-view .submissions-area.num-players-3 .submission, body.theme-valorant .typedanswers-capture-view .submissions-area.num-players-3 .player-name, body.theme-valorant .typedanswers-capture-view .title-area, body.theme-valorant #discussion-capture, body.theme-valorant #discussion-capture .host-name,
body.theme-valorant #discussion-capture .name, body.theme-valorant #countdown-capture .player-name, body.theme-valorant #countdown-capture .countdown, body.theme-valorant .red-box,
body.theme-valorant .drawing-capture-view .drawing-answer,
body.theme-valorant .answer.red-box, body.theme-valorant .title-box, body.theme-valorant .game-box, body.theme-valorant #main-capture .buzzes li, body.theme-valorant #main-capture .host-overlay .host-name, body.theme-valorant #main-capture ul.players-list li.player, body.theme-valorant #main-capture ul.players-list li.player .score {
  font-family: "tungsten";
  letter-spacing: 1px; }

body.theme-valorant {
  background: url("/images/themes/valorant/gameboard/full-bg.png"); }
  body.theme-valorant .logo.episode {
    background-image: url(/images/episodes/valorant/logo.png); }
  body.theme-valorant .family-feud-question-reveal {
    width: 1206px;
    margin-left: 58px;
    padding-top: 30px; }
    body.theme-valorant .family-feud-question-reveal .question-name {
      background-image: url(/images/themes/valorant/gameboard/family_feud/question-box.png);
      height: 120px;
      margin-right: 0px;
      margin-left: 0px;
      margin-bottom: 20px; }
      body.theme-valorant .family-feud-question-reveal .question-name table {
        height: 90px; }
        body.theme-valorant .family-feud-question-reveal .question-name table td {
          font-size: 33px;
          height: 112px;
          padding: unset; }
    body.theme-valorant .family-feud-question-reveal .answers {
      width: auto; }
      body.theme-valorant .family-feud-question-reveal .answers .answer {
        background: url(/images/themes/valorant/gameboard/family_feud/answer-box.png) top center no-repeat;
        padding-top: 0px;
        width: 596px;
        margin: 5px 0 24px 0;
        height: 90px;
        font-size: 30px; }
        body.theme-valorant .family-feud-question-reveal .answers .answer table {
          width: 475px;
          height: 83px; }
          body.theme-valorant .family-feud-question-reveal .answers .answer table td {
            padding: 0 10px;
            line-height: 0.9em; }
          body.theme-valorant .family-feud-question-reveal .answers .answer table.text-len-10 {
            font-size: 30px; }
          body.theme-valorant .family-feud-question-reveal .answers .answer table.text-len-20 {
            font-size: 25px; }
          body.theme-valorant .family-feud-question-reveal .answers .answer table.text-len-30 {
            font-size: 22px; }
          body.theme-valorant .family-feud-question-reveal .answers .answer table.text-len-40 {
            font-size: 18px; }
          body.theme-valorant .family-feud-question-reveal .answers .answer table.text-len-50 {
            font-size: 14px; }
        body.theme-valorant .family-feud-question-reveal .answers .answer:before {
          background: #000; }
        body.theme-valorant .family-feud-question-reveal .answers .answer.notshown {
          width: 576px;
          margin-left: 10px; }
          body.theme-valorant .family-feud-question-reveal .answers .answer.notshown:before {
            opacity: 1;
            background-color: #061c29;
            height: 70px;
            top: 3px;
            left: 6px;
            width: 565px; }
        body.theme-valorant .family-feud-question-reveal .answers .answer .points {
          border-left: 4px solid rgba(178, 117, 0, 0.25);
          right: 0px;
          padding-top: 3px;
          width: 110px;
          top: 3px; }
  body.theme-valorant .name-that-thing-capture-view .thing-meta {
    padding: 0px; }
  body.theme-valorant .name-that-thing-capture-view .question-meta .game-box {
    position: absolute;
    top: 40px; }
  body.theme-valorant .num-hints-1 .hint.type-image .image-border {
    background: none !important; }
  body.theme-valorant .name-that-thing-capture-view .hints {
    padding-top: 130px; }
  body.theme-valorant .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text {
    background: url(/images/themes/valorant/gameboard/name_that_thing/cluebox.png) top center no-repeat;
    color: #fff !important;
    line-height: 70px;
    height: 80px;
    width: 1244px;
    margin: 0 auto 20px auto;
    font-size: 32px; }
  body.theme-valorant namethatthing-capture span {
    display: block;
    color: #fff;
    font-size: 34px;
    margin-top: -5px; }
  body.theme-valorant .drawing-capture-view.show-answer .drawing-answer-image {
    display: none; }
  body.theme-valorant .drawing-capture-view .drawing-board {
    margin-left: -540px;
    top: 120px; }
  body.theme-valorant drawing-points.game-box-right {
    display: block; }
  body.theme-valorant drawing-points.game-box-right::last-letter {
    size: 3em; }
  body.theme-valorant .drawing-answer {
    color: #fff !important; }
  body.theme-valorant .meta-box,
  body.theme-valorant .sav-question-vote-msg,
  body.theme-valorant .sav-capture-split-view .sav-question,
  body.theme-valorant .sav-capture-split-view .timer-display {
    border-radius: 0px;
    border: 2px solid #ed3d3f;
    background: #a30d0f;
    font-family: 'FrizQuadrataRegular';
    text-transform: uppercase; }
  body.theme-valorant .game-container .sav-capture-view,
  body.theme-valorant .game-container .submit-and-vote-capture-view {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute; }
  body.theme-valorant .game-container .submit-and-vote-capture-view .question-number,
  body.theme-valorant .game-container .submit-and-vote-capture-view .sav-active-question-points {
    top: 40px; }
  body.theme-valorant .game-container .submit-and-vote-capture-view .sav-question-vote-msg {
    padding: 12px 0 8px; }
  body.theme-valorant .game-container .submit-and-vote-capture-view .sav-submission-list,
  body.theme-valorant .game-container .submit-and-vote-capture-view .blank-question {
    top: 140px; }
  body.theme-valorant .game-container .submit-and-vote-capture-view .blank-question {
    position: relative; }
  body.theme-valorant .game-container .sav-question-container .sav-submission-points,
  body.theme-valorant .game-container .sav-question-container .sav-submission-votes,
  body.theme-valorant .game-container .sav-question-container .author {
    background: none;
    border: none;
    box-shadow: none; }
  body.theme-valorant .game-container .sav-question-container .author {
    font-size: 46px;
    margin-top: 20px;
    margin-bottom: 10px; }
  body.theme-valorant .game-container .sav-question-container .sav-submission-points,
  body.theme-valorant .game-container .sav-question-container .sav-submission-votes {
    font-size: 30px; }
  body.theme-valorant .game-container .sav-question-inner .image {
    border-radius: 0px;
    border-color: #ed3d3f; }
  body.theme-valorant .typedanswers-capture-view.show-submissions .submissions-area {
    transform: translateX(10px); }
  body.theme-valorant .typedanswers-capture-view.show-submissions .videos-area {
    -webkit-transform: translateX(-190px); }
  body.theme-valorant .typedanswers-capture-view.show-question .title-area {
    -webkit-transform: translateY(20px); }
  body.theme-valorant .typedanswers-capture-view.show-question .videos-area {
    width: 860px;
    height: 483.75px;
    margin-left: -430px;
    overflow: hidden; }
  body.theme-valorant .typedanswers-capture-view .submissions-area.num-players-3 {
    bottom: -4px; }
    body.theme-valorant .typedanswers-capture-view .submissions-area.num-players-3 .submission {
      margin: 0 0 27px 0;
      border: 1px solid #ed3d3f;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 0px; }
    body.theme-valorant .typedanswers-capture-view .submissions-area.num-players-3 .player-name {
      background: #a30d0f;
      border-color: #ed3d3f; }
  body.theme-valorant .typedanswers-capture-view .title-area {
    border: 2px solid #ed3d3f;
    background: rgba(0, 0, 0, 0.7);
    height: 92px;
    padding: 0px; }
    body.theme-valorant .typedanswers-capture-view .title-area table {
      height: 90px; }
      body.theme-valorant .typedanswers-capture-view .title-area table td {
        padding: 0px;
        line-height: 60px; }
  body.theme-valorant .typedanswers-capture-view .videos-area {
    border: 2px solid #ed3d3f;
    border-radius: 0px;
    bottom: 24px; }
  body.theme-valorant #discussion-capture {
    background-image: none !important; }
    body.theme-valorant #discussion-capture .discussion-overlay {
      background-image: url(/images/themes/valorant/discussion.png);
      v-index: 0; }
    body.theme-valorant #discussion-capture .logo.episode {
      right: 10px;
      width: 600px;
      top: 172px !important;
      z-index: 22 !important;
      left: unset !important; }
    body.theme-valorant #discussion-capture .host-name,
    body.theme-valorant #discussion-capture .name {
      text-transform: uppercase;
      font-size: 48px; }
    body.theme-valorant #discussion-capture .host-overlay {
      background-image: url(/images/themes/valorant/discussion.png); }
      body.theme-valorant #discussion-capture .host-overlay .host-webcam-cover {
        width: 581px;
        height: 435px;
        left: -102px;
        top: -465px; }
      body.theme-valorant #discussion-capture .host-overlay .host-name {
        text-align: center;
        top: -74px;
        color: #fff;
        left: -75px;
        width: 480px;
        padding-top: 7px; }
    body.theme-valorant #discussion-capture .player-image {
      left: 10px !important; }
    body.theme-valorant #discussion-capture li.player .name {
      top: -84px;
      left: 0px;
      padding-top: 5px; }
    body.theme-valorant #discussion-capture li.player:nth-of-type(1) .name {
      color: #fff; }
    body.theme-valorant #discussion-capture li.player.order-1 {
      top: 978px;
      margin-left: -238px; }
      body.theme-valorant #discussion-capture li.player.order-1 .webcam-cover {
        top: -411px; }
      body.theme-valorant #discussion-capture li.player.order-1 .player-plate {
        top: -3px; }
      body.theme-valorant #discussion-capture li.player.order-1 .name {
        color: #fff;
        top: -20px;
        font-size: 45px; }
    body.theme-valorant #discussion-capture li.player.order-2, body.theme-valorant #discussion-capture li.player.order-0 {
      top: 995px; }
    body.theme-valorant #discussion-capture li.player.order-0 {
      left: 80px; }
    body.theme-valorant #discussion-capture li.player.order-2 {
      right: -20px; }
      body.theme-valorant #discussion-capture li.player.order-2 .name {
        color: #fff; }
      body.theme-valorant #discussion-capture li.player.order-2 .player-plate {
        right: 214px; }
    body.theme-valorant #discussion-capture li.player .player-plate {
      top: -18px; }
  body.theme-valorant #discussion-capture .webcam-nameplate .score,
  body.theme-valorant #discussion-capture ul.players-list li.player .player-plate .score {
    display: none; }
  body.theme-valorant #discussion-capture .webcam-nameplate .name,
  body.theme-valorant #discussion-capture ul.players-list li.player .player-plate .name {
    width: 480px;
    text-align: center; }
  body.theme-valorant .capturing {
    background-image: none !important; }
  body.theme-valorant #countdown-capture {
    background: none !important; }
    body.theme-valorant #countdown-capture .overlay {
      background-image: url(/images/themes/valorant/countdown.png);
      height: 100%; }
    body.theme-valorant #countdown-capture .logo.episode {
      right: 10px;
      width: 600px;
      top: 172px;
      z-index: 22;
      left: unset; }
    body.theme-valorant #countdown-capture .player-image {
      z-index: 0;
      width: 427px;
      height: 293px;
      background-size: cover; }
      body.theme-valorant #countdown-capture .player-image.order-0 {
        left: 146px;
        bottom: 220px; }
      body.theme-valorant #countdown-capture .player-image.order-1 {
        top: 135px;
        margin-left: -11.1%; }
      body.theme-valorant #countdown-capture .player-image.order-2 {
        right: 148px;
        bottom: 218px; }
    body.theme-valorant #countdown-capture .player-name {
      color: black;
      text-transform: uppercase;
      font-size: 40px; }
      body.theme-valorant #countdown-capture .player-name.order-0, body.theme-valorant #countdown-capture .player-name.order-2 {
        bottom: 144px; }
      body.theme-valorant #countdown-capture .player-name.order-0 {
        color: #fff;
        left: 145px; }
      body.theme-valorant #countdown-capture .player-name.order-1 {
        top: 453px;
        left: 962px;
        color: #fff; }
      body.theme-valorant #countdown-capture .player-name.order-2 {
        right: 140px;
        color: #fff; }
    body.theme-valorant #countdown-capture .countdown {
      top: 70%;
      left: 43%;
      z-index: 40;
      background: none; }
    body.theme-valorant #countdown-capture .counting {
      letter-spacing: 8px;
      font-size: 60px; }
  body.theme-valorant #signoff-capture {
    background: url(/images/themes/valorant/outro.png); }
    body.theme-valorant #signoff-capture .signoff-message {
      display: none;
      top: 675px;
      font-size: 60px;
      color: #e6d948 !important;
      width: 1300px;
      height: 122px;
      line-height: 122px;
      font-family: "FrizQuadrataRegular";
      text-transform: uppercase;
      font-weight: 900;
      color: #000;
      left: 50%;
      margin-left: -635px;
      letter-spacing: 1px; }
      body.theme-valorant #signoff-capture .signoff-message .gradient-text {
        text-shadow: none;
        -webkit-text-fill-color: inherit; }
        body.theme-valorant #signoff-capture .signoff-message .gradient-text:after {
          display: none;
          opacity: 0;
          content: ""; }
    body.theme-valorant #signoff-capture .matcherino-status-container {
      display: none; }
  body.theme-valorant .multiplechoice-area, body.theme-valorant .game-container {
    font-family: 'FrizQuadrataRegular' !important; }
    body.theme-valorant .multiplechoice-area .multiplechoice-options .option-container, body.theme-valorant .game-container .multiplechoice-options .option-container {
      border: 2px solid #ffd366;
      border-radius: unset !important;
      -moz-box-shadow: 0px 0px 1px 4px #c8a55b;
      -webkit-box-shadow: 0px 0px 1px 4px #c8a55b;
      box-shadow: 0px 0px 1px 4px #c8a55b; }
      body.theme-valorant .multiplechoice-area .multiplechoice-options .option-container::before, body.theme-valorant .game-container .multiplechoice-options .option-container::before {
        border-radius: unset !important; }
    body.theme-valorant .multiplechoice-area .multiplechoice-options .option-container.right, body.theme-valorant .game-container .multiplechoice-options .option-container.right {
      border: 4px solid #008000;
      -moz-box-shadow: 0px 0px 1px 4px #006600;
      -webkit-box-shadow: 0px 0px 1px 4px #006600;
      box-shadow: 0px 0px 1px 4px #006600; }
  body.theme-valorant .cardFlip {
    margin-left: 30px; }
  body.theme-valorant .back {
    background-image: url(/images/themes/mtg/magic-back.png) !important;
    width: 200px !important; }
  body.theme-valorant .red-box,
  body.theme-valorant .drawing-capture-view .drawing-answer,
  body.theme-valorant .answer.red-box {
    background-image: url(/images/themes/valorant/gameboard/answer-bar.png);
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
    font-size: 48px;
    line-height: 171px;
    text-shadow: none; }
  body.theme-valorant .red-box {
    bottom: -10px; }
  body.theme-valorant .title-box {
    background: url(/images/themes/valorant/gameboard/titlebox.png) center center no-repeat;
    width: 522px;
    height: 90px;
    margin-left: -261px;
    color: #FFFFFF;
    font-size: 32px;
    text-shadow: none;
    padding: 0px;
    line-height: 97px;
    top: 10px; }
    body.theme-valorant .title-box .timer-countdown {
      font-size: 50px; }
  body.theme-valorant .game-box {
    width: 252px;
    height: 58px;
    background: url(/images/themes/valorant/gameboard/name_that_thing/round-points-box.png) center center no-repeat;
    padding: 0px;
    line-height: 59px;
    position: absolute;
    color: #fff;
    font-size: 28px;
    padding-top: 0px;
    top: 40px; }
    body.theme-valorant .game-box.game-box-left {
      left: 30px; }
    body.theme-valorant .game-box.game-box-right {
      right: 30px; }
  body.theme-valorant .capture-area {
    background-image: url(/images/themes/valorant/gameboard/cutout-bg.png); }
    body.theme-valorant .capture-area .episode {
      background-image: url(/images/themes/valorant/episode-logo.png); }
  body.theme-valorant #main-capture {
    background-image: url(/images/themes/valorant/gameboard/cutout-bg.png); }
  body.theme-valorant #game-area {
    background-image: url(/images/themes/valorant/gameboard/gameboard-bg.png);
    background-position: center 25px;
    background-size: contain;
    top: -12px;
    height: 686px; }
  body.theme-valorant #main-capture.showBuzzes-on .logo.episode {
    transform: translateX(0); }
  body.theme-valorant #main-capture #medias-wrong1 {
    right: 815px; }
  body.theme-valorant #main-capture #medias-scorehighlight1,
  body.theme-valorant #main-capture #medias-scorehighlight2,
  body.theme-valorant #main-capture #medias-scorehighlight3 {
    display: none; }
  body.theme-valorant #main-capture #medias-buzzer1,
  body.theme-valorant #main-capture #medias-heart1 {
    left: 30%; }
  body.theme-valorant #main-capture #medias-buzzer2,
  body.theme-valorant #main-capture #medias-heart2 {
    left: 53%; }
  body.theme-valorant #main-capture #medias-buzzer3,
  body.theme-valorant #main-capture #medias-heart3 {
    right: 2px;
    left: unset; }
  body.theme-valorant #main-capture #medias-buzzer3,
  body.theme-valorant #main-capture #medias-buzzer2,
  body.theme-valorant #main-capture #medias-buzzer1,
  body.theme-valorant #main-capture #medias-heart3,
  body.theme-valorant #main-capture #medias-heart2,
  body.theme-valorant #main-capture #medias-heart1 {
    width: 470px;
    height: 500px;
    top: 55%; }
  body.theme-valorant #main-capture .matcherino-status-container {
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #f2ac3c;
    bottom: 18px;
    border-radius: 25px; }
    body.theme-valorant #main-capture .matcherino-status-container .cta {
      padding-right: 12px; }
      body.theme-valorant #main-capture .matcherino-status-container .cta:after {
        display: none; }
  body.theme-valorant #main-capture .matcherino-notifier-container {
    bottom: 19px; }
    body.theme-valorant #main-capture .matcherino-notifier-container .matcherino-donation-notif {
      background: #000;
      border: 2px solid #f2ac3c;
      box-shadow: 0px 0px 15px #f2ac3c;
      border-radius: 25px;
      color: #fff; }
      body.theme-valorant #main-capture .matcherino-notifier-container .matcherino-donation-notif .amount {
        color: #fff; }
  body.theme-valorant #main-capture .buzzes {
    width: 520px !important;
    height: 160px;
    bottom: 215px;
    left: 46px !important;
    padding: 10px;
    border: none;
    background: url(/images/themes/valorant/gameboard/main-buzzerqueuebox.png) top center no-repeat;
    background-size: contain; }
    body.theme-valorant #main-capture .buzzes ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
      height: 78px;
      margin-top: 6px;
      margin-left: 6px;
      width: 97.8%; }
    body.theme-valorant #main-capture .buzzes li {
      height: 38px;
      line-height: 39px;
      border-radius: 7px;
      font-size: 23px;
      background: #9e3bb4;
      color: #fff; }
      body.theme-valorant #main-capture .buzzes li:before {
        height: 37px;
        line-height: 37px; }
  body.theme-valorant #main-capture div.logo.episode {
    top: 870px;
    left: 50px;
    width: 500px; }
  body.theme-valorant #main-capture .logo.patreon,
  body.theme-valorant #main-capture .logo.youtube {
    bottom: 80px;
    display: none; }
  body.theme-valorant #main-capture .logo.patreon {
    left: 80px; }
  body.theme-valorant #main-capture .logo.youtube {
    left: 320px; }
  body.theme-valorant #main-capture .episode-logo-host {
    width: 400px;
    height: 400px;
    background-image: url(/images/themes/valorant/episode-logo.png);
    z-index: 1000;
    position: absolute;
    background-size: cover;
    left: 100px;
    top: -100px; }
  body.theme-valorant #main-capture .host-overlay {
    width: 582px;
    top: 168px;
    height: 665px; }
    body.theme-valorant #main-capture .host-overlay .host-webcam-cover {
      top: 25px;
      left: 51px;
      width: 507px;
      height: 352px; }
    body.theme-valorant #main-capture .host-overlay .overlay {
      background-image: url(/images/themes/valorant/gameboard/main-host-box.png);
      background-position: top right;
      z-index: 1; }
    body.theme-valorant #main-capture .host-overlay .host-name {
      font-size: 36px;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      top: 413px;
      width: 384px;
      line-height: 56px; }
  body.theme-valorant #main-capture ul.players-list {
    width: 1316px;
    right: 8px;
    bottom: 9px; }
    body.theme-valorant #main-capture ul.players-list li.player .drawing-marker {
      border-radius: 0px;
      top: 260px; }
    body.theme-valorant #main-capture ul.players-list li.player .overlay {
      top: 10px;
      z-index: 2;
      background-size: contain; }
    body.theme-valorant #main-capture ul.players-list li.player .name {
      font-size: 30px;
      text-align: center;
      top: 313px;
      text-transform: uppercase; }
    body.theme-valorant #main-capture ul.players-list li.player:nth-of-type(1) {
      left: 6px; }
      body.theme-valorant #main-capture ul.players-list li.player:nth-of-type(1) .overlay {
        background-image: url(/images/themes/valorant/gameboard/main-player-window.png); }
      body.theme-valorant #main-capture ul.players-list li.player:nth-of-type(1) .name {
        color: #FFF; }
    body.theme-valorant #main-capture ul.players-list li.player:nth-of-type(2) {
      left: 443px; }
      body.theme-valorant #main-capture ul.players-list li.player:nth-of-type(2) .overlay {
        background-image: url(/images/themes/valorant/gameboard/main-player-window.png); }
      body.theme-valorant #main-capture ul.players-list li.player:nth-of-type(2) .name {
        color: #FFF;
        left: 17px; }
    body.theme-valorant #main-capture ul.players-list li.player:nth-of-type(3) {
      left: 878px; }
      body.theme-valorant #main-capture ul.players-list li.player:nth-of-type(3) .overlay {
        background-image: url(/images/themes/valorant/gameboard/main-player-window.png); }
      body.theme-valorant #main-capture ul.players-list li.player:nth-of-type(3) .name {
        color: #FFF; }
    body.theme-valorant #main-capture ul.players-list li.player .webcam-cover {
      width: 387px;
      height: 267px;
      top: 30px;
      left: 20px;
      z-index: 1; }
    body.theme-valorant #main-capture ul.players-list li.player .hearts-list {
      left: 32px;
      top: 32px; }
    body.theme-valorant #main-capture ul.players-list li.player .score {
      top: 313px;
      right: 30px;
      font-size: 30px;
      width: 98px; }

.hint .reveal-type-zoom {
  border: none !important; }

#show-nav {
  background-image: none !important; }

body.capturing {
  background: none !important; }

.clarendon, body.theme-vshojo-chaos .game-container .sav-question-container .sav-submission-points,
body.theme-vshojo-chaos .game-container .sav-question-container .sav-submission-votes,
body.theme-vshojo-chaos .game-container .sav-question-container .author, body.theme-vshojo-chaos #countdown-capture .counting {
  font-family: "Clarendon";
  letter-spacing: 1px; }

.frizquadrata, body.theme-vshojo-chaos .family-feud-question-reveal, body.theme-vshojo-chaos namethatthing-capture span, body.theme-vshojo-chaos #discussion-capture, body.theme-vshojo-chaos .red-box,
body.theme-vshojo-chaos .drawing-capture-view .drawing-answer,
body.theme-vshojo-chaos .answer.red-box, body.theme-vshojo-chaos #main-capture .buzzes li, body.theme-vshojo-chaos #main-capture .host-overlay .host-name, body.theme-vshojo-chaos #main-capture ul.players-list li.player, body.theme-vshojo-chaos #main-capture ul.players-list li.player .score {
  font-family: "FrizQuadrataRegular";
  letter-spacing: 1px; }

body.theme-vshojo-chaos {
  background: url("/images/themes/vshojo-chaos/background.png"); }
  body.theme-vshojo-chaos .logo.episode {
    background-image: url(/images/episodes/vshojo-chaos/logo.png); }
  body.theme-vshojo-chaos .family-feud-question-reveal {
    font-family: 'Source Sans Pro';
    width: 100%;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px; }
    body.theme-vshojo-chaos .family-feud-question-reveal .question-name {
      background-image: url(/images/themes/vshojo-chaos/question-name-bg.png);
      height: 120px;
      margin-right: 0px;
      margin-left: 0px;
      margin-bottom: 20px; }
      body.theme-vshojo-chaos .family-feud-question-reveal .question-name table {
        height: 90px; }
        body.theme-vshojo-chaos .family-feud-question-reveal .question-name table td {
          font-size: 30px;
          height: 101px;
          padding: unset;
          color: #fff;
          text-shadow: none;
          font-weight: bold; }
    body.theme-vshojo-chaos .family-feud-question-reveal .answers {
      width: 100%; }
      body.theme-vshojo-chaos .family-feud-question-reveal .answers .answer {
        background: url(/images/themes/vshojo-chaos/answer-box-bg.png) top center no-repeat;
        padding-top: 0px;
        color: #772139;
        width: 596px;
        margin: 5px 0 24px 0;
        height: 90px;
        font-size: 30px;
        text-shadow: none;
        font-weight: bolder; }
        body.theme-vshojo-chaos .family-feud-question-reveal .answers .answer table {
          width: 475px;
          height: 78px; }
          body.theme-vshojo-chaos .family-feud-question-reveal .answers .answer table td {
            padding: 0 10px;
            line-height: 0.9em; }
          body.theme-vshojo-chaos .family-feud-question-reveal .answers .answer table.text-len-10 {
            font-size: 30px; }
          body.theme-vshojo-chaos .family-feud-question-reveal .answers .answer table.text-len-20 {
            font-size: 25px; }
          body.theme-vshojo-chaos .family-feud-question-reveal .answers .answer table.text-len-30 {
            font-size: 22px; }
          body.theme-vshojo-chaos .family-feud-question-reveal .answers .answer table.text-len-40 {
            font-size: 18px; }
          body.theme-vshojo-chaos .family-feud-question-reveal .answers .answer table.text-len-50 {
            font-size: 14px; }
        body.theme-vshojo-chaos .family-feud-question-reveal .answers .answer.notshown {
          width: 576px;
          margin-left: 10px; }
          body.theme-vshojo-chaos .family-feud-question-reveal .answers .answer.notshown:before {
            background: url(/images/themes/vshojo-chaos/answer-box-bg.png) top center no-repeat;
            padding-top: 0px;
            width: 596px;
            margin: 0px 0px 24px -10px;
            height: 90px;
            font-size: 30px; }
        body.theme-vshojo-chaos .family-feud-question-reveal .answers .answer .points {
          right: 29px;
          top: 5px; }
  body.theme-vshojo-chaos .name-that-thing-capture-view {
    width: 100%;
    left: unset;
    margin-left: unset; }
    body.theme-vshojo-chaos .name-that-thing-capture-view .thing-meta {
      padding: 0px; }
    body.theme-vshojo-chaos .name-that-thing-capture-view .question-meta .game-box {
      position: absolute;
      top: 40px; }
  body.theme-vshojo-chaos .name-that-thing-capture-view .hints {
    padding-top: 130px; }
  body.theme-vshojo-chaos .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text {
    background: url(/images/themes/vshojo-chaos/answer-bar.png) top center no-repeat;
    color: #ec2935 !important;
    line-height: 80px;
    height: 80px;
    width: 1244px;
    margin: 0 auto 20px auto;
    font-family: 'Source Sans Pro';
    font-size: 32px;
    text-shadow: none;
    background-size: contain; }
  body.theme-vshojo-chaos namethatthing-capture span {
    font-family: 'Source Sans Pro';
    display: block;
    color: #fff;
    font-size: 34px;
    margin-top: -5px; }
  body.theme-vshojo-chaos .name-that-thing-capture-view .hints .hint.type-audio .audio-container {
    border: none;
    background: #fff;
    top: 60%; }
    body.theme-vshojo-chaos .name-that-thing-capture-view .hints .hint.type-audio .audio-container .audio-icon {
      position: absolute;
      top: -70px;
      left: 45%;
      width: 60px;
      height: 60px;
      background: url(/images/themes/vshojo-chaos/audio-icon.png) center center no-repeat; }
  body.theme-vshojo-chaos .num-hints-1 .hint.type-image .image-border {
    background: none !important; }
  body.theme-vshojo-chaos .num-hints-1 .hint.type-image .image-container {
    background: #c80d61 !important; }
  body.theme-vshojo-chaos .drawing-capture-view.show-answer .drawing-answer-image {
    display: none; }
  body.theme-vshojo-chaos .drawing-capture-view {
    width: 100%; }
    body.theme-vshojo-chaos .drawing-capture-view .drawing-board {
      margin-left: -540px;
      top: 115px; }
  body.theme-vshojo-chaos drawing-points.game-box-right {
    display: block; }
  body.theme-vshojo-chaos drawing-points.game-box-right::last-letter {
    size: 3em; }
  body.theme-vshojo-chaos .drawing-answer {
    color: #fff !important;
    bottom: 60px !important;
    font-size: 35px !important; }
  body.theme-vshojo-chaos .meta-box,
  body.theme-vshojo-chaos .sav-question-vote-msg,
  body.theme-vshojo-chaos .sav-capture-split-view .sav-question,
  body.theme-vshojo-chaos .sav-capture-split-view .timer-display {
    border-radius: 0px;
    border: 2px solid #ed3d3f;
    background: #a30d0f;
    font-family: 'Source Sans Pro';
    text-transform: uppercase; }
  body.theme-vshojo-chaos .game-container .sav-capture-view,
  body.theme-vshojo-chaos .game-container .submit-and-vote-capture-view {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute; }
  body.theme-vshojo-chaos .game-container .submit-and-vote-capture-view .question-number,
  body.theme-vshojo-chaos .game-container .submit-and-vote-capture-view .sav-active-question-points {
    top: 40px; }
  body.theme-vshojo-chaos .game-container .submit-and-vote-capture-view .sav-question-vote-msg {
    padding: 12px 0 8px; }
  body.theme-vshojo-chaos .game-container .submit-and-vote-capture-view .sav-submission-list,
  body.theme-vshojo-chaos .game-container .submit-and-vote-capture-view .blank-question {
    top: 140px; }
  body.theme-vshojo-chaos .game-container .submit-and-vote-capture-view .blank-question {
    position: relative; }
  body.theme-vshojo-chaos .game-container .sav-question-container .sav-submission-points,
  body.theme-vshojo-chaos .game-container .sav-question-container .sav-submission-votes,
  body.theme-vshojo-chaos .game-container .sav-question-container .author {
    font-family: 'Source Sans Pro';
    background: none;
    border: none;
    box-shadow: none; }
  body.theme-vshojo-chaos .game-container .sav-question-container .author {
    font-size: 46px;
    margin-top: 20px;
    margin-bottom: 10px; }
  body.theme-vshojo-chaos .game-container .sav-question-container .sav-submission-points,
  body.theme-vshojo-chaos .game-container .sav-question-container .sav-submission-votes {
    font-size: 30px; }
  body.theme-vshojo-chaos .game-container .sav-question-inner .image {
    border-radius: 0px;
    border-color: #ed3d3f; }
  body.theme-vshojo-chaos .typedanswers-capture-view.show-submissions .submissions-area {
    transform: translateX(10px); }
  body.theme-vshojo-chaos .typedanswers-capture-view.show-submissions .videos-area {
    -webkit-transform: translateX(-190px); }
  body.theme-vshojo-chaos .typedanswers-capture-view.show-question .title-area {
    -webkit-transform: translateY(20px); }
  body.theme-vshojo-chaos .typedanswers-capture-view.show-question .videos-area {
    width: 860px;
    height: 483.75px;
    margin-left: -430px;
    overflow: hidden; }
  body.theme-vshojo-chaos .typedanswers-capture-view .submissions-area.num-players-3 {
    bottom: -4px;
    font-family: 'Source Sans Pro'; }
    body.theme-vshojo-chaos .typedanswers-capture-view .submissions-area.num-players-3 .submission {
      margin: 0 0 27px 0;
      border: 1px solid #ed3d3f;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 0px;
      font-family: 'Source Sans Pro'; }
    body.theme-vshojo-chaos .typedanswers-capture-view .submissions-area.num-players-3 .player-name {
      background: #a30d0f;
      border-color: #ed3d3f;
      font-family: 'Source Sans Pro'; }
  body.theme-vshojo-chaos .typedanswers-capture-view .title-area {
    border: 2px solid #ed3d3f;
    background: rgba(0, 0, 0, 0.7);
    font-family: 'Source Sans Pro';
    height: 92px;
    padding: 0px; }
    body.theme-vshojo-chaos .typedanswers-capture-view .title-area table {
      height: 90px; }
      body.theme-vshojo-chaos .typedanswers-capture-view .title-area table td {
        padding: 0px;
        line-height: 60px; }
  body.theme-vshojo-chaos .typedanswers-capture-view .videos-area {
    border: 2px solid #ed3d3f;
    border-radius: 0px;
    bottom: 24px; }
  body.theme-vshojo-chaos #discussion-capture {
    background-image: none !important;
    font-family: 'Source Sans Pro'; }
    body.theme-vshojo-chaos #discussion-capture .medias-video {
      display: none; }
    body.theme-vshojo-chaos #discussion-capture .discussion-overlay {
      background-image: url(/images/themes/vshojo-chaos/discussion.png);
      v-index: 0; }
    body.theme-vshojo-chaos #discussion-capture .logo {
      display: none; }
    body.theme-vshojo-chaos #discussion-capture .host-name,
    body.theme-vshojo-chaos #discussion-capture .name {
      font-family: 'Source Sans Pro';
      text-transform: uppercase;
      font-size: 48px; }
    body.theme-vshojo-chaos #discussion-capture .host-overlay {
      left: 36.7%;
      top: 40px;
      height: 377px;
      width: 559px;
      padding: 0;
      margin: 0px; }
      body.theme-vshojo-chaos #discussion-capture .host-overlay .host-webcam-cover {
        width: 100%;
        height: 100%;
        position: unset; }
      body.theme-vshojo-chaos #discussion-capture .host-overlay .host-name {
        text-align: center;
        color: #fff;
        padding-left: 0px;
        font-size: 30px;
        top: -35px; }
    body.theme-vshojo-chaos #discussion-capture .player-image {
      left: 10px !important; }
    body.theme-vshojo-chaos #discussion-capture li.player {
      width: 417px;
      margin: 0;
      height: 280px; }
      body.theme-vshojo-chaos #discussion-capture li.player .webcam-cover {
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-size: cover; }
      body.theme-vshojo-chaos #discussion-capture li.player .player-plate {
        top: unset;
        left: 18px;
        width: 380px;
        bottom: -40px;
        height: 64px;
        font-family: 'Source Sans Pro';
        color: #fff; }
        body.theme-vshojo-chaos #discussion-capture li.player .player-plate .name {
          font-family: 'Source Sans Pro';
          left: 0px;
          width: 100%;
          font-size: 30px; }
      body.theme-vshojo-chaos #discussion-capture li.player:nth-of-type(1) .webcam-cover {
        left: -3px; }
      body.theme-vshojo-chaos #discussion-capture li.player:nth-of-type(1) .name {
        color: #fff; }
      body.theme-vshojo-chaos #discussion-capture li.player.order-0 {
        top: 40px;
        left: 43px; }
      body.theme-vshojo-chaos #discussion-capture li.player.order-1 {
        top: 380px;
        left: 43px; }
        body.theme-vshojo-chaos #discussion-capture li.player.order-1 .player-plate {
          bottom: -45px; }
      body.theme-vshojo-chaos #discussion-capture li.player.order-2 {
        top: 730px;
        left: 299px; }
        body.theme-vshojo-chaos #discussion-capture li.player.order-2 .player-plate {
          bottom: -42px; }
      body.theme-vshojo-chaos #discussion-capture li.player.order-3 {
        top: 730px;
        left: 747px; }
        body.theme-vshojo-chaos #discussion-capture li.player.order-3 .player-plate {
          bottom: -42px; }
      body.theme-vshojo-chaos #discussion-capture li.player.order-4 {
        top: 730px;
        right: 308px;
        left: unset; }
        body.theme-vshojo-chaos #discussion-capture li.player.order-4 .player-plate {
          bottom: -42px; }
      body.theme-vshojo-chaos #discussion-capture li.player.order-5 {
        top: 380px;
        right: 43px;
        left: unset; }
        body.theme-vshojo-chaos #discussion-capture li.player.order-5 .player-plate {
          bottom: -45px; }
      body.theme-vshojo-chaos #discussion-capture li.player.order-6 {
        top: 40px;
        right: 43px;
        left: unset; }
        body.theme-vshojo-chaos #discussion-capture li.player.order-6 .player-plate {
          bottom: -42px; }
  body.theme-vshojo-chaos #discussion-capture .webcam-nameplate .score,
  body.theme-vshojo-chaos #discussion-capture ul.players-list li.player .player-plate .score {
    display: none; }
  body.theme-vshojo-chaos #discussion-capture .webcam-nameplate .name,
  body.theme-vshojo-chaos #discussion-capture ul.players-list li.player .player-plate .name {
    text-align: center; }
  body.theme-vshojo-chaos .capturing {
    background-image: none !important; }
  body.theme-vshojo-chaos #countdown-capture {
    background: none !important; }
    body.theme-vshojo-chaos #countdown-capture .overlay {
      background-image: url(/images/themes/vshojo-chaos/countdown-bg.png);
      height: 100%;
      z-index: 2; }
    body.theme-vshojo-chaos #countdown-capture .logo {
      display: none; }
    body.theme-vshojo-chaos #countdown-capture .player-image {
      z-index: 0;
      background-size: cover;
      width: 417px;
      height: 280px;
      margin: 0; }
      body.theme-vshojo-chaos #countdown-capture .player-image.order-0 {
        top: 40px;
        left: 43px; }
      body.theme-vshojo-chaos #countdown-capture .player-image.order-1 {
        top: 383px;
        left: 43px; }
      body.theme-vshojo-chaos #countdown-capture .player-image.order-2 {
        top: 732px;
        left: 299px; }
      body.theme-vshojo-chaos #countdown-capture .player-image.order-3 {
        top: 732px;
        left: 747px; }
      body.theme-vshojo-chaos #countdown-capture .player-image.order-4 {
        top: 732px;
        right: 308px; }
      body.theme-vshojo-chaos #countdown-capture .player-image.order-5 {
        top: 383px;
        right: 43px;
        left: unset; }
      body.theme-vshojo-chaos #countdown-capture .player-image.order-6 {
        top: 40px;
        right: 43px;
        left: unset; }
    body.theme-vshojo-chaos #countdown-capture .player-name {
      width: 365px;
      font-family: 'Source Sans Pro';
      color: #fff;
      text-shadow: none;
      text-transform: uppercase;
      font-size: 34px; }
      body.theme-vshojo-chaos #countdown-capture .player-name.order-0, body.theme-vshojo-chaos #countdown-capture .player-name.order-6 {
        top: 303px; }
      body.theme-vshojo-chaos #countdown-capture .player-name.order-1, body.theme-vshojo-chaos #countdown-capture .player-name.order-5 {
        top: 648px; }
      body.theme-vshojo-chaos #countdown-capture .player-name.order-2, body.theme-vshojo-chaos #countdown-capture .player-name.order-3, body.theme-vshojo-chaos #countdown-capture .player-name.order-4 {
        bottom: 40px; }
      body.theme-vshojo-chaos #countdown-capture .player-name.order-0 {
        left: 70px; }
      body.theme-vshojo-chaos #countdown-capture .player-name.order-1 {
        left: 283px; }
      body.theme-vshojo-chaos #countdown-capture .player-name.order-2 {
        left: 320px; }
      body.theme-vshojo-chaos #countdown-capture .player-name.order-3 {
        right: 783px; }
      body.theme-vshojo-chaos #countdown-capture .player-name.order-4 {
        right: 330px; }
      body.theme-vshojo-chaos #countdown-capture .player-name.order-5 {
        right: 70px; }
      body.theme-vshojo-chaos #countdown-capture .player-name.order-6 {
        right: 108px; }
    body.theme-vshojo-chaos #countdown-capture .countdown {
      top: 50%;
      right: 42.5%;
      z-index: 40;
      background: none; }
      body.theme-vshojo-chaos #countdown-capture .countdown .gradient-text {
        color: #7c3045 !important;
        text-shadow: -2px 2px 4px #f50f01; }
        body.theme-vshojo-chaos #countdown-capture .countdown .gradient-text::after {
          color: #7c3045 !important;
          background-image: -webkit-linear-gradient(#7c3045, #7c3045); }
    body.theme-vshojo-chaos #countdown-capture .counting {
      font-family: 'Source Sans Pro';
      letter-spacing: 8px;
      font-size: 40px; }
  body.theme-vshojo-chaos #signoff-capture {
    background: url(/images/themes/vshojo-chaos/message-bg.png); }
    body.theme-vshojo-chaos #signoff-capture .signoff-message {
      display: none;
      top: 675px;
      font-size: 60px;
      color: #e6d948 !important;
      width: 1300px;
      height: 122px;
      line-height: 122px;
      font-family: "Source Sans Pro";
      text-transform: uppercase;
      font-weight: 900;
      color: #000;
      left: 50%;
      margin-left: -635px;
      letter-spacing: 1px; }
      body.theme-vshojo-chaos #signoff-capture .signoff-message .gradient-text {
        text-shadow: none;
        -webkit-text-fill-color: inherit; }
        body.theme-vshojo-chaos #signoff-capture .signoff-message .gradient-text:after {
          display: none;
          opacity: 0;
          content: ""; }
    body.theme-vshojo-chaos #signoff-capture .matcherino-status-container {
      display: none; }
  body.theme-vshojo-chaos .multiplechoice-area, body.theme-vshojo-chaos .game-container {
    font-family: 'Source Sans Pro' !important; }
    body.theme-vshojo-chaos .multiplechoice-area .multiplechoice-options .option-container, body.theme-vshojo-chaos .game-container .multiplechoice-options .option-container {
      border: 2px solid #ffd366;
      border-radius: unset !important;
      -moz-box-shadow: 0px 0px 1px 4px #c8a55b;
      -webkit-box-shadow: 0px 0px 1px 4px #c8a55b;
      box-shadow: 0px 0px 1px 4px #c8a55b; }
      body.theme-vshojo-chaos .multiplechoice-area .multiplechoice-options .option-container::before, body.theme-vshojo-chaos .game-container .multiplechoice-options .option-container::before {
        border-radius: unset !important; }
    body.theme-vshojo-chaos .multiplechoice-area .multiplechoice-options .option-container.right, body.theme-vshojo-chaos .game-container .multiplechoice-options .option-container.right {
      border: 4px solid #008000;
      -moz-box-shadow: 0px 0px 1px 4px #006600;
      -webkit-box-shadow: 0px 0px 1px 4px #006600;
      box-shadow: 0px 0px 1px 4px #006600; }
  body.theme-vshojo-chaos #show-header {
    height: 164px; }
    body.theme-vshojo-chaos #show-header ul.players-list li.player.order-2 {
      border-bottom: 1px solid #ccc; }
  body.theme-vshojo-chaos #production .game-container {
    background-image: url(/images/themes/vshojo-chaos/game-board-audio.png);
    background-position: center 25px;
    background-size: contain;
    background-repeat: no-repeat; }
  body.theme-vshojo-chaos #production .page-header h1, body.theme-vshojo-chaos #production .page-header small {
    color: #c80d61; }
  body.theme-vshojo-chaos #production .panel-info .panel-body {
    background-color: #c80d61 !important; }
  body.theme-vshojo-chaos #production .panel-info .panel-heading {
    background-color: #d22e78 !important; }
    body.theme-vshojo-chaos #production .panel-info .panel-heading .panel-title {
      color: #fff !important; }
    body.theme-vshojo-chaos #production .panel-info .panel-heading .buzzer-admin {
      color: #fff !important; }
  body.theme-vshojo-chaos #video-background {
    width: 1920px;
    height: 1080px; }
  body.theme-vshojo-chaos .cardFlip {
    margin-left: 30px; }
  body.theme-vshojo-chaos .back {
    background-image: url(/images/themes/mtg/magic-back.png) !important;
    width: 200px !important; }
  body.theme-vshojo-chaos .red-box,
  body.theme-vshojo-chaos .drawing-capture-view .drawing-answer,
  body.theme-vshojo-chaos .answer.red-box {
    font-family: 'Source Sans Pro';
    background-image: url(/images/themes/vshojo-chaos/answer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
    font-size: 48px;
    line-height: 80px;
    text-shadow: none;
    background-size: contain;
    bottom: 0px;
    height: 80px; }
    body.theme-vshojo-chaos .red-box span,
    body.theme-vshojo-chaos .drawing-capture-view .drawing-answer span,
    body.theme-vshojo-chaos .answer.red-box span {
      margin-top: 0px; }
  body.theme-vshojo-chaos .red-box {
    bottom: -10px; }
  body.theme-vshojo-chaos .title-box {
    background: url(/images/themes/vshojo-chaos/game-title.png) center center no-repeat;
    width: 532px;
    height: 110px;
    margin-left: -261px;
    color: #FFFfff;
    font-size: 32px;
    text-shadow: none;
    padding: 0px;
    line-height: 110px;
    top: 10px;
    font-family: 'Source Sans Pro';
    font-weight: bold; }
    body.theme-vshojo-chaos .title-box .timer-countdown {
      font-size: 50px; }
  body.theme-vshojo-chaos .game-box {
    width: 292px;
    height: 58px;
    background: url(/images/themes/vshojo-chaos/meta-box.png) center center no-repeat;
    padding: 0px;
    line-height: 59px;
    position: absolute;
    color: #be3446;
    font-family: 'Source Sans Pro';
    font-size: 28px;
    padding-top: 0px;
    top: 40px;
    text-shadow: none;
    font-weight: bolder; }
    body.theme-vshojo-chaos .game-box.game-box-left {
      left: 30px; }
    body.theme-vshojo-chaos .game-box.game-box-right {
      right: 30px; }
  body.theme-vshojo-chaos .capture-area {
    background-image: url(/images/themes/vshojo-chaos/background.png); }
    body.theme-vshojo-chaos .capture-area .episode {
      background-image: url(/images/themes/vshojo-chaos/episode-logo.png); }
  body.theme-vshojo-chaos #main-capture {
    background-image: url(/images/themes/vshojo-chaos/main-background.png); }
  body.theme-vshojo-chaos #game-area {
    background-image: url(/images/themes/vshojo-chaos/game-board-audio.png);
    background-position: center 25px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 55px;
    height: 680px;
    width: 1210px;
    left: 355px; }
  body.theme-vshojo-chaos #main-capture.showBuzzes-on .logo.episode {
    transform: translateX(0); }
  body.theme-vshojo-chaos #main-capture .player-plate {
    top: 19px; }
  body.theme-vshojo-chaos #main-capture #medias-scorehighlight1,
  body.theme-vshojo-chaos #main-capture #medias-scorehighlight2,
  body.theme-vshojo-chaos #main-capture #medias-scorehighlight3 {
    display: none; }
  body.theme-vshojo-chaos #main-capture #medias-wrong1,
  body.theme-vshojo-chaos #main-capture #medias-wrong2,
  body.theme-vshojo-chaos #main-capture #medias-wrong3,
  body.theme-vshojo-chaos #main-capture #medias-wrong4,
  body.theme-vshojo-chaos #main-capture #medias-wrong5,
  body.theme-vshojo-chaos #main-capture #medias-wrong6,
  body.theme-vshojo-chaos #main-capture #medias-wrong7 {
    z-index: 3;
    width: 522px;
    height: 370px; }
  body.theme-vshojo-chaos #main-capture #medias-wrong1 {
    top: 412px;
    left: -83px; }
  body.theme-vshojo-chaos #main-capture #medias-wrong2 {
    top: 720px;
    left: -85px; }
  body.theme-vshojo-chaos #main-capture #medias-wrong3 {
    top: 720px;
    left: 308px; }
  body.theme-vshojo-chaos #main-capture #medias-wrong4 {
    top: 720px;
    left: 702px; }
  body.theme-vshojo-chaos #main-capture #medias-wrong5 {
    top: 720px;
    right: 308px;
    left: unset; }
  body.theme-vshojo-chaos #main-capture #medias-wrong6 {
    top: 720px;
    right: -85px;
    left: unset; }
  body.theme-vshojo-chaos #main-capture #medias-wrong7 {
    top: 414px;
    right: -85px;
    left: unset; }
  body.theme-vshojo-chaos #main-capture #medias-heart4,
  body.theme-vshojo-chaos #main-capture #medias-heart3,
  body.theme-vshojo-chaos #main-capture #medias-heart2,
  body.theme-vshojo-chaos #main-capture #medias-heart1 {
    top: 0px;
    left: 0px; }
  body.theme-vshojo-chaos #main-capture #medias-buzzer7,
  body.theme-vshojo-chaos #main-capture #medias-buzzer6,
  body.theme-vshojo-chaos #main-capture #medias-buzzer5,
  body.theme-vshojo-chaos #main-capture #medias-buzzer4,
  body.theme-vshojo-chaos #main-capture #medias-buzzer3,
  body.theme-vshojo-chaos #main-capture #medias-buzzer2,
  body.theme-vshojo-chaos #main-capture #medias-buzzer1 {
    z-index: 3;
    width: 522px;
    height: 370px; }
  body.theme-vshojo-chaos #main-capture #medias-buzzer1 {
    top: 412px;
    left: -83px; }
  body.theme-vshojo-chaos #main-capture #medias-buzzer2 {
    top: 720px;
    left: -85px; }
  body.theme-vshojo-chaos #main-capture #medias-buzzer3 {
    top: 720px;
    left: 308px; }
  body.theme-vshojo-chaos #main-capture #medias-buzzer4 {
    top: 720px;
    left: 702px; }
  body.theme-vshojo-chaos #main-capture #medias-buzzer5 {
    top: 720px;
    right: 308px;
    left: unset; }
  body.theme-vshojo-chaos #main-capture #medias-buzzer6 {
    top: 720px;
    right: -85px;
    left: unset; }
  body.theme-vshojo-chaos #main-capture #medias-buzzer7 {
    top: 414px;
    right: -85px;
    left: unset; }
  body.theme-vshojo-chaos #main-capture .matcherino-status-container {
    display: none;
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #f2ac3c;
    bottom: 18px;
    border-radius: 25px; }
    body.theme-vshojo-chaos #main-capture .matcherino-status-container .cta {
      padding-right: 12px; }
      body.theme-vshojo-chaos #main-capture .matcherino-status-container .cta:after {
        display: none; }
  body.theme-vshojo-chaos #main-capture .matcherino-notifier-container {
    display: none;
    bottom: 19px; }
    body.theme-vshojo-chaos #main-capture .matcherino-notifier-container .matcherino-donation-notif {
      background: #000;
      border: 2px solid #f2ac3c;
      box-shadow: 0px 0px 15px #f2ac3c;
      border-radius: 25px;
      color: #fff; }
      body.theme-vshojo-chaos #main-capture .matcherino-notifier-container .matcherino-donation-notif .amount {
        color: #fff; }
  body.theme-vshojo-chaos #main-capture .buzzes {
    display: none;
    width: 540px !important;
    height: 192px;
    bottom: 215px;
    left: 32px !important;
    padding: 27px;
    border: none;
    background: url(/images/themes/vshojo-chaos/buzzes-bg.png) top center no-repeat; }
    body.theme-vshojo-chaos #main-capture .buzzes li {
      font-family: 'Source Sans Pro';
      height: 38px;
      line-height: 39px;
      border-radius: 0px;
      font-size: 23px; }
      body.theme-vshojo-chaos #main-capture .buzzes li:before {
        height: 37px;
        line-height: 37px; }
      body.theme-vshojo-chaos #main-capture .buzzes li:nth-child(1) {
        background: #fdbb30;
        color: black; }
  body.theme-vshojo-chaos #main-capture div.logo.episode {
    top: 120px;
    left: unset;
    width: 340px;
    right: 10px;
    height: 200px; }
  body.theme-vshojo-chaos #main-capture .logo.patreon,
  body.theme-vshojo-chaos #main-capture .logo.youtube {
    bottom: 80px;
    display: none; }
  body.theme-vshojo-chaos #main-capture .logo.patreon {
    left: 80px; }
  body.theme-vshojo-chaos #main-capture .logo.youtube {
    left: 320px; }
  body.theme-vshojo-chaos #main-capture .host-overlay {
    width: 322px;
    top: 79px;
    height: 274px;
    left: 16px; }
    body.theme-vshojo-chaos #main-capture .host-overlay .host-webcam-cover {
      width: 95%;
      height: 75%;
      border-radius: 5px;
      position: static;
      margin-left: 2%;
      margin-top: 2%; }
    body.theme-vshojo-chaos #main-capture .host-overlay .overlay {
      background-image: url(/images/themes/vshojo-chaos/host-overlay.png);
      z-index: 2;
      background-size: contain; }
    body.theme-vshojo-chaos #main-capture .host-overlay .host-name {
      font-family: 'Source Sans Pro';
      font-size: 28px;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      position: absolute;
      z-index: 100;
      top: 193px;
      left: 20px;
      width: 280px;
      height: 61px;
      line-height: 61px;
      text-shadow: none;
      font-weight: bolder; }
  body.theme-vshojo-chaos #main-capture ul.players-list {
    width: 100%;
    height: 100%;
    padding: 0;
    right: unset; }
    body.theme-vshojo-chaos #main-capture ul.players-list li.player {
      font-family: 'Source Sans Pro';
      width: 322px;
      height: 274px; }
      body.theme-vshojo-chaos #main-capture ul.players-list li.player .drawing-marker {
        border-radius: 0px;
        top: 260px; }
      body.theme-vshojo-chaos #main-capture ul.players-list li.player .overlay {
        width: 100%;
        height: 100%;
        z-index: 2;
        background-size: cover; }
      body.theme-vshojo-chaos #main-capture ul.players-list li.player .buzzer-overlay {
        top: -15px; }
      body.theme-vshojo-chaos #main-capture ul.players-list li.player .name {
        font-size: 24px;
        text-align: center;
        text-shadow: none;
        text-transform: uppercase;
        padding: 0px;
        /* bottom: 30px; */
        font-size: 24px;
        top: unset;
        left: 10px;
        width: 64%;
        bottom: 33px;
        font-weight: bolder; }
      body.theme-vshojo-chaos #main-capture ul.players-list li.player .webcam-cover {
        width: 95%;
        height: 75%;
        border-radius: 5px;
        position: static;
        margin-left: 2%;
        margin-top: 2%; }
      body.theme-vshojo-chaos #main-capture ul.players-list li.player .hearts-list {
        right: 32px;
        top: 27px;
        left: unset; }
      body.theme-vshojo-chaos #main-capture ul.players-list li.player .score {
        font-family: 'Source Sans Pro';
        color: #be3446;
        right: 11px;
        font-size: 24px;
        width: 90px;
        line-height: 45px;
        text-shadow: none;
        font-weight: bolder; }
      body.theme-vshojo-chaos #main-capture ul.players-list li.player:nth-of-type(1) {
        left: 18px;
        top: 470px; }
        body.theme-vshojo-chaos #main-capture ul.players-list li.player:nth-of-type(1) .overlay {
          background-image: url(/images/themes/vshojo-chaos/player-overlay.png);
          background-size: contain; }
        body.theme-vshojo-chaos #main-capture ul.players-list li.player:nth-of-type(1) .name {
          color: #FFF; }
      body.theme-vshojo-chaos #main-capture ul.players-list li.player:nth-of-type(2) {
        left: 18px;
        top: 775px; }
        body.theme-vshojo-chaos #main-capture ul.players-list li.player:nth-of-type(2) .overlay {
          background-image: url(/images/themes/vshojo-chaos/player-overlay.png);
          background-size: contain; }
        body.theme-vshojo-chaos #main-capture ul.players-list li.player:nth-of-type(2) .name {
          color: #FFF; }
      body.theme-vshojo-chaos #main-capture ul.players-list li.player:nth-of-type(3) {
        left: 410px;
        top: 775px; }
        body.theme-vshojo-chaos #main-capture ul.players-list li.player:nth-of-type(3) .overlay {
          background-image: url(/images/themes/vshojo-chaos/player-overlay.png);
          background-size: contain; }
        body.theme-vshojo-chaos #main-capture ul.players-list li.player:nth-of-type(3) .name {
          color: #FFF; }
      body.theme-vshojo-chaos #main-capture ul.players-list li.player:nth-of-type(4) {
        left: 803px;
        top: 775px; }
        body.theme-vshojo-chaos #main-capture ul.players-list li.player:nth-of-type(4) .overlay {
          background-image: url(/images/themes/vshojo-chaos/player-overlay.png);
          background-size: contain; }
        body.theme-vshojo-chaos #main-capture ul.players-list li.player:nth-of-type(4) .name {
          color: #FF; }
      body.theme-vshojo-chaos #main-capture ul.players-list li.player:nth-of-type(5) {
        right: 407px;
        top: 775px;
        left: unset; }
        body.theme-vshojo-chaos #main-capture ul.players-list li.player:nth-of-type(5) .overlay {
          background-image: url(/images/themes/vshojo-chaos/player-overlay.png);
          background-size: contain; }
        body.theme-vshojo-chaos #main-capture ul.players-list li.player:nth-of-type(5) .name {
          color: #FF; }
      body.theme-vshojo-chaos #main-capture ul.players-list li.player:nth-of-type(6) {
        right: 15px;
        top: 775px;
        left: unset; }
        body.theme-vshojo-chaos #main-capture ul.players-list li.player:nth-of-type(6) .overlay {
          background-image: url(/images/themes/vshojo-chaos/player-overlay.png);
          background-size: contain; }
        body.theme-vshojo-chaos #main-capture ul.players-list li.player:nth-of-type(6) .name {
          color: #FF; }
      body.theme-vshojo-chaos #main-capture ul.players-list li.player:nth-of-type(7) {
        right: 18px;
        top: 470px;
        left: unset; }
        body.theme-vshojo-chaos #main-capture ul.players-list li.player:nth-of-type(7) .overlay {
          background-image: url(/images/themes/vshojo-chaos/player-overlay.png);
          background-size: contain; }
        body.theme-vshojo-chaos #main-capture ul.players-list li.player:nth-of-type(7) .name {
          color: #FF; }

.hint .reveal-type-zoom {
  border: none !important; }

#show-nav {
  background-image: none !important; }

body.capturing {
  background: none !important; }

.clarendon, body.theme-vshojo .game-container .sav-question-container .sav-submission-points,
body.theme-vshojo .game-container .sav-question-container .sav-submission-votes,
body.theme-vshojo .game-container .sav-question-container .author, body.theme-vshojo #countdown-capture .counting {
  font-family: "Clarendon";
  letter-spacing: 1px; }

.frizquadrata, body.theme-vshojo .family-feud-question-reveal, body.theme-vshojo namethatthing-capture span, body.theme-vshojo #discussion-capture, body.theme-vshojo .red-box,
body.theme-vshojo .drawing-capture-view .drawing-answer,
body.theme-vshojo .answer.red-box, body.theme-vshojo #main-capture .buzzes li, body.theme-vshojo #main-capture .host-overlay .host-name, body.theme-vshojo #main-capture ul.players-list li.player, body.theme-vshojo #main-capture ul.players-list li.player .score {
  font-family: "FrizQuadrataRegular";
  letter-spacing: 1px; }

body.theme-vshojo {
  background: url("/images/themes/vshojo/background.png"); }
  body.theme-vshojo .logo.episode {
    background-image: url(/images/episodes/vshojo/logo.png); }
  body.theme-vshojo .family-feud-question-reveal {
    font-family: 'Source Sans Pro';
    width: 1206px;
    margin-left: 29px;
    padding-top: 30px; }
    body.theme-vshojo .family-feud-question-reveal .question-name {
      background-image: url(/images/themes/vshojo/question-name-bg.png);
      height: 120px;
      margin-right: 0px;
      margin-left: 0px;
      margin-bottom: 20px; }
      body.theme-vshojo .family-feud-question-reveal .question-name table {
        height: 90px; }
        body.theme-vshojo .family-feud-question-reveal .question-name table td {
          font-size: 30px;
          height: 112px;
          padding: unset; }
    body.theme-vshojo .family-feud-question-reveal .answers {
      width: auto; }
      body.theme-vshojo .family-feud-question-reveal .answers .answer {
        background: url(/images/themes/vshojo/answer-box-bg.png) top center no-repeat;
        padding-top: 0px;
        width: 596px;
        margin: 5px 0 24px 0;
        height: 90px;
        font-size: 30px; }
        body.theme-vshojo .family-feud-question-reveal .answers .answer table {
          width: 475px;
          height: 72px; }
          body.theme-vshojo .family-feud-question-reveal .answers .answer table td {
            padding: 0 10px;
            line-height: 0.9em; }
          body.theme-vshojo .family-feud-question-reveal .answers .answer table.text-len-10 {
            font-size: 30px; }
          body.theme-vshojo .family-feud-question-reveal .answers .answer table.text-len-20 {
            font-size: 25px; }
          body.theme-vshojo .family-feud-question-reveal .answers .answer table.text-len-30 {
            font-size: 22px; }
          body.theme-vshojo .family-feud-question-reveal .answers .answer table.text-len-40 {
            font-size: 18px; }
          body.theme-vshojo .family-feud-question-reveal .answers .answer table.text-len-50 {
            font-size: 14px; }
        body.theme-vshojo .family-feud-question-reveal .answers .answer:before {
          background: #000; }
        body.theme-vshojo .family-feud-question-reveal .answers .answer.notshown {
          width: 576px;
          margin-left: 10px; }
          body.theme-vshojo .family-feud-question-reveal .answers .answer.notshown:before {
            background: url(/images/themes/vshojo/answer-box-bg.png) top center no-repeat;
            padding-top: 0px;
            width: 596px;
            margin: 0px 0px 24px -10px;
            height: 90px;
            font-size: 30px; }
        body.theme-vshojo .family-feud-question-reveal .answers .answer .points {
          right: 60px;
          top: 0px; }
  body.theme-vshojo .name-that-thing-capture-view {
    width: 100%;
    left: unset;
    margin-left: unset; }
    body.theme-vshojo .name-that-thing-capture-view .thing-meta {
      padding: 0px; }
    body.theme-vshojo .name-that-thing-capture-view .question-meta .game-box {
      position: absolute;
      top: 40px; }
  body.theme-vshojo .name-that-thing-capture-view .hints {
    padding-top: 130px; }
  body.theme-vshojo .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text {
    background: url(/images/themes/vshojo/answer-bar.png) top center no-repeat;
    color: #fff !important;
    line-height: 80px;
    height: 80px;
    width: 1244px;
    margin: 0 auto 20px auto;
    font-family: 'Source Sans Pro';
    font-size: 32px; }
  body.theme-vshojo namethatthing-capture span {
    font-family: 'Source Sans Pro';
    display: block;
    color: #fff;
    font-size: 34px;
    margin-top: -5px; }
  body.theme-vshojo .drawing-capture-view.show-answer .drawing-answer-image {
    display: none; }
  body.theme-vshojo .drawing-capture-view {
    width: 100%; }
    body.theme-vshojo .drawing-capture-view .drawing-board {
      margin-left: -500px;
      top: 115px; }
  body.theme-vshojo drawing-points.game-box-right {
    display: block; }
  body.theme-vshojo drawing-points.game-box-right::last-letter {
    size: 3em; }
  body.theme-vshojo .drawing-answer {
    color: #fff !important; }
  body.theme-vshojo .meta-box,
  body.theme-vshojo .sav-question-vote-msg,
  body.theme-vshojo .sav-capture-split-view .sav-question,
  body.theme-vshojo .sav-capture-split-view .timer-display {
    border-radius: 0px;
    border: 2px solid #ed3d3f;
    background: #a30d0f;
    font-family: 'Source Sans Pro';
    text-transform: uppercase; }
  body.theme-vshojo .game-container .sav-capture-view,
  body.theme-vshojo .game-container .submit-and-vote-capture-view {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute; }
  body.theme-vshojo .game-container .submit-and-vote-capture-view .question-number,
  body.theme-vshojo .game-container .submit-and-vote-capture-view .sav-active-question-points {
    top: 40px; }
  body.theme-vshojo .game-container .submit-and-vote-capture-view .sav-question-vote-msg {
    padding: 12px 0 8px; }
  body.theme-vshojo .game-container .submit-and-vote-capture-view .sav-submission-list,
  body.theme-vshojo .game-container .submit-and-vote-capture-view .blank-question {
    top: 140px; }
  body.theme-vshojo .game-container .submit-and-vote-capture-view .blank-question {
    position: relative; }
  body.theme-vshojo .game-container .sav-question-container .sav-submission-points,
  body.theme-vshojo .game-container .sav-question-container .sav-submission-votes,
  body.theme-vshojo .game-container .sav-question-container .author {
    font-family: 'Source Sans Pro';
    background: none;
    border: none;
    box-shadow: none; }
  body.theme-vshojo .game-container .sav-question-container .author {
    font-size: 46px;
    margin-top: 20px;
    margin-bottom: 10px; }
  body.theme-vshojo .game-container .sav-question-container .sav-submission-points,
  body.theme-vshojo .game-container .sav-question-container .sav-submission-votes {
    font-size: 30px; }
  body.theme-vshojo .game-container .sav-question-inner .image {
    border-radius: 0px;
    border-color: #ed3d3f; }
  body.theme-vshojo .typedanswers-capture-view.show-submissions .submissions-area {
    transform: translateX(10px); }
  body.theme-vshojo .typedanswers-capture-view.show-submissions .videos-area {
    -webkit-transform: translateX(-190px); }
  body.theme-vshojo .typedanswers-capture-view.show-question .title-area {
    -webkit-transform: translateY(20px); }
  body.theme-vshojo .typedanswers-capture-view.show-question .videos-area {
    width: 860px;
    height: 483.75px;
    margin-left: -430px;
    overflow: hidden; }
  body.theme-vshojo .typedanswers-capture-view .submissions-area.num-players-3 {
    bottom: -4px;
    font-family: 'Source Sans Pro'; }
    body.theme-vshojo .typedanswers-capture-view .submissions-area.num-players-3 .submission {
      margin: 0 0 27px 0;
      border: 1px solid #ed3d3f;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 0px;
      font-family: 'Source Sans Pro'; }
    body.theme-vshojo .typedanswers-capture-view .submissions-area.num-players-3 .player-name {
      background: #a30d0f;
      border-color: #ed3d3f;
      font-family: 'Source Sans Pro'; }
  body.theme-vshojo .typedanswers-capture-view .title-area {
    border: 2px solid #ed3d3f;
    background: rgba(0, 0, 0, 0.7);
    font-family: 'Source Sans Pro';
    height: 92px;
    padding: 0px; }
    body.theme-vshojo .typedanswers-capture-view .title-area table {
      height: 90px; }
      body.theme-vshojo .typedanswers-capture-view .title-area table td {
        padding: 0px;
        line-height: 60px; }
  body.theme-vshojo .typedanswers-capture-view .videos-area {
    border: 2px solid #ed3d3f;
    border-radius: 0px;
    bottom: 24px; }
  body.theme-vshojo #discussion-capture {
    background-image: none !important;
    font-family: 'Source Sans Pro'; }
    body.theme-vshojo #discussion-capture .discussion-overlay {
      background-image: url(/images/themes/vshojo/discussion.png);
      v-index: 0; }
    body.theme-vshojo #discussion-capture .logo {
      display: none; }
    body.theme-vshojo #discussion-capture .host-name,
    body.theme-vshojo #discussion-capture .name {
      font-family: 'Source Sans Pro';
      text-transform: uppercase;
      font-size: 48px; }
    body.theme-vshojo #discussion-capture .host-overlay {
      background-image: url(/images/themes/vshojo/discussion.png); }
      body.theme-vshojo #discussion-capture .host-overlay .host-webcam-cover {
        width: 555px;
        height: 367px;
        left: -93px;
        top: -403px; }
      body.theme-vshojo #discussion-capture .host-overlay .host-name {
        text-align: center;
        top: -52px;
        left: -7px;
        width: 345px;
        color: #fff;
        padding-left: 0px;
        font-size: 30px; }
    body.theme-vshojo #discussion-capture .player-image {
      left: 10px !important; }
    body.theme-vshojo #discussion-capture li.player .player-plate {
      top: -118px;
      left: 115px;
      width: 345px;
      font-family: 'Source Sans Pro';
      color: #fff; }
      body.theme-vshojo #discussion-capture li.player .player-plate .name {
        font-family: 'Source Sans Pro';
        left: 0px;
        width: 80%;
        font-size: 30px; }
    body.theme-vshojo #discussion-capture li.player:nth-of-type(1) .webcam-cover {
      left: -3px; }
    body.theme-vshojo #discussion-capture li.player:nth-of-type(1) .name {
      color: #fff; }
    body.theme-vshojo #discussion-capture li.player.order-0 {
      bottom: 118px;
      left: 4.1%;
      width: 556px;
      top: unset; }
      body.theme-vshojo #discussion-capture li.player.order-0 .webcam-cover {
        top: 0px;
        left: 0px;
        width: 100%; }
      body.theme-vshojo #discussion-capture li.player.order-0 .player-plate {
        top: unset;
        left: 120px;
        width: 342px;
        bottom: -26px; }
    body.theme-vshojo #discussion-capture li.player.order-1 {
      top: 138px;
      left: 13.8%;
      width: 556px; }
      body.theme-vshojo #discussion-capture li.player.order-1 .webcam-cover {
        top: -3px;
        left: -3px;
        width: 100%; }
      body.theme-vshojo #discussion-capture li.player.order-1 .player-plate {
        top: unset;
        left: 120px;
        width: 342px;
        bottom: -21px; }
    body.theme-vshojo #discussion-capture li.player.order-2 {
      top: 134px;
      right: 4%;
      width: 556px; }
      body.theme-vshojo #discussion-capture li.player.order-2 .webcam-cover {
        top: 0px;
        left: 0px;
        width: 100%; }
      body.theme-vshojo #discussion-capture li.player.order-2 .player-plate {
        top: unset;
        left: 120px;
        width: 342px;
        bottom: -25px; }
    body.theme-vshojo #discussion-capture li.player.order-3 {
      bottom: 116px;
      right: 3.99%;
      width: 556px;
      top: unset;
      left: unset; }
      body.theme-vshojo #discussion-capture li.player.order-3 .webcam-cover {
        top: 0px;
        left: 0px;
        width: 100%;
        height: 368px; }
      body.theme-vshojo #discussion-capture li.player.order-3 .player-plate {
        top: unset;
        left: 120px;
        width: 342px;
        bottom: -22px; }
  body.theme-vshojo #discussion-capture .webcam-nameplate .score,
  body.theme-vshojo #discussion-capture ul.players-list li.player .player-plate .score {
    display: none; }
  body.theme-vshojo #discussion-capture .webcam-nameplate .name,
  body.theme-vshojo #discussion-capture ul.players-list li.player .player-plate .name {
    text-align: center; }
  body.theme-vshojo .capturing {
    background-image: none !important; }
  body.theme-vshojo #countdown-capture {
    background: none !important; }
    body.theme-vshojo #countdown-capture .overlay {
      background-image: url(/images/themes/vshojo/countdown-bg.png);
      height: 100%;
      z-index: 2; }
    body.theme-vshojo #countdown-capture .logo {
      display: none; }
    body.theme-vshojo #countdown-capture .player-image {
      z-index: 0;
      background-size: cover;
      width: 555px;
      height: 370px; }
      body.theme-vshojo #countdown-capture .player-image.order-0 {
        left: 79px;
        bottom: 78px; }
      body.theme-vshojo #countdown-capture .player-image.order-1 {
        top: 189px;
        left: 295px; }
      body.theme-vshojo #countdown-capture .player-image.order-2 {
        top: 189px;
        right: 78px; }
      body.theme-vshojo #countdown-capture .player-image.order-3 {
        bottom: 78px;
        right: 78px; }
    body.theme-vshojo #countdown-capture .player-name {
      width: 365px;
      font-family: 'Source Sans Pro';
      color: black;
      text-shadow: none;
      text-transform: uppercase;
      font-size: 40px;
      padding-left: 40px; }
      body.theme-vshojo #countdown-capture .player-name.order-0, body.theme-vshojo #countdown-capture .player-name.order-3 {
        bottom: 43px; }
      body.theme-vshojo #countdown-capture .player-name.order-1, body.theme-vshojo #countdown-capture .player-name.order-2 {
        top: 545px; }
      body.theme-vshojo #countdown-capture .player-name.order-0 {
        color: #fff;
        left: 172px;
        padding-left: 0px;
        font-size: 34px; }
      body.theme-vshojo #countdown-capture .player-name.order-1 {
        left: 395px;
        padding-left: 0px;
        color: #fff;
        font-size: 34px; }
      body.theme-vshojo #countdown-capture .player-name.order-2 {
        right: 172px;
        padding-left: 0px;
        color: #fff; }
      body.theme-vshojo #countdown-capture .player-name.order-3 {
        right: 172px;
        padding-left: 0px;
        color: #fff;
        font-size: 34px; }
    body.theme-vshojo #countdown-capture .countdown {
      top: 35px;
      right: -40px;
      z-index: 40;
      background: none; }
    body.theme-vshojo #countdown-capture .counting {
      font-family: 'Source Sans Pro';
      letter-spacing: 8px;
      font-size: 40px; }
  body.theme-vshojo #signoff-capture {
    background: url(/images/themes/vshojo/message-bg.png); }
    body.theme-vshojo #signoff-capture .signoff-message {
      top: 675px;
      font-size: 60px;
      color: #e6d948 !important;
      width: 1300px;
      height: 122px;
      line-height: 122px;
      font-family: "Source Sans Pro";
      text-transform: uppercase;
      font-weight: 900;
      color: #000;
      left: 50%;
      margin-left: -635px;
      letter-spacing: 1px; }
      body.theme-vshojo #signoff-capture .signoff-message .gradient-text {
        text-shadow: none;
        -webkit-text-fill-color: inherit; }
        body.theme-vshojo #signoff-capture .signoff-message .gradient-text:after {
          display: none;
          opacity: 0;
          content: ""; }
    body.theme-vshojo #signoff-capture .matcherino-status-container {
      display: none; }
  body.theme-vshojo .multiplechoice-area, body.theme-vshojo .game-container {
    font-family: 'Source Sans Pro' !important; }
    body.theme-vshojo .multiplechoice-area .multiplechoice-options .option-container, body.theme-vshojo .game-container .multiplechoice-options .option-container {
      border: 2px solid #ffd366;
      border-radius: unset !important;
      -moz-box-shadow: 0px 0px 1px 4px #c8a55b;
      -webkit-box-shadow: 0px 0px 1px 4px #c8a55b;
      box-shadow: 0px 0px 1px 4px #c8a55b; }
      body.theme-vshojo .multiplechoice-area .multiplechoice-options .option-container::before, body.theme-vshojo .game-container .multiplechoice-options .option-container::before {
        border-radius: unset !important; }
    body.theme-vshojo .multiplechoice-area .multiplechoice-options .option-container.right, body.theme-vshojo .game-container .multiplechoice-options .option-container.right {
      border: 4px solid #008000;
      -moz-box-shadow: 0px 0px 1px 4px #006600;
      -webkit-box-shadow: 0px 0px 1px 4px #006600;
      box-shadow: 0px 0px 1px 4px #006600; }
  body.theme-vshojo #show-header {
    height: 164px; }
    body.theme-vshojo #show-header ul.players-list li.player.order-2 {
      border-bottom: 1px solid #ccc; }
  body.theme-vshojo #video-background {
    width: 1920px;
    height: 1080px; }
  body.theme-vshojo .cardFlip {
    margin-left: 30px; }
  body.theme-vshojo .back {
    background-image: url(/images/themes/mtg/magic-back.png) !important;
    width: 200px !important; }
  body.theme-vshojo .red-box,
  body.theme-vshojo .drawing-capture-view .drawing-answer,
  body.theme-vshojo .answer.red-box {
    font-family: 'Source Sans Pro';
    background-image: url(/images/themes/vshojo/answer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
    font-size: 48px;
    line-height: 171px;
    text-shadow: none; }
  body.theme-vshojo .red-box {
    bottom: -10px; }
  body.theme-vshojo .title-box {
    background: url(/images/themes/vshojo/game-title.png) center center no-repeat;
    width: 522px;
    height: 90px;
    margin-left: -261px;
    color: #551c00;
    font-size: 32px;
    text-shadow: none;
    padding: 0px;
    line-height: 97px;
    top: 10px;
    font-family: 'Source Sans Pro'; }
    body.theme-vshojo .title-box .timer-countdown {
      font-size: 50px; }
  body.theme-vshojo .game-box {
    width: 252px;
    height: 58px;
    background: url(/images/themes/vshojo/meta-box.png) center center no-repeat;
    padding: 0px;
    line-height: 59px;
    position: absolute;
    color: #fff;
    font-family: 'Source Sans Pro';
    font-size: 28px;
    padding-top: 0px;
    top: 40px; }
    body.theme-vshojo .game-box.game-box-left {
      left: 30px; }
    body.theme-vshojo .game-box.game-box-right {
      right: 30px; }
  body.theme-vshojo .capture-area {
    background-image: url(/images/themes/vshojo/background.png); }
    body.theme-vshojo .capture-area .episode {
      background-image: url(/images/themes/vshojo/episode-logo.png); }
  body.theme-vshojo #main-capture {
    background-image: url(/images/themes/vshojo/main-background.png); }
  body.theme-vshojo #game-area {
    background-image: url(/images/themes/vshojo/game-board2.png);
    background-position: center 25px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0px;
    height: 696px;
    width: 1266px;
    right: 21px; }
  body.theme-vshojo #main-capture.showBuzzes-on .logo.episode {
    transform: translateX(0); }
  body.theme-vshojo #main-capture .player-plate {
    top: -4px; }
  body.theme-vshojo #main-capture #medias-scorehighlight1,
  body.theme-vshojo #main-capture #medias-scorehighlight2,
  body.theme-vshojo #main-capture #medias-scorehighlight3 {
    display: none; }
  body.theme-vshojo #main-capture #medias-wrong1,
  body.theme-vshojo #main-capture #medias-wrong2,
  body.theme-vshojo #main-capture #medias-wrong3,
  body.theme-vshojo #main-capture #medias-wrong4 {
    bottom: 0px; }
  body.theme-vshojo #main-capture #medias-wrong1 {
    right: 1401px; }
  body.theme-vshojo #main-capture #medias-wrong2 {
    right: 901px; }
  body.theme-vshojo #main-capture #medias-wrong3 {
    right: 439px; }
  body.theme-vshojo #main-capture #medias-wrong4 {
    right: -37px; }
  body.theme-vshojo #main-capture #medias-heart4,
  body.theme-vshojo #main-capture #medias-heart3,
  body.theme-vshojo #main-capture #medias-heart2,
  body.theme-vshojo #main-capture #medias-heart1 {
    top: 0px;
    left: 0px; }
  body.theme-vshojo #main-capture #medias-buzzer4,
  body.theme-vshojo #main-capture #medias-buzzer3,
  body.theme-vshojo #main-capture #medias-buzzer2,
  body.theme-vshojo #main-capture #medias-buzzer1 {
    width: 525px;
    height: 490px;
    top: unset;
    bottom: -60px;
    left: 0px; }
  body.theme-vshojo #main-capture #medias-buzzer1 {
    left: -17px; }
  body.theme-vshojo #main-capture #medias-buzzer2 {
    left: 459px; }
  body.theme-vshojo #main-capture #medias-buzzer3 {
    left: 931px; }
  body.theme-vshojo #main-capture #medias-buzzer4 {
    right: -17px;
    left: unset; }
  body.theme-vshojo #main-capture .matcherino-status-container {
    display: none;
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #f2ac3c;
    bottom: 18px;
    border-radius: 25px; }
    body.theme-vshojo #main-capture .matcherino-status-container .cta {
      padding-right: 12px; }
      body.theme-vshojo #main-capture .matcherino-status-container .cta:after {
        display: none; }
  body.theme-vshojo #main-capture .matcherino-notifier-container {
    display: none;
    bottom: 19px; }
    body.theme-vshojo #main-capture .matcherino-notifier-container .matcherino-donation-notif {
      background: #000;
      border: 2px solid #f2ac3c;
      box-shadow: 0px 0px 15px #f2ac3c;
      border-radius: 25px;
      color: #fff; }
      body.theme-vshojo #main-capture .matcherino-notifier-container .matcherino-donation-notif .amount {
        color: #fff; }
  body.theme-vshojo #main-capture .buzzes {
    display: none;
    width: 540px !important;
    height: 192px;
    bottom: 215px;
    left: 32px !important;
    padding: 27px;
    border: none;
    background: url(/images/themes/vshojo/buzzes-bg.png) top center no-repeat; }
    body.theme-vshojo #main-capture .buzzes li {
      font-family: 'Source Sans Pro';
      height: 38px;
      line-height: 39px;
      border-radius: 0px;
      font-size: 23px; }
      body.theme-vshojo #main-capture .buzzes li:before {
        height: 37px;
        line-height: 37px; }
      body.theme-vshojo #main-capture .buzzes li:nth-child(1) {
        background: #fdbb30;
        color: black; }
  body.theme-vshojo #main-capture div.logo.episode {
    display: none;
    top: 870px;
    left: 50px;
    width: 500px; }
  body.theme-vshojo #main-capture .logo.patreon,
  body.theme-vshojo #main-capture .logo.youtube {
    bottom: 80px;
    display: none; }
  body.theme-vshojo #main-capture .logo.patreon {
    left: 80px; }
  body.theme-vshojo #main-capture .logo.youtube {
    left: 320px; }
  body.theme-vshojo #main-capture .host-overlay {
    width: 644px;
    top: -6px;
    height: 665px;
    left: -3px; }
    body.theme-vshojo #main-capture .host-overlay .host-webcam-cover {
      top: 240px;
      left: 41px;
      width: 558px;
      height: 375px;
      border-radius: 5px; }
    body.theme-vshojo #main-capture .host-overlay .overlay {
      background-image: url(/images/themes/vshojo/host-overlay.png);
      z-index: 2;
      background-size: cover; }
    body.theme-vshojo #main-capture .host-overlay .host-name {
      font-family: 'Source Sans Pro';
      font-size: 36px;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      top: 595px;
      width: 344px;
      line-height: 61px;
      left: 152px;
      height: 61px; }
  body.theme-vshojo #main-capture ul.players-list {
    width: 100%;
    right: unset; }
    body.theme-vshojo #main-capture ul.players-list li.player {
      font-family: 'Source Sans Pro'; }
      body.theme-vshojo #main-capture ul.players-list li.player .drawing-marker {
        border-radius: 0px;
        top: 260px; }
      body.theme-vshojo #main-capture ul.players-list li.player .overlay {
        top: 28px;
        z-index: 2;
        /* left: -2px; */
        width: 467px;
        height: 350px;
        background-size: cover; }
      body.theme-vshojo #main-capture ul.players-list li.player .name {
        font-size: 24px;
        text-align: center;
        top: 310px;
        text-shadow: none;
        text-transform: uppercase;
        left: 65px;
        padding: 0px;
        /* bottom: 30px; */
        top: 308px;
        width: 58%;
        font-size: 30px; }
      body.theme-vshojo #main-capture ul.players-list li.player .webcam-cover {
        width: 412px;
        height: 276px;
        top: 48px;
        left: 8px;
        z-index: 1;
        border-radius: 5px; }
      body.theme-vshojo #main-capture ul.players-list li.player .hearts-list {
        left: 32px;
        top: 51px; }
      body.theme-vshojo #main-capture ul.players-list li.player .score {
        font-family: 'Source Sans Pro';
        right: 11px;
        font-size: 32px;
        width: 98px;
        line-height: 71px; }
      body.theme-vshojo #main-capture ul.players-list li.player:nth-of-type(1) {
        left: 18px;
        top: -6px; }
        body.theme-vshojo #main-capture ul.players-list li.player:nth-of-type(1) .overlay {
          background-image: url(/images/themes/vshojo/player1-overlay.png);
          left: -17px;
          width: 487px;
          height: 360px;
          background-size: contain;
          top: 16px; }
        body.theme-vshojo #main-capture ul.players-list li.player:nth-of-type(1) .webcam-cover {
          left: 21px; }
        body.theme-vshojo #main-capture ul.players-list li.player:nth-of-type(1) .name {
          color: #FFF; }
      body.theme-vshojo #main-capture ul.players-list li.player:nth-of-type(2) {
        left: 507px;
        top: -6px; }
        body.theme-vshojo #main-capture ul.players-list li.player:nth-of-type(2) .overlay {
          background-image: url(/images/themes/vshojo/player2-overlay.png);
          left: -13px; }
        body.theme-vshojo #main-capture ul.players-list li.player:nth-of-type(2) .webcam-cover {
          left: 9px; }
        body.theme-vshojo #main-capture ul.players-list li.player:nth-of-type(2) .name {
          color: #FFF; }
        body.theme-vshojo #main-capture ul.players-list li.player:nth-of-type(2) .score {
          right: 20px; }
      body.theme-vshojo #main-capture ul.players-list li.player:nth-of-type(3) {
        left: 992px;
        top: -6px; }
        body.theme-vshojo #main-capture ul.players-list li.player:nth-of-type(3) .overlay {
          background-image: url(/images/themes/vshojo/player3-overlay.png);
          left: -25px; }
        body.theme-vshojo #main-capture ul.players-list li.player:nth-of-type(3) .webcam-cover {
          left: 0px; }
        body.theme-vshojo #main-capture ul.players-list li.player:nth-of-type(3) .name {
          color: #FFF; }
        body.theme-vshojo #main-capture ul.players-list li.player:nth-of-type(3) .score {
          right: 30px; }
      body.theme-vshojo #main-capture ul.players-list li.player:nth-of-type(4) {
        left: 1471px;
        top: -6px; }
        body.theme-vshojo #main-capture ul.players-list li.player:nth-of-type(4) .overlay {
          background-image: url(/images/themes/vshojo/player4-overlay.png);
          left: -25px; }
        body.theme-vshojo #main-capture ul.players-list li.player:nth-of-type(4) .webcam-cover {
          left: -2px; }
        body.theme-vshojo #main-capture ul.players-list li.player:nth-of-type(4) .name {
          color: #FF; }
        body.theme-vshojo #main-capture ul.players-list li.player:nth-of-type(4) .score {
          right: 34px; }

.hint .reveal-type-zoom {
  border: none !important; }

#show-nav {
  background-image: none !important; }

body.capturing {
  background: none !important; }

.clarendon, body.theme-vshojo3 .game-container .sav-question-container .sav-submission-points,
body.theme-vshojo3 .game-container .sav-question-container .sav-submission-votes,
body.theme-vshojo3 .game-container .sav-question-container .author, body.theme-vshojo3 #countdown-capture .counting {
  font-family: "Clarendon";
  letter-spacing: 1px; }

.frizquadrata, body.theme-vshojo3 .family-feud-question-reveal, body.theme-vshojo3 namethatthing-capture span, body.theme-vshojo3 #discussion-capture, body.theme-vshojo3 .red-box,
body.theme-vshojo3 .drawing-capture-view .drawing-answer,
body.theme-vshojo3 .answer.red-box, body.theme-vshojo3 #main-capture .buzzes li, body.theme-vshojo3 #main-capture .host-overlay .host-name, body.theme-vshojo3 #main-capture ul.players-list li.player, body.theme-vshojo3 #main-capture ul.players-list li.player .score {
  font-family: "FrizQuadrataRegular";
  letter-spacing: 1px; }

body.theme-vshojo3 {
  background: url("/images/themes/vshojo3/background.png"); }
  body.theme-vshojo3 .logo.episode {
    background-image: url(/images/episodes/vshojo3/logo.png); }
  body.theme-vshojo3 .family-feud-question-reveal {
    font-family: 'Source Sans Pro';
    width: 1206px;
    margin-left: 29px;
    padding-top: 30px; }
    body.theme-vshojo3 .family-feud-question-reveal .question-name {
      background-image: url(/images/themes/vshojo3/question-name-bg.png);
      height: 120px;
      margin-right: 0px;
      margin-left: 0px;
      margin-bottom: 20px; }
      body.theme-vshojo3 .family-feud-question-reveal .question-name table {
        height: 90px; }
        body.theme-vshojo3 .family-feud-question-reveal .question-name table td {
          font-size: 30px;
          height: 101px;
          padding: unset; }
    body.theme-vshojo3 .family-feud-question-reveal .answers {
      width: auto; }
      body.theme-vshojo3 .family-feud-question-reveal .answers .answer {
        background: url(/images/themes/vshojo3/answer-box-bg.png) top center no-repeat;
        padding-top: 0px;
        width: 596px;
        margin: 5px 0 24px 0;
        height: 90px;
        font-size: 30px; }
        body.theme-vshojo3 .family-feud-question-reveal .answers .answer table {
          width: 475px;
          height: 78px; }
          body.theme-vshojo3 .family-feud-question-reveal .answers .answer table td {
            padding: 0 10px;
            line-height: 0.9em; }
          body.theme-vshojo3 .family-feud-question-reveal .answers .answer table.text-len-10 {
            font-size: 30px; }
          body.theme-vshojo3 .family-feud-question-reveal .answers .answer table.text-len-20 {
            font-size: 25px; }
          body.theme-vshojo3 .family-feud-question-reveal .answers .answer table.text-len-30 {
            font-size: 22px; }
          body.theme-vshojo3 .family-feud-question-reveal .answers .answer table.text-len-40 {
            font-size: 18px; }
          body.theme-vshojo3 .family-feud-question-reveal .answers .answer table.text-len-50 {
            font-size: 14px; }
        body.theme-vshojo3 .family-feud-question-reveal .answers .answer:before {
          background: #000; }
        body.theme-vshojo3 .family-feud-question-reveal .answers .answer.notshown {
          width: 576px;
          margin-left: 10px; }
          body.theme-vshojo3 .family-feud-question-reveal .answers .answer.notshown:before {
            background: url(/images/themes/vshojo3/answer-box-bg.png) top center no-repeat;
            padding-top: 0px;
            width: 596px;
            margin: 0px 0px 24px -10px;
            height: 90px;
            font-size: 30px; }
        body.theme-vshojo3 .family-feud-question-reveal .answers .answer .points {
          right: 29px;
          top: 5px; }
  body.theme-vshojo3 .name-that-thing-capture-view {
    width: 100%;
    left: unset;
    margin-left: unset; }
    body.theme-vshojo3 .name-that-thing-capture-view .thing-meta {
      padding: 0px; }
    body.theme-vshojo3 .name-that-thing-capture-view .question-meta .game-box {
      position: absolute;
      top: 40px; }
  body.theme-vshojo3 .name-that-thing-capture-view .hints {
    padding-top: 130px; }
  body.theme-vshojo3 .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text {
    background: url(/images/themes/vshojo3/answer-bar.png) top center no-repeat;
    color: #fff !important;
    line-height: 80px;
    height: 80px;
    width: 1244px;
    margin: 0 auto 20px auto;
    font-family: 'Source Sans Pro';
    font-size: 32px; }
  body.theme-vshojo3 namethatthing-capture span {
    font-family: 'Source Sans Pro';
    display: block;
    color: #fff;
    font-size: 34px;
    margin-top: -5px; }
  body.theme-vshojo3 .drawing-capture-view.show-answer .drawing-answer-image {
    display: none; }
  body.theme-vshojo3 .drawing-capture-view {
    width: 100%; }
    body.theme-vshojo3 .drawing-capture-view .drawing-board {
      margin-left: -500px;
      top: 115px; }
  body.theme-vshojo3 drawing-points.game-box-right {
    display: block; }
  body.theme-vshojo3 drawing-points.game-box-right::last-letter {
    size: 3em; }
  body.theme-vshojo3 .drawing-answer {
    color: #fff !important; }
  body.theme-vshojo3 .meta-box,
  body.theme-vshojo3 .sav-question-vote-msg,
  body.theme-vshojo3 .sav-capture-split-view .sav-question,
  body.theme-vshojo3 .sav-capture-split-view .timer-display {
    border-radius: 0px;
    border: 2px solid #ed3d3f;
    background: #a30d0f;
    font-family: 'Source Sans Pro';
    text-transform: uppercase; }
  body.theme-vshojo3 .game-container .sav-capture-view,
  body.theme-vshojo3 .game-container .submit-and-vote-capture-view {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute; }
  body.theme-vshojo3 .game-container .submit-and-vote-capture-view .question-number,
  body.theme-vshojo3 .game-container .submit-and-vote-capture-view .sav-active-question-points {
    top: 40px; }
  body.theme-vshojo3 .game-container .submit-and-vote-capture-view .sav-question-vote-msg {
    padding: 12px 0 8px; }
  body.theme-vshojo3 .game-container .submit-and-vote-capture-view .sav-submission-list,
  body.theme-vshojo3 .game-container .submit-and-vote-capture-view .blank-question {
    top: 140px; }
  body.theme-vshojo3 .game-container .submit-and-vote-capture-view .blank-question {
    position: relative; }
  body.theme-vshojo3 .game-container .sav-question-container .sav-submission-points,
  body.theme-vshojo3 .game-container .sav-question-container .sav-submission-votes,
  body.theme-vshojo3 .game-container .sav-question-container .author {
    font-family: 'Source Sans Pro';
    background: none;
    border: none;
    box-shadow: none; }
  body.theme-vshojo3 .game-container .sav-question-container .author {
    font-size: 46px;
    margin-top: 20px;
    margin-bottom: 10px; }
  body.theme-vshojo3 .game-container .sav-question-container .sav-submission-points,
  body.theme-vshojo3 .game-container .sav-question-container .sav-submission-votes {
    font-size: 30px; }
  body.theme-vshojo3 .game-container .sav-question-inner .image {
    border-radius: 0px;
    border-color: #ed3d3f; }
  body.theme-vshojo3 .typedanswers-capture-view.show-submissions .submissions-area {
    transform: translateX(10px); }
  body.theme-vshojo3 .typedanswers-capture-view.show-submissions .videos-area {
    -webkit-transform: translateX(-190px); }
  body.theme-vshojo3 .typedanswers-capture-view.show-question .title-area {
    -webkit-transform: translateY(20px); }
  body.theme-vshojo3 .typedanswers-capture-view.show-question .videos-area {
    width: 860px;
    height: 483.75px;
    margin-left: -430px;
    overflow: hidden; }
  body.theme-vshojo3 .typedanswers-capture-view .submissions-area.num-players-3 {
    bottom: -4px;
    font-family: 'Source Sans Pro'; }
    body.theme-vshojo3 .typedanswers-capture-view .submissions-area.num-players-3 .submission {
      margin: 0 0 27px 0;
      border: 1px solid #ed3d3f;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 0px;
      font-family: 'Source Sans Pro'; }
    body.theme-vshojo3 .typedanswers-capture-view .submissions-area.num-players-3 .player-name {
      background: #a30d0f;
      border-color: #ed3d3f;
      font-family: 'Source Sans Pro'; }
  body.theme-vshojo3 .typedanswers-capture-view .title-area {
    border: 2px solid #ed3d3f;
    background: rgba(0, 0, 0, 0.7);
    font-family: 'Source Sans Pro';
    height: 92px;
    padding: 0px; }
    body.theme-vshojo3 .typedanswers-capture-view .title-area table {
      height: 90px; }
      body.theme-vshojo3 .typedanswers-capture-view .title-area table td {
        padding: 0px;
        line-height: 60px; }
  body.theme-vshojo3 .typedanswers-capture-view .videos-area {
    border: 2px solid #ed3d3f;
    border-radius: 0px;
    bottom: 24px; }
  body.theme-vshojo3 #discussion-capture {
    background-image: none !important;
    font-family: 'Source Sans Pro'; }
    body.theme-vshojo3 #discussion-capture .discussion-overlay {
      background-image: url(/images/themes/vshojo3/discussion.png);
      v-index: 0; }
    body.theme-vshojo3 #discussion-capture .logo {
      display: none; }
    body.theme-vshojo3 #discussion-capture .host-name,
    body.theme-vshojo3 #discussion-capture .name {
      font-family: 'Source Sans Pro';
      text-transform: uppercase;
      font-size: 48px; }
    body.theme-vshojo3 #discussion-capture .host-overlay {
      background-image: url(/images/themes/vshojo3/discussion.png); }
      body.theme-vshojo3 #discussion-capture .host-overlay .host-webcam-cover {
        width: 555px;
        height: 367px;
        left: -93px;
        top: -403px; }
      body.theme-vshojo3 #discussion-capture .host-overlay .host-name {
        text-align: center;
        top: -52px;
        left: -7px;
        width: 345px;
        color: #fff;
        padding-left: 0px;
        font-size: 30px; }
    body.theme-vshojo3 #discussion-capture .player-image {
      left: 10px !important; }
    body.theme-vshojo3 #discussion-capture li.player .player-plate {
      top: -118px;
      left: 115px;
      width: 345px;
      font-family: 'Source Sans Pro';
      color: #fff; }
      body.theme-vshojo3 #discussion-capture li.player .player-plate .name {
        font-family: 'Source Sans Pro';
        left: 0px;
        width: 80%;
        font-size: 30px; }
    body.theme-vshojo3 #discussion-capture li.player:nth-of-type(1) .webcam-cover {
      left: -3px; }
    body.theme-vshojo3 #discussion-capture li.player:nth-of-type(1) .name {
      color: #fff; }
    body.theme-vshojo3 #discussion-capture li.player.order-0 {
      bottom: 118px;
      left: 4.1%;
      width: 556px;
      top: unset; }
      body.theme-vshojo3 #discussion-capture li.player.order-0 .webcam-cover {
        top: 0px;
        left: 0px;
        width: 100%; }
      body.theme-vshojo3 #discussion-capture li.player.order-0 .player-plate {
        top: unset;
        left: 120px;
        width: 342px;
        bottom: -26px; }
    body.theme-vshojo3 #discussion-capture li.player.order-1 {
      top: 138px;
      left: 13.8%;
      width: 556px; }
      body.theme-vshojo3 #discussion-capture li.player.order-1 .webcam-cover {
        top: -3px;
        left: -3px;
        width: 100%; }
      body.theme-vshojo3 #discussion-capture li.player.order-1 .player-plate {
        top: unset;
        left: 120px;
        width: 342px;
        bottom: -21px; }
    body.theme-vshojo3 #discussion-capture li.player.order-2 {
      top: 134px;
      right: 4%;
      width: 556px; }
      body.theme-vshojo3 #discussion-capture li.player.order-2 .webcam-cover {
        top: 0px;
        left: 0px;
        width: 100%; }
      body.theme-vshojo3 #discussion-capture li.player.order-2 .player-plate {
        top: unset;
        left: 120px;
        width: 342px;
        bottom: -25px; }
    body.theme-vshojo3 #discussion-capture li.player.order-3 {
      bottom: 116px;
      right: 3.99%;
      width: 556px;
      top: unset;
      left: unset; }
      body.theme-vshojo3 #discussion-capture li.player.order-3 .webcam-cover {
        top: 0px;
        left: 0px;
        width: 100%;
        height: 368px; }
      body.theme-vshojo3 #discussion-capture li.player.order-3 .player-plate {
        top: unset;
        left: 120px;
        width: 342px;
        bottom: -22px; }
  body.theme-vshojo3 #discussion-capture .webcam-nameplate .score,
  body.theme-vshojo3 #discussion-capture ul.players-list li.player .player-plate .score {
    display: none; }
  body.theme-vshojo3 #discussion-capture .webcam-nameplate .name,
  body.theme-vshojo3 #discussion-capture ul.players-list li.player .player-plate .name {
    text-align: center; }
  body.theme-vshojo3 .capturing {
    background-image: none !important; }
  body.theme-vshojo3 #countdown-capture {
    background: none !important; }
    body.theme-vshojo3 #countdown-capture .overlay {
      background-image: url(/images/themes/vshojo3/countdown-bg.png);
      height: 100%;
      z-index: 2; }
    body.theme-vshojo3 #countdown-capture .logo {
      display: none; }
    body.theme-vshojo3 #countdown-capture .player-image {
      z-index: 0;
      background-size: cover;
      width: 555px;
      height: 370px; }
      body.theme-vshojo3 #countdown-capture .player-image.order-0 {
        left: 79px;
        bottom: 78px; }
      body.theme-vshojo3 #countdown-capture .player-image.order-1 {
        top: 189px;
        left: 295px; }
      body.theme-vshojo3 #countdown-capture .player-image.order-2 {
        top: 189px;
        right: 78px; }
      body.theme-vshojo3 #countdown-capture .player-image.order-3 {
        bottom: 78px;
        right: 78px; }
    body.theme-vshojo3 #countdown-capture .player-name {
      width: 365px;
      font-family: 'Source Sans Pro';
      color: black;
      text-shadow: none;
      text-transform: uppercase;
      font-size: 40px;
      padding-left: 40px; }
      body.theme-vshojo3 #countdown-capture .player-name.order-0, body.theme-vshojo3 #countdown-capture .player-name.order-3 {
        bottom: 43px; }
      body.theme-vshojo3 #countdown-capture .player-name.order-1, body.theme-vshojo3 #countdown-capture .player-name.order-2 {
        top: 545px; }
      body.theme-vshojo3 #countdown-capture .player-name.order-0 {
        color: #fff;
        left: 172px;
        padding-left: 0px;
        font-size: 34px; }
      body.theme-vshojo3 #countdown-capture .player-name.order-1 {
        left: 395px;
        padding-left: 0px;
        color: #fff;
        font-size: 34px; }
      body.theme-vshojo3 #countdown-capture .player-name.order-2 {
        right: 172px;
        padding-left: 0px;
        color: #fff; }
      body.theme-vshojo3 #countdown-capture .player-name.order-3 {
        right: 172px;
        padding-left: 0px;
        color: #fff;
        font-size: 34px; }
    body.theme-vshojo3 #countdown-capture .countdown {
      top: 35px;
      right: -40px;
      z-index: 40;
      background: none; }
    body.theme-vshojo3 #countdown-capture .counting {
      font-family: 'Source Sans Pro';
      letter-spacing: 8px;
      font-size: 40px; }
  body.theme-vshojo3 #signoff-capture {
    background: url(/images/themes/vshojo3/message-bg.png); }
    body.theme-vshojo3 #signoff-capture .signoff-message {
      top: 675px;
      font-size: 60px;
      color: #e6d948 !important;
      width: 1300px;
      height: 122px;
      line-height: 122px;
      font-family: "Source Sans Pro";
      text-transform: uppercase;
      font-weight: 900;
      color: #000;
      left: 50%;
      margin-left: -635px;
      letter-spacing: 1px; }
      body.theme-vshojo3 #signoff-capture .signoff-message .gradient-text {
        text-shadow: none;
        -webkit-text-fill-color: inherit; }
        body.theme-vshojo3 #signoff-capture .signoff-message .gradient-text:after {
          display: none;
          opacity: 0;
          content: ""; }
    body.theme-vshojo3 #signoff-capture .matcherino-status-container {
      display: none; }
  body.theme-vshojo3 .multiplechoice-area, body.theme-vshojo3 .game-container {
    font-family: 'Source Sans Pro' !important; }
    body.theme-vshojo3 .multiplechoice-area .multiplechoice-options .option-container, body.theme-vshojo3 .game-container .multiplechoice-options .option-container {
      border: 2px solid #ffd366;
      border-radius: unset !important;
      -moz-box-shadow: 0px 0px 1px 4px #c8a55b;
      -webkit-box-shadow: 0px 0px 1px 4px #c8a55b;
      box-shadow: 0px 0px 1px 4px #c8a55b; }
      body.theme-vshojo3 .multiplechoice-area .multiplechoice-options .option-container::before, body.theme-vshojo3 .game-container .multiplechoice-options .option-container::before {
        border-radius: unset !important; }
    body.theme-vshojo3 .multiplechoice-area .multiplechoice-options .option-container.right, body.theme-vshojo3 .game-container .multiplechoice-options .option-container.right {
      border: 4px solid #008000;
      -moz-box-shadow: 0px 0px 1px 4px #006600;
      -webkit-box-shadow: 0px 0px 1px 4px #006600;
      box-shadow: 0px 0px 1px 4px #006600; }
  body.theme-vshojo3 #show-header {
    height: 164px; }
    body.theme-vshojo3 #show-header ul.players-list li.player.order-2 {
      border-bottom: 1px solid #ccc; }
  body.theme-vshojo3 #video-background {
    width: 1920px;
    height: 1080px; }
  body.theme-vshojo3 .cardFlip {
    margin-left: 30px; }
  body.theme-vshojo3 .back {
    background-image: url(/images/themes/mtg/magic-back.png) !important;
    width: 200px !important; }
  body.theme-vshojo3 .red-box,
  body.theme-vshojo3 .drawing-capture-view .drawing-answer,
  body.theme-vshojo3 .answer.red-box {
    font-family: 'Source Sans Pro';
    background-image: url(/images/themes/vshojo3/answer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
    font-size: 48px;
    line-height: 171px;
    text-shadow: none; }
  body.theme-vshojo3 .red-box {
    bottom: -10px; }
  body.theme-vshojo3 .title-box {
    background: url(/images/themes/vshojo3/game-title.png) center center no-repeat;
    width: 522px;
    height: 90px;
    margin-left: -261px;
    color: #551c00;
    font-size: 32px;
    text-shadow: none;
    padding: 0px;
    line-height: 97px;
    top: 10px;
    font-family: 'Source Sans Pro'; }
    body.theme-vshojo3 .title-box .timer-countdown {
      font-size: 50px; }
  body.theme-vshojo3 .game-box {
    width: 252px;
    height: 58px;
    background: url(/images/themes/vshojo3/meta-box.png) center center no-repeat;
    padding: 0px;
    line-height: 59px;
    position: absolute;
    color: #fff;
    font-family: 'Source Sans Pro';
    font-size: 28px;
    padding-top: 0px;
    top: 40px; }
    body.theme-vshojo3 .game-box.game-box-left {
      left: 30px; }
    body.theme-vshojo3 .game-box.game-box-right {
      right: 30px; }
  body.theme-vshojo3 .capture-area {
    background-image: url(/images/themes/vshojo3/background.png); }
    body.theme-vshojo3 .capture-area .episode {
      background-image: url(/images/themes/vshojo3/episode-logo.png); }
  body.theme-vshojo3 #main-capture {
    background-image: url(/images/themes/vshojo3/main-background.png); }
  body.theme-vshojo3 #game-area {
    background-image: url(/images/themes/vshojo3/game-board2.png);
    background-position: center 25px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0px;
    height: 696px;
    width: 1266px;
    right: 21px; }
  body.theme-vshojo3 #main-capture.showBuzzes-on .logo.episode {
    transform: translateX(0); }
  body.theme-vshojo3 #main-capture .player-plate {
    top: -4px; }
  body.theme-vshojo3 #main-capture #medias-scorehighlight1,
  body.theme-vshojo3 #main-capture #medias-scorehighlight2,
  body.theme-vshojo3 #main-capture #medias-scorehighlight3 {
    display: none; }
  body.theme-vshojo3 #main-capture #medias-wrong1,
  body.theme-vshojo3 #main-capture #medias-wrong2,
  body.theme-vshojo3 #main-capture #medias-wrong3,
  body.theme-vshojo3 #main-capture #medias-wrong4 {
    bottom: 0px; }
  body.theme-vshojo3 #main-capture #medias-wrong1 {
    right: 1401px; }
  body.theme-vshojo3 #main-capture #medias-wrong2 {
    right: 901px; }
  body.theme-vshojo3 #main-capture #medias-wrong3 {
    right: 439px; }
  body.theme-vshojo3 #main-capture #medias-wrong4 {
    right: -37px; }
  body.theme-vshojo3 #main-capture #medias-heart4,
  body.theme-vshojo3 #main-capture #medias-heart3,
  body.theme-vshojo3 #main-capture #medias-heart2,
  body.theme-vshojo3 #main-capture #medias-heart1 {
    top: 0px;
    left: 0px; }
  body.theme-vshojo3 #main-capture #medias-buzzer4,
  body.theme-vshojo3 #main-capture #medias-buzzer3,
  body.theme-vshojo3 #main-capture #medias-buzzer2,
  body.theme-vshojo3 #main-capture #medias-buzzer1 {
    width: 525px;
    height: 490px;
    top: unset;
    bottom: -60px;
    left: 0px; }
  body.theme-vshojo3 #main-capture #medias-buzzer1 {
    left: -17px; }
  body.theme-vshojo3 #main-capture #medias-buzzer2 {
    left: 459px; }
  body.theme-vshojo3 #main-capture #medias-buzzer3 {
    left: 931px; }
  body.theme-vshojo3 #main-capture #medias-buzzer4 {
    right: -17px;
    left: unset; }
  body.theme-vshojo3 #main-capture .matcherino-status-container {
    display: none;
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #f2ac3c;
    bottom: 18px;
    border-radius: 25px; }
    body.theme-vshojo3 #main-capture .matcherino-status-container .cta {
      padding-right: 12px; }
      body.theme-vshojo3 #main-capture .matcherino-status-container .cta:after {
        display: none; }
  body.theme-vshojo3 #main-capture .matcherino-notifier-container {
    display: none;
    bottom: 19px; }
    body.theme-vshojo3 #main-capture .matcherino-notifier-container .matcherino-donation-notif {
      background: #000;
      border: 2px solid #f2ac3c;
      box-shadow: 0px 0px 15px #f2ac3c;
      border-radius: 25px;
      color: #fff; }
      body.theme-vshojo3 #main-capture .matcherino-notifier-container .matcherino-donation-notif .amount {
        color: #fff; }
  body.theme-vshojo3 #main-capture .buzzes {
    display: none;
    width: 540px !important;
    height: 192px;
    bottom: 215px;
    left: 32px !important;
    padding: 27px;
    border: none;
    background: url(/images/themes/vshojo3/buzzes-bg.png) top center no-repeat; }
    body.theme-vshojo3 #main-capture .buzzes li {
      font-family: 'Source Sans Pro';
      height: 38px;
      line-height: 39px;
      border-radius: 0px;
      font-size: 23px; }
      body.theme-vshojo3 #main-capture .buzzes li:before {
        height: 37px;
        line-height: 37px; }
      body.theme-vshojo3 #main-capture .buzzes li:nth-child(1) {
        background: #fdbb30;
        color: black; }
  body.theme-vshojo3 #main-capture div.logo.episode {
    display: none;
    top: 870px;
    left: 50px;
    width: 500px; }
  body.theme-vshojo3 #main-capture .logo.patreon,
  body.theme-vshojo3 #main-capture .logo.youtube {
    bottom: 80px;
    display: none; }
  body.theme-vshojo3 #main-capture .logo.patreon {
    left: 80px; }
  body.theme-vshojo3 #main-capture .logo.youtube {
    left: 320px; }
  body.theme-vshojo3 #main-capture .host-overlay {
    width: 644px;
    top: -6px;
    height: 665px;
    left: -3px; }
    body.theme-vshojo3 #main-capture .host-overlay .host-webcam-cover {
      top: 240px;
      left: 41px;
      width: 558px;
      height: 375px;
      border-radius: 5px; }
    body.theme-vshojo3 #main-capture .host-overlay .overlay {
      background-image: url(/images/themes/vshojo3/host-overlay.png);
      z-index: 2;
      background-size: cover; }
    body.theme-vshojo3 #main-capture .host-overlay .host-name {
      font-family: 'Source Sans Pro';
      font-size: 36px;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      top: 595px;
      width: 344px;
      line-height: 61px;
      left: 152px;
      height: 61px; }
  body.theme-vshojo3 #main-capture ul.players-list {
    width: 100%;
    right: unset; }
    body.theme-vshojo3 #main-capture ul.players-list li.player {
      font-family: 'Source Sans Pro'; }
      body.theme-vshojo3 #main-capture ul.players-list li.player .drawing-marker {
        border-radius: 0px;
        top: 260px; }
      body.theme-vshojo3 #main-capture ul.players-list li.player .overlay {
        top: 28px;
        z-index: 2;
        /* left: -2px; */
        width: 467px;
        height: 350px;
        background-size: cover; }
      body.theme-vshojo3 #main-capture ul.players-list li.player .name {
        font-size: 24px;
        text-align: center;
        top: 310px;
        text-shadow: none;
        text-transform: uppercase;
        left: 65px;
        padding: 0px;
        /* bottom: 30px; */
        top: 308px;
        width: 58%;
        font-size: 30px; }
      body.theme-vshojo3 #main-capture ul.players-list li.player .webcam-cover {
        width: 412px;
        height: 276px;
        top: 48px;
        left: 8px;
        z-index: 1;
        border-radius: 5px; }
      body.theme-vshojo3 #main-capture ul.players-list li.player .hearts-list {
        left: 32px;
        top: 51px; }
      body.theme-vshojo3 #main-capture ul.players-list li.player .score {
        font-family: 'Source Sans Pro';
        right: 11px;
        font-size: 32px;
        width: 98px;
        line-height: 71px; }
      body.theme-vshojo3 #main-capture ul.players-list li.player:nth-of-type(1) {
        left: 218px;
        top: -6px; }
        body.theme-vshojo3 #main-capture ul.players-list li.player:nth-of-type(1) .overlay {
          background-image: url(/images/themes/vshojo3/player1-overlay.png);
          left: -17px;
          width: 487px;
          height: 360px;
          background-size: contain;
          top: 16px; }
        body.theme-vshojo3 #main-capture ul.players-list li.player:nth-of-type(1) .webcam-cover {
          left: 21px; }
        body.theme-vshojo3 #main-capture ul.players-list li.player:nth-of-type(1) .name {
          color: #FFF; }
      body.theme-vshojo3 #main-capture ul.players-list li.player:nth-of-type(2) {
        left: 744px;
        top: -6px; }
        body.theme-vshojo3 #main-capture ul.players-list li.player:nth-of-type(2) .overlay {
          background-image: url(/images/themes/vshojo3/player2-overlay.png);
          left: -13px; }
        body.theme-vshojo3 #main-capture ul.players-list li.player:nth-of-type(2) .webcam-cover {
          left: 9px; }
        body.theme-vshojo3 #main-capture ul.players-list li.player:nth-of-type(2) .name {
          color: #FFF; }
        body.theme-vshojo3 #main-capture ul.players-list li.player:nth-of-type(2) .score {
          right: 20px; }
      body.theme-vshojo3 #main-capture ul.players-list li.player:nth-of-type(3) {
        left: 1268px;
        top: -6px; }
        body.theme-vshojo3 #main-capture ul.players-list li.player:nth-of-type(3) .overlay {
          background-image: url(/images/themes/vshojo3/player3-overlay.png);
          left: -25px; }
        body.theme-vshojo3 #main-capture ul.players-list li.player:nth-of-type(3) .webcam-cover {
          left: 0px; }
        body.theme-vshojo3 #main-capture ul.players-list li.player:nth-of-type(3) .name {
          color: #FFF; }
        body.theme-vshojo3 #main-capture ul.players-list li.player:nth-of-type(3) .score {
          right: 30px; }
      body.theme-vshojo3 #main-capture ul.players-list li.player:nth-of-type(4) {
        left: 1471px;
        top: -6px; }
        body.theme-vshojo3 #main-capture ul.players-list li.player:nth-of-type(4) .overlay {
          background-image: url(/images/themes/vshojo3/player4-overlay.png);
          left: -25px; }
        body.theme-vshojo3 #main-capture ul.players-list li.player:nth-of-type(4) .webcam-cover {
          left: -2px; }
        body.theme-vshojo3 #main-capture ul.players-list li.player:nth-of-type(4) .name {
          color: #FF; }
        body.theme-vshojo3 #main-capture ul.players-list li.player:nth-of-type(4) .score {
          right: 34px; }

.hint .reveal-type-zoom {
  border: none !important; }

.player-bg, body.theme-vtuber2024 .red-box,
body.theme-vtuber2024 .drawing-capture-view .drawing-answer,
body.theme-vtuber2024 .answer.red-box, body.theme-vtuber2024 #main-capture ul.players-list li.player .player-plate {
  background: none;
    background-border: none; }

.blink, body.theme-vtuber2024 #main-capture ul.players-list li.player.buzzed .buzzer-overlay {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite; }

@keyframes blink-animation {
  to {
    visibility: hidden;
    background-color: yellow; } }

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
    background-color: yellow; } }

#show-nav {
  background-image: none !important; }

body.capturing {
  background: none !important; }

.clarendon, body.theme-vtuber2024 .game-container .sav-question-container .sav-submission-points,
body.theme-vtuber2024 .game-container .sav-question-container .sav-submission-votes,
body.theme-vtuber2024 .game-container .sav-question-container .author, body.theme-vtuber2024 #countdown-capture .counting {
  font-family: "Clarendon";
  letter-spacing: 1px; }

.tungsten, body.theme-vtuber2024 .family-feud-question-reveal, body.theme-vtuber2024 .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text, body.theme-vtuber2024 namethatthing-capture span, body.theme-vtuber2024 .typedanswers-capture-view .submissions-area.num-players-3, body.theme-vtuber2024 .typedanswers-capture-view .submissions-area.num-players-3 .submission, body.theme-vtuber2024 .typedanswers-capture-view .submissions-area.num-players-3 .player-name, body.theme-vtuber2024 .typedanswers-capture-view .title-area, body.theme-vtuber2024 #discussion-capture, body.theme-vtuber2024 #discussion-capture .host-name,
body.theme-vtuber2024 #discussion-capture .name, body.theme-vtuber2024 #countdown-capture .player-name, body.theme-vtuber2024 #countdown-capture .countdown, body.theme-vtuber2024 .red-box,
body.theme-vtuber2024 .drawing-capture-view .drawing-answer,
body.theme-vtuber2024 .answer.red-box, body.theme-vtuber2024 .title-box, body.theme-vtuber2024 .game-box, body.theme-vtuber2024 #main-capture .buzzes li, body.theme-vtuber2024 #main-capture .host-overlay .host-name, body.theme-vtuber2024 #main-capture ul.players-list li.player, body.theme-vtuber2024 #main-capture ul.players-list li.player .player-plate .score {
  font-family: "tungsten";
  letter-spacing: 1px; }

body.theme-vtuber2024 {
  background: unset;
  background-color: #14a0e2; }
  body.theme-vtuber2024 .logo.episode {
    background-image: url(/images/episodes/valorant/logo.png); }
  body.theme-vtuber2024 #production .panel-players-list .hearts-list, body.theme-vtuber2024 #player-view .panel-players-list .hearts-list {
    position: absolute;
    left: 50%; }
  body.theme-vtuber2024 #production .family-feud-question-reveal, body.theme-vtuber2024 #player-view .family-feud-question-reveal {
    height: 100%;
    background-image: url(/images/themes/vtuber2024/gameboard/family_feud/game-board-ff.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 2px solid #e1e1e1; }
    body.theme-vtuber2024 #production .family-feud-question-reveal .question-name, body.theme-vtuber2024 #player-view .family-feud-question-reveal .question-name {
      background-image: none !important;
      background-color: #9b51e0;
      border-radius: 10px;
      display: flex;
      align-items: center; }
      body.theme-vtuber2024 #production .family-feud-question-reveal .question-name table td, body.theme-vtuber2024 #player-view .family-feud-question-reveal .question-name table td {
        font-size: 40px; }
    body.theme-vtuber2024 #production .family-feud-question-reveal .answers, body.theme-vtuber2024 #player-view .family-feud-question-reveal .answers {
      row-gap: 20px; }
      body.theme-vtuber2024 #production .family-feud-question-reveal .answers .answer, body.theme-vtuber2024 #player-view .family-feud-question-reveal .answers .answer {
        height: 75px; }
        body.theme-vtuber2024 #production .family-feud-question-reveal .answers .answer table, body.theme-vtuber2024 #player-view .family-feud-question-reveal .answers .answer table {
          height: 75px; }
          body.theme-vtuber2024 #production .family-feud-question-reveal .answers .answer table td, body.theme-vtuber2024 #player-view .family-feud-question-reveal .answers .answer table td {
            font-size: 30px; }
        body.theme-vtuber2024 #production .family-feud-question-reveal .answers .answer .points, body.theme-vtuber2024 #player-view .family-feud-question-reveal .answers .answer .points {
          font-size: 30px;
          height: 75px; }
  body.theme-vtuber2024 .family-feud-capture-view {
    height: 100%;
    background-image: url(/images/themes/vtuber2024/gameboard/family_feud/game-board-ff.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 2px solid #e1e1e1; }
  body.theme-vtuber2024 .family-feud-question-reveal {
    width: 100%;
    margin-left: unset;
    padding-top: 20px;
    float: unset;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 20px; }
    body.theme-vtuber2024 .family-feud-question-reveal .question-name {
      height: 100px;
      margin: 0px;
      margin-left: 80px;
      margin-right: 80px;
      background-image: none !important;
      background-color: #9b51e0;
      border-radius: 10px;
      display: flex;
      align-items: center; }
      body.theme-vtuber2024 .family-feud-question-reveal .question-name table {
        height: 100%; }
        body.theme-vtuber2024 .family-feud-question-reveal .question-name table td {
          font-size: 33px;
          height: 100px;
          padding: unset; }
    body.theme-vtuber2024 .family-feud-question-reveal .answers {
      width: auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-auto-flow: column;
      grid-template-rows: repeat(4, 1fr);
      padding: 0px;
      float: unset;
      column-gap: 20px;
      row-gap: 20px;
      padding-left: 80px;
      padding-right: 80px;
      margin-bottom: 20px; }
      body.theme-vtuber2024 .family-feud-question-reveal .answers .answer {
        background-image: none !important;
        background-color: #fff;
        padding-top: 0px;
        width: 100%;
        border-radius: 20px;
        height: 100px;
        font-size: 30px;
        margin: unset;
        padding: unset;
        text-shadow: none;
        color: #000; }
        body.theme-vtuber2024 .family-feud-question-reveal .answers .answer table {
          width: 100%;
          height: 112px;
          text-align: left; }
          body.theme-vtuber2024 .family-feud-question-reveal .answers .answer table td {
            padding: 0 10px;
            line-height: 0.9em;
            font-size: 30px !important;
            padding-left: 60px; }
          body.theme-vtuber2024 .family-feud-question-reveal .answers .answer table.text-len-10 {
            font-size: 30px; }
          body.theme-vtuber2024 .family-feud-question-reveal .answers .answer table.text-len-20 {
            font-size: 25px; }
          body.theme-vtuber2024 .family-feud-question-reveal .answers .answer table.text-len-30 {
            font-size: 22px; }
          body.theme-vtuber2024 .family-feud-question-reveal .answers .answer table.text-len-40 {
            font-size: 18px; }
          body.theme-vtuber2024 .family-feud-question-reveal .answers .answer table.text-len-50 {
            font-size: 14px; }
        body.theme-vtuber2024 .family-feud-question-reveal .answers .answer:before {
          background: #000; }
        body.theme-vtuber2024 .family-feud-question-reveal .answers .answer.notshown {
          width: 100%;
          margin-left: 0px; }
          body.theme-vtuber2024 .family-feud-question-reveal .answers .answer.notshown:before {
            opacity: 1;
            background-color: #061c29;
            top: 0px;
            left: 0%;
            margin: 0px;
            border: 1px solid #fff;
            border-radius: 20px; }
        body.theme-vtuber2024 .family-feud-question-reveal .answers .answer .points {
          border-left: 4px solid rgba(178, 117, 0, 0.25);
          right: 0px;
          padding-top: 0px;
          width: 110px;
          top: -1px;
          height: 112px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 30px;
          text-shadow: none;
          color: #000;
          top: -1px;
          border: none; }
  body.theme-vtuber2024 #production .name-that-thing-capture-view .title-box, body.theme-vtuber2024 #player-view .name-that-thing-capture-view .title-box {
    background-image: none !important;
    background-color: #9b51e0;
    top: 0px !important;
    height: 70px;
    border-radius: 10px;
    font-size: 45px; }
  body.theme-vtuber2024 #production .name-that-thing-capture-view.hint-type-zoomOut .hint, body.theme-vtuber2024 #player-view .name-that-thing-capture-view.hint-type-zoomOut .hint {
    background-color: unset !important; }
  body.theme-vtuber2024 #production .name-that-thing-capture-view.audio .hint, body.theme-vtuber2024 #player-view .name-that-thing-capture-view.audio .hint {
    background-color: rgba(155, 81, 224, 0.7) !important;
    border: 1px solid #e1e1e1; }
  body.theme-vtuber2024 #production .name-that-thing-capture-view.audio .audio-container, body.theme-vtuber2024 #player-view .name-that-thing-capture-view.audio .audio-container {
    background: none !important;
    width: 96.4%;
    height: 50px;
    left: 0px;
    margin-left: 24px;
    top: 57% !important; }
    body.theme-vtuber2024 #production .name-that-thing-capture-view.audio .audio-container .audio-icon, body.theme-vtuber2024 #player-view .name-that-thing-capture-view.audio .audio-container .audio-icon {
      width: 50px;
      height: 50px;
      top: -85px; }
  body.theme-vtuber2024 #production .name-that-thing-capture-view .hints, body.theme-vtuber2024 #player-view .name-that-thing-capture-view .hints {
    padding-left: 2%;
    padding-right: 2%; }
    body.theme-vtuber2024 #production .name-that-thing-capture-view .hints .hint, body.theme-vtuber2024 #player-view .name-that-thing-capture-view .hints .hint {
      height: 80px !important;
      font-size: 40px !important; }
  body.theme-vtuber2024 #production .name-that-thing-capture-view .question-meta .game-box-left, body.theme-vtuber2024 #player-view .name-that-thing-capture-view .question-meta .game-box-left {
    left: 2%;
    background-image: none;
    background-color: #fff;
    height: 70px;
    border-radius: 40px;
    color: #000;
    width: 300px; }
  body.theme-vtuber2024 #production .name-that-thing-capture-view .question-meta .game-box-right, body.theme-vtuber2024 #player-view .name-that-thing-capture-view .question-meta .game-box-right {
    right: 2%;
    background-image: none;
    background-color: #fff;
    height: 70px;
    border-radius: 40px;
    color: #000;
    width: 300px; }
  body.theme-vtuber2024 #production .name-that-thing-capture-view .answer.red-box, body.theme-vtuber2024 #player-view .name-that-thing-capture-view .answer.red-box {
    bottom: -20px !important;
    height: 80px !important;
    margin-left: 2%;
    width: 96%;
    background-image: none;
    border: none;
    background-color: #591b93;
    border-radius: 20px; }
    body.theme-vtuber2024 #production .name-that-thing-capture-view .answer.red-box span, body.theme-vtuber2024 #player-view .name-that-thing-capture-view .answer.red-box span {
      font-size: 40px !important; }
  body.theme-vtuber2024 .name-that-thing-capture-view {
    background-image: url(/images/themes/vtuber2024/gameboard/name_that_thing/game-board-ntt.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 2px solid #e1e1e1;
    left: unset;
    margin-left: unset;
    width: 100%;
    height: 100%;
    position: static; }
    body.theme-vtuber2024 .name-that-thing-capture-view .hints-container {
      top: 4% !important;
      height: 96% !important; }
    body.theme-vtuber2024 .name-that-thing-capture-view .active-question {
      height: 80%; }
      body.theme-vtuber2024 .name-that-thing-capture-view .active-question .audio .hint {
        background-color: rgba(155, 81, 224, 0.7) !important;
        border: 1px solid #e1e1e1; }
      body.theme-vtuber2024 .name-that-thing-capture-view .active-question .hints {
        height: 100%;
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly; }
        body.theme-vtuber2024 .name-that-thing-capture-view .active-question .hints .hint {
          width: 100% !important;
          display: flex;
          align-items: center;
          justify-content: center;
          background-image: none !important;
          background-color: #fff;
          border-radius: 10px;
          height: 70px !important;
          color: #000 !important;
          text-shadow: none;
          box-shadow: none;
          font-size: 40px !important; }
    body.theme-vtuber2024 .name-that-thing-capture-view .answer.red-box {
      position: relative;
      bottom: 0px;
      margin-top: 0px;
      color: #fff !important;
      font-size: 64px !important;
      width: 90%;
      left: unset;
      margin-left: 5%;
      height: 100px !important;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #591b93;
      border-radius: 20px; }
      body.theme-vtuber2024 .name-that-thing-capture-view .answer.red-box span {
        font-size: 60px !important; }
    body.theme-vtuber2024 .name-that-thing-capture-view .title-box {
      width: 445px;
      margin-left: unset;
      top: -30px;
      background-size: cover;
      margin-left: -220px;
      padding-top: unset;
      left: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: none !important;
      background-color: #9b51e0;
      height: 70px;
      border-radius: 10px;
      font-size: 45px; }
    body.theme-vtuber2024 .name-that-thing-capture-view .thing-meta {
      padding: 0px; }
    body.theme-vtuber2024 .name-that-thing-capture-view .question-meta .game-box {
      margin-top: 20px;
      position: absolute;
      top: 40px;
      width: 352px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 40px !important;
      gap: 10px;
      background-image: none;
      background-color: #fff;
      height: 70px;
      border-radius: 40px;
      color: #000; }
    body.theme-vtuber2024 .name-that-thing-capture-view .question-meta .game-box-left {
      left: 5%; }
    body.theme-vtuber2024 .name-that-thing-capture-view .question-meta .game-box-right {
      right: 5%; }
    body.theme-vtuber2024 .name-that-thing-capture-view.hint-type-zoomOut .hint {
      background-color: unset !important; }
    body.theme-vtuber2024 .name-that-thing-capture-view.audio {
      background-image: url(/images/themes/vtuber2024/gameboard/sound/game-board-sound.png);
      background-size: cover;
      border-radius: 20px;
      border: 2px solid #e1e1e1; }
      body.theme-vtuber2024 .name-that-thing-capture-view.audio .answer.red-box {
        bottom: 80px; }
      body.theme-vtuber2024 .name-that-thing-capture-view.audio .hint {
        box-shadow: none !important;
        background-color: rgba(155, 81, 224, 0.7) !important;
        border: 1px solid #e1e1e1; }
        body.theme-vtuber2024 .name-that-thing-capture-view.audio .hint .audio-container {
          top: 56%;
          background: none;
          border: none;
          height: 60px;
          width: 90.2%;
          margin-left: 0px;
          left: 55px; }
          body.theme-vtuber2024 .name-that-thing-capture-view.audio .hint .audio-container .audio-icon {
            position: absolute;
            top: -150px;
            left: 45%;
            width: 100px;
            height: 100px;
            background: url(/images/themes/vshojo-chaos/audio-icon.png) center center no-repeat;
            background-size: cover; }
  body.theme-vtuber2024 .num-hints-1 .hint.type-image .image-border {
    background: none !important; }
  body.theme-vtuber2024 .name-that-thing-capture-view .hints {
    padding-top: 130px; }
  body.theme-vtuber2024 .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text {
    margin: 0 auto 20px auto;
    font-size: 32px; }
  body.theme-vtuber2024 namethatthing-capture span {
    display: block;
    color: #fff;
    font-size: 34px;
    margin-top: -5px; }
  body.theme-vtuber2024 #production .drawing-capture-view .drawing-board, body.theme-vtuber2024 #player-view .drawing-capture-view .drawing-board {
    width: 80%;
    left: 50%;
    margin-left: -40%;
    top: 20%;
    height: 75%; }
  body.theme-vtuber2024 #production .drawing-capture-view .drawing-answer, body.theme-vtuber2024 #player-view .drawing-capture-view .drawing-answer {
    height: 80px;
    bottom: 50px;
    font-size: 50px !important;
    background-color: #591b93;
    border-radius: 20px; }
  body.theme-vtuber2024 .drawing-capture-view.show-answer .drawing-answer-image {
    display: none; }
  body.theme-vtuber2024 .drawing-production-view .drawing-capture-view .drawing-board {
    top: 15%;
    position: relative;
    margin-left: -37%;
    left: 60%;
    height: 50%; }
  body.theme-vtuber2024 .drawing-capture-view {
    background-image: url(/images/themes/vtuber2024/gameboard/drawing/game-board-drawing.png);
    border: 2px solid #e1e1e1;
    background-size: cover;
    background-repeat: no-repeat;
    left: unset;
    margin-left: unset;
    width: 100%;
    height: 100%; }
    body.theme-vtuber2024 .drawing-capture-view .title-box {
      width: 445px;
      margin-left: unset;
      top: 1px;
      background-size: cover;
      margin-left: -220px;
      padding-top: unset;
      left: 50%;
      background-image: none !important;
      background-color: #9b51e0;
      height: 70px;
      border-radius: 10px;
      font-size: 45px; }
      body.theme-vtuber2024 .drawing-capture-view .title-box .timer-display {
        height: 100%; }
        body.theme-vtuber2024 .drawing-capture-view .title-box .timer-display .timer-display-container {
          height: 100%; }
          body.theme-vtuber2024 .drawing-capture-view .title-box .timer-display .timer-display-container .timer-countdown {
            font-size: 64px !important;
            height: 100%;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center; }
    body.theme-vtuber2024 .drawing-capture-view .drawing-board {
      top: 20%;
      position: relative;
      left: 50%;
      width: 80%;
      margin-left: -40%;
      height: 75%; }
    body.theme-vtuber2024 .drawing-capture-view .game-box {
      background-image: none !important;
      background-color: #fff !important;
      color: #000 !important;
      line-height: 70px !important;
      height: 70px;
      border-radius: 40px;
      font-size: 40px !important; }
      body.theme-vtuber2024 .drawing-capture-view .game-box .game-box-left {
        left: 5%;
        margin-top: 20px;
        width: 352px;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 40px !important; }
  body.theme-vtuber2024 drawing-points.game-box-right {
    display: block;
    margin-top: 0px !important;
    right: 5% !important;
    background-size: cover;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px !important; }
  body.theme-vtuber2024 drawing-points.game-box-right::last-letter {
    size: 3em; }
  body.theme-vtuber2024 .drawing-answer {
    color: #fff !important;
    font-size: 60px !important;
    bottom: 90px;
    width: 90%;
    left: unset;
    margin-left: 5%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #591b93 !important;
    border-radius: 20px; }
  body.theme-vtuber2024 .meta-box,
  body.theme-vtuber2024 .sav-question-vote-msg,
  body.theme-vtuber2024 .sav-capture-split-view .sav-question,
  body.theme-vtuber2024 .sav-capture-split-view .timer-display {
    border-radius: 0px;
    border: 2px solid #ed3d3f;
    background: #a30d0f;
    font-family: 'FrizQuadrataRegular';
    text-transform: uppercase; }
  body.theme-vtuber2024 .game-container .sav-capture-view,
  body.theme-vtuber2024 .game-container .submit-and-vote-capture-view {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute; }
  body.theme-vtuber2024 .game-container .submit-and-vote-capture-view .question-number,
  body.theme-vtuber2024 .game-container .submit-and-vote-capture-view .sav-active-question-points {
    top: 40px; }
  body.theme-vtuber2024 .game-container .submit-and-vote-capture-view .sav-question-vote-msg {
    padding: 12px 0 8px; }
  body.theme-vtuber2024 .game-container .submit-and-vote-capture-view .sav-submission-list,
  body.theme-vtuber2024 .game-container .submit-and-vote-capture-view .blank-question {
    top: 140px; }
  body.theme-vtuber2024 .game-container .submit-and-vote-capture-view .blank-question {
    position: relative; }
  body.theme-vtuber2024 .game-container .sav-question-container .sav-submission-points,
  body.theme-vtuber2024 .game-container .sav-question-container .sav-submission-votes,
  body.theme-vtuber2024 .game-container .sav-question-container .author {
    background: none;
    border: none;
    box-shadow: none; }
  body.theme-vtuber2024 .game-container .sav-question-container .author {
    font-size: 46px;
    margin-top: 20px;
    margin-bottom: 10px; }
  body.theme-vtuber2024 .game-container .sav-question-container .sav-submission-points,
  body.theme-vtuber2024 .game-container .sav-question-container .sav-submission-votes {
    font-size: 30px; }
  body.theme-vtuber2024 .game-container .sav-question-inner .image {
    border-radius: 0px;
    border-color: #ed3d3f; }
  body.theme-vtuber2024 .typedanswers-capture-view.show-submissions .submissions-area {
    transform: translateX(10px); }
  body.theme-vtuber2024 .typedanswers-capture-view.show-submissions .videos-area {
    -webkit-transform: translateX(-190px); }
  body.theme-vtuber2024 .typedanswers-capture-view.show-question .title-area {
    -webkit-transform: translateY(20px); }
  body.theme-vtuber2024 .typedanswers-capture-view.show-question .videos-area {
    width: 860px;
    height: 483.75px;
    margin-left: -430px;
    overflow: hidden; }
  body.theme-vtuber2024 .typedanswers-capture-view .submissions-area.num-players-3 {
    bottom: -4px; }
    body.theme-vtuber2024 .typedanswers-capture-view .submissions-area.num-players-3 .submission {
      margin: 0 0 27px 0;
      border: 1px solid #ed3d3f;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 0px; }
    body.theme-vtuber2024 .typedanswers-capture-view .submissions-area.num-players-3 .player-name {
      background: #a30d0f;
      border-color: #ed3d3f; }
  body.theme-vtuber2024 .typedanswers-capture-view .title-area {
    border: 2px solid #ed3d3f;
    background: rgba(0, 0, 0, 0.7);
    height: 92px;
    padding: 0px; }
    body.theme-vtuber2024 .typedanswers-capture-view .title-area table {
      height: 90px; }
      body.theme-vtuber2024 .typedanswers-capture-view .title-area table td {
        padding: 0px;
        line-height: 60px; }
  body.theme-vtuber2024 .typedanswers-capture-view .videos-area {
    border: 2px solid #ed3d3f;
    border-radius: 0px;
    bottom: 24px; }
  body.theme-vtuber2024 #discussion-capture {
    background-image: none !important; }
    body.theme-vtuber2024 #discussion-capture .discussion-overlay {
      background-image: url(/images/themes/vtuber2024/discussion.png);
      background-color: transparent;
      v-index: 0; }
    body.theme-vtuber2024 #discussion-capture .logo.episode {
      display: none !important;
      right: 10px;
      width: 600px;
      top: 172px !important;
      z-index: 22 !important;
      left: unset !important; }
    body.theme-vtuber2024 #discussion-capture .logo.streamershowdown {
      display: none; }
    body.theme-vtuber2024 #discussion-capture .host-name,
    body.theme-vtuber2024 #discussion-capture .name {
      text-transform: uppercase;
      font-size: 48px; }
    body.theme-vtuber2024 #discussion-capture .host-overlay .host-webcam-cover {
      width: 581px;
      height: 435px;
      left: -102px;
      top: -465px; }
    body.theme-vtuber2024 #discussion-capture .host-overlay .host-name {
      text-align: center;
      top: -74px;
      color: #fff;
      left: -75px;
      width: 480px;
      padding-top: 7px; }
    body.theme-vtuber2024 #discussion-capture .player-image {
      left: 10px !important; }
    body.theme-vtuber2024 #discussion-capture li.player {
      width: 407px !important;
      height: 298px !important;
      z-index: 10; }
      body.theme-vtuber2024 #discussion-capture li.player .webcam-cover {
        width: 407px;
        height: 295px;
        left: 0px;
        top: 0px;
        background-size: 407px 295px;
        background-repeat: no-repeat;
        z-index: -1; }
      body.theme-vtuber2024 #discussion-capture li.player .player-plate {
        bottom: -41px;
        position: absolute !important;
        top: unset;
        left: 17px;
        width: 92.5% !important;
        display: flex;
        align-items: center;
        justify-content: center; }
        body.theme-vtuber2024 #discussion-capture li.player .player-plate .name {
          position: relative !important; }
      body.theme-vtuber2024 #discussion-capture li.player.order-4, body.theme-vtuber2024 #discussion-capture li.player.order-0 {
        top: 39px; }
      body.theme-vtuber2024 #discussion-capture li.player.order-1, body.theme-vtuber2024 #discussion-capture li.player.order-5 {
        top: 386px; }
      body.theme-vtuber2024 #discussion-capture li.player.order-2, body.theme-vtuber2024 #discussion-capture li.player.order-6 {
        top: unset;
        bottom: 47px; }
      body.theme-vtuber2024 #discussion-capture li.player.order-0, body.theme-vtuber2024 #discussion-capture li.player.order-1, body.theme-vtuber2024 #discussion-capture li.player.order-2 {
        left: 190px;
        right: unset;
        margin-left: unset; }
        body.theme-vtuber2024 #discussion-capture li.player.order-0 .player-plate, body.theme-vtuber2024 #discussion-capture li.player.order-1 .player-plate, body.theme-vtuber2024 #discussion-capture li.player.order-2 .player-plate {
          background-color: #f50f76; }
      body.theme-vtuber2024 #discussion-capture li.player.order-4, body.theme-vtuber2024 #discussion-capture li.player.order-5, body.theme-vtuber2024 #discussion-capture li.player.order-6 {
        right: 170px;
        left: unset; }
        body.theme-vtuber2024 #discussion-capture li.player.order-4 .player-plate, body.theme-vtuber2024 #discussion-capture li.player.order-5 .player-plate, body.theme-vtuber2024 #discussion-capture li.player.order-6 .player-plate {
          background-color: #0033e4; }
      body.theme-vtuber2024 #discussion-capture li.player .player-plate {
        width: unset;
        height: unset;
        line-height: unset;
        position: relative;
        padding: 0px; }
  body.theme-vtuber2024 #discussion-capture .webcam-nameplate,
  body.theme-vtuber2024 #discussion-capture ul.players-list {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    body.theme-vtuber2024 #discussion-capture .webcam-nameplate li.player .player-plate .score,
    body.theme-vtuber2024 #discussion-capture ul.players-list li.player .player-plate .score {
      display: none; }
    body.theme-vtuber2024 #discussion-capture .webcam-nameplate li.player .player-plate .name,
    body.theme-vtuber2024 #discussion-capture ul.players-list li.player .player-plate .name {
      text-align: center; }
    body.theme-vtuber2024 #discussion-capture .webcam-nameplate .capturing,
    body.theme-vtuber2024 #discussion-capture ul.players-list .capturing {
      background-image: none !important; }
  body.theme-vtuber2024 #countdown-capture {
    background: none !important; }
    body.theme-vtuber2024 #countdown-capture .overlay {
      background-image: url(/images/themes/vtuber2024/countdown.png);
      background-color: transparent;
      height: 100%; }
    body.theme-vtuber2024 #countdown-capture .logo.episode {
      display: none !important;
      right: 10px;
      width: 600px;
      top: 172px;
      z-index: 22;
      left: unset; }
    body.theme-vtuber2024 #countdown-capture .player-image {
      z-index: 0;
      width: 405px;
      height: 294px;
      background-size: cover; }
      body.theme-vtuber2024 #countdown-capture .player-image.order-0, body.theme-vtuber2024 #countdown-capture .player-image.order-4 {
        top: 28px; }
      body.theme-vtuber2024 #countdown-capture .player-image.order-1, body.theme-vtuber2024 #countdown-capture .player-image.order-5 {
        top: 376px; }
      body.theme-vtuber2024 #countdown-capture .player-image.order-2, body.theme-vtuber2024 #countdown-capture .player-image.order-6 {
        bottom: 59px;
        top: unset; }
      body.theme-vtuber2024 #countdown-capture .player-image.order-0, body.theme-vtuber2024 #countdown-capture .player-image.order-2 {
        left: 121px; }
      body.theme-vtuber2024 #countdown-capture .player-image.order-4, body.theme-vtuber2024 #countdown-capture .player-image.order-6 {
        right: 104px; }
      body.theme-vtuber2024 #countdown-capture .player-image.order-1 {
        left: 39px;
        margin-left: 0px; }
      body.theme-vtuber2024 #countdown-capture .player-image.order-5 {
        right: 33px;
        margin-left: 0px; }
      body.theme-vtuber2024 #countdown-capture .player-image.order-3 {
        display: none; }
    body.theme-vtuber2024 #countdown-capture .player-name {
      color: #fff;
      text-transform: uppercase;
      font-size: 40px;
      width: 370px;
      text-align: center; }
      body.theme-vtuber2024 #countdown-capture .player-name.order-0, body.theme-vtuber2024 #countdown-capture .player-name.order-4 {
        bottom: unset;
        top: 305px; }
      body.theme-vtuber2024 #countdown-capture .player-name.order-1, body.theme-vtuber2024 #countdown-capture .player-name.order-5 {
        bottom: unset;
        top: 653px; }
      body.theme-vtuber2024 #countdown-capture .player-name.order-2, body.theme-vtuber2024 #countdown-capture .player-name.order-6 {
        top: unset;
        bottom: 31px; }
      body.theme-vtuber2024 #countdown-capture .player-name.order-0, body.theme-vtuber2024 #countdown-capture .player-name.order-2 {
        left: 140px;
        right: unset; }
      body.theme-vtuber2024 #countdown-capture .player-name.order-4, body.theme-vtuber2024 #countdown-capture .player-name.order-6 {
        right: 124px;
        left: unset; }
      body.theme-vtuber2024 #countdown-capture .player-name.order-1 {
        left: 57px;
        margin-left: 0px; }
      body.theme-vtuber2024 #countdown-capture .player-name.order-5 {
        right: 51px;
        left: unset;
        margin-left: 0px; }
      body.theme-vtuber2024 #countdown-capture .player-name.order-3 {
        display: none; }
    body.theme-vtuber2024 #countdown-capture .countdown {
      top: 40%;
      left: 43%;
      z-index: 40;
      background: none; }
    body.theme-vtuber2024 #countdown-capture .counting {
      letter-spacing: 8px;
      font-size: 90px; }
  body.theme-vtuber2024 #signoff-capture {
    background-image: unset;
    background-color: #14a0e2; }
    body.theme-vtuber2024 #signoff-capture .signoff-message {
      display: none;
      top: 675px;
      font-size: 60px;
      color: #e6d948 !important;
      width: 1300px;
      height: 122px;
      line-height: 122px;
      font-family: "FrizQuadrataRegular";
      text-transform: uppercase;
      font-weight: 900;
      color: #000;
      left: 50%;
      margin-left: -635px;
      letter-spacing: 1px; }
      body.theme-vtuber2024 #signoff-capture .signoff-message .gradient-text {
        text-shadow: none;
        -webkit-text-fill-color: inherit; }
        body.theme-vtuber2024 #signoff-capture .signoff-message .gradient-text:after {
          display: none;
          opacity: 0;
          content: ""; }
    body.theme-vtuber2024 #signoff-capture .matcherino-status-container {
      display: none; }
  body.theme-vtuber2024 .multiplechoice-area, body.theme-vtuber2024 .game-container {
    font-family: 'FrizQuadrataRegular' !important; }
    body.theme-vtuber2024 .multiplechoice-area .multiplechoice-options .option-container, body.theme-vtuber2024 .game-container .multiplechoice-options .option-container {
      border: 2px solid #ffd366;
      border-radius: unset !important;
      -moz-box-shadow: 0px 0px 1px 4px #c8a55b;
      -webkit-box-shadow: 0px 0px 1px 4px #c8a55b;
      box-shadow: 0px 0px 1px 4px #c8a55b; }
      body.theme-vtuber2024 .multiplechoice-area .multiplechoice-options .option-container::before, body.theme-vtuber2024 .game-container .multiplechoice-options .option-container::before {
        border-radius: unset !important; }
    body.theme-vtuber2024 .multiplechoice-area .multiplechoice-options .option-container.right, body.theme-vtuber2024 .game-container .multiplechoice-options .option-container.right {
      border: 4px solid #008000;
      -moz-box-shadow: 0px 0px 1px 4px #006600;
      -webkit-box-shadow: 0px 0px 1px 4px #006600;
      box-shadow: 0px 0px 1px 4px #006600; }
  body.theme-vtuber2024 #production .game-container, body.theme-vtuber2024 #player-view .game-container {
    background-image: unset;
    height: 691px; }
    body.theme-vtuber2024 #production .game-container .title-box, body.theme-vtuber2024 #player-view .game-container .title-box {
      width: 445px;
      background-size: contain;
      top: -8px;
      box-shadow: none; }
    body.theme-vtuber2024 #production .game-container .name-that-thing-reveal .answer.red-box, body.theme-vtuber2024 #player-view .game-container .name-that-thing-reveal .answer.red-box {
      height: 100px;
      bottom: -30px;
      line-height: unset;
      padding-top: 20px; }
    body.theme-vtuber2024 #production .game-container .audio .title-box, body.theme-vtuber2024 #player-view .game-container .audio .title-box {
      width: 444px;
      background-size: contain; }
  body.theme-vtuber2024 .cardFlip {
    margin-left: 30px; }
  body.theme-vtuber2024 .back {
    background-image: url(/images/themes/mtg/magic-back.png) !important;
    width: 200px !important; }
  body.theme-vtuber2024 .red-box,
  body.theme-vtuber2024 .drawing-capture-view .drawing-answer,
  body.theme-vtuber2024 .answer.red-box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #000;
    font-size: 48px;
    line-height: 171px;
    text-shadow: none; }
  body.theme-vtuber2024 .red-box {
    bottom: -10px; }
  body.theme-vtuber2024 .title-box {
    background: url(/images/themes/vtuber2024/gameboard/default/header.png) center center no-repeat;
    width: 522px;
    height: 90px;
    margin-left: -261px;
    color: #FFFFFF;
    font-size: 32px;
    text-shadow: none;
    padding: 0px;
    line-height: 97px;
    top: 10px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3); }
    body.theme-vtuber2024 .title-box .timer-countdown {
      font-size: 50px; }
  body.theme-vtuber2024 .game-box {
    width: 252px;
    height: 58px;
    background: url(/images/themes/vtuber2024/gameboard/default/sidebox.png) center center no-repeat;
    padding: 0px;
    line-height: 59px;
    position: absolute;
    color: #fff;
    font-size: 28px;
    padding-top: 0px;
    top: 40px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3); }
    body.theme-vtuber2024 .game-box.game-box-left {
      left: 30px; }
    body.theme-vtuber2024 .game-box.game-box-right {
      right: 30px; }
  body.theme-vtuber2024 .capture-area .episode {
    background-image: url(/images/themes/vtuber2024/episode-logo.png); }
  body.theme-vtuber2024 #main-capture {
    background-image: url(/images/themes/vtuber2024/main_screen.png); }
  body.theme-vtuber2024 #game-area {
    background-image: unset;
    top: unset;
    height: 64%;
    left: 21%;
    right: unset;
    width: 58%;
    bottom: 32%; }
  body.theme-vtuber2024 #main-capture.showBuzzes-on .logo.episode {
    transform: translateX(0); }
  body.theme-vtuber2024 #main-capture #medias-wrong1,
  body.theme-vtuber2024 #main-capture #medias-wrong2,
  body.theme-vtuber2024 #main-capture #medias-wrong3,
  body.theme-vtuber2024 #main-capture #medias-wrong4,
  body.theme-vtuber2024 #main-capture #medias-wrong5 {
    display: none;
    z-index: 10;
    width: 100%;
    height: 100%;
    right: unset;
    left: 0px;
    bottom: unset;
    top: 0px; }
  body.theme-vtuber2024 #main-capture #medias-scorehighlight1,
  body.theme-vtuber2024 #main-capture #medias-scorehighlight2,
  body.theme-vtuber2024 #main-capture #medias-scorehighlight3 {
    display: none; }
  body.theme-vtuber2024 #main-capture #medias-buzzer7,
  body.theme-vtuber2024 #main-capture #medias-buzzer6,
  body.theme-vtuber2024 #main-capture #medias-buzzer5,
  body.theme-vtuber2024 #main-capture #medias-buzzer4,
  body.theme-vtuber2024 #main-capture #medias-buzzer3,
  body.theme-vtuber2024 #main-capture #medias-buzzer2,
  body.theme-vtuber2024 #main-capture #medias-buzzer1 {
    width: 380px;
    height: 320px;
    top: unset;
    left: 0px; }
  body.theme-vtuber2024 #main-capture #medias-buzzer1 {
    top: 427px;
    left: 7px; }
  body.theme-vtuber2024 #main-capture #medias-buzzer2 {
    top: unset;
    bottom: 6px;
    left: 7px; }
  body.theme-vtuber2024 #main-capture #medias-buzzer3 {
    top: unset;
    bottom: 6px;
    left: 388px; }
  body.theme-vtuber2024 #main-capture #medias-buzzer4 {
    top: unset;
    bottom: 6px;
    left: 779px; }
  body.theme-vtuber2024 #main-capture #medias-buzzer5 {
    top: unset;
    bottom: 6px;
    left: unset;
    right: 378px; }
  body.theme-vtuber2024 #main-capture #medias-buzzer6 {
    top: unset;
    bottom: 6px;
    left: unset;
    right: 0px; }
  body.theme-vtuber2024 #main-capture #medias-buzzer7 {
    top: unset;
    bottom: 337px;
    left: unset;
    right: 0px; }
  body.theme-vtuber2024 #main-capture .matcherino-status-container {
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #f2ac3c;
    bottom: 18px;
    border-radius: 25px; }
    body.theme-vtuber2024 #main-capture .matcherino-status-container .cta {
      padding-right: 12px; }
      body.theme-vtuber2024 #main-capture .matcherino-status-container .cta:after {
        display: none; }
  body.theme-vtuber2024 #main-capture .matcherino-notifier-container {
    bottom: 19px; }
    body.theme-vtuber2024 #main-capture .matcherino-notifier-container .matcherino-donation-notif {
      background: #000;
      border: 2px solid #f2ac3c;
      box-shadow: 0px 0px 15px #f2ac3c;
      border-radius: 25px;
      color: #fff; }
      body.theme-vtuber2024 #main-capture .matcherino-notifier-container .matcherino-donation-notif .amount {
        color: #fff; }
  body.theme-vtuber2024 #main-capture .buzzes {
    display: none;
    width: 520px !important;
    height: 160px;
    bottom: 215px;
    left: 46px !important;
    padding: 10px;
    border: none;
    background: url(/images/themes/vtuber2024/gameboard/main-buzzerqueuebox.png) top center no-repeat;
    background-size: contain; }
    body.theme-vtuber2024 #main-capture .buzzes ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
      height: 78px;
      margin-top: 6px;
      margin-left: 6px;
      width: 97.8%; }
    body.theme-vtuber2024 #main-capture .buzzes li {
      height: 38px;
      line-height: 39px;
      border-radius: 7px;
      font-size: 23px;
      background: #9e3bb4;
      color: #fff; }
      body.theme-vtuber2024 #main-capture .buzzes li:before {
        height: 37px;
        line-height: 37px; }
  body.theme-vtuber2024 #main-capture div.logo.episode {
    display: none;
    top: 870px;
    left: 50px;
    width: 500px; }
  body.theme-vtuber2024 #main-capture .logo.patreon,
  body.theme-vtuber2024 #main-capture .logo.youtube {
    bottom: 80px;
    display: none; }
  body.theme-vtuber2024 #main-capture .logo.patreon {
    left: 80px; }
  body.theme-vtuber2024 #main-capture .logo.youtube {
    left: 320px; }
  body.theme-vtuber2024 #main-capture .episode-logo-host {
    display: none;
    width: 400px;
    height: 400px;
    background-image: url(/images/themes/vtuber2024/episode-logo.png);
    z-index: 1000;
    position: absolute;
    background-size: cover;
    left: 100px;
    top: -100px; }
  body.theme-vtuber2024 #main-capture .host-overlay {
    display: none;
    width: 582px;
    top: 168px;
    height: 665px; }
    body.theme-vtuber2024 #main-capture .host-overlay .host-webcam-cover {
      top: 25px;
      left: 51px;
      width: 507px;
      height: 352px; }
    body.theme-vtuber2024 #main-capture .host-overlay .overlay {
      background-image: url(/images/themes/vtuber2024/gameboard/main-host-box.png);
      background-position: top right;
      z-index: 1; }
    body.theme-vtuber2024 #main-capture .host-overlay .host-name {
      font-size: 36px;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      top: 413px;
      width: 384px;
      line-height: 56px; }
  body.theme-vtuber2024 #main-capture ul.players-list {
    width: 100%;
    right: unset;
    padding: 0px;
    margin: 0px;
    height: 100%;
    position: relative; }
    body.theme-vtuber2024 #main-capture ul.players-list li.player {
      position: absolute;
      height: 55px;
      min-width: 337px;
      width: unset;
      left: unset; }
      body.theme-vtuber2024 #main-capture ul.players-list li.player.order-0 {
        top: 679px;
        left: 22px;
        right: unset; }
        body.theme-vtuber2024 #main-capture ul.players-list li.player.order-0 .buzzer-overlay {
          left: 7px;
          top: 5px; }
      body.theme-vtuber2024 #main-capture ul.players-list li.player.order-1 {
        left: 28px;
        top: unset;
        bottom: 21px;
        right: unset; }
        body.theme-vtuber2024 #main-capture ul.players-list li.player.order-1 .buzzer-overlay {
          left: 0px;
          top: 0px; }
      body.theme-vtuber2024 #main-capture ul.players-list li.player.order-2 {
        left: 400px;
        right: unset;
        top: unset;
        bottom: 21px; }
        body.theme-vtuber2024 #main-capture ul.players-list li.player.order-2 .buzzer-overlay {
          left: 8px;
          top: 0px; }
      body.theme-vtuber2024 #main-capture ul.players-list li.player.order-3 {
        left: 41.3%;
        right: unset;
        top: unset;
        bottom: 21px; }
        body.theme-vtuber2024 #main-capture ul.players-list li.player.order-3 .buzzer-overlay {
          left: 8px;
          top: 0px; }
      body.theme-vtuber2024 #main-capture ul.players-list li.player.order-4 {
        right: 400px;
        left: unset;
        top: unset;
        bottom: 21px; }
        body.theme-vtuber2024 #main-capture ul.players-list li.player.order-4 .buzzer-overlay {
          left: 0px;
          top: 0px; }
      body.theme-vtuber2024 #main-capture ul.players-list li.player.order-5 {
        right: 20px;
        left: unset;
        top: unset;
        bottom: 21px; }
        body.theme-vtuber2024 #main-capture ul.players-list li.player.order-5 .buzzer-overlay {
          left: 0px;
          top: -2px; }
      body.theme-vtuber2024 #main-capture ul.players-list li.player.order-6 {
        right: 20px;
        left: unset;
        top: 675px; }
        body.theme-vtuber2024 #main-capture ul.players-list li.player.order-6 .buzzer-overlay {
          left: 8px;
          top: 5px; }
      body.theme-vtuber2024 #main-capture ul.players-list li.player .drawing-marker {
        border-radius: 0px;
        top: -37px;
        left: 60%; }
      body.theme-vtuber2024 #main-capture ul.players-list li.player .overlay {
        display: none; }
      body.theme-vtuber2024 #main-capture ul.players-list li.player .webcam-cover {
        width: 365px;
        height: 269px;
        top: -241px;
        left: -9px;
        z-index: -1; }
      body.theme-vtuber2024 #main-capture ul.players-list li.player .buzzer-overlay {
        display: none; }
      body.theme-vtuber2024 #main-capture ul.players-list li.player.buzzed .buzzer-overlay {
        display: block;
        background: unset;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 1;
        transition: all 0.5s ease;
        background-color: transparent; }
      body.theme-vtuber2024 #main-capture ul.players-list li.player.drawing .overlay {
        display: none;
        background: none;
        width: 30px;
        height: 15px;
        background-color: #31a354;
        border-radius: 5px;
        top: 10px;
        left: 18px; }
      body.theme-vtuber2024 #main-capture ul.players-list li.player .player-extension {
        position: absolute;
        top: 0px;
        min-width: 300px; }
        body.theme-vtuber2024 #main-capture ul.players-list li.player .player-extension .hearts-list {
          top: 15px !important;
          left: unset;
          right: 50px !important; }
      body.theme-vtuber2024 #main-capture ul.players-list li.player .player-plate {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        padding-left: 25px;
        padding-right: 20px;
        position: relative; }
        body.theme-vtuber2024 #main-capture ul.players-list li.player .player-plate .name {
          padding-left: 0px;
          position: relative;
          font-size: 30px;
          text-align: center;
          text-transform: uppercase;
          height: unset;
          line-height: unset;
          bottom: unset;
          right: unset;
          width: unset;
          left: unset;
          margin-top: 10px; }
        body.theme-vtuber2024 #main-capture ul.players-list li.player .player-plate .score {
          position: relative;
          font-size: 30px;
          height: unset;
          line-height: unset;
          bottom: unset;
          right: unset;
          width: unset;
          margin-top: 10px; }

.hint .reveal-type-zoom {
  border: none !important; }

.player-bg, body.theme-vtubers-aybtv .red-box,
body.theme-vtubers-aybtv .drawing-capture-view .drawing-answer,
body.theme-vtubers-aybtv .answer.red-box, body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player .player-plate {
  background: none;
    background-border: none; }

.blink, body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture li.player .buzzer-overlay, body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player.buzzed .buzzer-overlay {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite; }

@keyframes blink-animation {
  to {
    visibility: hidden;
    background-color: yellow; } }

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
    background-color: yellow; } }

#show-nav {
  background-image: none !important; }

body.capturing {
  background: none !important; }

.clarendon, body.theme-vtubers-aybtv .game-container .sav-question-container .sav-submission-points,
body.theme-vtubers-aybtv .game-container .sav-question-container .sav-submission-votes,
body.theme-vtubers-aybtv .game-container .sav-question-container .author, body.theme-vtubers-aybtv #countdown-capture .counting {
  font-family: "Clarendon";
  letter-spacing: 1px; }

.tungsten, body.theme-vtubers-aybtv .family-feud-question-reveal, body.theme-vtubers-aybtv .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text, body.theme-vtubers-aybtv namethatthing-capture span, body.theme-vtubers-aybtv .teamtrivia-capture-view .hints .hint.reveal-type-fade.type-text, body.theme-vtubers-aybtv .typedanswers-capture-view .submissions-area.num-players-3, body.theme-vtubers-aybtv .typedanswers-capture-view .submissions-area.num-players-3 .submission, body.theme-vtubers-aybtv .typedanswers-capture-view .submissions-area.num-players-3 .player-name, body.theme-vtubers-aybtv .typedanswers-capture-view .title-area, body.theme-vtubers-aybtv #discussion-capture, body.theme-vtubers-aybtv #discussion-capture .host-name,
body.theme-vtubers-aybtv #discussion-capture .name, body.theme-vtubers-aybtv #countdown-capture .player-name, body.theme-vtubers-aybtv #countdown-capture .countdown, body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture li.player, body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture li.player .score, body.theme-vtubers-aybtv .red-box,
body.theme-vtubers-aybtv .drawing-capture-view .drawing-answer,
body.theme-vtubers-aybtv .answer.red-box, body.theme-vtubers-aybtv .title-box, body.theme-vtubers-aybtv .game-box, body.theme-vtubers-aybtv #main-vtuber-capture .buzzes li, body.theme-vtubers-aybtv #main-vtuber-capture .host-overlay .host-name, body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player, body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player .player-plate .score {
  font-family: "tungsten";
  letter-spacing: 1px; }

body.theme-vtubers-aybtv {
  background: unset;
  background-color: #14a0e2; }
  body.theme-vtubers-aybtv .logo.episode {
    background-image: url(/images/episodes/valorant/logo.png); }
  body.theme-vtubers-aybtv #production .panel-players-list .hearts-list, body.theme-vtubers-aybtv #player-view .panel-players-list .hearts-list {
    position: absolute;
    left: 50%;
    margin-top: -25px !important; }
  body.theme-vtubers-aybtv #production .family-feud-question-reveal, body.theme-vtubers-aybtv #player-view .family-feud-question-reveal {
    height: 100%;
    background-image: url(/images/themes/vtubers-aybtv/game-board.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 2px solid #e1e1e1; }
    body.theme-vtubers-aybtv #production .family-feud-question-reveal .question-name, body.theme-vtubers-aybtv #player-view .family-feud-question-reveal .question-name {
      background-image: none !important;
      background-color: #e0b360;
      border-radius: 10px;
      display: flex;
      align-items: center; }
      body.theme-vtubers-aybtv #production .family-feud-question-reveal .question-name table td, body.theme-vtubers-aybtv #player-view .family-feud-question-reveal .question-name table td {
        font-size: 40px; }
    body.theme-vtubers-aybtv #production .family-feud-question-reveal .answers, body.theme-vtubers-aybtv #player-view .family-feud-question-reveal .answers {
      row-gap: 20px; }
      body.theme-vtubers-aybtv #production .family-feud-question-reveal .answers .answer, body.theme-vtubers-aybtv #player-view .family-feud-question-reveal .answers .answer {
        height: 75px; }
        body.theme-vtubers-aybtv #production .family-feud-question-reveal .answers .answer table, body.theme-vtubers-aybtv #player-view .family-feud-question-reveal .answers .answer table {
          height: 75px; }
          body.theme-vtubers-aybtv #production .family-feud-question-reveal .answers .answer table td, body.theme-vtubers-aybtv #player-view .family-feud-question-reveal .answers .answer table td {
            font-size: 30px; }
        body.theme-vtubers-aybtv #production .family-feud-question-reveal .answers .answer .points, body.theme-vtubers-aybtv #player-view .family-feud-question-reveal .answers .answer .points {
          font-size: 30px;
          height: 75px; }
  body.theme-vtubers-aybtv .family-feud-capture-view {
    height: 100%;
    background-image: url(/images/themes/vtubers-aybtv/game-board.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 2px solid #e1e1e1; }
  body.theme-vtubers-aybtv .family-feud-question-reveal {
    width: 100%;
    margin-left: unset;
    padding-top: 20px;
    float: unset;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 20px; }
    body.theme-vtubers-aybtv .family-feud-question-reveal .question-name {
      height: 100px;
      margin: 0px;
      margin-left: 80px;
      margin-right: 80px;
      background-image: none !important;
      background-color: #e0b360;
      border-radius: 10px;
      display: flex;
      align-items: center; }
      body.theme-vtubers-aybtv .family-feud-question-reveal .question-name table {
        height: 100%; }
        body.theme-vtubers-aybtv .family-feud-question-reveal .question-name table td {
          font-size: 33px;
          height: 100px;
          padding: unset; }
    body.theme-vtubers-aybtv .family-feud-question-reveal .answers {
      width: auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-auto-flow: column;
      grid-template-rows: repeat(4, 1fr);
      padding: 0px;
      float: unset;
      column-gap: 20px;
      row-gap: 20px;
      padding-left: 80px;
      padding-right: 80px;
      margin-bottom: 20px; }
      body.theme-vtubers-aybtv .family-feud-question-reveal .answers .answer {
        background-image: none !important;
        background-color: #fff;
        padding-top: 0px;
        width: 100%;
        border-radius: 20px;
        height: 100px;
        font-size: 30px;
        margin: unset;
        padding: unset;
        text-shadow: none;
        color: #000; }
        body.theme-vtubers-aybtv .family-feud-question-reveal .answers .answer table {
          width: 100%;
          height: 112px;
          text-align: left; }
          body.theme-vtubers-aybtv .family-feud-question-reveal .answers .answer table td {
            padding: 0 10px;
            line-height: 0.9em;
            font-size: 30px !important;
            padding-left: 60px; }
          body.theme-vtubers-aybtv .family-feud-question-reveal .answers .answer table.text-len-10 {
            font-size: 30px; }
          body.theme-vtubers-aybtv .family-feud-question-reveal .answers .answer table.text-len-20 {
            font-size: 25px; }
          body.theme-vtubers-aybtv .family-feud-question-reveal .answers .answer table.text-len-30 {
            font-size: 22px; }
          body.theme-vtubers-aybtv .family-feud-question-reveal .answers .answer table.text-len-40 {
            font-size: 18px; }
          body.theme-vtubers-aybtv .family-feud-question-reveal .answers .answer table.text-len-50 {
            font-size: 14px; }
        body.theme-vtubers-aybtv .family-feud-question-reveal .answers .answer:before {
          background: #000; }
        body.theme-vtubers-aybtv .family-feud-question-reveal .answers .answer.notshown {
          width: 100%;
          margin-left: 0px; }
          body.theme-vtubers-aybtv .family-feud-question-reveal .answers .answer.notshown:before {
            opacity: 1;
            background-color: #061c29;
            top: 0px;
            left: 0%;
            margin: 0px;
            border: 1px solid #fff;
            border-radius: 20px; }
        body.theme-vtubers-aybtv .family-feud-question-reveal .answers .answer .points {
          border-left: 4px solid rgba(178, 117, 0, 0.25);
          right: 0px;
          padding-top: 0px;
          width: 110px;
          top: -1px;
          height: 112px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 30px;
          text-shadow: none;
          color: #000;
          top: -1px;
          border: none; }
  body.theme-vtubers-aybtv #production .name-that-thing-capture-view .title-box, body.theme-vtubers-aybtv #player-view .name-that-thing-capture-view .title-box {
    background-image: none !important;
    background-color: #e0b360;
    top: 0px !important;
    height: 70px;
    border-radius: 10px;
    font-size: 45px; }
  body.theme-vtubers-aybtv #production .name-that-thing-capture-view.hint-type-zoomOut .hint, body.theme-vtubers-aybtv #player-view .name-that-thing-capture-view.hint-type-zoomOut .hint {
    background-color: unset !important; }
  body.theme-vtubers-aybtv #production .name-that-thing-capture-view.audio .hint, body.theme-vtubers-aybtv #player-view .name-that-thing-capture-view.audio .hint {
    background-color: rgba(155, 81, 224, 0.7) !important;
    border: 1px solid #e1e1e1; }
  body.theme-vtubers-aybtv #production .name-that-thing-capture-view.audio .audio-container, body.theme-vtubers-aybtv #player-view .name-that-thing-capture-view.audio .audio-container {
    background: none !important;
    width: 96.4%;
    height: 50px;
    left: 0px;
    margin-left: 24px;
    top: 57% !important; }
    body.theme-vtubers-aybtv #production .name-that-thing-capture-view.audio .audio-container .audio-icon, body.theme-vtubers-aybtv #player-view .name-that-thing-capture-view.audio .audio-container .audio-icon {
      width: 50px;
      height: 50px;
      top: -85px; }
  body.theme-vtubers-aybtv #production .name-that-thing-capture-view .hints, body.theme-vtubers-aybtv #player-view .name-that-thing-capture-view .hints {
    padding-left: 2%;
    padding-right: 2%; }
    body.theme-vtubers-aybtv #production .name-that-thing-capture-view .hints .hint, body.theme-vtubers-aybtv #player-view .name-that-thing-capture-view .hints .hint {
      height: 80px !important;
      font-size: 40px !important; }
  body.theme-vtubers-aybtv #production .name-that-thing-capture-view .question-meta .game-box-left, body.theme-vtubers-aybtv #player-view .name-that-thing-capture-view .question-meta .game-box-left {
    left: 2%;
    background-image: none;
    background-color: #fff;
    height: 70px;
    border-radius: 40px;
    color: #000;
    width: 300px; }
  body.theme-vtubers-aybtv #production .name-that-thing-capture-view .question-meta .game-box-right, body.theme-vtubers-aybtv #player-view .name-that-thing-capture-view .question-meta .game-box-right {
    right: 2%;
    background-image: none;
    background-color: #fff;
    height: 70px;
    border-radius: 40px;
    color: #000;
    width: 300px; }
  body.theme-vtubers-aybtv #production .name-that-thing-capture-view .answer.red-box, body.theme-vtubers-aybtv #player-view .name-that-thing-capture-view .answer.red-box {
    bottom: -20px !important;
    height: 80px !important;
    margin-left: 2%;
    width: 96%;
    background-image: none;
    border: none;
    background-color: #591b93;
    border-radius: 20px; }
    body.theme-vtubers-aybtv #production .name-that-thing-capture-view .answer.red-box span, body.theme-vtubers-aybtv #player-view .name-that-thing-capture-view .answer.red-box span {
      font-size: 40px !important; }
  body.theme-vtubers-aybtv .name-that-thing-capture-view {
    background-image: url(/images/themes/vtubers-aybtv/game-board.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 2px solid #e1e1e1;
    left: unset;
    margin-left: unset;
    width: 100%;
    height: 100%;
    position: static; }
    body.theme-vtubers-aybtv .name-that-thing-capture-view .hints-container {
      top: 4% !important;
      height: 96% !important; }
    body.theme-vtubers-aybtv .name-that-thing-capture-view .active-question {
      height: 80%; }
      body.theme-vtubers-aybtv .name-that-thing-capture-view .active-question .audio .hint {
        background-color: rgba(155, 81, 224, 0.7) !important;
        border: 1px solid #e1e1e1; }
      body.theme-vtubers-aybtv .name-that-thing-capture-view .active-question .hints {
        height: 100%;
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly; }
        body.theme-vtubers-aybtv .name-that-thing-capture-view .active-question .hints .hint {
          width: 100% !important;
          display: flex;
          align-items: center;
          justify-content: center;
          background-image: none !important;
          background-color: #fff;
          border-radius: 10px;
          height: 70px !important;
          color: #000 !important;
          text-shadow: none;
          box-shadow: none;
          font-size: 40px !important; }
    body.theme-vtubers-aybtv .name-that-thing-capture-view .answer.red-box {
      position: relative;
      bottom: 0px;
      margin-top: 0px;
      color: #fff !important;
      font-size: 64px !important;
      width: 90%;
      left: unset;
      margin-left: 5%;
      height: 100px !important;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #591b93;
      border-radius: 20px; }
      body.theme-vtubers-aybtv .name-that-thing-capture-view .answer.red-box span {
        font-size: 60px !important; }
    body.theme-vtubers-aybtv .name-that-thing-capture-view .title-box {
      width: 445px;
      margin-left: unset;
      top: -30px;
      background-size: cover;
      margin-left: -220px;
      padding-top: unset;
      left: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: none !important;
      background-color: #e0b360;
      height: 70px;
      border-radius: 10px;
      font-size: 45px; }
    body.theme-vtubers-aybtv .name-that-thing-capture-view .thing-meta {
      padding: 0px; }
    body.theme-vtubers-aybtv .name-that-thing-capture-view .question-meta .game-box {
      margin-top: 20px;
      position: absolute;
      top: 40px;
      width: 352px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 40px !important;
      gap: 10px;
      background-image: none;
      background-color: #fff;
      height: 70px;
      border-radius: 40px;
      color: #000; }
    body.theme-vtubers-aybtv .name-that-thing-capture-view .question-meta .game-box-left {
      left: 5%; }
    body.theme-vtubers-aybtv .name-that-thing-capture-view .question-meta .game-box-right {
      right: 5%; }
    body.theme-vtubers-aybtv .name-that-thing-capture-view.hint-type-zoomOut .hint {
      background-color: unset !important; }
    body.theme-vtubers-aybtv .name-that-thing-capture-view.audio {
      background-image: url(/images/themes/vtubers-aybtv/game-board.png);
      background-size: cover;
      border-radius: 20px;
      border: 2px solid #e1e1e1; }
      body.theme-vtubers-aybtv .name-that-thing-capture-view.audio .answer.red-box {
        bottom: 80px; }
      body.theme-vtubers-aybtv .name-that-thing-capture-view.audio .hint {
        box-shadow: none !important;
        background-color: rgba(155, 81, 224, 0.7) !important;
        border: 1px solid #e1e1e1; }
        body.theme-vtubers-aybtv .name-that-thing-capture-view.audio .hint .audio-container {
          top: 56%;
          background: none;
          border: none;
          height: 60px;
          width: 90.2%;
          margin-left: 0px;
          left: 55px; }
          body.theme-vtubers-aybtv .name-that-thing-capture-view.audio .hint .audio-container .audio-icon {
            position: absolute;
            top: -150px;
            left: 45%;
            width: 100px;
            height: 100px;
            background: url(/images/themes/vshojo-chaos/audio-icon.png) center center no-repeat;
            background-size: cover; }
  body.theme-vtubers-aybtv .num-hints-1 .hint.type-image .image-border {
    background: none !important; }
  body.theme-vtubers-aybtv .name-that-thing-capture-view .hints {
    padding-top: 130px; }
  body.theme-vtubers-aybtv .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text {
    margin: 0 auto 20px auto;
    font-size: 32px; }
  body.theme-vtubers-aybtv namethatthing-capture span {
    display: block;
    color: #fff;
    font-size: 34px;
    margin-top: -5px; }
  body.theme-vtubers-aybtv #production .pointbetting-view .title-box, body.theme-vtubers-aybtv #player-view .pointbetting-view .title-box {
    background-image: none !important;
    background-color: #9b51e0;
    top: 0px !important;
    height: 70px;
    font-size: 45px; }
  body.theme-vtubers-aybtv #production .pointbetting-view.hint-type-zoomOut .hint, body.theme-vtubers-aybtv #player-view .pointbetting-view.hint-type-zoomOut .hint {
    background-color: unset !important; }
  body.theme-vtubers-aybtv #production .pointbetting-view.audio .hint, body.theme-vtubers-aybtv #player-view .pointbetting-view.audio .hint {
    background-color: rgba(155, 81, 224, 0.7) !important;
    border: 1px solid #e1e1e1; }
  body.theme-vtubers-aybtv #production .pointbetting-view.audio .audio-container, body.theme-vtubers-aybtv #player-view .pointbetting-view.audio .audio-container {
    background: none !important;
    width: 96.4%;
    height: 50px;
    left: 0px;
    margin-left: 24px;
    top: 57% !important; }
  body.theme-vtubers-aybtv #production .pointbetting-view .hints, body.theme-vtubers-aybtv #player-view .pointbetting-view .hints {
    padding-left: 2%;
    padding-right: 2%; }
    body.theme-vtubers-aybtv #production .pointbetting-view .hints .hint, body.theme-vtubers-aybtv #player-view .pointbetting-view .hints .hint {
      height: 80px !important;
      font-size: 40px !important; }
  body.theme-vtubers-aybtv #production .pointbetting-view .question-meta .game-box-left, body.theme-vtubers-aybtv #production .pointbetting-view .question-meta .game-box-right, body.theme-vtubers-aybtv #player-view .pointbetting-view .question-meta .game-box-left, body.theme-vtubers-aybtv #player-view .pointbetting-view .question-meta .game-box-right {
    left: 2%;
    background-color: #fff;
    height: 70px;
    border-radius: 40px;
    color: #000;
    width: 300px; }
  body.theme-vtubers-aybtv #production .pointbetting-view .question-meta .game-box-right, body.theme-vtubers-aybtv #player-view .pointbetting-view .question-meta .game-box-right {
    right: 2%;
    left: auto; }
  body.theme-vtubers-aybtv #production .pointbetting-view .answer.red-box, body.theme-vtubers-aybtv #player-view .pointbetting-view .answer.red-box {
    bottom: -20px !important;
    height: 80px !important;
    margin-left: 2%;
    width: 96%;
    background-color: #591b93;
    border-radius: 20px; }
    body.theme-vtubers-aybtv #production .pointbetting-view .answer.red-box span, body.theme-vtubers-aybtv #player-view .pointbetting-view .answer.red-box span {
      font-size: 40px !important; }
  body.theme-vtubers-aybtv .pointbetting-production .pointbetting-capture-view {
    height: 700px; }
    body.theme-vtubers-aybtv .pointbetting-production .pointbetting-capture-view .title-box {
      top: 0px !important; }
  body.theme-vtubers-aybtv .pointbetting-player-view {
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    font-family: "Madetommy", "Helvetica Neue", Arial, sans-serif; }
    body.theme-vtubers-aybtv .pointbetting-player-view .player-inputs.mt-2.with-dashboard {
      width: 100%;
      display: flex;
      flex-direction: row;
      gap: 20px;
      align-items: flex-start; }
      body.theme-vtubers-aybtv .pointbetting-player-view .player-inputs.mt-2.with-dashboard .main-card {
        width: 100%; }
    body.theme-vtubers-aybtv .pointbetting-player-view .status-dashboard {
      flex: 0 0 25%;
      margin-top: 0;
      background-color: #fff3d6;
      border: 2px solid #e3d3a6;
      border-radius: 15px;
      padding: 20px; }
      body.theme-vtubers-aybtv .pointbetting-player-view .status-dashboard .dashboard-header, body.theme-vtubers-aybtv .pointbetting-player-view .status-dashboard .dashboard-row {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr;
        gap: 15px;
        align-items: center;
        text-align: center; }
      body.theme-vtubers-aybtv .pointbetting-player-view .status-dashboard .dashboard-row {
        padding: 10px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    body.theme-vtubers-aybtv .pointbetting-player-view .game-header {
      background-color: #e0b360;
      color: white;
      border-radius: 15px;
      padding: 15px 40px;
      font-size: 32px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 10px; }
    body.theme-vtubers-aybtv .pointbetting-player-view .main-card {
      background-color: #fffdf5;
      border: 2px solid cornsilk;
      border-radius: 15px;
      padding: 40px 30px;
      width: 100%;
      max-width: 900px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); }
      body.theme-vtubers-aybtv .pointbetting-player-view .main-card .question-display {
        width: 700px;
        text-align: center;
        margin-bottom: 40px; }
        body.theme-vtubers-aybtv .pointbetting-player-view .main-card .question-display .question-text {
          font-size: 42px;
          color: #4a4a4a; }
      body.theme-vtubers-aybtv .pointbetting-player-view .main-card .betting-phase-container, body.theme-vtubers-aybtv .pointbetting-player-view .main-card .player-submission {
        width: 100%;
        text-align: center;
        height: 100%;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        body.theme-vtubers-aybtv .pointbetting-player-view .main-card .betting-phase-container .form-group, body.theme-vtubers-aybtv .pointbetting-player-view .main-card .player-submission .form-group {
          margin-bottom: 20px;
          width: 100%; }
          body.theme-vtubers-aybtv .pointbetting-player-view .main-card .betting-phase-container .form-group input.form-control, body.theme-vtubers-aybtv .pointbetting-player-view .main-card .player-submission .form-group input.form-control {
            width: 100%;
            padding: 15px;
            font-size: 24px;
            text-align: center;
            border-radius: 10px;
            border: 1px solid #ccc; }
        body.theme-vtubers-aybtv .pointbetting-player-view .main-card .betting-phase-container button.btn, body.theme-vtubers-aybtv .pointbetting-player-view .main-card .player-submission button.btn {
          width: 100%;
          padding: 15px;
          font-size: 24px;
          border-radius: 10px;
          background-color: #e0b360;
          color: white;
          border: none; }
  body.theme-vtubers-aybtv .pointbetting-capture-view {
    position: relative;
    background-image: url(/images/themes/vtubers-aybtv/game-board.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 50px;
    box-sizing: border-box;
    font-family: "Madetommy", "Helvetica Neue", Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: 20px; }
    body.theme-vtubers-aybtv .pointbetting-capture-view .split-layout-container .answer-reveal-section {
      grid-column: 1;
      grid-row: 2;
      position: static !important;
      width: 100% !important;
      margin-top: 0px !important; }
    body.theme-vtubers-aybtv .pointbetting-capture-view .answer {
      background-color: #1a1a1a;
      border: none;
      border-radius: 10px;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin: 0; }
      body.theme-vtubers-aybtv .pointbetting-capture-view .answer span {
        color: white;
        font-size: 28px;
        font-weight: 600;
        font-family: inherit; }
    body.theme-vtubers-aybtv .pointbetting-capture-view .question-phase-container.centered-game-card {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, calc(-50% - 100px)); }
    body.theme-vtubers-aybtv .pointbetting-capture-view .answer-reveal-section {
      position: relative;
      width: 100%; }
    body.theme-vtubers-aybtv .pointbetting-capture-view .split-layout-container .answer-reveal-section {
      position: static !important;
      top: auto !important;
      left: auto !important;
      transform: none !important;
      width: 100% !important;
      max-width: none !important; }
    body.theme-vtubers-aybtv .pointbetting-capture-view .question-meta, body.theme-vtubers-aybtv .pointbetting-capture-view .waiting-phase {
      display: none; }
    body.theme-vtubers-aybtv .pointbetting-capture-view .title-box {
      position: absolute;
      top: 0px;
      left: 50%;
      height: 60px !important;
      width: unset !important;
      min-width: 350px;
      transform: translateX(-50%);
      background-image: none !important;
      background-color: #e0b360;
      font-family: "Madetommy", "Helvetica Neue", Arial, sans-serif !important;
      color: white;
      font-size: 45px !important;
      font-weight: 700;
      text-transform: uppercase;
      padding: 8px 30px !important;
      border-radius: 0 0 15px 15px;
      width: auto;
      min-width: 250px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
      z-index: 100;
      margin: 0 !important; }
    body.theme-vtubers-aybtv .pointbetting-capture-view .betting-phase-container, body.theme-vtubers-aybtv .pointbetting-capture-view .question-phase-container {
      position: relative;
      top: auto;
      left: auto;
      transform: none;
      margin-bottom: 50px;
      width: 700px;
      max-width: 900px;
      min-height: 400px;
      background-color: rgba(255, 255, 255, 0.9);
      border: 2px solid #e0b360;
      border-radius: 10px;
      padding: 60px;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      z-index: 50; }
      body.theme-vtubers-aybtv .pointbetting-capture-view .betting-phase-container h2.title, body.theme-vtubers-aybtv .pointbetting-capture-view .question-phase-container h2.title {
        font-size: 42px;
        color: #5d4037;
        font-weight: 700;
        margin: 0 0 10px 0;
        font-family: inherit;
        line-height: 1.2; }
      body.theme-vtubers-aybtv .pointbetting-capture-view .betting-phase-container .betting-info .submissions-count, body.theme-vtubers-aybtv .pointbetting-capture-view .question-phase-container .betting-info .submissions-count {
        font-size: 20px;
        color: #888;
        font-weight: bold;
        margin-top: 15px; }
      body.theme-vtubers-aybtv .pointbetting-capture-view .betting-phase-container .media-content, body.theme-vtubers-aybtv .pointbetting-capture-view .question-phase-container .media-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
    body.theme-vtubers-aybtv .pointbetting-capture-view .split-layout-container {
      display: grid;
      grid-template-columns: 1.6fr 1fr;
      grid-template-rows: auto auto;
      gap: 30px;
      width: 100%;
      max-width: 1600px;
      align-items: start;
      margin-top: 30px; }
      body.theme-vtubers-aybtv .pointbetting-capture-view .split-layout-container .game-columns {
        display: contents; }
      body.theme-vtubers-aybtv .pointbetting-capture-view .split-layout-container .question-display {
        grid-column: 1;
        grid-row: 1;
        width: 100% !important;
        padding: 0 !important;
        border: none !important; }
        body.theme-vtubers-aybtv .pointbetting-capture-view .split-layout-container .question-display .media-wrapper {
          background-color: #fffdf5;
          border: 2px solid #e0b360;
          border-radius: 10px;
          padding: 80px 60px;
          min-height: 380px;
          display: flex;
          align-items: center;
          justify-content: center;
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); }
          body.theme-vtubers-aybtv .pointbetting-capture-view .split-layout-container .question-display .media-wrapper .question-text h3 {
            font-size: 42px !important;
            color: #4a4a4a !important;
            font-weight: 700;
            text-align: center;
            line-height: 1.3;
            margin: 0;
            font-family: inherit; }
          body.theme-vtubers-aybtv .pointbetting-capture-view .split-layout-container .question-display .media-wrapper .question-name {
            display: none; }
      body.theme-vtubers-aybtv .pointbetting-capture-view .split-layout-container .bets-display {
        grid-column: 2;
        grid-row: 1 / span 2;
        width: 100% !important;
        border: none !important;
        padding: 0 !important; }
        body.theme-vtubers-aybtv .pointbetting-capture-view .split-layout-container .bets-display .bets-list {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          min-height: 480px; }
          body.theme-vtubers-aybtv .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card {
            background-color: transparent;
            border: none !important;
            margin: 0 !important;
            box-shadow: none;
            position: relative;
            border: 2px solid #e0b360 !important;
            border-radius: 15px;
            display: flex;
            justify-content: center; }
            body.theme-vtubers-aybtv .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-header {
              background-color: #e0b360 !important;
              color: #5d4037 !important;
              padding: 7px 40px !important;
              text-align: center;
              font-size: 18px;
              font-weight: 700;
              border-radius: 0 0 15px 15px;
              width: fit-content;
              margin: 0 auto -20px auto;
              position: absolute;
              z-index: 10;
              box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
            body.theme-vtubers-aybtv .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body {
              background-color: #fffdf5;
              border: 10px solid #f7e2bc;
              border-radius: 15px;
              height: 220px;
              padding: 40px 20px 20px 20px !important;
              min-height: 140px;
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: center;
              position: relative;
              box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
              width: 100%; }
              body.theme-vtubers-aybtv .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body .player-answer-text {
                font-size: 24px !important;
                font-weight: bold;
                color: #4a4a4a;
                margin-bottom: 10px;
                text-align: center; }
              body.theme-vtubers-aybtv .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body .player-bet-amount {
                font-size: 24px !important;
                font-weight: bold;
                color: #4a4a4a;
                margin-bottom: 10px;
                text-align: center; }
              body.theme-vtubers-aybtv .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body .result-status {
                position: absolute;
                right: 10px;
                top: 78%;
                transform: translateY(-50%);
                z-index: 20; }
                body.theme-vtubers-aybtv .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body .result-status .status-icon {
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  width: 70px;
                  height: 70px;
                  border-radius: 50%;
                  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
                  color: white; }
                  body.theme-vtubers-aybtv .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body .result-status .status-icon::after {
                    font-family: Arial, sans-serif;
                    font-weight: 900;
                    font-size: 36px;
                    line-height: 1; }
                body.theme-vtubers-aybtv .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body .result-status .correct {
                  background-color: #8bc34a; }
                  body.theme-vtubers-aybtv .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body .result-status .correct::after {
                    content: "\2714"; }
                body.theme-vtubers-aybtv .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body .result-status .incorrect {
                  background-color: #ff5252; }
                  body.theme-vtubers-aybtv .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body .result-status .incorrect::after {
                    content: "\2716"; }
                body.theme-vtubers-aybtv .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body .result-status .unanswered, body.theme-vtubers-aybtv .pointbetting-capture-view .split-layout-container .bets-display .bets-list .bet-card .bet-card-body .result-status .pending {
                  display: none; }
  body.theme-vtubers-aybtv #production .teamtrivia-view .title-box, body.theme-vtubers-aybtv #player-view .teamtrivia-view .title-box {
    background-image: none !important;
    background-color: #e0b360;
    top: 0px !important;
    height: 70px;
    border-radius: 10px;
    font-size: 45px; }
  body.theme-vtubers-aybtv #production .teamtrivia-view.hint-type-zoomOut .hint, body.theme-vtubers-aybtv #player-view .teamtrivia-view.hint-type-zoomOut .hint {
    background-color: unset !important; }
  body.theme-vtubers-aybtv #production .teamtrivia-view.audio .hint, body.theme-vtubers-aybtv #player-view .teamtrivia-view.audio .hint {
    background-color: rgba(155, 81, 224, 0.7) !important;
    border: 1px solid #e1e1e1; }
  body.theme-vtubers-aybtv #production .teamtrivia-view.audio .audio-container, body.theme-vtubers-aybtv #player-view .teamtrivia-view.audio .audio-container {
    background: none !important;
    width: 96.4%;
    height: 50px;
    left: 0px;
    margin-left: 24px;
    top: 57% !important; }
    body.theme-vtubers-aybtv #production .teamtrivia-view.audio .audio-container .audio-icon, body.theme-vtubers-aybtv #player-view .teamtrivia-view.audio .audio-container .audio-icon {
      width: 50px;
      height: 50px;
      top: -85px; }
  body.theme-vtubers-aybtv #production .teamtrivia-view .hints, body.theme-vtubers-aybtv #player-view .teamtrivia-view .hints {
    padding-left: 2%;
    padding-right: 2%; }
    body.theme-vtubers-aybtv #production .teamtrivia-view .hints .hint, body.theme-vtubers-aybtv #player-view .teamtrivia-view .hints .hint {
      height: 80px !important;
      font-size: 40px !important; }
  body.theme-vtubers-aybtv #production .teamtrivia-view .question-meta .game-box-left, body.theme-vtubers-aybtv #player-view .teamtrivia-view .question-meta .game-box-left {
    left: 2%;
    background-image: none;
    background-color: #fff;
    height: 70px;
    border-radius: 40px;
    color: #000;
    width: 300px; }
  body.theme-vtubers-aybtv #production .teamtrivia-view .question-meta .game-box-right, body.theme-vtubers-aybtv #player-view .teamtrivia-view .question-meta .game-box-right {
    right: 2%;
    background-image: none;
    background-color: #fff;
    height: 70px;
    border-radius: 40px;
    color: #000;
    width: 300px; }
  body.theme-vtubers-aybtv #production .teamtrivia-view .answer.red-box, body.theme-vtubers-aybtv #player-view .teamtrivia-view .answer.red-box {
    bottom: -20px !important;
    height: 80px !important;
    margin-left: 2%;
    width: 96%;
    background-image: none;
    border: none;
    background-color: #591b93;
    border-radius: 20px; }
    body.theme-vtubers-aybtv #production .teamtrivia-view .answer.red-box span, body.theme-vtubers-aybtv #player-view .teamtrivia-view .answer.red-box span {
      font-size: 40px !important; }
  body.theme-vtubers-aybtv .teamtrivia-capture-view {
    background-image: url(/images/themes/vtubers-aybtv/game-board.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 2px solid #e1e1e1;
    left: unset;
    margin-left: unset;
    width: 100%;
    height: 100%;
    position: static; }
    body.theme-vtubers-aybtv .teamtrivia-capture-view .hints-container {
      top: 4% !important;
      height: 96% !important; }
    body.theme-vtubers-aybtv .teamtrivia-capture-view .active-question {
      height: 80%; }
      body.theme-vtubers-aybtv .teamtrivia-capture-view .active-question .audio .hint {
        background-color: rgba(155, 81, 224, 0.7) !important;
        border: 1px solid #e1e1e1; }
      body.theme-vtubers-aybtv .teamtrivia-capture-view .active-question .hints {
        height: 100%;
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly; }
        body.theme-vtubers-aybtv .teamtrivia-capture-view .active-question .hints .hint {
          width: 100% !important;
          display: flex;
          align-items: center;
          justify-content: center;
          background-image: none !important;
          background-color: #fff;
          border-radius: 10px;
          height: 70px !important;
          color: #000 !important;
          text-shadow: none;
          box-shadow: none;
          font-size: 40px !important; }
    body.theme-vtubers-aybtv .teamtrivia-capture-view .answer.red-box {
      position: relative;
      bottom: 0px;
      margin-top: 0px;
      color: #fff !important;
      font-size: 64px !important;
      width: 90%;
      left: unset;
      margin-left: 5%;
      height: 100px !important;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #591b93;
      border-radius: 20px; }
      body.theme-vtubers-aybtv .teamtrivia-capture-view .answer.red-box span {
        font-size: 60px !important; }
    body.theme-vtubers-aybtv .teamtrivia-capture-view .title-box {
      width: 445px;
      margin-left: unset;
      top: -30px;
      background-size: cover;
      margin-left: -220px;
      padding-top: unset;
      left: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: none !important;
      background-color: #e0b360;
      height: 70px;
      border-radius: 10px;
      font-size: 45px; }
    body.theme-vtubers-aybtv .teamtrivia-capture-view .thing-meta {
      padding: 0px; }
    body.theme-vtubers-aybtv .teamtrivia-capture-view .question-meta .game-box {
      margin-top: 20px;
      position: absolute;
      top: 40px;
      width: 352px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 40px !important;
      gap: 10px;
      background-image: none;
      background-color: #fff;
      height: 70px;
      border-radius: 40px;
      color: #000; }
    body.theme-vtubers-aybtv .teamtrivia-capture-view .question-meta .game-box-left {
      left: 5%; }
    body.theme-vtubers-aybtv .teamtrivia-capture-view .question-meta .game-box-right {
      right: 5%; }
    body.theme-vtubers-aybtv .teamtrivia-capture-view.hint-type-zoomOut .hint {
      background-color: unset !important; }
    body.theme-vtubers-aybtv .teamtrivia-capture-view.audio {
      background-image: url(/images/themes/vtuber2024/gameboard/sound/game-board-sound.png);
      background-size: cover;
      border-radius: 20px;
      border: 2px solid #e1e1e1; }
      body.theme-vtubers-aybtv .teamtrivia-capture-view.audio .answer.red-box {
        bottom: 80px; }
      body.theme-vtubers-aybtv .teamtrivia-capture-view.audio .hint {
        box-shadow: none !important;
        background-color: rgba(155, 81, 224, 0.7) !important;
        border: 1px solid #e1e1e1; }
        body.theme-vtubers-aybtv .teamtrivia-capture-view.audio .hint .audio-container {
          top: 56%;
          background: none;
          border: none;
          height: 60px;
          width: 90.2%;
          margin-left: 0px;
          left: 55px; }
          body.theme-vtubers-aybtv .teamtrivia-capture-view.audio .hint .audio-container .audio-icon {
            position: absolute;
            top: -150px;
            left: 45%;
            width: 100px;
            height: 100px;
            background: url(/images/themes/vshojo-chaos/audio-icon.png) center center no-repeat;
            background-size: cover; }
  body.theme-vtubers-aybtv .num-hints-1 .hint.type-image .image-border {
    background: none !important; }
  body.theme-vtubers-aybtv .teamtrivia-capture-view .hints {
    padding-top: 130px; }
  body.theme-vtubers-aybtv .teamtrivia-capture-view .hints .hint.reveal-type-fade.type-text {
    margin: 0 auto 20px auto;
    font-size: 32px; }
  body.theme-vtubers-aybtv namethatthing-capture span {
    display: block;
    color: #fff;
    font-size: 34px;
    margin-top: -5px; }
  body.theme-vtubers-aybtv #production .drawing-capture-view .drawing-board, body.theme-vtubers-aybtv #player-view .drawing-capture-view .drawing-board {
    width: 80%;
    left: 50%;
    margin-left: -40%;
    top: 20%;
    height: 75%; }
  body.theme-vtubers-aybtv #production .drawing-capture-view .drawing-answer, body.theme-vtubers-aybtv #player-view .drawing-capture-view .drawing-answer {
    height: 80px;
    bottom: 50px;
    font-size: 50px !important;
    background-color: #591b93;
    border-radius: 20px; }
  body.theme-vtubers-aybtv .drawing-capture-view.show-answer .drawing-answer-image {
    display: none; }
  body.theme-vtubers-aybtv .drawing-production-view .drawing-capture-view .drawing-board {
    top: 15%;
    position: relative;
    margin-left: -37%;
    left: 60%;
    height: 50%; }
  body.theme-vtubers-aybtv .drawing-capture-view {
    background-image: url(/images/themes/vtubers-aybtv/game-board.png);
    border: 2px solid #e1e1e1;
    background-size: cover;
    background-repeat: no-repeat;
    left: unset;
    margin-left: unset;
    width: 100%;
    height: 100%; }
    body.theme-vtubers-aybtv .drawing-capture-view .title-box {
      width: 445px;
      margin-left: unset;
      top: 1px;
      background-size: cover;
      margin-left: -220px;
      padding-top: unset;
      left: 50%;
      background-image: none !important;
      background-color: #e0b360;
      height: 70px;
      border-radius: 10px;
      font-size: 45px; }
      body.theme-vtubers-aybtv .drawing-capture-view .title-box .timer-display {
        height: 100%; }
        body.theme-vtubers-aybtv .drawing-capture-view .title-box .timer-display .timer-display-container {
          height: 100%; }
          body.theme-vtubers-aybtv .drawing-capture-view .title-box .timer-display .timer-display-container .timer-countdown {
            font-size: 64px !important;
            height: 100%;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center; }
    body.theme-vtubers-aybtv .drawing-capture-view .drawing-board {
      top: 20%;
      position: relative;
      left: 50%;
      width: 80%;
      margin-left: -40%;
      height: 75%; }
    body.theme-vtubers-aybtv .drawing-capture-view .game-box {
      background-image: none !important;
      background-color: #fff !important;
      color: #000 !important;
      line-height: 70px !important;
      height: 70px;
      border-radius: 40px;
      font-size: 40px !important; }
      body.theme-vtubers-aybtv .drawing-capture-view .game-box .game-box-left {
        left: 5%;
        margin-top: 20px;
        width: 352px;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 40px !important; }
  body.theme-vtubers-aybtv drawing-points.game-box-right {
    display: block;
    margin-top: 0px !important;
    right: 5% !important;
    background-size: cover;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px !important; }
  body.theme-vtubers-aybtv drawing-points.game-box-right::last-letter {
    size: 3em; }
  body.theme-vtubers-aybtv .drawing-answer {
    color: #fff !important;
    font-size: 60px !important;
    bottom: 90px;
    width: 90%;
    left: unset;
    margin-left: 5%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #591b93 !important;
    border-radius: 20px; }
  body.theme-vtubers-aybtv .meta-box,
  body.theme-vtubers-aybtv .sav-question-vote-msg,
  body.theme-vtubers-aybtv .sav-capture-split-view .sav-question,
  body.theme-vtubers-aybtv .sav-capture-split-view .timer-display {
    border-radius: 0px;
    border: 2px solid #ed3d3f;
    background: #a30d0f;
    font-family: 'FrizQuadrataRegular';
    text-transform: uppercase; }
  body.theme-vtubers-aybtv .game-container .sav-capture-view,
  body.theme-vtubers-aybtv .game-container .submit-and-vote-capture-view {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute; }
  body.theme-vtubers-aybtv .game-container .submit-and-vote-capture-view .question-number,
  body.theme-vtubers-aybtv .game-container .submit-and-vote-capture-view .sav-active-question-points {
    top: 40px; }
  body.theme-vtubers-aybtv .game-container .submit-and-vote-capture-view .sav-question-vote-msg {
    padding: 12px 0 8px; }
  body.theme-vtubers-aybtv .game-container .submit-and-vote-capture-view .sav-submission-list,
  body.theme-vtubers-aybtv .game-container .submit-and-vote-capture-view .blank-question {
    top: 140px; }
  body.theme-vtubers-aybtv .game-container .submit-and-vote-capture-view .blank-question {
    position: relative; }
  body.theme-vtubers-aybtv .game-container .sav-question-container .sav-submission-points,
  body.theme-vtubers-aybtv .game-container .sav-question-container .sav-submission-votes,
  body.theme-vtubers-aybtv .game-container .sav-question-container .author {
    background: none;
    border: none;
    box-shadow: none; }
  body.theme-vtubers-aybtv .game-container .sav-question-container .author {
    font-size: 46px;
    margin-top: 20px;
    margin-bottom: 10px; }
  body.theme-vtubers-aybtv .game-container .sav-question-container .sav-submission-points,
  body.theme-vtubers-aybtv .game-container .sav-question-container .sav-submission-votes {
    font-size: 30px; }
  body.theme-vtubers-aybtv .game-container .sav-question-inner .image {
    border-radius: 0px;
    border-color: #ed3d3f; }
  body.theme-vtubers-aybtv .typedanswers-capture-view.show-submissions .submissions-area {
    transform: translateX(10px); }
  body.theme-vtubers-aybtv .typedanswers-capture-view.show-submissions .videos-area {
    -webkit-transform: translateX(-190px); }
  body.theme-vtubers-aybtv .typedanswers-capture-view.show-question .title-area {
    -webkit-transform: translateY(20px); }
  body.theme-vtubers-aybtv .typedanswers-capture-view.show-question .videos-area {
    width: 860px;
    height: 483.75px;
    margin-left: -430px;
    overflow: hidden; }
  body.theme-vtubers-aybtv .typedanswers-capture-view .submissions-area.num-players-3 {
    bottom: -4px; }
    body.theme-vtubers-aybtv .typedanswers-capture-view .submissions-area.num-players-3 .submission {
      margin: 0 0 27px 0;
      border: 1px solid #ed3d3f;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 0px; }
    body.theme-vtubers-aybtv .typedanswers-capture-view .submissions-area.num-players-3 .player-name {
      background: #a30d0f;
      border-color: #ed3d3f; }
  body.theme-vtubers-aybtv .typedanswers-capture-view .title-area {
    border: 2px solid #ed3d3f;
    background: rgba(0, 0, 0, 0.7);
    height: 92px;
    padding: 0px; }
    body.theme-vtubers-aybtv .typedanswers-capture-view .title-area table {
      height: 90px; }
      body.theme-vtubers-aybtv .typedanswers-capture-view .title-area table td {
        padding: 0px;
        line-height: 60px; }
  body.theme-vtubers-aybtv .typedanswers-capture-view .videos-area {
    border: 2px solid #ed3d3f;
    border-radius: 0px;
    bottom: 24px; }
  body.theme-vtubers-aybtv #discussion-capture {
    background-image: none !important; }
    body.theme-vtubers-aybtv #discussion-capture .discussion-overlay {
      background-image: url(/images/themes/vtuber2024/discussion.png);
      background-color: transparent;
      v-index: 0; }
    body.theme-vtubers-aybtv #discussion-capture .logo.episode {
      display: none !important;
      right: 10px;
      width: 600px;
      top: 172px !important;
      z-index: 22 !important;
      left: unset !important; }
    body.theme-vtubers-aybtv #discussion-capture .logo.streamershowdown {
      display: none; }
    body.theme-vtubers-aybtv #discussion-capture .host-name,
    body.theme-vtubers-aybtv #discussion-capture .name {
      text-transform: uppercase;
      font-size: 48px; }
    body.theme-vtubers-aybtv #discussion-capture .host-overlay .host-webcam-cover {
      width: 581px;
      height: 435px;
      left: -102px;
      top: -465px; }
    body.theme-vtubers-aybtv #discussion-capture .host-overlay .host-name {
      text-align: center;
      top: -74px;
      color: #fff;
      left: -75px;
      width: 480px;
      padding-top: 7px; }
    body.theme-vtubers-aybtv #discussion-capture .player-image {
      left: 10px !important; }
    body.theme-vtubers-aybtv #discussion-capture li.player {
      width: 407px !important;
      height: 298px !important;
      z-index: 10; }
      body.theme-vtubers-aybtv #discussion-capture li.player .webcam-cover {
        width: 407px;
        height: 295px;
        left: 0px;
        top: 0px;
        background-size: 407px 295px;
        background-repeat: no-repeat;
        z-index: -1; }
      body.theme-vtubers-aybtv #discussion-capture li.player .player-plate {
        bottom: -41px;
        position: absolute !important;
        top: unset;
        left: 17px;
        width: 92.5% !important;
        display: flex;
        align-items: center;
        justify-content: center; }
        body.theme-vtubers-aybtv #discussion-capture li.player .player-plate .name {
          position: relative !important; }
      body.theme-vtubers-aybtv #discussion-capture li.player.order-4, body.theme-vtubers-aybtv #discussion-capture li.player.order-0 {
        top: 39px; }
      body.theme-vtubers-aybtv #discussion-capture li.player.order-1, body.theme-vtubers-aybtv #discussion-capture li.player.order-5 {
        top: 386px; }
      body.theme-vtubers-aybtv #discussion-capture li.player.order-2, body.theme-vtubers-aybtv #discussion-capture li.player.order-6 {
        top: unset;
        bottom: 47px; }
      body.theme-vtubers-aybtv #discussion-capture li.player.order-0, body.theme-vtubers-aybtv #discussion-capture li.player.order-1, body.theme-vtubers-aybtv #discussion-capture li.player.order-2 {
        left: 190px;
        right: unset;
        margin-left: unset; }
        body.theme-vtubers-aybtv #discussion-capture li.player.order-0 .player-plate, body.theme-vtubers-aybtv #discussion-capture li.player.order-1 .player-plate, body.theme-vtubers-aybtv #discussion-capture li.player.order-2 .player-plate {
          background-color: #f50f76; }
      body.theme-vtubers-aybtv #discussion-capture li.player.order-4, body.theme-vtubers-aybtv #discussion-capture li.player.order-5, body.theme-vtubers-aybtv #discussion-capture li.player.order-6 {
        right: 170px;
        left: unset; }
        body.theme-vtubers-aybtv #discussion-capture li.player.order-4 .player-plate, body.theme-vtubers-aybtv #discussion-capture li.player.order-5 .player-plate, body.theme-vtubers-aybtv #discussion-capture li.player.order-6 .player-plate {
          background-color: #0033e4; }
      body.theme-vtubers-aybtv #discussion-capture li.player .player-plate {
        width: unset;
        height: unset;
        line-height: unset;
        position: relative;
        padding: 0px; }
  body.theme-vtubers-aybtv #discussion-capture .webcam-nameplate,
  body.theme-vtubers-aybtv #discussion-capture ul.players-list {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    body.theme-vtubers-aybtv #discussion-capture .webcam-nameplate li.player .player-plate .score,
    body.theme-vtubers-aybtv #discussion-capture ul.players-list li.player .player-plate .score {
      display: none; }
    body.theme-vtubers-aybtv #discussion-capture .webcam-nameplate li.player .player-plate .name,
    body.theme-vtubers-aybtv #discussion-capture ul.players-list li.player .player-plate .name {
      text-align: center; }
    body.theme-vtubers-aybtv #discussion-capture .webcam-nameplate .capturing,
    body.theme-vtubers-aybtv #discussion-capture ul.players-list .capturing {
      background-image: none !important; }
  body.theme-vtubers-aybtv #countdown-capture {
    background-image: url(/images/themes/vtubers-aybtv/starting_soon.png) !important;
    background-size: cover; }
    body.theme-vtubers-aybtv #countdown-capture .countdown-title {
      display: none !important; }
    body.theme-vtubers-aybtv #countdown-capture .host-overlay {
      display: none !important; }
    body.theme-vtubers-aybtv #countdown-capture .overlay {
      background-image: unset;
      background-color: transparent;
      height: 100%; }
    body.theme-vtubers-aybtv #countdown-capture .logo.episode {
      display: none !important;
      right: 10px;
      width: 600px;
      top: 172px;
      z-index: 22;
      left: unset; }
    body.theme-vtubers-aybtv #countdown-capture .team-name {
      display: none !important; }
    body.theme-vtubers-aybtv #countdown-capture .player-image {
      display: none !important;
      z-index: 0;
      width: 405px;
      height: 294px;
      background-size: cover; }
      body.theme-vtubers-aybtv #countdown-capture .player-image.order-0, body.theme-vtubers-aybtv #countdown-capture .player-image.order-4 {
        top: 28px; }
      body.theme-vtubers-aybtv #countdown-capture .player-image.order-1, body.theme-vtubers-aybtv #countdown-capture .player-image.order-5 {
        top: 376px; }
      body.theme-vtubers-aybtv #countdown-capture .player-image.order-2, body.theme-vtubers-aybtv #countdown-capture .player-image.order-6 {
        bottom: 59px;
        top: unset; }
      body.theme-vtubers-aybtv #countdown-capture .player-image.order-0, body.theme-vtubers-aybtv #countdown-capture .player-image.order-2 {
        left: 121px; }
      body.theme-vtubers-aybtv #countdown-capture .player-image.order-4, body.theme-vtubers-aybtv #countdown-capture .player-image.order-6 {
        right: 104px; }
      body.theme-vtubers-aybtv #countdown-capture .player-image.order-1 {
        left: 39px;
        margin-left: 0px; }
      body.theme-vtubers-aybtv #countdown-capture .player-image.order-5 {
        right: 33px;
        margin-left: 0px; }
      body.theme-vtubers-aybtv #countdown-capture .player-image.order-3 {
        display: none; }
    body.theme-vtubers-aybtv #countdown-capture .player-name {
      display: none !important;
      color: #fff;
      text-transform: uppercase;
      font-size: 40px;
      width: 370px;
      text-align: center; }
      body.theme-vtubers-aybtv #countdown-capture .player-name.order-0, body.theme-vtubers-aybtv #countdown-capture .player-name.order-4 {
        bottom: unset;
        top: 305px; }
      body.theme-vtubers-aybtv #countdown-capture .player-name.order-1, body.theme-vtubers-aybtv #countdown-capture .player-name.order-5 {
        bottom: unset;
        top: 653px; }
      body.theme-vtubers-aybtv #countdown-capture .player-name.order-2, body.theme-vtubers-aybtv #countdown-capture .player-name.order-6 {
        top: unset;
        bottom: 31px; }
      body.theme-vtubers-aybtv #countdown-capture .player-name.order-0, body.theme-vtubers-aybtv #countdown-capture .player-name.order-2 {
        left: 140px;
        right: unset; }
      body.theme-vtubers-aybtv #countdown-capture .player-name.order-4, body.theme-vtubers-aybtv #countdown-capture .player-name.order-6 {
        right: 124px;
        left: unset; }
      body.theme-vtubers-aybtv #countdown-capture .player-name.order-1 {
        left: 57px;
        margin-left: 0px; }
      body.theme-vtubers-aybtv #countdown-capture .player-name.order-5 {
        right: 51px;
        left: unset;
        margin-left: 0px; }
      body.theme-vtubers-aybtv #countdown-capture .player-name.order-3 {
        display: none; }
    body.theme-vtubers-aybtv #countdown-capture .countdown {
      top: unset;
      bottom: 10%;
      left: 43%;
      z-index: 40;
      background: none; }
    body.theme-vtubers-aybtv #countdown-capture .counting {
      letter-spacing: 8px;
      font-size: 90px; }
  body.theme-vtubers-aybtv #signoff-capture {
    background: url(/images/themes/vtubers-aybtv/outro.png);
    background-size: cover; }
    body.theme-vtubers-aybtv #signoff-capture .signoff-message {
      display: none;
      top: 675px;
      font-size: 60px;
      color: #e6d948 !important;
      width: 1300px;
      height: 122px;
      line-height: 122px;
      font-family: "FrizQuadrataRegular";
      text-transform: uppercase;
      font-weight: 900;
      color: #000;
      left: 50%;
      margin-left: -635px;
      letter-spacing: 1px; }
      body.theme-vtubers-aybtv #signoff-capture .signoff-message .gradient-text {
        text-shadow: none;
        -webkit-text-fill-color: inherit; }
        body.theme-vtubers-aybtv #signoff-capture .signoff-message .gradient-text:after {
          display: none;
          opacity: 0;
          content: ""; }
    body.theme-vtubers-aybtv #signoff-capture .matcherino-status-container {
      display: none; }
  body.theme-vtubers-aybtv .multiplechoice-area, body.theme-vtubers-aybtv .game-container {
    font-family: 'FrizQuadrataRegular' !important; }
    body.theme-vtubers-aybtv .multiplechoice-area .multiplechoice-options .option-container, body.theme-vtubers-aybtv .game-container .multiplechoice-options .option-container {
      border: 2px solid #ffd366;
      border-radius: unset !important;
      -moz-box-shadow: 0px 0px 1px 4px #c8a55b;
      -webkit-box-shadow: 0px 0px 1px 4px #c8a55b;
      box-shadow: 0px 0px 1px 4px #c8a55b; }
      body.theme-vtubers-aybtv .multiplechoice-area .multiplechoice-options .option-container::before, body.theme-vtubers-aybtv .game-container .multiplechoice-options .option-container::before {
        border-radius: unset !important; }
    body.theme-vtubers-aybtv .multiplechoice-area .multiplechoice-options .option-container.right, body.theme-vtubers-aybtv .game-container .multiplechoice-options .option-container.right {
      border: 4px solid #008000;
      -moz-box-shadow: 0px 0px 1px 4px #006600;
      -webkit-box-shadow: 0px 0px 1px 4px #006600;
      box-shadow: 0px 0px 1px 4px #006600; }
  body.theme-vtubers-aybtv #production .improv-capture-view, body.theme-vtubers-aybtv #player-view .improv-capture-view {
    font-family: 'MadeTommy' !important; }
    body.theme-vtubers-aybtv #production .improv-capture-view .title-box, body.theme-vtubers-aybtv #player-view .improv-capture-view .title-box {
      background-color: #e0b360;
      font-family: "Madetommy", "Helvetica Neue", Arial, sans-serif !important;
      top: 0px !important;
      height: 70px;
      font-size: 45px; }
    body.theme-vtubers-aybtv #production .improv-capture-view.hint-type-zoomOut .hint, body.theme-vtubers-aybtv #player-view .improv-capture-view.hint-type-zoomOut .hint {
      background-color: unset !important; }
    body.theme-vtubers-aybtv #production .improv-capture-view.audio .hint, body.theme-vtubers-aybtv #player-view .improv-capture-view.audio .hint {
      background-color: rgba(155, 81, 224, 0.7) !important;
      border: 1px solid #e1e1e1; }
    body.theme-vtubers-aybtv #production .improv-capture-view.audio .audio-container, body.theme-vtubers-aybtv #player-view .improv-capture-view.audio .audio-container {
      background: none !important;
      width: 96.4%;
      height: 50px;
      left: 0px;
      margin-left: 24px;
      top: 57% !important; }
      body.theme-vtubers-aybtv #production .improv-capture-view.audio .audio-container .audio-icon, body.theme-vtubers-aybtv #player-view .improv-capture-view.audio .audio-container .audio-icon {
        width: 50px;
        height: 50px;
        top: -85px;
        filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5)); }
    body.theme-vtubers-aybtv #production .improv-capture-view .hints, body.theme-vtubers-aybtv #player-view .improv-capture-view .hints {
      padding-left: 2%;
      padding-right: 2%; }
      body.theme-vtubers-aybtv #production .improv-capture-view .hints .hint, body.theme-vtubers-aybtv #player-view .improv-capture-view .hints .hint {
        height: 80px !important;
        font-size: 40px !important; }
    body.theme-vtubers-aybtv #production .improv-capture-view .question-meta, body.theme-vtubers-aybtv #player-view .improv-capture-view .question-meta {
      margin-top: 20px; }
      body.theme-vtubers-aybtv #production .improv-capture-view .question-meta .game-box-left, body.theme-vtubers-aybtv #player-view .improv-capture-view .question-meta .game-box-left {
        background-image: none;
        background-color: #f6e9cf;
        border: 2px solid #e0b360;
        height: 60px;
        border-radius: 20px;
        color: #4e323f;
        width: 300px;
        font-size: 30px !important;
        box-shadow: none; }
      body.theme-vtubers-aybtv #production .improv-capture-view .question-meta .game-box-right, body.theme-vtubers-aybtv #player-view .improv-capture-view .question-meta .game-box-right {
        background-image: none;
        background-color: #f6e9cf;
        height: 60px;
        border-radius: 20px;
        border: 2px solid #e0b360;
        color: #4e323f;
        width: 300px;
        font-size: 30px !important;
        box-shadow: none; }
    body.theme-vtubers-aybtv #production .improv-capture-view .answer.red-box, body.theme-vtubers-aybtv #player-view .improv-capture-view .answer.red-box {
      bottom: -20px !important;
      height: 80px !important;
      margin-left: 2%;
      width: 96%;
      background-image: none;
      border: none;
      background-color: #232323;
      border-radius: 20px; }
      body.theme-vtubers-aybtv #production .improv-capture-view .answer.red-box span, body.theme-vtubers-aybtv #player-view .improv-capture-view .answer.red-box span {
        font-size: 40px !important; }
  body.theme-vtubers-aybtv .improv-capture-view {
    background-image: url(/images/themes/vtubers-aybtv/game-board.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 2px solid #e1e1e1;
    left: unset;
    margin-left: unset;
    width: 100%;
    height: 100%;
    position: static; }
    body.theme-vtubers-aybtv .improv-capture-view .hints-container {
      top: 4% !important;
      height: 96% !important; }
    body.theme-vtubers-aybtv .improv-capture-view .active-question {
      height: 80%; }
      body.theme-vtubers-aybtv .improv-capture-view .active-question .hints {
        height: 100%;
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly; }
        body.theme-vtubers-aybtv .improv-capture-view .active-question .hints .hint {
          width: 100% !important;
          display: flex;
          align-items: center;
          justify-content: center;
          background-image: none !important;
          border-radius: 10px;
          height: 70px !important;
          color: #000 !important;
          text-shadow: none;
          box-shadow: none;
          font-size: 40px !important; }
          body.theme-vtubers-aybtv .improv-capture-view .active-question .hints .hint .image-container .image {
            transition-delay: 2s;
            transform: scale(1.5);
            background-position: center;
            background-size: 90%;
            background-repeat: no-repeat;
            height: 300px !important;
            width: 526px;
            margin-left: -263px;
            left: 50%;
            position: absolute;
            margin-top: 6%; }
          body.theme-vtubers-aybtv .improv-capture-view .active-question .hints .hint.reveal-type-fade.type-improv .audio-container {
            top: 10%;
            background: none;
            border: none;
            height: 60px;
            width: 90.2%;
            margin-left: 0px;
            left: 55px;
            position: absolute; }
            body.theme-vtubers-aybtv .improv-capture-view .active-question .hints .hint.reveal-type-fade.type-improv .audio-container .audio-icon {
              position: absolute;
              top: -150px;
              left: 45%;
              width: 50px;
              height: 50px;
              background: url(/images/themes/vshojo-chaos/audio-icon.png) center center no-repeat;
              background-size: cover;
              filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5)); }
            body.theme-vtubers-aybtv .improv-capture-view .active-question .hints .hint.reveal-type-fade.type-improv .audio-container .audio-progress-container {
              height: 50px;
              filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
              border-radius: 15px; }
    body.theme-vtubers-aybtv .improv-capture-view .answer.red-box {
      position: relative;
      bottom: 0px;
      margin-top: 0px;
      color: #fff !important;
      font-size: 64px !important;
      width: 90%;
      left: unset;
      margin-left: 5%;
      height: 100px !important;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #232323;
      border-radius: 20px; }
      body.theme-vtubers-aybtv .improv-capture-view .answer.red-box span {
        font-size: 60px !important; }
    body.theme-vtubers-aybtv .improv-capture-view .title-box {
      width: unset !important;
      min-width: 350px;
      margin-left: unset;
      top: 2px;
      background-size: cover;
      margin-left: -175px;
      padding-top: unset;
      left: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: none !important;
      height: 70px;
      border-radius: 0 0 15px 15px;
      font-size: 45px;
      border: none; }
    body.theme-vtubers-aybtv .improv-capture-view .thing-meta {
      padding: 0px; }
    body.theme-vtubers-aybtv .improv-capture-view .question-meta .game-box {
      margin-top: -40px;
      position: absolute;
      top: 40px;
      width: 352px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 40px !important;
      gap: 10px;
      background-image: none;
      background-color: none;
      height: 70px;
      border-radius: 40px;
      color: #4e323f; }
    body.theme-vtubers-aybtv .improv-capture-view .question-meta .game-box-left {
      left: 5%; }
    body.theme-vtubers-aybtv .improv-capture-view .question-meta .game-box-right {
      right: 5%; }
    body.theme-vtubers-aybtv .improv-capture-view.hint-type-zoomOut .hint {
      background-color: unset !important; }
    body.theme-vtubers-aybtv .improv-capture-view.audio {
      background-image: url(/images/themes/vtubers-aybtv/game-board.png);
      background-size: cover;
      border-radius: 20px;
      border: 2px solid #e1e1e1; }
      body.theme-vtubers-aybtv .improv-capture-view.audio .answer.red-box {
        bottom: 80px; }
      body.theme-vtubers-aybtv .improv-capture-view.audio .hint {
        box-shadow: none !important;
        background-color: rgba(155, 81, 224, 0.7) !important;
        border: 1px solid #e1e1e1; }
        body.theme-vtubers-aybtv .improv-capture-view.audio .hint .audio-container {
          top: 56%;
          background: none;
          border: none;
          height: 60px;
          width: 90.2%;
          margin-left: 0px;
          left: 55px; }
          body.theme-vtubers-aybtv .improv-capture-view.audio .hint .audio-container .audio-icon {
            position: absolute;
            top: -150px;
            left: 45%;
            width: 50px;
            height: 50px;
            background: url(/images/themes/vshojo-chaos/audio-icon.png) center center no-repeat;
            background-size: cover;
            filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5)); }
  body.theme-vtubers-aybtv .num-hints-1 .hint.type-image .image-border {
    background: none !important; }
  body.theme-vtubers-aybtv .improv-capture-view .hints {
    padding-top: 130px; }
  body.theme-vtubers-aybtv .improv-capture-view .hints .hint.reveal-type-fade.type-text {
    margin: 0 auto 20px auto;
    font-family: 'MadeTommy' !important;
    font-size: 32px; }
  body.theme-vtubers-aybtv .improv-capture-view .hints .hint.reveal-type-fade.type-improv .back {
    display: none !important; }
  body.theme-vtubers-aybtv namethatthing-capture span {
    font-family: 'MadeTommy' !important;
    display: block;
    color: #fff;
    font-size: 34px;
    margin-top: -5px; }
  body.theme-vtubers-aybtv .question-meta {
    margin-top: 20px; }
    body.theme-vtubers-aybtv .question-meta .game-box-left {
      background-image: none;
      background-color: #f6e9cf;
      border: 2px solid #e0b360;
      height: 60px;
      border-radius: 20px;
      color: #4e323f;
      width: 300px;
      font-size: 30px !important;
      box-shadow: none; }
    body.theme-vtubers-aybtv .question-meta .game-box-right {
      background-image: none;
      background-color: #f6e9cf;
      height: 60px;
      border-radius: 20px;
      border: 2px solid #e0b360;
      color: #4e323f;
      width: 300px;
      font-size: 30px !important;
      box-shadow: none; }
  body.theme-vtubers-aybtv #main-vtuber-capture li.player.order-0, body.theme-vtubers-aybtv #main-vtuber-capture li.player.order-1, body.theme-vtubers-aybtv #main-vtuber-capture li.player.order-2, body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture li.player.order-0, body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture li.player.order-1, body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture li.player.order-2 {
    display: none !important; }
  body.theme-vtubers-aybtv #main-vtuber-capture div.team, body.theme-vtubers-aybtv #main-vtuber-podiums-capture div.team, body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture div.team {
    display: flex;
    justify-content: center;
    position: absolute;
    color: #FFF;
    font-size: 50px;
    z-index: 100;
    transform-origin: top center;
    width: 100px;
    text-align: center;
    font-weight: 900; }
    body.theme-vtubers-aybtv #main-vtuber-capture div.team.order-0, body.theme-vtubers-aybtv #main-vtuber-podiums-capture div.team.order-0, body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture div.team.order-0 {
      bottom: 248px;
      left: 355px;
      transform: perspective(958px) rotateZ(-9deg) rotateX(-15deg) rotateY(15deg); }
    body.theme-vtubers-aybtv #main-vtuber-capture div.team.order-1, body.theme-vtubers-aybtv #main-vtuber-podiums-capture div.team.order-1, body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture div.team.order-1 {
      bottom: 252px;
      right: 348px;
      transform: perspective(958px) rotateZ(11deg) rotateX(354deg) rotateY(335deg); }
    body.theme-vtubers-aybtv #main-vtuber-capture div.team .team-plate, body.theme-vtubers-aybtv #main-vtuber-podiums-capture div.team .team-plate, body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture div.team .team-plate {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      gap: 20px; }
  body.theme-vtubers-aybtv #main-vtuber-podiums-capture li.player {
    display: block !important; }
  body.theme-vtubers-aybtv #main-vtuber-podiums-capture .order-0 .hearts-list {
    display: flex;
    transform: rotateY(16deg) rotateZ(349deg) rotateX(350deg) !important;
    margin-left: -49px;
    margin-top: -36px; }
  body.theme-vtubers-aybtv #main-vtuber-podiums-capture .order-1 .hearts-list {
    display: flex;
    transform: rotateY(16deg) rotateZ(11deg) rotateX(12deg) !important;
    margin-left: -47px;
    margin-top: -24px; }
  body.theme-vtubers-aybtv #main-vtuber-podiums-capture .team-streamers, body.theme-vtubers-aybtv #main-vtuber-podiums-capture .order-1 {
    display: block !important;
    bottom: 50px;
    position: absolute;
    bottom: 29.5%;
    right: 23%;
    z-index: 10; }
    body.theme-vtubers-aybtv #main-vtuber-podiums-capture .team-streamers .player-plate, body.theme-vtubers-aybtv #main-vtuber-podiums-capture .order-1 .player-plate {
      transform: rotateY(16deg) rotateZ(11deg) rotateX(12deg) !important;
      font-family: 'Madetommy', 'Helvetica Neue', Arial, sans-serif;
      font-size: 40px;
      transform: rotate(12deg); }
      body.theme-vtubers-aybtv #main-vtuber-podiums-capture .team-streamers .player-plate .name, body.theme-vtubers-aybtv #main-vtuber-podiums-capture .order-1 .player-plate .name {
        display: none !important; }
  body.theme-vtubers-aybtv #main-vtuber-podiums-capture .team-vtubers, body.theme-vtubers-aybtv #main-vtuber-podiums-capture .order-0 {
    display: block !important;
    bottom: 50px;
    position: absolute;
    bottom: 28%;
    left: 19%;
    z-index: 10; }
    body.theme-vtubers-aybtv #main-vtuber-podiums-capture .team-vtubers .player-plate, body.theme-vtubers-aybtv #main-vtuber-podiums-capture .order-0 .player-plate {
      transform: rotateY(16deg) rotateZ(349deg) rotateX(350deg) !important;
      font-family: 'Madetommy', 'Helvetica Neue', Arial, sans-serif;
      font-size: 40px;
      transform: rotate(-12deg); }
      body.theme-vtubers-aybtv #main-vtuber-podiums-capture .team-vtubers .player-plate .name, body.theme-vtubers-aybtv #main-vtuber-podiums-capture .order-0 .player-plate .name {
        display: none !important; }
  body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture div.team {
    display: none !important; }
  body.theme-vtubers-aybtv #main-vtuber-focus-streamer-capture .players-list {
    display: none !important; }
  body.theme-vtubers-aybtv #main-vtuber-focus-streamer-capture div.team {
    display: none !important; }
  body.theme-vtubers-aybtv #main-streamers-podiums-side-capture .team, body.theme-vtubers-aybtv #main-streamers-podiums-side-capture .players-list {
    font-weight: 900;
    font-family: 'Madetommy', 'Helvetica Neue', Arial, sans-serif;
    position: absolute;
    bottom: -20px;
    left: 25%;
    width: 50%;
    height: 290px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 150px;
    font-weight: 900;
    position: absolute; }
    body.theme-vtubers-aybtv #main-streamers-podiums-side-capture .team .player .player-extension .hearts-list, body.theme-vtubers-aybtv #main-streamers-podiums-side-capture .players-list .player .player-extension .hearts-list {
      top: 15% !important;
      left: 30%; }
      body.theme-vtubers-aybtv #main-streamers-podiums-side-capture .team .player .player-extension .hearts-list .heart, body.theme-vtubers-aybtv #main-streamers-podiums-side-capture .players-list .player .player-extension .hearts-list .heart {
        width: 40px;
        height: 40px; }
    body.theme-vtubers-aybtv #main-streamers-podiums-side-capture .team .team-color-0, body.theme-vtubers-aybtv #main-streamers-podiums-side-capture .team .order-0, body.theme-vtubers-aybtv #main-streamers-podiums-side-capture .players-list .team-color-0, body.theme-vtubers-aybtv #main-streamers-podiums-side-capture .players-list .order-0 {
      display: none !important; }
    body.theme-vtubers-aybtv #main-streamers-podiums-side-capture .team .team-color-1, body.theme-vtubers-aybtv #main-streamers-podiums-side-capture .team .order-1, body.theme-vtubers-aybtv #main-streamers-podiums-side-capture .players-list .team-color-1, body.theme-vtubers-aybtv #main-streamers-podiums-side-capture .players-list .order-1 {
      bottom: 2%;
      left: 44%;
      transform: unset !important; }
    body.theme-vtubers-aybtv #main-streamers-podiums-side-capture .team .player-plate, body.theme-vtubers-aybtv #main-streamers-podiums-side-capture .players-list .player-plate {
      position: relative !important; }
      body.theme-vtubers-aybtv #main-streamers-podiums-side-capture .team .player-plate .team-name, body.theme-vtubers-aybtv #main-streamers-podiums-side-capture .team .player-plate .name, body.theme-vtubers-aybtv #main-streamers-podiums-side-capture .players-list .player-plate .team-name, body.theme-vtubers-aybtv #main-streamers-podiums-side-capture .players-list .player-plate .name {
        display: none !important; }
      body.theme-vtubers-aybtv #main-streamers-podiums-side-capture .team .player-plate .score, body.theme-vtubers-aybtv #main-streamers-podiums-side-capture .players-list .player-plate .score {
        font-size: 140px !important; }
  body.theme-vtubers-aybtv #main-vtuber-podiums-side-capture .team, body.theme-vtubers-aybtv #main-vtuber-podiums-side-capture .players-list {
    font-weight: 900;
    font-family: 'Madetommy', 'Helvetica Neue', Arial, sans-serif;
    position: absolute;
    bottom: -20px;
    left: 25%;
    width: 50%;
    height: 290px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center; }
    body.theme-vtubers-aybtv #main-vtuber-podiums-side-capture .team .player .player-extension .hearts-list, body.theme-vtubers-aybtv #main-vtuber-podiums-side-capture .players-list .player .player-extension .hearts-list {
      top: 15% !important;
      left: 30%; }
      body.theme-vtubers-aybtv #main-vtuber-podiums-side-capture .team .player .player-extension .hearts-list .heart, body.theme-vtubers-aybtv #main-vtuber-podiums-side-capture .players-list .player .player-extension .hearts-list .heart {
        width: 40px;
        height: 40px; }
    body.theme-vtubers-aybtv #main-vtuber-podiums-side-capture .team .player-plate, body.theme-vtubers-aybtv #main-vtuber-podiums-side-capture .players-list .player-plate {
      position: relative !important; }
      body.theme-vtubers-aybtv #main-vtuber-podiums-side-capture .team .player-plate .team-name, body.theme-vtubers-aybtv #main-vtuber-podiums-side-capture .team .player-plate .name, body.theme-vtubers-aybtv #main-vtuber-podiums-side-capture .players-list .player-plate .team-name, body.theme-vtubers-aybtv #main-vtuber-podiums-side-capture .players-list .player-plate .name {
        display: none !important; }
      body.theme-vtubers-aybtv #main-vtuber-podiums-side-capture .team .player-plate .score, body.theme-vtubers-aybtv #main-vtuber-podiums-side-capture .players-list .player-plate .score {
        font-size: 140px !important; }
    body.theme-vtubers-aybtv #main-vtuber-podiums-side-capture .team .team-color-1, body.theme-vtubers-aybtv #main-vtuber-podiums-side-capture .team .order-1, body.theme-vtubers-aybtv #main-vtuber-podiums-side-capture .players-list .team-color-1, body.theme-vtubers-aybtv #main-vtuber-podiums-side-capture .players-list .order-1 {
      display: none !important; }
    body.theme-vtubers-aybtv #main-vtuber-podiums-side-capture .team .team-color-0, body.theme-vtubers-aybtv #main-vtuber-podiums-side-capture .team .order-0, body.theme-vtubers-aybtv #main-vtuber-podiums-side-capture .players-list .team-color-0, body.theme-vtubers-aybtv #main-vtuber-podiums-side-capture .players-list .order-0 {
      bottom: 2%;
      left: 44%;
      transform: unset !important; }
  body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture .buzzer-overlay {
    display: none !important; }
  body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture ul.players-list {
    width: 100%;
    right: unset;
    padding: 0px;
    margin: 0px;
    height: 100%;
    position: relative; }
  body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture li.player {
    position: absolute;
    height: 55px;
    min-width: 337px;
    width: unset;
    left: unset; }
    body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture li.player.order-3, body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture li.player.order-4, body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture li.player.order-5 {
      display: none !important; }
    body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture li.player.order-0, body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture li.player.order-1, body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture li.player.order-2 {
      min-width: unset;
      height: 42px; }
      body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture li.player.order-0 .webcam-cover, body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture li.player.order-1 .webcam-cover, body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture li.player.order-2 .webcam-cover {
        display: none; }
    body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture li.player.order-0 {
      right: unset;
      left: 350px;
      top: unset;
      bottom: 548px; }
      body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture li.player.order-0 .buzzer-overlay {
        left: 8px;
        top: 0px; }
      body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture li.player.order-0 .webcam-cover {
        width: 205px;
        height: 336px;
        background-size: contain;
        background-repeat: no-repeat; }
    body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture li.player.order-1 {
      right: unset;
      left: 850px;
      top: unset;
      bottom: 548px; }
      body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture li.player.order-1 .buzzer-overlay {
        left: 8px;
        top: 0px; }
      body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture li.player.order-1 .webcam-cover {
        width: 170px;
        height: 317px;
        background-size: contain;
        background-repeat: no-repeat; }
    body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture li.player.order-2 {
      left: unset;
      right: 600px;
      top: unset;
      bottom: 548px; }
      body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture li.player.order-2 .buzzer-overlay {
        left: 8px;
        top: 0px; }
      body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture li.player.order-2 .webcam-cover {
        width: 145px;
        height: 309px;
        background-size: contain;
        background-repeat: no-repeat; }
    body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture li.player .drawing-marker {
      border-radius: 0px;
      top: -37px;
      left: 60%; }
    body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture li.player .overlay {
      display: none; }
    body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture li.player .buzzer-overlay {
      display: none; }
    body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture li.player .buzzer-overlay {
      display: block;
      background: unset;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 1;
      transition: all 0.5s ease;
      background-color: transparent; }
    body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture li.player .overlay {
      display: none;
      background: none;
      width: 30px;
      height: 15px;
      background-color: #31a354;
      border-radius: 5px;
      top: 10px;
      left: 18px; }
    body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture li.player .player-extension {
      position: absolute;
      top: 0px;
      min-width: 300px; }
    body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture li.player .hearts-list {
      top: 15px !important;
      left: unset;
      right: 50px !important; }
    body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture li.player .name {
      padding-left: 0px;
      position: relative;
      font-size: 30px;
      text-align: center;
      text-transform: uppercase;
      height: unset;
      line-height: unset;
      bottom: unset;
      right: unset;
      width: unset;
      left: unset;
      margin-top: 10px; }
    body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture li.player .score {
      position: relative;
      font-size: 30px;
      height: unset;
      line-height: unset;
      bottom: unset;
      right: unset;
      width: unset;
      margin-top: 10px; }
  body.theme-vtubers-aybtv #production .game-container, body.theme-vtubers-aybtv #player-view .game-container {
    background-image: unset;
    background-image: url(/images/themes/vtubers-aybtv/game-board.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 691px; }
    body.theme-vtubers-aybtv #production .game-container .title-box, body.theme-vtubers-aybtv #player-view .game-container .title-box {
      background-size: contain;
      top: -8px;
      box-shadow: none; }
    body.theme-vtubers-aybtv #production .game-container .name-that-thing-reveal .answer.red-box, body.theme-vtubers-aybtv #player-view .game-container .name-that-thing-reveal .answer.red-box {
      height: 100px;
      bottom: -30px;
      line-height: unset;
      padding-top: 20px; }
    body.theme-vtubers-aybtv #production .game-container .audio .title-box, body.theme-vtubers-aybtv #player-view .game-container .audio .title-box {
      width: 444px;
      background-size: contain; }
  body.theme-vtubers-aybtv .cardFlip {
    margin-left: 30px; }
  body.theme-vtubers-aybtv .back {
    background-image: url(/images/themes/mtg/magic-back.png) !important;
    width: 200px !important; }
  body.theme-vtubers-aybtv .red-box,
  body.theme-vtubers-aybtv .drawing-capture-view .drawing-answer,
  body.theme-vtubers-aybtv .answer.red-box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #000;
    font-size: 48px;
    line-height: 171px;
    text-shadow: none; }
  body.theme-vtubers-aybtv .red-box {
    bottom: -10px; }
  body.theme-vtubers-aybtv .title-box {
    width: 522px;
    height: 90px;
    margin-left: -261px;
    color: #FFFFFF;
    font-size: 32px;
    text-shadow: none;
    padding: 0px;
    line-height: 97px;
    top: 10px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3); }
    body.theme-vtubers-aybtv .title-box .timer-countdown {
      font-size: 50px; }
  body.theme-vtubers-aybtv .game-box {
    width: 252px;
    height: 58px;
    background: url(/images/themes/vtubers-aybtv/gameboard/default/sidebox.png) center center no-repeat;
    padding: 0px;
    line-height: 59px;
    position: absolute;
    color: #fff;
    font-size: 28px;
    padding-top: 0px;
    top: 40px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3); }
    body.theme-vtubers-aybtv .game-box.game-box-left {
      left: 30px; }
    body.theme-vtubers-aybtv .game-box.game-box-right {
      right: 30px; }
  body.theme-vtubers-aybtv .capture-area .grey-film::after {
    display: none !important; }
  body.theme-vtubers-aybtv .capture-area .episode {
    background-image: url(/images/themes/vtubers-aybtv/episode-logo.png); }
  body.theme-vtubers-aybtv #main-vtuber-capture {
    background-image: url(/images/themes/vtubers-aybtv/main_stage.png);
    background-size: cover; }
  body.theme-vtubers-aybtv #main-vtuber-podiums-capture {
    background-image: url(/images/themes/vtubers-aybtv/main_stage_podiums.png);
    background-size: cover; }
  body.theme-vtubers-aybtv #main-vtuber-focus-streamer-capture {
    background-image: url(/images/themes/vtubers-aybtv/side_streamers.png);
    background-size: cover; }
  body.theme-vtubers-aybtv #main-streamers-podiums-side-capture {
    background-image: url(/images/themes/vtubers-aybtv/side_streamers_podium.png);
    background-size: cover; }
  body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture {
    background-image: url(/images/themes/vtubers-aybtv/side_vtubers.png);
    background-size: cover; }
  body.theme-vtubers-aybtv #main-vtuber-podiums-side-capture {
    background-image: url(/images/themes/vtubers-aybtv/side_vtubers_podium.png);
    background-size: cover; }
  body.theme-vtubers-aybtv #main-vtuber-podiums-side-capture #medias-heart1,
  body.theme-vtubers-aybtv #main-vtuber-podiums-side-capture #medias-heart2,
  body.theme-vtubers-aybtv #main-vtuber-podiums-side-capture #medias-heart3,
  body.theme-vtubers-aybtv #main-vtuber-podiums-side-capture #medias-heart4,
  body.theme-vtubers-aybtv #main-vtuber-podiums-side-capture #medias-heart5,
  body.theme-vtubers-aybtv #main-vtuber-podiums-side-capture #medias-heart6,
  body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture #medias-heart1,
  body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture #medias-heart2,
  body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture #medias-heart3,
  body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture #medias-heart4,
  body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture #medias-heart5,
  body.theme-vtubers-aybtv #main-vtuber-focus-vtuber-capture #medias-heart6,
  body.theme-vtubers-aybtv #main-streamers-podiums-side-capture #medias-heart1,
  body.theme-vtubers-aybtv #main-streamers-podiums-side-capture #medias-heart2,
  body.theme-vtubers-aybtv #main-streamers-podiums-side-capture #medias-heart3,
  body.theme-vtubers-aybtv #main-streamers-podiums-side-capture #medias-heart4,
  body.theme-vtubers-aybtv #main-streamers-podiums-side-capture #medias-heart5,
  body.theme-vtubers-aybtv #main-streamers-podiums-side-capture #medias-heart6,
  body.theme-vtubers-aybtv #main-vtuber-focus-streamer-capture #medias-heart1,
  body.theme-vtubers-aybtv #main-vtuber-focus-streamer-capture #medias-heart2,
  body.theme-vtubers-aybtv #main-vtuber-focus-streamer-capture #medias-heart3,
  body.theme-vtubers-aybtv #main-vtuber-focus-streamer-capture #medias-heart4,
  body.theme-vtubers-aybtv #main-vtuber-focus-streamer-capture #medias-heart5,
  body.theme-vtubers-aybtv #main-vtuber-focus-streamer-capture #medias-heart6,
  body.theme-vtubers-aybtv #main-vtuber-capture #medias-heart1,
  body.theme-vtubers-aybtv #main-vtuber-capture #medias-heart2,
  body.theme-vtubers-aybtv #main-vtuber-capture #medias-heart3,
  body.theme-vtubers-aybtv #main-vtuber-capture #medias-heart4,
  body.theme-vtubers-aybtv #main-vtuber-capture #medias-heart5,
  body.theme-vtubers-aybtv #main-vtuber-capture #medias-heart6,
  body.theme-vtubers-aybtv #main-vtuber-podiums-capture #medias-heart1,
  body.theme-vtubers-aybtv #main-vtuber-podiums-capture #medias-heart2,
  body.theme-vtubers-aybtv #main-vtuber-podiums-capture #medias-heart3,
  body.theme-vtubers-aybtv #main-vtuber-podiums-capture #medias-heart4,
  body.theme-vtubers-aybtv #main-vtuber-podiums-capture #medias-heart5,
  body.theme-vtubers-aybtv #main-vtuber-podiums-capture #medias-heart6 {
    display: none !important; }
  body.theme-vtubers-aybtv #main-vtuber-gamearea-capture #medias-buzzer7,
  body.theme-vtubers-aybtv #main-vtuber-gamearea-capture #medias-buzzer6,
  body.theme-vtubers-aybtv #main-vtuber-gamearea-capture #medias-buzzer5,
  body.theme-vtubers-aybtv #main-vtuber-gamearea-capture #medias-buzzer4,
  body.theme-vtubers-aybtv #main-vtuber-gamearea-capture #medias-buzzer3,
  body.theme-vtubers-aybtv #main-vtuber-gamearea-capture #medias-buzzer2,
  body.theme-vtubers-aybtv #main-vtuber-gamearea-capture #medias-buzzer1 {
    display: none !important; }
  body.theme-vtubers-aybtv #vtuber-podium {
    background-image: url(/images/themes/vtubers-aybtv/main_stage_podiums.png);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0; }
  body.theme-vtubers-aybtv #game-area {
    background-image: url(/images/themes/vtubers-aybtv/nogame-bg.png);
    background-size: cover;
    top: 57px;
    height: 68%;
    left: 19%;
    right: unset;
    z-index: -1;
    width: 63%;
    transform: perspective(2300px) rotateX(-16deg) scale(0.61);
    transform-origin: top center; }
  body.theme-vtubers-aybtv #main-vtuber-gamearea-capture {
    background-color: transparent;
    background-image: unset !important; }
    body.theme-vtubers-aybtv #main-vtuber-gamearea-capture #game-area {
      z-index: -1;
      top: 3%;
      left: 10.5%;
      width: 79%;
      height: 77%;
      transform: scale(1.25); }
  body.theme-vtubers-aybtv #main-vtuber-capture.showBuzzes-on .logo.episode {
    transform: translateX(0); }
  body.theme-vtubers-aybtv #main-vtuber-capture #medias-heart1,
  body.theme-vtubers-aybtv #main-vtuber-capture #medias-heart2,
  body.theme-vtubers-aybtv #main-vtuber-capture #medias-heart3,
  body.theme-vtubers-aybtv #main-vtuber-capture #medias-heart4,
  body.theme-vtubers-aybtv #main-vtuber-capture #medias-heart5,
  body.theme-vtubers-aybtv #main-vtuber-capture #medias-heart6 {
    display: none !important; }
  body.theme-vtubers-aybtv #main-vtuber-capture #medias-wrong1,
  body.theme-vtubers-aybtv #main-vtuber-capture #medias-wrong2,
  body.theme-vtubers-aybtv #main-vtuber-capture #medias-wrong3,
  body.theme-vtubers-aybtv #main-vtuber-capture #medias-wrong4,
  body.theme-vtubers-aybtv #main-vtuber-capture #medias-wrong5 {
    display: none;
    z-index: 10;
    width: 100%;
    height: 100%;
    right: unset;
    left: 0px;
    bottom: unset;
    top: 0px; }
  body.theme-vtubers-aybtv #main-vtuber-capture #medias-scorehighlight1,
  body.theme-vtubers-aybtv #main-vtuber-capture #medias-scorehighlight2,
  body.theme-vtubers-aybtv #main-vtuber-capture #medias-scorehighlight3 {
    display: none; }
  body.theme-vtubers-aybtv #main-vtuber-capture #medias-buzzer7,
  body.theme-vtubers-aybtv #main-vtuber-capture #medias-buzzer6,
  body.theme-vtubers-aybtv #main-vtuber-capture #medias-buzzer5,
  body.theme-vtubers-aybtv #main-vtuber-capture #medias-buzzer4,
  body.theme-vtubers-aybtv #main-vtuber-capture #medias-buzzer3,
  body.theme-vtubers-aybtv #main-vtuber-capture #medias-buzzer2,
  body.theme-vtubers-aybtv #main-vtuber-capture #medias-buzzer1 {
    visibility: hidden !important;
    display: none !important;
    width: 380px;
    height: 320px;
    top: unset;
    left: 0px; }
  body.theme-vtubers-aybtv #main-vtuber-capture #medias-buzzer1 {
    top: 427px;
    left: 7px; }
  body.theme-vtubers-aybtv #main-vtuber-capture #medias-buzzer2 {
    top: unset;
    bottom: 6px;
    left: 7px; }
  body.theme-vtubers-aybtv #main-vtuber-capture #medias-buzzer3 {
    top: unset;
    bottom: 6px;
    left: 388px; }
  body.theme-vtubers-aybtv #main-vtuber-capture #medias-buzzer4 {
    top: unset;
    bottom: 6px;
    left: 779px; }
  body.theme-vtubers-aybtv #main-vtuber-capture #medias-buzzer5 {
    top: unset;
    bottom: 6px;
    left: unset;
    right: 378px; }
  body.theme-vtubers-aybtv #main-vtuber-capture #medias-buzzer6 {
    top: unset;
    bottom: 6px;
    left: unset;
    right: 0px; }
  body.theme-vtubers-aybtv #main-vtuber-capture #medias-buzzer7 {
    top: unset;
    bottom: 337px;
    left: unset;
    right: 0px; }
  body.theme-vtubers-aybtv #main-vtuber-capture .matcherino-status-container {
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #f2ac3c;
    bottom: 18px;
    border-radius: 25px; }
    body.theme-vtubers-aybtv #main-vtuber-capture .matcherino-status-container .cta {
      padding-right: 12px; }
      body.theme-vtubers-aybtv #main-vtuber-capture .matcherino-status-container .cta:after {
        display: none; }
  body.theme-vtubers-aybtv #main-vtuber-capture .matcherino-notifier-container {
    bottom: 19px; }
    body.theme-vtubers-aybtv #main-vtuber-capture .matcherino-notifier-container .matcherino-donation-notif {
      background: #000;
      border: 2px solid #f2ac3c;
      box-shadow: 0px 0px 15px #f2ac3c;
      border-radius: 25px;
      color: #fff; }
      body.theme-vtubers-aybtv #main-vtuber-capture .matcherino-notifier-container .matcherino-donation-notif .amount {
        color: #fff; }
  body.theme-vtubers-aybtv #main-vtuber-capture .buzzes {
    display: none;
    width: 520px !important;
    height: 160px;
    bottom: 215px;
    left: 46px !important;
    padding: 10px;
    border: none;
    background: url(/images/themes/vtubers-aybtv/gameboard/main-buzzerqueuebox.png) top center no-repeat;
    background-size: contain; }
    body.theme-vtubers-aybtv #main-vtuber-capture .buzzes ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
      height: 78px;
      margin-top: 6px;
      margin-left: 6px;
      width: 97.8%; }
    body.theme-vtubers-aybtv #main-vtuber-capture .buzzes li {
      height: 38px;
      line-height: 39px;
      border-radius: 7px;
      font-size: 23px;
      background: #9e3bb4;
      color: #fff; }
      body.theme-vtubers-aybtv #main-vtuber-capture .buzzes li:before {
        height: 37px;
        line-height: 37px; }
  body.theme-vtubers-aybtv #main-vtuber-capture div.logo.episode {
    display: none;
    top: 870px;
    left: 50px;
    width: 500px; }
  body.theme-vtubers-aybtv #main-vtuber-capture .logo.patreon,
  body.theme-vtubers-aybtv #main-vtuber-capture .logo.youtube {
    bottom: 80px;
    display: none; }
  body.theme-vtubers-aybtv #main-vtuber-capture .logo.patreon {
    left: 80px; }
  body.theme-vtubers-aybtv #main-vtuber-capture .logo.youtube {
    left: 320px; }
  body.theme-vtubers-aybtv #main-vtuber-capture .episode-logo-host {
    display: none;
    width: 400px;
    height: 400px;
    background-image: url(/images/themes/vtubers-aybtv/episode-logo.png);
    z-index: 1000;
    position: absolute;
    background-size: cover;
    left: 100px;
    top: -100px; }
  body.theme-vtubers-aybtv #main-vtuber-capture .host-overlay {
    display: none;
    width: 582px;
    top: 168px;
    height: 665px; }
    body.theme-vtubers-aybtv #main-vtuber-capture .host-overlay .host-webcam-cover {
      top: 25px;
      left: 51px;
      width: 507px;
      height: 352px; }
    body.theme-vtubers-aybtv #main-vtuber-capture .host-overlay .overlay {
      background-image: url(/images/themes/vtubers-aybtv/gameboard/main-host-box.png);
      background-position: top right;
      z-index: 1; }
    body.theme-vtubers-aybtv #main-vtuber-capture .host-overlay .host-name {
      font-size: 36px;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      top: 413px;
      width: 384px;
      line-height: 56px; }
  body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list {
    width: 100%;
    right: unset;
    padding: 0px;
    margin: 0px;
    height: 100%;
    position: relative; }
    body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player {
      position: absolute;
      height: 55px;
      min-width: 337px;
      width: unset;
      left: unset; }
      body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player.order-3, body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player.order-4, body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player.order-5 {
        transform: perspective(958px) rotateX(7deg) rotateY(-22deg) rotateZ(8deg);
        transform-origin: top left;
        bottom: 548px;
        left: unset;
        top: unset;
        min-width: unset;
        height: 42px;
        right: -4px; }
      body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player.order-0, body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player.order-1, body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player.order-2 {
        transform: perspective(958px) rotateX(7deg) rotateY(22deg) rotateZ(-8deg);
        transform-origin: top right;
        min-width: unset;
        height: 42px; }
      body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player.order-0 {
        right: unset;
        left: -4px;
        top: unset;
        bottom: 548px; }
        body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player.order-0 .buzzer-overlay {
          left: 8px;
          top: 0px; }
        body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player.order-0 .webcam-cover {
          width: 205px;
          height: 336px;
          background-size: contain;
          background-repeat: no-repeat; }
      body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player.order-1 {
        right: unset;
        left: 237px;
        top: unset;
        bottom: 567px; }
        body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player.order-1 .buzzer-overlay {
          left: 8px;
          top: 0px; }
        body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player.order-1 .webcam-cover {
          width: 170px;
          height: 317px;
          background-size: contain;
          background-repeat: no-repeat; }
      body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player.order-2 {
        right: unset;
        left: 439px;
        top: unset;
        bottom: 590px; }
        body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player.order-2 .buzzer-overlay {
          left: 8px;
          top: 0px; }
        body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player.order-2 .webcam-cover {
          width: 145px;
          height: 309px;
          background-size: contain;
          background-repeat: no-repeat; }
      body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player.order-3 {
        left: unset;
        right: 439px;
        top: unset;
        bottom: 590px; }
        body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player.order-3 .buzzer-overlay {
          left: 8px;
          top: 0px; }
        body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player.order-3 .webcam-cover {
          width: 145px;
          height: 109px;
          background-size: cover; }
      body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player.order-4 {
        left: unset;
        right: 237px;
        top: unset;
        bottom: 567px; }
        body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player.order-4 .buzzer-overlay {
          left: 8px;
          top: 0px; }
        body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player.order-4 .webcam-cover {
          width: 170px;
          height: 117px;
          background-size: cover; }
      body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player.order-5 {
        left: unset;
        right: -4px;
        top: unset;
        bottom: 548px; }
        body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player.order-5 .buzzer-overlay {
          left: 8px;
          top: 0px; }
        body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player.order-5 .webcam-cover {
          width: 205px;
          height: 136px;
          background-size: cover; }
      body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player .drawing-marker {
        border-radius: 0px;
        top: -37px;
        left: 60%; }
      body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player .overlay {
        display: none; }
      body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player .buzzer-overlay {
        display: none; }
      body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player.buzzed .buzzer-overlay {
        display: block;
        background: unset;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 1;
        transition: all 0.5s ease;
        background-color: transparent; }
      body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player.drawing .overlay {
        display: none;
        background: none;
        width: 30px;
        height: 15px;
        background-color: #31a354;
        border-radius: 5px;
        top: 10px;
        left: 18px; }
      body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player .player-extension {
        position: absolute;
        top: 0px;
        min-width: 300px; }
        body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player .player-extension .hearts-list {
          top: 15px !important;
          left: unset;
          right: 50px !important; }
      body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player .player-plate {
        display: flex;
        visibility: hidden;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        padding-left: 25px;
        padding-right: 20px;
        position: relative; }
        body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player .player-plate .name {
          padding-left: 0px;
          position: relative;
          font-size: 30px;
          text-align: center;
          text-transform: uppercase;
          height: unset;
          line-height: unset;
          bottom: unset;
          right: unset;
          width: unset;
          left: unset;
          margin-top: 10px; }
        body.theme-vtubers-aybtv #main-vtuber-capture ul.players-list li.player .player-plate .score {
          position: relative;
          font-size: 30px;
          height: unset;
          line-height: unset;
          bottom: unset;
          right: unset;
          width: unset;
          margin-top: 10px; }

.hint .reveal-type-zoom {
  border: none !important; }

#show-nav {
  background-image: none !important; }

body.capturing {
  background: none !important; }

.clarendon, body.theme-warcraft-2024 .game-container .sav-question-container .sav-submission-points,
body.theme-warcraft-2024 .game-container .sav-question-container .sav-submission-votes,
body.theme-warcraft-2024 .game-container .sav-question-container .author, body.theme-warcraft-2024 #countdown-capture .counting {
  font-family: "Teko";
  letter-spacing: 1px; }

.tungsten {
  font-family: "Teko";
  letter-spacing: 1px; }

.nexa-black, body.theme-warcraft-2024 .family-feud-question-reveal, body.theme-warcraft-2024 .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text, body.theme-warcraft-2024 namethatthing-capture span, body.theme-warcraft-2024 .typedanswers-capture-view .submissions-area.num-players-3, body.theme-warcraft-2024 .typedanswers-capture-view .submissions-area.num-players-3 .submission, body.theme-warcraft-2024 .typedanswers-capture-view .submissions-area.num-players-3 .player-name, body.theme-warcraft-2024 .typedanswers-capture-view .title-area, body.theme-warcraft-2024 #discussion-capture, body.theme-warcraft-2024 #discussion-capture .host-name,
body.theme-warcraft-2024 #discussion-capture .name, body.theme-warcraft-2024 #countdown-capture .player-name, body.theme-warcraft-2024 #countdown-capture .countdown, body.theme-warcraft-2024 .red-box,
body.theme-warcraft-2024 .drawing-capture-view .drawing-answer,
body.theme-warcraft-2024 .answer.red-box, body.theme-warcraft-2024 .title-box, body.theme-warcraft-2024 .game-box, body.theme-warcraft-2024 #main-capture .buzzes li, body.theme-warcraft-2024 #main-capture .host-overlay .host-name, body.theme-warcraft-2024 #main-capture ul.players-list li.player, body.theme-warcraft-2024 #main-capture ul.players-list li.player .score {
  font-family: "Teko";
  font-weight: 800; }

body.theme-warcraft-2024 .logo.episode {
  background-image: url(/images/episodes/warcraft-2024/logo.png); }

body.theme-warcraft-2024 .family-feud-question-reveal {
  width: 1206px;
  margin-left: 58px;
  padding-top: 30px; }
  body.theme-warcraft-2024 .family-feud-question-reveal .question-name {
    background-image: url(/images/themes/warcraft-2024/gameboard/family_feud/question-box.png);
    height: 120px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px; }
    body.theme-warcraft-2024 .family-feud-question-reveal .question-name table {
      height: 120px; }
      body.theme-warcraft-2024 .family-feud-question-reveal .question-name table td {
        font-size: 36px;
        letter-spacing: 1px;
        padding: unset; }
  body.theme-warcraft-2024 .family-feud-question-reveal .answers {
    width: auto; }
    body.theme-warcraft-2024 .family-feud-question-reveal .answers .answer {
      background: url(/images/themes/warcraft-2024/gameboard/family_feud/answer-box.png) bottom center no-repeat;
      padding-top: 0px;
      width: 596px;
      margin: 5px 0 24px 0;
      height: 80px;
      font-size: 23px; }
      body.theme-warcraft-2024 .family-feud-question-reveal .answers .answer table {
        width: 475px;
        height: 83px; }
        body.theme-warcraft-2024 .family-feud-question-reveal .answers .answer table td {
          padding: 0 10px;
          line-height: 0.9em;
          font-size: 32px;
          letter-spacing: 1px; }
        body.theme-warcraft-2024 .family-feud-question-reveal .answers .answer table.text-len-10 {
          font-size: 23px; }
        body.theme-warcraft-2024 .family-feud-question-reveal .answers .answer table.text-len-20 {
          font-size: 25px; }
        body.theme-warcraft-2024 .family-feud-question-reveal .answers .answer table.text-len-30 {
          font-size: 22px; }
        body.theme-warcraft-2024 .family-feud-question-reveal .answers .answer table.text-len-40 {
          font-size: 18px; }
        body.theme-warcraft-2024 .family-feud-question-reveal .answers .answer table.text-len-50 {
          font-size: 14px; }
      body.theme-warcraft-2024 .family-feud-question-reveal .answers .answer:before {
        background: #000; }
      body.theme-warcraft-2024 .family-feud-question-reveal .answers .answer.notshown {
        width: 576px;
        margin-left: 10px; }
        body.theme-warcraft-2024 .family-feud-question-reveal .answers .answer.notshown:before {
          opacity: 1;
          background-color: #061c29;
          height: 70px;
          top: 3px;
          left: 6px;
          width: 565px; }
      body.theme-warcraft-2024 .family-feud-question-reveal .answers .answer .points {
        border-left: 4px solid rgba(178, 117, 0, 0.25);
        right: 8px;
        padding-top: 3px;
        width: 110px;
        top: 4px;
        font-size: 32px; }

body.theme-warcraft-2024 .name-that-thing-capture-view .thing-meta {
  padding: 0px; }

body.theme-warcraft-2024 .name-that-thing-capture-view .title-box {
  font-size: 30px;
  line-height: 90px; }

body.theme-warcraft-2024 .name-that-thing-capture-view .question-meta .game-box {
  font-size: 25px;
  position: absolute;
  top: 41px; }

body.theme-warcraft-2024 .num-hints-1 .hint.type-image .image-border {
  background: none !important; }

body.theme-warcraft-2024 .num-hints-1 .hint.type-image .image-container {
  height: 480px !important; }

body.theme-warcraft-2024 .name-that-thing-capture-view .hints {
  padding-top: 130px; }
  body.theme-warcraft-2024 .name-that-thing-capture-view .hints .hint {
    font-size: 25px; }
    body.theme-warcraft-2024 .name-that-thing-capture-view .hints .hint .type-image .reveal-type-cardFlip .back {
      transform: rotateY(0deg);
      background: url("/images/themes/warcraft-2024/gameboard/name_that_thing/card-back.png") top center no-repeat !important;
      background-size: 97%; }

body.theme-warcraft-2024 .name-that-thing-capture-view .hints .hint.reveal-type-fade.type-text {
  background: url(/images/themes/warcraft-2024/gameboard/name_that_thing/cluebox.png) top center no-repeat;
  color: #fff !important;
  line-height: 80px;
  height: 80px;
  width: 1244px;
  margin: 0 auto 20px auto;
  font-size: 28px; }

body.theme-warcraft-2024 namethatthing-capture span {
  display: block;
  color: #fff;
  font-size: 34px;
  margin-top: -5px; }

body.theme-warcraft-2024 .drawing-capture-view.show-answer .drawing-answer-image {
  display: none; }

body.theme-warcraft-2024 .drawing-capture-view .drawing-board {
  margin-left: -540px;
  top: 120px; }

body.theme-warcraft-2024 drawing-points.game-box-right {
  display: block; }

body.theme-warcraft-2024 drawing-points.game-box-right::last-letter {
  size: 3em; }

body.theme-warcraft-2024 .drawing-answer {
  color: #fff !important; }

body.theme-warcraft-2024 .meta-box,
body.theme-warcraft-2024 .sav-question-vote-msg,
body.theme-warcraft-2024 .sav-capture-split-view .sav-question,
body.theme-warcraft-2024 .sav-capture-split-view .timer-display {
  border-radius: 0px;
  border: 2px solid #ed3d3f;
  background: #a30d0f;
  font-family: 'FrizQuadrataRegular';
  text-transform: uppercase; }

body.theme-warcraft-2024 .game-container .sav-capture-view,
body.theme-warcraft-2024 .game-container .submit-and-vote-capture-view {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute; }

body.theme-warcraft-2024 .game-container .submit-and-vote-capture-view .question-number,
body.theme-warcraft-2024 .game-container .submit-and-vote-capture-view .sav-active-question-points {
  top: 40px;
  padding-top: 2px; }

body.theme-warcraft-2024 .game-container .submit-and-vote-capture-view .sav-question-vote-msg {
  padding: 12px 0 8px; }

body.theme-warcraft-2024 .game-container .submit-and-vote-capture-view .sav-submission-list,
body.theme-warcraft-2024 .game-container .submit-and-vote-capture-view .blank-question {
  top: 140px; }

body.theme-warcraft-2024 .game-container .submit-and-vote-capture-view .blank-question {
  position: relative; }

body.theme-warcraft-2024 .game-container .sav-question-container .sav-submission-points,
body.theme-warcraft-2024 .game-container .sav-question-container .sav-submission-votes,
body.theme-warcraft-2024 .game-container .sav-question-container .author {
  background: none;
  border: none;
  box-shadow: none; }

body.theme-warcraft-2024 .game-container .sav-question-container .author {
  font-size: 46px;
  margin-top: 20px;
  margin-bottom: 10px; }

body.theme-warcraft-2024 .game-container .sav-question-container .sav-submission-points,
body.theme-warcraft-2024 .game-container .sav-question-container .sav-submission-votes {
  font-size: 30px; }

body.theme-warcraft-2024 .game-container .sav-question-inner .image {
  border-radius: 0px;
  border-color: #ed3d3f; }

body.theme-warcraft-2024 .typedanswers-capture-view.show-submissions .submissions-area {
  transform: translateX(10px); }

body.theme-warcraft-2024 .typedanswers-capture-view.show-submissions .videos-area {
  -webkit-transform: translateX(-190px); }

body.theme-warcraft-2024 .typedanswers-capture-view.show-question .title-area {
  -webkit-transform: translateY(20px); }

body.theme-warcraft-2024 .typedanswers-capture-view.show-question .videos-area {
  width: 860px;
  height: 483.75px;
  margin-left: -430px;
  overflow: hidden; }

body.theme-warcraft-2024 .typedanswers-capture-view .submissions-area.num-players-3 {
  bottom: -4px; }
  body.theme-warcraft-2024 .typedanswers-capture-view .submissions-area.num-players-3 .submission {
    margin: 0 0 27px 0;
    border: 1px solid #ed3d3f;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0px; }
  body.theme-warcraft-2024 .typedanswers-capture-view .submissions-area.num-players-3 .player-name {
    background: #a30d0f;
    border-color: #ed3d3f; }

body.theme-warcraft-2024 .typedanswers-capture-view .title-area {
  border: 2px solid #ed3d3f;
  background: rgba(0, 0, 0, 0.7);
  height: 92px;
  padding: 0px; }
  body.theme-warcraft-2024 .typedanswers-capture-view .title-area table {
    height: 90px; }
    body.theme-warcraft-2024 .typedanswers-capture-view .title-area table td {
      padding: 0px;
      line-height: 60px; }

body.theme-warcraft-2024 .typedanswers-capture-view .videos-area {
  border: 2px solid #ed3d3f;
  border-radius: 0px;
  bottom: 24px; }

body.theme-warcraft-2024 #discussion-capture {
  background-image: none !important; }
  body.theme-warcraft-2024 #discussion-capture .discussion-overlay {
    background-image: url(/images/themes/warcraft-2024/discussion.png);
    v-index: 0; }
  body.theme-warcraft-2024 #discussion-capture .logo.episode {
    width: 450px;
    top: 100px !important;
    z-index: 22 !important;
    left: 100px !important; }
  body.theme-warcraft-2024 #discussion-capture .host-name,
  body.theme-warcraft-2024 #discussion-capture .name {
    text-transform: uppercase;
    font-size: 48px; }
  body.theme-warcraft-2024 #discussion-capture .host-overlay {
    background-image: url(/images/themes/warcraft-2024/discussion.png); }
    body.theme-warcraft-2024 #discussion-capture .host-overlay .host-webcam-cover {
      width: 581px;
      height: 435px;
      left: -102px;
      top: -465px; }
    body.theme-warcraft-2024 #discussion-capture .host-overlay .host-name {
      text-align: center;
      top: -72px;
      color: #fff;
      left: -75px;
      width: 480px;
      padding-top: 7px; }
  body.theme-warcraft-2024 #discussion-capture .player-image {
    left: 10px !important; }
  body.theme-warcraft-2024 #discussion-capture li.player .name {
    top: -76px;
    left: 0px;
    padding-top: 5px; }
  body.theme-warcraft-2024 #discussion-capture li.player:nth-of-type(1) .name {
    color: #fff; }
  body.theme-warcraft-2024 #discussion-capture li.player.order-1 {
    top: 978px;
    margin-left: -238px; }
    body.theme-warcraft-2024 #discussion-capture li.player.order-1 .webcam-cover {
      top: -411px; }
    body.theme-warcraft-2024 #discussion-capture li.player.order-1 .player-plate {
      top: -3px; }
    body.theme-warcraft-2024 #discussion-capture li.player.order-1 .name {
      color: #fff;
      top: -18px;
      font-size: 45px; }
  body.theme-warcraft-2024 #discussion-capture li.player.order-2, body.theme-warcraft-2024 #discussion-capture li.player.order-0 {
    top: 995px; }
  body.theme-warcraft-2024 #discussion-capture li.player.order-0 {
    left: 80px; }
  body.theme-warcraft-2024 #discussion-capture li.player.order-2 {
    right: -20px; }
    body.theme-warcraft-2024 #discussion-capture li.player.order-2 .name {
      color: #fff; }
    body.theme-warcraft-2024 #discussion-capture li.player.order-2 .player-plate {
      right: 214px; }
  body.theme-warcraft-2024 #discussion-capture li.player .player-plate {
    top: -18px; }

body.theme-warcraft-2024 #discussion-capture .webcam-nameplate .score,
body.theme-warcraft-2024 #discussion-capture ul.players-list li.player .player-plate .score {
  z-index: 3;
  height: 61px;
  line-height: 61px;
  bottom: 26px;
  position: absolute;
  float: none;
  color: #fff;
  -webkit-transition: all 0.25s ease;
  font-family: 'Teko';
  top: -78px;
  right: -80px;
  font-size: 40px;
  width: 100px;
  text-align: right; }

body.theme-warcraft-2024 #discussion-capture .webcam-nameplate .name,
body.theme-warcraft-2024 #discussion-capture ul.players-list li.player .player-plate .name {
  width: 485px;
  text-align: center; }

body.theme-warcraft-2024 #discussion-capture ul.players-list li.player:nth-child(1) .player-plate .score {
  right: -85px; }

body.theme-warcraft-2024 #discussion-capture ul.players-list li.player:nth-child(2) .player-plate .score {
  top: -18px;
  right: -78px; }

body.theme-warcraft-2024 #discussion-capture ul.players-list li.player:nth-child(3) .player-plate .score {
  right: -62px; }

body.theme-warcraft-2024 #discussion-capture ul.players-list li.player:nth-child(1) .player-plate .name {
  text-align: left;
  padding-left: 48px; }

body.theme-warcraft-2024 #discussion-capture ul.players-list li.player .player-plate .name {
  text-align: left;
  padding-left: 35px; }

body.theme-warcraft-2024 #discussion-capture ul.players-list li.player:nth-child(3) .player-plate .name {
  text-align: left;
  padding-left: 25px; }

body.theme-warcraft-2024 #discussion-capture ul.players-list.are-all-scores-zero li.player .player-plate .name {
  text-align: center;
  padding-left: 0px; }

body.theme-warcraft-2024 #discussion-capture ul.players-list.are-all-scores-zero li.player .player-plate .score {
  display: none !important; }

body.theme-warcraft-2024 .capturing {
  background-image: none !important; }

body.theme-warcraft-2024 #countdown-capture {
  background: none !important; }
  body.theme-warcraft-2024 #countdown-capture .overlay {
    background-image: url(/images/themes/warcraft-2024/countdown.png);
    height: 100%; }
  body.theme-warcraft-2024 #countdown-capture .logo.episode {
    width: 450px;
    top: 172px;
    z-index: 22;
    left: 29%; }
  body.theme-warcraft-2024 #countdown-capture .host-overlay {
    background-image: url(/images/themes/warcraft-2024/discussion.png); }
    body.theme-warcraft-2024 #countdown-capture .host-overlay .host-webcam-cover {
      left: 747px;
      top: 113px;
      z-index: 0;
      width: 427px;
      height: 293px;
      background-size: cover;
      background-position: bottom center;
      position: absolute; }
    body.theme-warcraft-2024 #countdown-capture .host-overlay .host-name {
      top: 432px;
      left: 962px;
      color: #fff;
      text-transform: uppercase;
      font-size: 38px;
      font-family: "Teko";
      font-weight: 800;
      margin-left: -217px;
      height: 47px;
      line-height: 47px;
      z-index: 15;
      position: absolute;
      width: 434px;
      text-align: center; }
  body.theme-warcraft-2024 #countdown-capture .player-image {
    z-index: 0;
    width: 427px;
    height: 293px;
    background-size: cover; }
    body.theme-warcraft-2024 #countdown-capture .player-image.order-0 {
      left: 146px;
      bottom: 270px; }
    body.theme-warcraft-2024 #countdown-capture .player-image.order-1 {
      bottom: 212px;
      margin-left: -11.1%; }
    body.theme-warcraft-2024 #countdown-capture .player-image.order-2 {
      right: 148px;
      bottom: 270px; }
  body.theme-warcraft-2024 #countdown-capture .player-name {
    color: black;
    text-transform: uppercase;
    font-size: 38px; }
    body.theme-warcraft-2024 #countdown-capture .player-name.order-0, body.theme-warcraft-2024 #countdown-capture .player-name.order-2 {
      bottom: 205px; }
    body.theme-warcraft-2024 #countdown-capture .player-name.order-0 {
      color: #fff;
      left: 145px; }
    body.theme-warcraft-2024 #countdown-capture .player-name.order-1 {
      bottom: 140px;
      left: 962px;
      color: #fff; }
    body.theme-warcraft-2024 #countdown-capture .player-name.order-2 {
      right: 140px;
      color: #fff; }
  body.theme-warcraft-2024 #countdown-capture .countdown {
    top: 22%;
    right: 12%;
    z-index: 40;
    background: none; }
    body.theme-warcraft-2024 #countdown-capture .countdown .ss {
      right: -40px; }
  body.theme-warcraft-2024 #countdown-capture .counting {
    letter-spacing: 8px;
    font-size: 100px; }

body.theme-warcraft-2024 #signoff-capture {
  background: url(/images/themes/warcraft-2024/outro.jpg); }
  body.theme-warcraft-2024 #signoff-capture .signoff-message {
    top: 700px;
    font-size: 70px;
    color: #FFF !important;
    width: 1300px;
    height: 122px;
    line-height: 122px;
    font-family: "Teko";
    text-transform: uppercase;
    font-weight: 900;
    color: #000;
    left: 50%;
    margin-left: -635px;
    letter-spacing: 1px; }
    body.theme-warcraft-2024 #signoff-capture .signoff-message .gradient-text {
      text-shadow: none;
      -webkit-text-fill-color: inherit; }
      body.theme-warcraft-2024 #signoff-capture .signoff-message .gradient-text:after {
        display: none;
        opacity: 0;
        content: ""; }
  body.theme-warcraft-2024 #signoff-capture .matcherino-status-container {
    display: none; }

body.theme-warcraft-2024 .multiplechoice-area, body.theme-warcraft-2024 .game-container {
  font-family: 'FrizQuadrataRegular' !important; }
  body.theme-warcraft-2024 .multiplechoice-area .multiplechoice-options .option-container, body.theme-warcraft-2024 .game-container .multiplechoice-options .option-container {
    border: 2px solid #ffd366;
    border-radius: unset !important;
    -moz-box-shadow: 0px 0px 1px 4px #c8a55b;
    -webkit-box-shadow: 0px 0px 1px 4px #c8a55b;
    box-shadow: 0px 0px 1px 4px #c8a55b; }
    body.theme-warcraft-2024 .multiplechoice-area .multiplechoice-options .option-container::before, body.theme-warcraft-2024 .game-container .multiplechoice-options .option-container::before {
      border-radius: unset !important; }
  body.theme-warcraft-2024 .multiplechoice-area .multiplechoice-options .option-container.right, body.theme-warcraft-2024 .game-container .multiplechoice-options .option-container.right {
    border: 4px solid #008000;
    -moz-box-shadow: 0px 0px 1px 4px #006600;
    -webkit-box-shadow: 0px 0px 1px 4px #006600;
    box-shadow: 0px 0px 1px 4px #006600; }

body.theme-warcraft-2024 #show-header .panel-info .panel-heading {
  background-color: #000 !important; }
  body.theme-warcraft-2024 #show-header .panel-info .panel-heading .panel-title {
    color: #fff !important; }
  body.theme-warcraft-2024 #show-header .panel-info .panel-heading .buzzer-admin {
    color: #fff !important; }

body.theme-warcraft-2024 #production .game-container, body.theme-warcraft-2024 #player-view .game-container {
  background-image: url(/images/themes/warcraft-2024/gameboard/gameboard-bg.png); }

body.theme-warcraft-2024 #production .panel-info .panel-heading, body.theme-warcraft-2024 #player-view .panel-info .panel-heading {
  background-color: #000 !important; }
  body.theme-warcraft-2024 #production .panel-info .panel-heading .panel-title, body.theme-warcraft-2024 #player-view .panel-info .panel-heading .panel-title {
    color: #fff !important; }
  body.theme-warcraft-2024 #production .panel-info .panel-heading .buzzer-admin, body.theme-warcraft-2024 #player-view .panel-info .panel-heading .buzzer-admin {
    color: #fff !important;
    background: url("/images/themes/warcraft-2024/gameboard/full-bg.png"); }

body.theme-warcraft-2024 .cardFlip {
  margin-left: 30px; }

body.theme-warcraft-2024 .reveal-type-cardFlip {
  width: 200px !important;
  height: 300px !important; }
  body.theme-warcraft-2024 .reveal-type-cardFlip .image {
    background-size: cover !important; }

body.theme-warcraft-2024 .image-container {
  height: 300px !important; }

body.theme-warcraft-2024 .back {
  background-image: url(/images/themes/warcraft-2024/gameboard/name_that_thing/card-back.png) !important;
  width: 200px !important;
  height: 100% !important;
  background-size: cover !important; }

body.theme-warcraft-2024 .red-box,
body.theme-warcraft-2024 .drawing-capture-view .drawing-answer,
body.theme-warcraft-2024 .answer.red-box {
  background-image: url(/images/themes/warcraft-2024/gameboard/answer-bar.png);
  background-repeat: no-repeat;
  background-position: center;
  color: #000;
  font-size: 48px;
  line-height: 171px;
  text-shadow: none; }

body.theme-warcraft-2024 .red-box {
  bottom: -10px; }

body.theme-warcraft-2024 .title-box {
  background: url(/images/themes/warcraft-2024/gameboard/titlebox.png) center center no-repeat;
  width: 522px;
  height: 90px;
  margin-left: -261px;
  color: #FFFFFF;
  font-size: 32px;
  text-shadow: none;
  padding: 0px;
  line-height: 97px;
  top: 10px; }
  body.theme-warcraft-2024 .title-box .timer-countdown {
    font-size: 50px; }

body.theme-warcraft-2024 .game-box {
  width: 252px;
  height: 58px;
  background: url(/images/themes/warcraft-2024/gameboard/name_that_thing/round-points-box.png) center center no-repeat;
  padding: 0px;
  line-height: 59px;
  position: absolute;
  color: #fff;
  font-size: 28px;
  padding-top: 0px;
  top: 40px; }
  body.theme-warcraft-2024 .game-box.game-box-left {
    left: 30px; }
  body.theme-warcraft-2024 .game-box.game-box-right {
    right: 30px; }

body.theme-warcraft-2024 .capture-area {
  background-image: url(/images/themes/warcraft-2024/gameboard/cutout-bg.png); }
  body.theme-warcraft-2024 .capture-area .episode {
    background-image: url(/images/themes/warcraft-2024/episode-logo.png); }

body.theme-warcraft-2024 #main-capture {
  background-image: url(/images/themes/warcraft-2024/gameboard/cutout-bg.png); }

body.theme-warcraft-2024 #game-area {
  background-image: url(/images/themes/warcraft-2024/gameboard/gameboard-bg.png);
  background-position: center 25px;
  background-size: contain;
  top: -12px;
  height: 686px; }

body.theme-warcraft-2024 #game-area.-a97c5385b5286f7720aca844993231f5 {
  background-image: url(/images/themes/warcraft-2024/gameboard/gameboardmain-bg.png); }

body.theme-warcraft-2024 #main-capture.showBuzzes-on .logo.episode {
  transform: translateX(0); }

body.theme-warcraft-2024 #main-capture #medias-wrong1 {
  right: 815px; }

body.theme-warcraft-2024 #main-capture #medias-scorehighlight1,
body.theme-warcraft-2024 #main-capture #medias-scorehighlight2,
body.theme-warcraft-2024 #main-capture #medias-scorehighlight3 {
  display: none; }

body.theme-warcraft-2024 #main-capture #medias-buzzer1,
body.theme-warcraft-2024 #main-capture #medias-heart1 {
  left: 28%; }

body.theme-warcraft-2024 #main-capture #medias-buzzer2,
body.theme-warcraft-2024 #main-capture #medias-heart2 {
  left: 50.7%; }

body.theme-warcraft-2024 #main-capture #medias-buzzer3,
body.theme-warcraft-2024 #main-capture #medias-heart3 {
  right: -44px;
  left: unset; }

body.theme-warcraft-2024 #main-capture #medias-buzzer3,
body.theme-warcraft-2024 #main-capture #medias-buzzer2,
body.theme-warcraft-2024 #main-capture #medias-buzzer1,
body.theme-warcraft-2024 #main-capture #medias-heart3,
body.theme-warcraft-2024 #main-capture #medias-heart2,
body.theme-warcraft-2024 #main-capture #medias-heart1 {
  width: 555px;
  height: 500px;
  top: 54%; }

body.theme-warcraft-2024 #main-capture .matcherino-status-container {
  background: rgba(0, 0, 0, 0.7);
  border: 2px solid #f2ac3c;
  bottom: 18px;
  border-radius: 25px; }
  body.theme-warcraft-2024 #main-capture .matcherino-status-container .cta {
    padding-right: 12px; }
    body.theme-warcraft-2024 #main-capture .matcherino-status-container .cta:after {
      display: none; }

body.theme-warcraft-2024 #main-capture .matcherino-notifier-container {
  bottom: 19px; }
  body.theme-warcraft-2024 #main-capture .matcherino-notifier-container .matcherino-donation-notif {
    background: #000;
    border: 2px solid #f2ac3c;
    box-shadow: 0px 0px 15px #f2ac3c;
    border-radius: 25px;
    color: #fff; }
    body.theme-warcraft-2024 #main-capture .matcherino-notifier-container .matcherino-donation-notif .amount {
      color: #fff; }

body.theme-warcraft-2024 #main-capture .buzzes {
  width: 520px !important;
  height: 160px;
  bottom: 215px;
  left: 46px !important;
  padding: 10px;
  border: none;
  background: url(/images/themes/warcraft-2024/gameboard/main-buzzerqueuebox.png) top center no-repeat;
  background-size: contain; }
  body.theme-warcraft-2024 #main-capture .buzzes ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 78px;
    margin-top: 6px;
    margin-left: 6px;
    width: 97.8%; }
  body.theme-warcraft-2024 #main-capture .buzzes li {
    height: 38px;
    line-height: 39px;
    border-radius: 7px;
    font-size: 23px;
    background: #9e3bb4;
    color: #fff; }
    body.theme-warcraft-2024 #main-capture .buzzes li:before {
      height: 37px;
      line-height: 37px; }

body.theme-warcraft-2024 #main-capture div.logo.episode {
  display: none;
  top: 870px;
  left: 50px;
  width: 500px; }

body.theme-warcraft-2024 #main-capture .logo.patreon,
body.theme-warcraft-2024 #main-capture .logo.youtube {
  bottom: 80px;
  display: none; }

body.theme-warcraft-2024 #main-capture .logo.patreon {
  left: 80px; }

body.theme-warcraft-2024 #main-capture .logo.youtube {
  left: 320px; }

body.theme-warcraft-2024 #main-capture .episode-logo-host {
  width: 250px;
  height: 250px;
  background-image: url(/images/themes/warcraft-2024/episode-logo.png);
  z-index: 1000;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: 170px;
  top: 10px; }

body.theme-warcraft-2024 #main-capture .host-overlay {
  width: 582px;
  top: 160px;
  left: 15px;
  height: 665px; }
  body.theme-warcraft-2024 #main-capture .host-overlay .host-webcam-cover {
    top: 35px;
    left: 36px;
    width: 507px;
    height: 352px; }
  body.theme-warcraft-2024 #main-capture .host-overlay .overlay {
    background-image: url(/images/themes/warcraft-2024/gameboard/main-host-box.png);
    background-position: top left;
    z-index: 1; }
  body.theme-warcraft-2024 #main-capture .host-overlay .host-name {
    font-size: 45px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    top: 422px;
    width: 350px;
    line-height: 56px;
    letter-spacing: 2px; }

body.theme-warcraft-2024 #main-capture ul.players-list {
  width: 1316px;
  right: 8px;
  bottom: 9px; }
  body.theme-warcraft-2024 #main-capture ul.players-list li.player .drawing-marker {
    border-radius: 0px;
    top: 260px; }
  body.theme-warcraft-2024 #main-capture ul.players-list li.player .overlay {
    top: 10px;
    z-index: 2;
    background-size: contain; }
  body.theme-warcraft-2024 #main-capture ul.players-list li.player .name {
    font-size: 40px;
    text-align: center;
    top: 310px;
    left: 20px;
    text-transform: uppercase; }
  body.theme-warcraft-2024 #main-capture ul.players-list li.player:nth-of-type(1) {
    left: 6px; }
    body.theme-warcraft-2024 #main-capture ul.players-list li.player:nth-of-type(1) .overlay {
      background-image: url(/images/themes/warcraft-2024/gameboard/main-player-window.png); }
    body.theme-warcraft-2024 #main-capture ul.players-list li.player:nth-of-type(1) .name {
      color: #FFF; }
  body.theme-warcraft-2024 #main-capture ul.players-list li.player:nth-of-type(2) {
    left: 443px; }
    body.theme-warcraft-2024 #main-capture ul.players-list li.player:nth-of-type(2) .overlay {
      background-image: url(/images/themes/warcraft-2024/gameboard/main-player-window.png); }
    body.theme-warcraft-2024 #main-capture ul.players-list li.player:nth-of-type(2) .name {
      color: #FFF; }
  body.theme-warcraft-2024 #main-capture ul.players-list li.player:nth-of-type(3) {
    left: 878px; }
    body.theme-warcraft-2024 #main-capture ul.players-list li.player:nth-of-type(3) .overlay {
      background-image: url(/images/themes/warcraft-2024/gameboard/main-player-window.png); }
    body.theme-warcraft-2024 #main-capture ul.players-list li.player:nth-of-type(3) .name {
      color: #FFF; }
  body.theme-warcraft-2024 #main-capture ul.players-list li.player .webcam-cover {
    width: 387px;
    height: 267px;
    top: 30px;
    left: 20px;
    z-index: 1; }
  body.theme-warcraft-2024 #main-capture ul.players-list li.player .hearts-list {
    left: 32px;
    top: 32px; }
  body.theme-warcraft-2024 #main-capture ul.players-list li.player .score {
    top: 310px;
    right: 43px;
    font-size: 40px;
    width: 98px; }

.hint .reveal-type-zoom {
  border: none !important; }

.matcherino-status-container {
  position: absolute;
  width: 480px;
  background: #011025 url(/images/donations/donation-bg.png) left center;
  background-size: cover;
  border: 1px #0c6ef7 solid;
  border-radius: 5px;
  height: 60px; }
  .matcherino-status-container .balance,
  .matcherino-status-container .cta {
    height: 60px;
    line-height: 60px; }
  .matcherino-status-container .balance {
    font-size: 28px;
    float: left;
    padding-left: 0.8em;
    font-family: 'metronic_probold', sans-serif; }
  .matcherino-status-container .cta {
    float: right;
    font-size: 28px;
    text-align: right;
    padding-right: 2em;
    letter-spacing: 1px; }
    .matcherino-status-container .cta:after {
      content: " ";
      background: url(/images/donations/matcherino-icon.png) center center;
      background-size: contain;
      width: 40px;
      /* border: 1px solid red; */
      display: block;
      height: 44px;
      top: 8px;
      position: absolute;
      background-repeat: no-repeat;
      right: 10px; }

.matcherino-donation-notif {
  background: #011025 url(/images/donations/donation-bg.png) left center;
  background-size: cover;
  line-height: 60px;
  height: 60px;
  display: flex;
  float: left;
  border: 1px solid #f69d0d;
  box-shadow: 0px 0px 15px #054298;
  border-radius: 2px;
  opacity: 1;
  color: #f69d0d; }
  .matcherino-donation-notif.has-avatar .avatar {
    display: block; }
  .matcherino-donation-notif.anonymous .name:before {
    content: "Anonymous";
    font-style: italic; }
  .matcherino-donation-notif .avatar {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center center;
    transform: scale(1.1);
    box-shadow: 0px 0px 15px #054298;
    display: none;
    border-radius: 2px;
    border: 1px solid #f69d0d; }
  .matcherino-donation-notif .name {
    font-size: 24px;
    font-family: 'metronic_pro', arial;
    padding: 0 0.25em 0 1em; }
    .matcherino-donation-notif .name:after {
      font-style: normal;
      font-family: 'metronic_pro', arial;
      content: " tipped ";
      opacity: 0.75;
      font-size: 22px; }
  .matcherino-donation-notif .amount {
    font-size: 24px;
    font-family: 'metronic_probold', arial;
    color: #f69d0d;
    padding-right: 1em; }

.donation-notif-preview {
  padding: 15px;
  background: url("/images/donations/donation-preview-bg.png") top left no-repeat;
  float: left;
  width: 100%; }

.matcherino-notifier-container {
  position: absolute;
  bottom: 32px;
  left: 65px;
  width: 520px;
  height: 60px;
  z-index: 9999; }
  .matcherino-notifier-container.showing .matcherino-donation-notif {
    -webkit-transform: translateY(0px); }
  .matcherino-notifier-container .matcherino-donation-notif {
    transition: transform 1s ease;
    -webkit-transform: translateY(500px);
    right: 0px;
    float: right; }

#production .donation-notif-preview {
  padding: 2px;
  margin: 0px; }

#production .matcherino-donation-notif {
  transform: scale(0.75); }

#matcherino-status {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 10px; }

