@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/TitilliumWeb-ExtraLight.woff") format('woff');
  src: url("../fonts/TitilliumWeb-ExtraLight.ttf") format('truetype');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/TitilliumWeb-Light.woff") format('woff');
  src: url("../fonts/TitilliumWeb-Light.ttf") format('truetype');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/TitilliumWeb-Regular.woff") format('woff');
  src: url("../fonts/TitilliumWeb-Regular.ttf") format('truetype');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/TitilliumWeb-Bold.woff") format('woff');
  src: url("../fonts/TitilliumWeb-Bold.ttf") format('truetype');
}
@font-face {
  font-family: 'anr-icon';
  src: url("../fonts/netrunner.eot") format('eot');
  src: url("../fonts/netrunner.eot?#iefix") format('embedded-opentype');
  src: url("../fonts/netrunner.woff") format('woff');
  src: url("../fonts/netrunner.ttf") format('truetype');
  src: url("../fonts/netrunner.svg") format('svg') active;
  font-weight: normal;
  font-style: normal;
}
.anr-icon {
  font-family: "anr-icon" !important;
  font-size: 15px;
  margin-right: 1px;
  speak: none;
}
.anr-icon.haas-bioroid:before {
  content: "\e602";
}
.anr-icon.shaper:before {
  content: "\e603";
}
.anr-icon.subroutine:before {
  content: "\e604";
}
.anr-icon.anarch:before {
  content: "\e605";
}
.anr-icon.discard:before {
  content: "\e606";
}
.anr-icon.weyland-consortium:before {
  content: "\e607";
}
.anr-icon.recurring-credit:before {
  content: "\e608";
}
.anr-icon.cardnum:before {
  content: "\e609";
}
.anr-icon.mu1:before {
  content: "\e60a";
}
.anr-icon.nbn:before {
  content: "\e60b";
}
.anr-icon.mu2:before {
  content: "\e60c";
}
.anr-icon.agenda:before {
  content: "\e60d";
}
.anr-icon.mu3:before {
  content: "\e60e";
}
.anr-icon.reveal:before {
  content: "\e60f";
}
.anr-icon.mu:before {
  content: "\e610";
}
.anr-icon.click:before {
  content: "\e611";
}
.anr-icon.criminal:before {
  content: "\e612";
}
.anr-icon.link:before {
  content: "\e601";
}
.anr-icon.credit:before {
  content: "\e600";
}
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot");
  src: url("../fonts/fontello.eot#iefix") format('embedded-opentype');
  src: url("../fonts/fontello.woff") format('woff');
  src: url("../fonts/fontello.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
.e {
  font-family: "fontello" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}
body {
  color: #333;
  background-color: #000;
  font-family: "Titillium Web", "Helvetica Neue", sans-serif;
  font-size: 13px;
  line-height: 18px;
}
h1,
h2,
h3,
h4 {
  line-height: normal;
  margin: 0 0 8px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
  margin: 0 0 6px;
}
h4 {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 4px;
}
a {
  text-decoration: none;
  color: #ffa500;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
a:hover {
  color: #00aeff;
  text-decoration: none;
}
table {
  border-collapse: collapse;
}
pre {
  font-family: "Titillium Web", "Helvetica Neue", sans-serif;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  margin: 8px 0;
}
ul {
  margin: 0;
  padding: 0;
}
ul.list {
  padding-left: 30px;
  margin: 10px 0;
}
ul.list li {
  margin-bottom: 10px;
}
ul.list p {
  margin: 2px 0;
}
ul.list.compact li {
  margin-bottom: 2px;
}
p {
  margin: 8px 0;
}
section {
  margin-bottom: 16px;
}
input,
select,
textarea {
  font-family: "Titillium Web", "Helvetica Neue", sans-serif;
  font-size: 10px;
  border-radius: 4px;
  padding: 0 5px;
  margin: 0;
  height: 28px;
  background-color: rgba(255,255,255,0.9);
  border: 2px solid rgba(39,56,76,0.8);
  color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
}
input:focus,
select:focus,
textarea:focus {
  -moz-box-shadow: 0 0 6px #00aeff;
  -webkit-box-shadow: 0 0 6px #00aeff;
  box-shadow: 0 0 6px #00aeff;
  border-color: #00aeff !important;
}
input[type="radio"],
input[type="checkbox"] {
  height: auto;
  vertical-align: middle;
  margin: -3px 8px 0 0;
}
label {
  padding: 3px 0;
  cursor: pointer;
}
button,
a.button {
  display: inline-block;
  border-radius: 4px;
  font-size: 12px;
  padding: 4px 12px;
  margin: 0 8px 0 0;
  background-color: rgba(255,165,0,0.35);
  border: 1px solid #ffa500;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.9);
  cursor: pointer;
  height: 28px;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
button:focus,
a.button:focus,
button:hover,
a.button:hover {
  -moz-box-shadow: 0 0 6px #00aeff;
  -webkit-box-shadow: 0 0 6px #00aeff;
  box-shadow: 0 0 6px #00aeff;
  border-color: #00aeff;
}
button.small {
  padding: 0;
  font-size: 12px;
  line-height: 18px;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border-color: #fff;
}
button.small:hover {
  background-color: rgba(255,165,0,0.35);
  border-color: #ffa500;
}
[draggable] {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: element;
}
.card.dragged {
  opacity: 1;
  -moz-box-shadow: 0 0 1px 2px #00aeff;
  -webkit-box-shadow: 0 0 1px 2px #00aeff;
  box-shadow: 0 0 1px 2px #00aeff;
}
.dragover {
  border-color: #ffa500 !important;
}
.avatar {
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 3px;
}
.username {
  font-weight: bold;
  font-size: 14px;
  margin-right: 5px;
}
.active {
  color: #ffa500;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.invalid {
  color: #ff4500;
  border-color: #ff4500;
}
.casual {
  color: #ff0;
  border-color: #ff0;
}
.legal {
  color: #7cfc00;
  border-color: #7cfc00;
}
.smallwarning {
  position: relative;
  background: rgba(255,165,0,0.35);
  border: 1px solid #ffa500;
  color: #fff;
  margin-left: 2px;
  margin-right: 2px;
  width: 12px;
  display: inline-block;
  text-align: center;
}
.warning {
  position: relative;
  background: #34849f;
  border: 1px solid #9ac2cf;
  margin-left: 12px;
  width: 12px;
  display: inline-block;
  text-align: center;
}
.warning:after,
.warning:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.warning:after {
  border-color: rgba(52,132,159,0);
  border-right-color: #34849f;
  border-width: 8px;
  margin-top: -8px;
}
.warning:before {
  border-color: rgba(154,194,207,0);
  border-right-color: #9ac2cf;
  border-width: 10px;
  margin-top: -10px;
}
.fake-link {
  color: #ffa500;
  cursor: pointer;
}
.fake-link.deck-load {
  color: #f00;
  cursor: pointer;
}
.fake-link.deck-warned {
  color: #ff0;
}
.fake-link.deck-loaded {
  color: #008000;
}
button .fake-link {
  color: #fff;
}
.darken {
  background-color: #000;
  opacity: 0.85;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
  margin-left: 10px;
}
.clear {
  clear: both;
}
.italic {
  font-style: italic;
}
span.small {
  font-size: 12px;
  font-weight: normal;
  margin-left: 10px;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.disabled {
  opacity: 0.5;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: auto;
}
.disabled:hover,
.disabled:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ffa500;
}
.rotated-old {
  color: #fff;
  background-color: #999;
  border-color: #ff4500;
  opacity: 1;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: auto;
}
.rotated-old:hover,
.rotated-old:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ffa500;
}
.label {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 2px 5px;
  font-size: 12px;
  margin: 0 10px;
}
* html .clearfix {
  height: 1%;
  overflow: visible;
}
*+html .clearfix {
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.system {
  margin-bottom: 8px;
  line-height: 15px;
}
.image-container {
  position: relative;
}
.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: 140px;
  padding: 4px 6px;
  list-style: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  -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 .block-link {
  padding: 2px 8px;
}
.dropdown-menu.float-right {
  right: 0;
  left: auto;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  background-clip: padding-box;
  border: 1px solid #ffa500;
  background-color: rgba(0,0,0,0.6);
  border-radius: 10px;
  outline: none;
  padding: 15px 20px;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.7;
}
.unseen {
  opacity: 0.5;
}
nav ul {
  list-style-type: none;
}
.topnav {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  color: #999;
  border-bottom: 1px solid rgba(39,56,76,0.9);
}
.topnav #left-menu,
.topnav #right-menu {
  margin: 0 10px;
}
.topnav #left-menu > ul li,
.topnav #right-menu > ul li {
  margin: 0 10px;
}
.topnav #left-menu > ul li.usermenu,
.topnav #right-menu > ul li.usermenu {
  margin: 0;
}
.topnav #left-menu > ul li.usermenu .dropdown-menu,
.topnav #right-menu > ul li.usermenu .dropdown-menu {
  margin-right: -5px;
}
.topnav li,
.topnav #status {
  display: inline-block;
  height: 30px;
  line-height: 29px;
}
.topnav li a,
.topnav #status a {
  color: #fff;
}
.topnav li a:hover,
.topnav #status a:hover {
  color: #ffa500;
}
.topnav li.active a {
  color: #ffa500;
}
.topnav .dropdown-menu a {
  line-height: 20px;
}
.topnav .dropdown-menu a:hover {
  color: #fff;
}
.panel {
  border-radius: 4px;
  padding: 5px 10px;
  border: 1px solid rgba(39,56,76,0.9);
  margin: 5px;
}
.container {
  width: 1000px;
  margin: 0 auto;
}
.blue-shade {
  background-color: rgba(39,56,76,0.82);
  -moz-box-shadow: 0 0 12px rgba(0,0,0,0.4), inset 0 0 0 1px rgba(255,255,255,0.1);
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.4), inset 0 0 0 1px rgba(255,255,255,0.1);
  box-shadow: 0 0 12px rgba(0,0,0,0.4), inset 0 0 0 1px rgba(255,255,255,0.1);
}
.blue-shade.region {
  background-color: rgba(39,56,76,0.82);
  -moz-box-shadow: 0 0 12px rgba(0,0,0,0.4), inset 0 0 0 1px rgba(255,255,255,0.1);
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.4), inset 0 0 0 1px rgba(255,255,255,0.1);
  box-shadow: 0 0 12px rgba(0,0,0,0.4), inset 0 0 0 1px rgba(255,255,255,0.1);
  -webkit-transform: rotate(-90deg) translateY(-20%);
  -moz-transform: rotate(-90deg) translateY(-20%);
  -o-transform: rotate(-90deg) translateY(-20%);
  transform: rotate(-90deg) translateY(-20%);
}
.active-player {
  border: 1px solid #ffa500;
}
.win.centered {
  position: fixed;
  top: 30%;
  left: 35%;
  width: 40%;
  text-align: center;
  margin-top: -50px;
  margin-left: -100px;
  padding: 15px;
  border: 1px solid #ffa500;
  z-index: 200;
  border-radius: 4px;
}
.win-right {
  position: absolute;
  top: 0px;
  right: -8px;
  border-radius: 0px;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border-radius: 1px;
}
.win-right:hover {
  background-color: rgba(255,165,0,0.35);
  border-color: #ffa500;
}
.win.table {
  border: 1px solid #ffa500;
  width: 100%;
  text-align: left;
}
.win.th {
  border-bottom: 1px solid #ffa500;
}
align-radio-dc {
  float: left;
  width: 33%;
}
align-radio {
  float: left;
  width: 50%;
}
#regiones_x5F_vector_1_ {
  fill: transparent;
}
.st0:hover {
  stroke: #000;
  opacity: 0.5;
  stroke-width: 5;
  stroke-miterlimit: 10;
}
.st1:hover {
  stroke: #77571c;
  opacity: 0.5;
  stroke-width: 5;
  stroke-miterlimit: 10;
}
.st2:hover {
  stroke: #dd2911;
  opacity: 0.5;
  stroke-width: 5;
  stroke-miterlimit: 10;
}
.st3:hover {
  stroke: #1f7728;
  opacity: 0.5;
  stroke-width: 5;
  stroke-miterlimit: 10;
}
.st4:hover {
  stroke: #0f97bc;
  opacity: 0.5;
  stroke-width: 5;
  stroke-miterlimit: 10;
}
.st5:hover {
  stroke: #f2e9e8;
  opacity: 0.5;
  stroke-width: 5;
  stroke-miterlimit: 10;
}
#regions_x5F_vector {
  fill: transparent;
}
.dc0:hover {
  stroke: #000;
  opacity: 0.5;
  stroke-width: 3;
  stroke-miterlimit: 10;
}
.dc1:hover {
  stroke: #77571c;
  opacity: 0.5;
  stroke-width: 3;
  stroke-miterlimit: 10;
}
.dc2:hover {
  stroke: #dd2911;
  opacity: 0.5;
  stroke-width: 3;
  stroke-miterlimit: 10;
}
.dc3:hover {
  stroke: #1f7728;
  opacity: 0.5;
  stroke-width: 3;
  stroke-miterlimit: 10;
}
.dc4:hover {
  stroke: #0f97bc;
  opacity: 0.5;
  stroke-width: 3;
  stroke-miterlimit: 10;
}
.dc5:hover {
  stroke: #f2e9e8;
  opacity: 0.5;
  stroke-width: 3;
  stroke-miterlimit: 10;
}
#stats .content-page {
  margin-top: 9px;
}
.influence.neutral {
  color: #fff;
}
.influence.haas-bioroid {
  color: #8a2be2;
}
.influence.cardnum {
  color: #dc143c;
}
.influence.nbn {
  color: #ff0;
}
.influence.weyland-consortium {
  color: #006400;
}
.influence.adam {
  color: #808000;
}
.influence.anarch {
  color: #ff4500;
}
.influence.apex {
  color: #800000;
}
.influence.criminal {
  color: #4169e1;
}
.influence.shaper {
  color: #32cd32;
}
.influence.sunny-lebeau {
  color: #789;
}
#left-menu {
  float: left;
}
#right-menu,
#status {
  float: right;
}
#status .float-right {
  padding-right: 12px;
  border-right: 1px solid #fff;
}
#status .spectators {
  display: none;
  position: absolute;
  padding: 4px 8px;
  top: 36px;
  border-radius: 4px;
  min-width: 180px;
}
#status .player {
  display: block;
}
#status .spectators-count {
  position: relative;
  cursor: pointer;
}
#status .spectators-count:hover .spectators {
  display: block;
}
#status .concede-button {
  margin-right: 12px;
}
#status .save-button {
  margin-left: 12px;
}
#status .mute-button {
  margin-left: 12px;
}
#auth-forms input,
.reset-form input {
  width: 240px;
  margin-bottom: 10px;
  font-size: 15px;
  border-color: #ffa500;
}
#auth-forms button,
.reset-form button {
  margin-right: 5px;
}
.reset-form {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 10px 20px;
  width: 282px;
  margin: -92px 0 0 -141px;
}
.flash-message {
  color: #ff4500;
  font-size: 14px;
  margin-bottom: 10px;
}
.block-link {
  cursor: pointer;
  border: 1px solid transparent;
  padding: 0 5px;
  border-radius: 4px;
  display: block;
  margin: 0 -4px;
}
.block-link:hover {
  background-color: rgba(255,165,0,0.35);
  border: 1px solid #ffa500;
}
#main {
  height: 100%;
}
#main .carousel-inner {
  height: 100%;
}
#main .carousel-inner .item {
  padding-top: 31px;
  height: 100%;
  color: #fff;
}
.home-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/CarnDum2.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.7;
}
.lobby-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/rogrog.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.7;
}
.deckbuilder-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/CarnDum3.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.7;
}
.cardbrowser-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/CarnDum1.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.7;
}
.help-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/Siege.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.7;
}
.about-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/About.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.7;
}
.rules-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/Rules.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.7;
}
.account-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/Settings.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.7;
}
.reset-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/Settings.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.7;
}
.stats-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/MordorGates.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.7;
}
.barad-dur-john-howe-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/barad-dur-john-howe.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.7;
}
.bridge-paul-monteagle-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/bridge-paul-monteagle.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.7;
}
.edoras-bakarov-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/edoras-bakarov.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.7;
}
.ted-green-hill-morning-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/ted-green-hill-morning.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.7;
}
.carn-dum1bw-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/CarnDum1bw.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.7;
}
.carn-dum2bw-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/CarnDum2bw.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.7;
}
.carn-dum3bw-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/CarnDum3bw.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.7;
}
.monochrome-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-color: #282828;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.7;
}
.chat-app {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 196px;
  bottom: 15px;
  width: 995px;
}
.channel-list {
  -webkit-box-flex: 0 0 180px;
  -webkit-flex: 0 0 180px;
  -moz-box-flex: 0 0 180px;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  margin: 0 5px 0 0;
}
.channel-list button.small {
  float: right;
  margin-right: -2px;
}
.chat-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 1px;
}
.chat-container {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -moz-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.chat-container .chat-card-zoom {
  position: absolute;
  left: -70px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.message {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.message .name-menu {
  position: relative;
}
.message .clickable {
  cursor: pointer;
}
.message .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.message .block-menu {
  display: none;
  position: absolute;
  z-index: 30;
  width: 200px;
  font-size: 12px;
  line-height: 16px;
}
.message .block-menu > div {
  border: 1px solid #fff;
  padding: 3px 6px;
  border-radius: 4px;
  margin-bottom: 4px;
  cursor: pointer;
}
.message .block-menu > div:last-child {
  margin-bottom: 0;
}
.message .block-menu > div:hover {
  border-color: #ffa500;
}
.message-list {
  height: 400px;
  margin: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.message-list .avatar {
  height: 38px;
  width: 38px;
  border-radius: 5px;
}
.message-list .date {
  font-weight: 300;
  font-size: 12px;
}
.msg-box {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 5px;
}
.msg-box > input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 0;
  margin-top: 0;
  margin-right: 5px;
}
.msg-box button {
  margin-right: 0;
}
.cardbrowser {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.cardbrowser .heading,
.cardbrowser .type {
  font-weight: bold;
}
.cardbrowser .pack {
  font-style: italic;
}
.cardbrowser .selected-alt {
  font-style: italic;
  color: #ffa500;
}
.cardbrowser .alt-art-selector {
  margin-top: 10px;
}
.cardbrowser ul {
  padding-left: revert;
  padding-top: 8px;
}
.filters {
  -webkit-box-flex: 0 0 340px;
  -webkit-flex: 0 0 340px;
  -moz-box-flex: 0 0 340px;
  -ms-flex: 0 0 340px;
  flex: 0 0 340px;
  margin: 10px;
  padding: 10px;
}
.filters input,
.filters select {
  width: 100%;
  font-size: 13px;
}
.filters input.hide-dreamcards {
  width: auto;
}
.filters .hide-dreamcards-div {
  margin-top: 10px;
  margin-bottom: 10px;
}
.filters input.only-released {
  width: auto;
}
.filters .only-released-div {
  margin-top: 10px;
  margin-bottom: 10px;
}
.filters input.only-stage {
  width: auto;
}
.filters .only-stage-div {
  margin-top: 10px;
  margin-bottom: 10px;
}
.filters input.only-unique {
  width: auto;
}
.filters .only-unique-div {
  margin-top: 10px;
  margin-bottom: 10px;
}
.filters h4 {
  margin-top: 5px;
}
.search-box {
  position: relative;
  margin-bottom: 10px;
}
.search-box .search {
  border-radius: 14px;
  padding: 0 22px;
}
.search-box .search-icon {
  position: absolute;
  color: #383838;
  top: 0;
  left: 5px;
}
.search-box .search-clear {
  position: absolute;
  color: #999;
  top: 0;
  right: 2px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search-box .search-clear:hover {
  color: #383838;
}
.search-alt-box {
  position: relative;
  margin-bottom: 10px;
}
.search-alt-box .search-alt {
  border-radius: 14px;
  padding: 0 22px;
}
.search-alt-box .search-alt-icon {
  position: absolute;
  color: #f00;
  top: 0;
  left: 5px;
}
.search-alt-box .search-alt-clear {
  position: absolute;
  color: #f00;
  top: 0;
  right: 2px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search-alt-box .search-alt-clear:hover {
  color: #f00;
}
.set-list > div {
  cursor: pointer;
  border: 1px solid transparent;
  padding: 0 4px;
  margin: 0 -4px;
  border-radius: 4px;
}
.set-list > div:hover {
  background-color: rgba(255,165,0,0.35);
  border: 1px solid #ffa500;
}
.card-list {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 361px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 40px;
  -webkit-transform: translateveal(0);
  -moz-transform: translateveal(0);
  -o-transform: translateveal(0);
  transform: translateveal(0);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.card-preview {
  float: left;
  position: relative;
  height: 348px;
  width: 250px;
  margin: 0 10px 10px 2px;
  border-radius: 8px;
  padding: 10px;
}
.card-preview.selected {
  -moz-box-shadow: 0 0 1px 2px #32cd32;
  -webkit-box-shadow: 0 0 1px 2px #32cd32;
  box-shadow: 0 0 1px 2px #32cd32;
}
.card-preview.selected-alt {
  -moz-box-shadow: 0 0 1px 2px #ffa500;
  -webkit-box-shadow: 0 0 1px 2px #ffa500;
  box-shadow: 0 0 1px 2px #ffa500;
}
.card-preview > h4 {
  margin-bottom: 5px;
}
.card-preview > h4,
.card-preview .type {
  text-transform: uppercase;
}
.card-preview .heading,
.card-preview .type {
  font-weight: bold;
}
.card-preview .text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  height: 245px;
}
.card-preview > img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 12px;
}
.deck-collection {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.deck-collection .deckline {
  height: 65px;
  padding: 5px 8px;
  margin: 0 0 5px;
  border: 1px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  clear: both;
}
.deck-collection .deckline:hover {
  border-color: #ffa500;
}
.deck-collection .deckline p {
  margin-top: 0;
}
.deck-collection .deckline h4 {
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 260px;
}
.deck-collection .deckline > img {
  float: left;
  height: 100%;
  margin-right: 10px;
}
.deckbuilder {
  overflow: hidden;
  padding: 15px 0;
  margin-top: 8px;
  position: absolute;
  top: 31px;
  bottom: 10px;
  width: 995px;
}
.deckbuilder .viewport.edit {
  left: -497px;
}
.deckbuilder .viewport {
  position: relative;
  width: 1491px;
  height: 100%;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.deckbuilder .viewport .decks,
.deckbuilder .viewport .decklist,
.deckbuilder .viewport .deckedit {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #fff;
  padding: 0;
}
.deckbuilder .viewport .decks > div,
.deckbuilder .viewport .decklist > div,
.deckbuilder .viewport .deckedit > div {
  padding: 0 15px;
}
.deckbuilder .viewport .decks {
  position: relative;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}
.deckbuilder .viewport .decks .button-bar {
  box-sizing: initial;
  padding: 0 10px 10px;
}
.deckbuilder .viewport .decks .button-bar button {
  width: 140px;
  margin: 2px 2px;
  margin-right: 5px;
}
.deckbuilder .viewport .decks .card-preview {
  position: absolute;
  width: 450px;
  max-height: 630px;
  height: 100%;
  left: auto;
  z-index: 10;
  right: 5px;
  top: 0;
}
.deckbuilder .viewport .decks .edit .card-preview {
  width: 450px;
  max-height: 630px;
  height: 100%;
  right: -100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  margin-right: -17px;
}
.deckbuilder .viewport .decklist {
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.deckbuilder .viewport .decklist .button-bar {
  padding-bottom: 8px;
}
.deckbuilder .viewport .decklist .button-bar button,
.deckbuilder .viewport .decklist .button-bar a.button {
  min-width: 75px;
}
.deckbuilder .viewport .decklist .header {
  height: 106px;
  clear: both;
}
.deckbuilder .viewport .decklist .header > img {
  height: 100%;
  margin-right: 10px;
  float: left;
}
.deckbuilder .viewport .decklist input.deckname {
  height: 30px;
}
.deckbuilder .viewport .decklist .cards {
  margin-top: 1.5em;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.deckbuilder .viewport .decklist .cards h3 {
  font-size: 18px;
  margin: 0.5em 0 0.2em 0;
  line-height: 1em;
}
.deckbuilder .viewport .decklist .line {
  position: relative;
  overflow: visible;
  line-height: 20px;
  white-space: pre;
}
.deckbuilder .viewport .decklist .line button.small {
  margin: 3px 6px 3px 0;
}
.deckbuilder .viewport .decklist .note {
  position: relative;
  overflow-wrap: break-word;
  hyphens: auto;
  line-height: 20px;
  white-space: normal;
  width: 190%;
}
.deckbuilder .viewport .decklist .note button.small {
  margin: 3px 6px 3px 0;
}
.deckbuilder .viewport .decklist .group {
  display: inline-block;
  width: 100%;
  margin-left: 0.8em;
}
.deckbuilder .viewport .decklist .group h4 {
  font-size: 12px;
  margin: 0.4em 0 0.2em 0;
  color: #ffa500;
  line-height: 1.5em;
  font-weight: normal;
}
.deckbuilder .viewport .deckedit {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: row;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.deckbuilder .viewport .deckedit h3.lftlabel {
  width: 49%;
  float: left;
}
.deckbuilder .viewport .deckedit h3.rgtlabel {
  width: 49%;
  float: right;
}
.deckbuilder .viewport .deckedit h3.column1 {
  float: left;
  width: 33%;
}
.deckbuilder .viewport .deckedit h3.column2 {
  float: left;
  width: 33%;
}
.deckbuilder .viewport .deckedit h3.column3 {
  float: left;
  width: 33%;
}
.deckbuilder .viewport .deckedit .deckname {
  width: 49%;
  float: left;
}
.deckbuilder .viewport .deckedit .identity {
  width: 49%;
  float: right;
}
.deckbuilder .viewport .deckedit .card-search {
  position: relative;
}
.deckbuilder .viewport .deckedit .card-search .lookup {
  width: 299px;
  margin-right: 5px;
}
.deckbuilder .viewport .deckedit .card-search .typeahead {
  position: absolute;
  padding: 2px;
  margin: 2px 0 0 0;
  width: 308px;
  background-color: rgba(255,255,255,0.9);
  color: #000;
  border-radius: 4px;
  border: 1px solid rgba(39,56,76,0.82);
}
.deckbuilder .viewport .deckedit .card-search .typeahead > div {
  padding: 2px 5px;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
}
.deckbuilder .viewport .deckedit .card-search .typeahead > div:hover {
  background-color: rgba(255,165,0,0.35);
  border-color: #ffa500;
}
.deckbuilder .viewport .deckedit .card-search .typeahead .selected {
  background-color: rgba(255,165,0,0.35);
  border-color: #ffa500;
}
.deckbuilder .viewport .deckedit .qty {
  width: 30px;
  text-align: center;
  margin-left: 4px;
  margin-right: 10px;
}
.deckbuilder .viewport .deckedit p {
  margin: 0 0 5px 0;
}
.deckbuilder .viewport .deckedit textarea {
  margin: -3px -1px;
  margin-right: 3px;
  line-height: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.deckbuilder .viewport .deckedit .txttop {
  width: 32%;
  height: 34%;
}
.deckbuilder .viewport .deckedit .txtbot {
  width: 32%;
  height: 20%;
}
.deckbuilder .viewport .deckedit .txtnte {
  width: 96%;
  height: 10%;
}
.deck-status.shift-tooltip {
  padding-right: 0px;
}
.deck-status,
.user-status {
  position: relative;
}
.deck-status .status-tooltip,
.user-status .status-tooltip {
  display: none;
  position: absolute;
  left: 100%;
  top: 3px;
  z-index: 30;
  width: 185px;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 4px;
  outline: none;
  padding: 6px 12px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
.deck-status .status-tooltip > div,
.user-status .status-tooltip > div {
  margin: 2px 0;
}
.deck-status .status-tooltip .tick,
.user-status .status-tooltip .tick {
  margin-right: 4px;
}
.deck-status:hover,
.user-status:hover {
  cursor: default;
}
.deck-status:hover .status-tooltip,
.user-status:hover .status-tooltip {
  display: inline;
}
.lobby {
  padding: 15px 0;
  margin: 8px auto;
  position: absolute;
  top: 31px;
  bottom: 5px;
  width: 995px;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.lobby .games {
  position: relative;
}
.lobby .games,
.lobby .game-panel {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.lobby .game-panel {
  border-left: 1px solid #fff;
  padding: 0 15px;
}
.lobby .game-panel select {
  margin-right: 10px;
  margin-bottom: 5px;
}
.lobby .game-panel p {
  margin: 4px 0;
}
.lobby .side {
  margin-left: 5px;
}
.lobby .button-bar {
  padding-bottom: 15px;
}
.lobby .games .button-bar {
  box-sizing: initial;
  padding: 0 15px 15px;
}
.lobby .games .button-bar .rooms .roomtab {
  display: block;
  color: #fff;
  margin: 0 10px;
  line-height: 24px;
  float: right;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.lobby .games .button-bar .rooms .roomtab:hover {
  color: #ffa500;
  cursor: pointer;
}
.lobby .games .button-bar .rooms .roomtab.current {
  color: #ffa500;
}
.lobby .game-list {
  padding: 0 15px;
  overflow: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.lobby .gameline {
  min-height: 53px;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 10px;
  margin-bottom: 5px;
  clear: both;
}
.lobby .gameline .player:first-child:after {
  content: "vs";
  margin: 0 8px;
  font-weight: bold;
}
.lobby .gameline .player:last-child:after {
  display: none;
}
.lobby .gameline > button {
  float: right;
  margin-top: 7px;
}
.lobby .gameline .password-prompt {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 100%;
  margin-left: 15px;
  border-radius: 4px;
}
.lobby .gameline .password-prompt button {
  text-transform: capitalize;
  margin-right: 12px;
}
.lobby .game-panel {
  position: relative;
}
.lobby .game-panel > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.lobby .game-panel .button-bar button {
  min-width: 80px;
  margin-right: 5px;
}
.lobby .game-panel .players {
  height: 65px;
  clear: both;
}
.lobby .game-panel .players > div {
  margin: 8px 0;
}
.lobby .game-panel .players .player {
  line-height: 22px;
}
.lobby .game-panel .players .label {
  text-align: center;
  color: inherit;
  border-color: inherit;
  margin-right: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 187px;
}
.lobby .game-panel .players .fake-link {
  margin-left: 10px;
}
.lobby .game-panel .spectators {
  height: 65px;
}
.lobby .game-panel .spectators .player {
  margin-right: 12px;
}
.lobby .game-panel .chat-box .message-list {
  height: 298px;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
  overflow: auto;
  padding: 5px 10px;
}
.lobby .game-panel .saved-collection {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.lobby .game-panel .saved-collection .saved-line {
  height: 65px;
  padding: 5px 8px;
  margin: 0 0 5px;
  border: 1px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  clear: both;
}
.lobby .game-panel .saved-collection .saved-line:hover {
  border-color: #ffa500;
}
.lobby .game-panel .saved-collection .saved-line p {
  margin-top: 0;
}
.lobby .game-panel .saved-collection .saved-line h4 {
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 260px;
}
.lobby .game-panel .saved-collection .saved-line > img {
  float: left;
  height: 100%;
  margin-right: 10px;
}
.lobby .game-title {
  width: 250px;
}
.lobby .deck-collection {
  width: 496px;
  max-height: 355px;
  padding: 0;
}
#gameboard {
  width: 100%;
  height: 100%;
  display: none;
}
.gameboard {
  width: 100%;
  height: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.gameboard .panel {
  position: relative;
  padding: 3px 6px;
  overflow: visible;
}
.gameboard .header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 1px 4px;
  font-size: 10px;
  line-height: 14px;
}
.gameboard .darkbg {
  background: rgba(0,0,0,0.6);
  text-shadow: 1px 1px 2px #000;
  border-radius: 4px;
}
.gameboard .card {
  position: relative;
  height: 84px;
  width: 60px;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.gameboard .card .cardname {
  float: left;
  font-size: 10px;
  line-height: 14px;
}
.gameboard .counters {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.gameboard .counter {
  padding: 0;
  font-size: 12px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin: 2px;
}
.gameboard .advance-counter {
  background-color: rgba(0,174,255,0.85);
}
.gameboard .recurring-counter {
  background-color: rgba(50,205,50,0.85);
}
.gameboard .virus-counter {
  background-color: rgba(255,0,0,0.85);
}
.gameboard .power-counter {
  background-color: rgba(67,0,102,0.85);
}
.gameboard .agenda-counter {
  background-color: rgba(0,0,102,0.85);
}
.gameboard .credit-counter {
  background-color: rgba(0,0,0,0.6);
}
.gameboard .strength {
  position: absolute;
  z-index: 10;
  padding: 0;
  text-align: center;
  background-color: rgba(0,0,0,0.6);
  line-height: 24px;
  font-size: 12px;
  bottom: 13px;
  left: 3px;
  height: 24px;
  width: 24px;
}
.gameboard .extra-subs {
  position: absolute;
  z-index: 10;
  padding: 0;
  text-align: center;
  background-color: rgba(40,165,40,0.86);
  line-height: 24px;
  font-size: 12px;
  top: 3px;
  left: 3px;
  height: 24px;
  width: 24px;
}
.gameboard .icon {
  position: absolute;
  z-index: 10;
  padding: 0;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  top: 3px;
  left: 3px;
  height: 24px;
  width: 24px;
}
.gameboard .icon.blue {
  background-color: #00aeff;
}
.gameboard .icon.red {
  background-color: #f00;
}
.gameboard .icon.green {
  background-color: #008000;
}
.gameboard .locale-target,
.gameboard .subtype-target {
  position: absolute;
  z-index: 10;
  padding: 0;
  text-align: center;
  line-height: 16px;
  font-size: 10px;
  top: 3px;
  right: 3px;
  padding-left: 3px;
  padding-right: 3px;
  white-space: nowrap;
}
.gameboard .locale-target {
  background-color: #a0522d;
}
.gameboard .subtype-target {
  background-color: #383838;
}
.gameboard .subtype-target.barrier {
  background-color: #cc5200;
}
.gameboard .subtype-target.code-gate {
  background-color: #29a329;
}
.gameboard .subtype-target.sentry {
  background-color: #007acc;
}
.gameboard .abilities,
.gameboard .locales-menu,
.gameboard .menu,
.gameboard .contestant-abilities,
.gameboard .challenger-abilities,
.gameboard .popup {
  left: 0;
  bottom: 100%;
  margin: 6px -1px;
}
.gameboard .abilities,
.gameboard .locales-menu,
.gameboard .menu,
.gameboard .contestant-abilities,
.gameboard .challenger-abilities {
  display: none;
  position: absolute;
  z-index: 70;
  width: 120px;
  font-size: 12px;
  line-height: 16px;
}
.gameboard .abilities > div,
.gameboard .locales-menu > div,
.gameboard .menu > div,
.gameboard .contestant-abilities > div,
.gameboard .challenger-abilities > div {
  border: 1px solid #fff;
  padding: 3px 6px;
  border-radius: 4px;
  margin-bottom: 4px;
  cursor: pointer;
}
.gameboard .abilities > div:last-child,
.gameboard .locales-menu > div:last-child,
.gameboard .menu > div:last-child,
.gameboard .contestant-abilities > div:last-child,
.gameboard .challenger-abilities > div:last-child {
  margin-bottom: 0;
}
.gameboard .abilities > div:hover,
.gameboard .locales-menu > div:hover,
.gameboard .menu > div:hover,
.gameboard .contestant-abilities > div:hover,
.gameboard .challenger-abilities > div:hover {
  border-color: #ffa500;
}
.gameboard .popup {
  display: none;
  position: absolute;
  width: 850px;
  max-height: 600px;
  min-height: 92px;
  z-index: 80;
  bottom: 100%;
  margin: 6px -1px;
}
.gameboard .popup.opponent {
  top: 100%;
  bottom: auto;
}
.gameboard .popup .card {
  float: left;
  margin: 2px;
}
.gameboard .popup a {
  display: inline-block;
  margin: 0 10px 8px 4px;
}
.gameboard .popup-map {
  display: none;
  position: absolute;
  width: 810px;
  left: -100px;
  max-height: 500px;
  min-height: 92px;
  z-index: 80;
  bottom: 100%;
  margin: 6px -1px;
}
.gameboard .popup-map.opponent {
  top: 100%;
  bottom: auto;
}
.gameboard .popup-map .card {
  float: left;
  margin: 2px;
}
.gameboard .popup-map a {
  display: inline-block;
  margin: 0 10px 8px 4px;
}
.gameboard .playable {
  cursor: pointer;
  border-radius: 4px;
}
.gameboard .playable .card {
  -moz-box-shadow: 0 0 1px 2px #ffa500;
  -webkit-box-shadow: 0 0 1px 2px #ffa500;
  box-shadow: 0 0 1px 2px #ffa500;
}
.gameboard .bg {
  position: absolute;
  top: 0;
  left: 0;
}
.gameboard .deck,
.gameboard .identity {
  position: relative;
  height: 84px;
  width: 60px;
  border-radius: 4px;
}
.gameboard .discard {
  z-index: 60;
  position: relative;
  height: 84px;
  width: 60px;
  border-radius: 4px;
}
.gameboard .locale-card {
  position: relative;
  min-height: 84px;
  min-width: 60px;
}
.gameboard .locale-card.central {
  margin-top: 12px;
}
.gameboard .locale-card.shift {
  margin-left: -36px;
}
.gameboard .rfg {
  margin-left: 16px;
  margin-right: 16px;
}
.gameboard .discard {
  position: relative;
}
.gameboard .hand-container {
  position: relative;
}
.gameboard .hand-controls {
  display: inline-block;
}
.gameboard .hand,
.gameboard .scored,
.gameboard .rfg {
  height: 86px;
  padding: 0;
}
.gameboard .hand {
  z-index: 61;
  width: 383px;
  margin-right: 0;
  float: left;
}
.gameboard .hand-expand {
  z-index: 63;
  float: right;
  margin-left: 2px;
}
.gameboard .card-wrapper {
  display: inline-block;
  margin-right: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gameboard .card-wrapper:last-child {
  margin-right: 0;
}
.gameboard .disable-transition {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: all 0.2s ease-out;
  -o-transition: none;
  transition: none;
}
.gameboard .squeeze .card-wrapper {
  position: absolute;
}
.gameboard .stats > div {
  height: 14px;
  font-size: 12px;
}
.gameboard .stats > div .controls {
  float: right;
  display: none;
  margin-top: -18px;
}
.gameboard .stats > div span {
  display: block;
}
.gameboard .stats > div:hover span {
  background: rgba(255,165,0,0.2);
  padding-right: 10px;
  border-radius: 4px;
}
.gameboard .stats > div:hover .controls {
  display: block;
}
.gameboard .leftpane {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-right: -50px;
}
.gameboard .leftpane .inner-leftpane {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.gameboard .leftpane .inner-leftpane .left-inner-leftpane {
  width: 201px;
  margin-top: -5px;
  margin-bottom: -5px;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.gameboard .leftpane .inner-leftpane .left-inner-leftpane > div {
  width: 100%;
}
.gameboard .leftpane .inner-leftpane .right-inner-leftpane {
  width: 186px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .contestant-board,
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .challenger-board {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .contestant-board .locale,
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .challenger-board .locale {
  margin-left: 0;
  margin-right: 2px;
}
.gameboard .leftpane .inner-leftpane .right-inner-leftpane > div {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .challenger-centrals,
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .contestant-centrals {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .challenger-centrals .deck,
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .contestant-centrals .deck,
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .challenger-centrals .discard,
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .contestant-centrals .discard,
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .challenger-centrals .identity,
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .contestant-centrals .identity {
  margin-left: 0;
  margin-right: 2px;
}
.gameboard .leftpane .inner-leftpane .right-inner-leftpane > div {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .panel {
  margin: 0;
}
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .button-pane .panel {
  padding: 8px;
  z-index: 60;
}
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .button-pane .run-button {
  position: relative;
}
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .button-pane .run-button .locales-menu {
  left: 100%;
  bottom: 0;
  width: 120px;
  margin: 3px;
  z-index: 60;
}
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .button-pane h4 {
  text-align: center;
  margin-bottom: 10px;
}
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .button-pane .info {
  text-align: center;
  margin: 0 0 5px 0;
  font-size: 10pt;
  font-style: italic;
}
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .button-pane button {
  width: 100%;
  font-size: 11px;
  margin: 0 0 5px 0;
  padding: 0 8px 1px;
}
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .button-pane button:last-child {
  margin-bottom: 0;
}
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .button-pane .credit-select {
  text-align: center;
  margin-bottom: 10px;
}
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .button-pane .credit-select select {
  margin-right: 5px;
}
.gameboard .centralpane {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  min-width: 90px;
  overflow: auto;
}
.gameboard .centralpane .card:hover {
  -moz-box-shadow: 0px 0px 5px 0px #ffa500;
  -webkit-box-shadow: 0px 0px 5px 0px #ffa500;
  box-shadow: 0px 0px 5px 0px #ffa500;
}
.gameboard .centralpane .contestant-rig.opponent,
.gameboard .centralpane .challenger-rig.opponent {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  order: 1;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: row;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .gameboard .centralpane .contestant-rig.opponent,
  .gameboard .centralpane .challenger-rig.opponent {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.gameboard .centralpane .contestant-rig,
.gameboard .centralpane challenger-rig {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  order: 2;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: row;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .gameboard .centralpane .contestant-rig,
  .gameboard .centralpane challenger-rig {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.gameboard .centralpane .contestant-rig .hosted:nth-child(0),
.gameboard .centralpane .challenger-rig .hosted:nth-child(0),
.gameboard .centralpane contestant-rig.opponent .hosted:nth-child(0),
.gameboard .centralpane .challenger-rig.opponent .hosted:nth-child(0) {
  margin-top: 0;
  z-index: 5;
}
.gameboard .centralpane .contestant-rig .hosted:nth-child(1),
.gameboard .centralpane .challenger-rig .hosted:nth-child(1),
.gameboard .centralpane contestant-rig.opponent .hosted:nth-child(1),
.gameboard .centralpane .challenger-rig.opponent .hosted:nth-child(1) {
  margin-top: -40px;
  z-index: 4;
}
.gameboard .centralpane .contestant-rig .hosted:nth-child(2),
.gameboard .centralpane .challenger-rig .hosted:nth-child(2),
.gameboard .centralpane contestant-rig.opponent .hosted:nth-child(2),
.gameboard .centralpane .challenger-rig.opponent .hosted:nth-child(2) {
  margin-top: -40px;
  z-index: 3;
}
.gameboard .centralpane .contestant-rig .hosted:nth-child(3),
.gameboard .centralpane .challenger-rig .hosted:nth-child(3),
.gameboard .centralpane contestant-rig.opponent .hosted:nth-child(3),
.gameboard .centralpane .challenger-rig.opponent .hosted:nth-child(3) {
  margin-top: -40px;
  z-index: 2;
}
.gameboard .centralpane .contestant-rig .hosted:nth-child(4),
.gameboard .centralpane .challenger-rig .hosted:nth-child(4),
.gameboard .centralpane contestant-rig.opponent .hosted:nth-child(4),
.gameboard .centralpane .challenger-rig.opponent .hosted:nth-child(4) {
  margin-top: -40px;
  z-index: 1;
}
.gameboard .centralpane .contestant-rig .card-wrapper,
.gameboard .centralpane .challenger-rig .card-wrapper,
.gameboard .centralpane contestant-rig.opponent .card-wrapper,
.gameboard .centralpane .challenger-rig.opponent .card-wrapper {
  margin: 0px 0px;
  cursor: pointer;
  width: 64px;
  height: 88px;
  display: flex;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}
.gameboard .centralpane .contestant-rig .card-wrapper .abilities,
.gameboard .centralpane .challenger-rig .card-wrapper .abilities,
.gameboard .centralpane contestant-rig.opponent .card-wrapper .abilities,
.gameboard .centralpane .challenger-rig.opponent .card-wrapper .abilities,
.gameboard .centralpane .contestant-rig .card-wrapper .challenger-abilities,
.gameboard .centralpane .challenger-rig .card-wrapper .challenger-abilities,
.gameboard .centralpane contestant-rig.opponent .card-wrapper .challenger-abilities,
.gameboard .centralpane .challenger-rig.opponent .card-wrapper .challenger-abilities,
.gameboard .centralpane .contestant-rig .card-wrapper .contestant-abilities,
.gameboard .centralpane .challenger-rig .card-wrapper .contestant-abilities,
.gameboard .centralpane contestant-rig.opponent .card-wrapper .contestant-abilities,
.gameboard .centralpane .challenger-rig.opponent .card-wrapper .contestant-abilities {
  left: 0;
  margin: -1px -85px;
}
.gameboard .centralpane .contestant-rig .card-wrapper .abilities,
.gameboard .centralpane .challenger-rig .card-wrapper .abilities,
.gameboard .centralpane contestant-rig.opponent .card-wrapper .abilities,
.gameboard .centralpane .challenger-rig.opponent .card-wrapper .abilities {
  top: 0;
  bottom: auto;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.gameboard .centralpane .contestant-rig .card-wrapper .challenger-abilities,
.gameboard .centralpane .challenger-rig .card-wrapper .challenger-abilities,
.gameboard .centralpane contestant-rig.opponent .card-wrapper .challenger-abilities,
.gameboard .centralpane .challenger-rig.opponent .card-wrapper .challenger-abilities,
.gameboard .centralpane .contestant-rig .card-wrapper .contestant-abilities,
.gameboard .centralpane .challenger-rig .card-wrapper .contestant-abilities,
.gameboard .centralpane contestant-rig.opponent .card-wrapper .contestant-abilities,
.gameboard .centralpane .challenger-rig.opponent .card-wrapper .contestant-abilities {
  bottom: 0;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.gameboard .centralpane .contestant-rig .card-wrapper.tapped,
.gameboard .centralpane .challenger-rig .card-wrapper.tapped,
.gameboard .centralpane contestant-rig.opponent .card-wrapper.tapped,
.gameboard .centralpane .challenger-rig.opponent .card-wrapper.tapped {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gameboard .centralpane .contestant-rig .card-wrapper.tapped .abilities,
.gameboard .centralpane .challenger-rig .card-wrapper.tapped .abilities,
.gameboard .centralpane contestant-rig.opponent .card-wrapper.tapped .abilities,
.gameboard .centralpane .challenger-rig.opponent .card-wrapper.tapped .abilities,
.gameboard .centralpane .contestant-rig .card-wrapper.tapped .challenger-abilities,
.gameboard .centralpane .challenger-rig .card-wrapper.tapped .challenger-abilities,
.gameboard .centralpane contestant-rig.opponent .card-wrapper.tapped .challenger-abilities,
.gameboard .centralpane .challenger-rig.opponent .card-wrapper.tapped .challenger-abilities,
.gameboard .centralpane .contestant-rig .card-wrapper.tapped .contestant-abilities,
.gameboard .centralpane .challenger-rig .card-wrapper.tapped .contestant-abilities,
.gameboard .centralpane contestant-rig.opponent .card-wrapper.tapped .contestant-abilities,
.gameboard .centralpane .challenger-rig.opponent .card-wrapper.tapped .contestant-abilities {
  left: 0;
  margin: 85px 50px;
}
.gameboard .centralpane .contestant-rig .card-wrapper.tapped .abilities,
.gameboard .centralpane .challenger-rig .card-wrapper.tapped .abilities,
.gameboard .centralpane contestant-rig.opponent .card-wrapper.tapped .abilities,
.gameboard .centralpane .challenger-rig.opponent .card-wrapper.tapped .abilities {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-90deg) translateX(-25%);
  -moz-transform: rotate(-90deg) translateX(-25%);
  -o-transform: rotate(-90deg) translateX(-25%);
  transform: rotate(-90deg) translateX(-25%);
}
.gameboard .centralpane .contestant-rig .card-wrapper.tapped .challenger-abilities,
.gameboard .centralpane .challenger-rig .card-wrapper.tapped .challenger-abilities,
.gameboard .centralpane contestant-rig.opponent .card-wrapper.tapped .challenger-abilities,
.gameboard .centralpane .challenger-rig.opponent .card-wrapper.tapped .challenger-abilities,
.gameboard .centralpane .contestant-rig .card-wrapper.tapped .contestant-abilities,
.gameboard .centralpane .challenger-rig .card-wrapper.tapped .contestant-abilities,
.gameboard .centralpane contestant-rig.opponent .card-wrapper.tapped .contestant-abilities,
.gameboard .centralpane .challenger-rig.opponent .card-wrapper.tapped .contestant-abilities {
  bottom: 0;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.gameboard .centralpane .contestant-rig .card-wrapper.inverted,
.gameboard .centralpane .challenger-rig .card-wrapper.inverted,
.gameboard .centralpane contestant-rig.opponent .card-wrapper.inverted,
.gameboard .centralpane .challenger-rig.opponent .card-wrapper.inverted {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.gameboard .centralpane .contestant-rig .card-wrapper.inverted .abilities,
.gameboard .centralpane .challenger-rig .card-wrapper.inverted .abilities,
.gameboard .centralpane contestant-rig.opponent .card-wrapper.inverted .abilities,
.gameboard .centralpane .challenger-rig.opponent .card-wrapper.inverted .abilities,
.gameboard .centralpane .contestant-rig .card-wrapper.inverted .challenger-abilities,
.gameboard .centralpane .challenger-rig .card-wrapper.inverted .challenger-abilities,
.gameboard .centralpane contestant-rig.opponent .card-wrapper.inverted .challenger-abilities,
.gameboard .centralpane .challenger-rig.opponent .card-wrapper.inverted .challenger-abilities,
.gameboard .centralpane .contestant-rig .card-wrapper.inverted .contestant-abilities,
.gameboard .centralpane .challenger-rig .card-wrapper.inverted .contestant-abilities,
.gameboard .centralpane contestant-rig.opponent .card-wrapper.inverted .contestant-abilities,
.gameboard .centralpane .challenger-rig.opponent .card-wrapper.inverted .contestant-abilities {
  left: 0;
  margin: 25px 150px;
}
.gameboard .centralpane .contestant-rig .card-wrapper.inverted .abilities,
.gameboard .centralpane .challenger-rig .card-wrapper.inverted .abilities,
.gameboard .centralpane contestant-rig.opponent .card-wrapper.inverted .abilities,
.gameboard .centralpane .challenger-rig.opponent .card-wrapper.inverted .abilities {
  top: 0;
  right: 25;
  bottom: auto;
  -webkit-transform: rotate(180deg) translateY(-100%);
  -moz-transform: rotate(180deg) translateY(-100%);
  -o-transform: rotate(180deg) translateY(-100%);
  transform: rotate(180deg) translateY(-100%);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.gameboard .centralpane .contestant-rig .card-wrapper.inverted .challenger-abilities,
.gameboard .centralpane .challenger-rig .card-wrapper.inverted .challenger-abilities,
.gameboard .centralpane contestant-rig.opponent .card-wrapper.inverted .challenger-abilities,
.gameboard .centralpane .challenger-rig.opponent .card-wrapper.inverted .challenger-abilities,
.gameboard .centralpane .contestant-rig .card-wrapper.inverted .contestant-abilities,
.gameboard .centralpane .challenger-rig .card-wrapper.inverted .contestant-abilities,
.gameboard .centralpane contestant-rig.opponent .card-wrapper.inverted .contestant-abilities,
.gameboard .centralpane .challenger-rig.opponent .card-wrapper.inverted .contestant-abilities {
  bottom: 0;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.gameboard .centralpane .contestant-rig .card-wrapper.rotated,
.gameboard .centralpane .challenger-rig .card-wrapper.rotated,
.gameboard .centralpane contestant-rig.opponent .card-wrapper.rotated,
.gameboard .centralpane .challenger-rig.opponent .card-wrapper.rotated {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.gameboard .centralpane .contestant-rig .card-wrapper.rotated .abilities,
.gameboard .centralpane .challenger-rig .card-wrapper.rotated .abilities,
.gameboard .centralpane contestant-rig.opponent .card-wrapper.rotated .abilities,
.gameboard .centralpane .challenger-rig.opponent .card-wrapper.rotated .abilities {
  top: 0;
  bottom: auto;
  -webkit-transform: rotate(90deg) translateX(-50%) translateY(-75%);
  -moz-transform: rotate(90deg) translateX(-50%) translateY(-75%);
  -o-transform: rotate(90deg) translateX(-50%) translateY(-75%);
  transform: rotate(90deg) translateX(-50%) translateY(-75%);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.gameboard .centralpane .contestant-rig .host-group,
.gameboard .centralpane .challenger-rig .host-group,
.gameboard .centralpane contestant-rig.opponent .host-group,
.gameboard .centralpane .challenger-rig.opponent .host-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  cursor: pointer;
  bottom: 63px;
  right: 30px;
  z-index: 25;
}
.gameboard .centralpane .contestant-rig .host-group .hosted,
.gameboard .centralpane .challenger-rig .host-group .hosted,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  cursor: pointer;
  margin-bottom: -63px;
}
.gameboard .centralpane .contestant-rig .host-group .hosted .hosted,
.gameboard .centralpane .challenger-rig .host-group .hosted .hosted,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted .hosted,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted .hosted {
  -webkit-transform: translateX(15px) rotate(0deg);
  -moz-transform: translateX(15px) rotate(0deg);
  -o-transform: translateX(15px) rotate(0deg);
  transform: translateX(15px) rotate(0deg);
}
.gameboard .centralpane .contestant-rig .host-group .hosted .hosted.tapped,
.gameboard .centralpane .challenger-rig .host-group .hosted .hosted.tapped,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted .hosted.tapped,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted .hosted.tapped {
  -webkit-transform: translateX(15px) rotate(90deg);
  -moz-transform: translateX(15px) rotate(90deg);
  -o-transform: translateX(15px) rotate(90deg);
  transform: translateX(15px) rotate(90deg);
}
.gameboard .centralpane .contestant-rig .host-group .hosted .hosted.inverted,
.gameboard .centralpane .challenger-rig .host-group .hosted .hosted.inverted,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted .hosted.inverted,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted .hosted.inverted,
.gameboard .centralpane .contestant-rig .host-group .hosted hosted.wounded,
.gameboard .centralpane .challenger-rig .host-group .hosted hosted.wounded,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted hosted.wounded,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted hosted.wounded {
  -webkit-transform: translateX(15px) rotate(180deg);
  -moz-transform: translateX(15px) rotate(180deg);
  -o-transform: translateX(15px) rotate(180deg);
  transform: translateX(15px) rotate(180deg);
}
.gameboard .centralpane .contestant-rig .host-group .hosted .hosted.rotated,
.gameboard .centralpane .challenger-rig .host-group .hosted .hosted.rotated,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted .hosted.rotated,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted .hosted.rotated {
  -webkit-transform: translateX(15px) rotate(-90deg);
  -moz-transform: translateX(15px) rotate(-90deg);
  -o-transform: translateX(15px) rotate(-90deg);
  transform: translateX(15px) rotate(-90deg);
}
.gameboard .centralpane .contestant-rig .host-group .hosted .counters,
.gameboard .centralpane .challenger-rig .host-group .hosted .counters,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted .counters,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted .counters {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.gameboard .centralpane .contestant-rig .host-group .hosted .abilities,
.gameboard .centralpane .challenger-rig .host-group .hosted .abilities,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted .abilities,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted .abilities,
.gameboard .centralpane .contestant-rig .host-group .hosted .challenger-abilities,
.gameboard .centralpane .challenger-rig .host-group .hosted .challenger-abilities,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted .challenger-abilities,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted .challenger-abilities,
.gameboard .centralpane .contestant-rig .host-group .hosted .contestant-abilities,
.gameboard .centralpane .challenger-rig .host-group .hosted .contestant-abilities,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted .contestant-abilities,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted .contestant-abilities {
  left: 0;
  margin: -1px -85px;
}
.gameboard .centralpane .contestant-rig .host-group .hosted .abilities,
.gameboard .centralpane .challenger-rig .host-group .hosted .abilities,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted .abilities,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted .abilities {
  top: 0;
  bottom: auto;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.gameboard .centralpane .contestant-rig .host-group .hosted .challenger-abilities,
.gameboard .centralpane .challenger-rig .host-group .hosted .challenger-abilities,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted .challenger-abilities,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted .challenger-abilities,
.gameboard .centralpane .contestant-rig .host-group .hosted .contestant-abilities,
.gameboard .centralpane .challenger-rig .host-group .hosted .contestant-abilities,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted .contestant-abilities,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted .contestant-abilities {
  bottom: 0;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.gameboard .centralpane .contestant-rig .host-group .hosted.tapped,
.gameboard .centralpane .challenger-rig .host-group .hosted.tapped,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.tapped,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.tapped {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  cursor: pointer;
  margin-left: -24px;
  margin-bottom: -63px;
}
.gameboard .centralpane .contestant-rig .host-group .hosted.tapped .hosted,
.gameboard .centralpane .challenger-rig .host-group .hosted.tapped .hosted,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.tapped .hosted,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.tapped .hosted {
  -webkit-transform: translateX(-10px) translateY(8px) rotate(-90deg);
  -moz-transform: translateX(-10px) translateY(8px) rotate(-90deg);
  -o-transform: translateX(-10px) translateY(8px) rotate(-90deg);
  transform: translateX(-10px) translateY(8px) rotate(-90deg);
}
.gameboard .centralpane .contestant-rig .host-group .hosted.tapped .hosted.tapped,
.gameboard .centralpane .challenger-rig .host-group .hosted.tapped .hosted.tapped,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.tapped .hosted.tapped,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.tapped .hosted.tapped {
  -webkit-transform: translateX(10px) translateY(8px) rotate(0deg);
  -moz-transform: translateX(10px) translateY(8px) rotate(0deg);
  -o-transform: translateX(10px) translateY(8px) rotate(0deg);
  transform: translateX(10px) translateY(8px) rotate(0deg);
}
.gameboard .centralpane .contestant-rig .host-group .hosted.tapped .hosted.inverted,
.gameboard .centralpane .challenger-rig .host-group .hosted.tapped .hosted.inverted,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.tapped .hosted.inverted,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.tapped .hosted.inverted,
.gameboard .centralpane .contestant-rig .host-group .hosted.tapped hosted.wounded,
.gameboard .centralpane .challenger-rig .host-group .hosted.tapped hosted.wounded,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.tapped hosted.wounded,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.tapped hosted.wounded {
  -webkit-transform: translateX(-10px) translateY(8px) rotate(90deg);
  -moz-transform: translateX(-10px) translateY(8px) rotate(90deg);
  -o-transform: translateX(-10px) translateY(8px) rotate(90deg);
  transform: translateX(-10px) translateY(8px) rotate(90deg);
}
.gameboard .centralpane .contestant-rig .host-group .hosted.tapped .hosted.rotated,
.gameboard .centralpane .challenger-rig .host-group .hosted.tapped .hosted.rotated,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.tapped .hosted.rotated,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.tapped .hosted.rotated {
  -webkit-transform: translateX(-10px) translateY(8px) rotate(-180deg);
  -moz-transform: translateX(-10px) translateY(8px) rotate(-180deg);
  -o-transform: translateX(-10px) translateY(8px) rotate(-180deg);
  transform: translateX(-10px) translateY(8px) rotate(-180deg);
}
.gameboard .centralpane .contestant-rig .host-group .hosted.tapped .counters,
.gameboard .centralpane .challenger-rig .host-group .hosted.tapped .counters,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.tapped .counters,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.tapped .counters {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.gameboard .centralpane .contestant-rig .host-group .hosted.tapped .abilities,
.gameboard .centralpane .challenger-rig .host-group .hosted.tapped .abilities,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.tapped .abilities,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.tapped .abilities,
.gameboard .centralpane .contestant-rig .host-group .hosted.tapped .challenger-abilities,
.gameboard .centralpane .challenger-rig .host-group .hosted.tapped .challenger-abilities,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.tapped .challenger-abilities,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.tapped .challenger-abilities,
.gameboard .centralpane .contestant-rig .host-group .hosted.tapped .contestant-abilities,
.gameboard .centralpane .challenger-rig .host-group .hosted.tapped .contestant-abilities,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.tapped .contestant-abilities,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.tapped .contestant-abilities {
  left: 0;
  margin: 85px 50px;
}
.gameboard .centralpane .contestant-rig .host-group .hosted.tapped .abilities,
.gameboard .centralpane .challenger-rig .host-group .hosted.tapped .abilities,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.tapped .abilities,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.tapped .abilities {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-90deg) translateX(-25%);
  -moz-transform: rotate(-90deg) translateX(-25%);
  -o-transform: rotate(-90deg) translateX(-25%);
  transform: rotate(-90deg) translateX(-25%);
}
.gameboard .centralpane .contestant-rig .host-group .hosted.tapped .challenger-abilities,
.gameboard .centralpane .challenger-rig .host-group .hosted.tapped .challenger-abilities,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.tapped .challenger-abilities,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.tapped .challenger-abilities,
.gameboard .centralpane .contestant-rig .host-group .hosted.tapped .contestant-abilities,
.gameboard .centralpane .challenger-rig .host-group .hosted.tapped .contestant-abilities,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.tapped .contestant-abilities,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.tapped .contestant-abilities {
  bottom: 0;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.gameboard .centralpane .contestant-rig .host-group .hosted.rotated,
.gameboard .centralpane .challenger-rig .host-group .hosted.rotated,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.rotated,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.rotated {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  cursor: pointer;
  margin-bottom: -63px;
}
.gameboard .centralpane .contestant-rig .host-group .hosted.rotated .counters,
.gameboard .centralpane .challenger-rig .host-group .hosted.rotated .counters,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.rotated .counters,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.rotated .counters {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.gameboard .centralpane .contestant-rig .host-group .hosted.rotated .hosted,
.gameboard .centralpane .challenger-rig .host-group .hosted.rotated .hosted,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.rotated .hosted,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.rotated .hosted {
  -webkit-transform: translateX(10px) translateY(26px) rotate(90deg);
  -moz-transform: translateX(10px) translateY(26px) rotate(90deg);
  -o-transform: translateX(10px) translateY(26px) rotate(90deg);
  transform: translateX(10px) translateY(26px) rotate(90deg);
}
.gameboard .centralpane .contestant-rig .host-group .hosted.rotated .hosted.tapped,
.gameboard .centralpane .challenger-rig .host-group .hosted.rotated .hosted.tapped,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.rotated .hosted.tapped,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.rotated .hosted.tapped {
  -webkit-transform: translateX(20px) translateY(26px) rotate(180deg);
  -moz-transform: translateX(20px) translateY(26px) rotate(180deg);
  -o-transform: translateX(20px) translateY(26px) rotate(180deg);
  transform: translateX(20px) translateY(26px) rotate(180deg);
}
.gameboard .centralpane .contestant-rig .host-group .hosted.rotated .hosted.inverted,
.gameboard .centralpane .challenger-rig .host-group .hosted.rotated .hosted.inverted,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.rotated .hosted.inverted,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.rotated .hosted.inverted,
.gameboard .centralpane .contestant-rig .host-group .hosted.rotated hosted.wounded,
.gameboard .centralpane .challenger-rig .host-group .hosted.rotated hosted.wounded,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.rotated hosted.wounded,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.rotated hosted.wounded {
  -webkit-transform: translateX(10px) translateY(26px) rotate(-90deg);
  -moz-transform: translateX(10px) translateY(26px) rotate(-90deg);
  -o-transform: translateX(10px) translateY(26px) rotate(-90deg);
  transform: translateX(10px) translateY(26px) rotate(-90deg);
}
.gameboard .centralpane .contestant-rig .host-group .hosted.rotated .hosted.rotated,
.gameboard .centralpane .challenger-rig .host-group .hosted.rotated .hosted.rotated,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.rotated .hosted.rotated,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.rotated .hosted.rotated {
  -webkit-transform: translateX(20px) translateY(26px) rotate(0deg);
  -moz-transform: translateX(20px) translateY(26px) rotate(0deg);
  -o-transform: translateX(20px) translateY(26px) rotate(0deg);
  transform: translateX(20px) translateY(26px) rotate(0deg);
}
.gameboard .centralpane .contestant-rig .host-group .hosted.rotated .abilities,
.gameboard .centralpane .challenger-rig .host-group .hosted.rotated .abilities,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.rotated .abilities,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.rotated .abilities {
  top: 0;
  bottom: auto;
  -webkit-transform: rotate(90deg) translateY(-50%);
  -moz-transform: rotate(90deg) translateY(-50%);
  -o-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.gameboard .centralpane .contestant-rig .host-group .hosted.inverted,
.gameboard .centralpane .challenger-rig .host-group .hosted.inverted,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.inverted,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.inverted,
.gameboard .centralpane .contestant-rig .host-group .hosted.wounded,
.gameboard .centralpane .challenger-rig .host-group .hosted.wounded,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.wounded,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.wounded {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
  margin-bottom: -63px;
}
.gameboard .centralpane .contestant-rig .host-group .hosted.inverted .hosted,
.gameboard .centralpane .challenger-rig .host-group .hosted.inverted .hosted,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.inverted .hosted,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.inverted .hosted,
.gameboard .centralpane .contestant-rig .host-group .hosted.wounded .hosted,
.gameboard .centralpane .challenger-rig .host-group .hosted.wounded .hosted,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.wounded .hosted,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.wounded .hosted {
  -webkit-transform: translateX(15px) rotate(180deg);
  -moz-transform: translateX(15px) rotate(180deg);
  -o-transform: translateX(15px) rotate(180deg);
  transform: translateX(15px) rotate(180deg);
}
.gameboard .centralpane .contestant-rig .host-group .hosted.inverted .hosted.tapped,
.gameboard .centralpane .challenger-rig .host-group .hosted.inverted .hosted.tapped,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.inverted .hosted.tapped,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.inverted .hosted.tapped,
.gameboard .centralpane .contestant-rig .host-group .hosted.wounded .hosted.tapped,
.gameboard .centralpane .challenger-rig .host-group .hosted.wounded .hosted.tapped,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.wounded .hosted.tapped,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.wounded .hosted.tapped {
  -webkit-transform: translateX(15px) rotate(-90deg);
  -moz-transform: translateX(15px) rotate(-90deg);
  -o-transform: translateX(15px) rotate(-90deg);
  transform: translateX(15px) rotate(-90deg);
}
.gameboard .centralpane .contestant-rig .host-group .hosted.inverted .hosted.inverted,
.gameboard .centralpane .challenger-rig .host-group .hosted.inverted .hosted.inverted,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.inverted .hosted.inverted,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.inverted .hosted.inverted,
.gameboard .centralpane .contestant-rig .host-group .hosted.wounded .hosted.inverted,
.gameboard .centralpane .challenger-rig .host-group .hosted.wounded .hosted.inverted,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.wounded .hosted.inverted,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.wounded .hosted.inverted {
  -webkit-transform: translateX(15px) rotate(0deg);
  -moz-transform: translateX(15px) rotate(0deg);
  -o-transform: translateX(15px) rotate(0deg);
  transform: translateX(15px) rotate(0deg);
}
.gameboard .centralpane .contestant-rig .host-group .hosted.inverted .hosted.rotated,
.gameboard .centralpane .challenger-rig .host-group .hosted.inverted .hosted.rotated,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.inverted .hosted.rotated,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.inverted .hosted.rotated,
.gameboard .centralpane .contestant-rig .host-group .hosted.wounded .hosted.rotated,
.gameboard .centralpane .challenger-rig .host-group .hosted.wounded .hosted.rotated,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.wounded .hosted.rotated,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.wounded .hosted.rotated {
  -webkit-transform: translateX(15px) rotate(90deg);
  -moz-transform: translateX(15px) rotate(90deg);
  -o-transform: translateX(15px) rotate(90deg);
  transform: translateX(15px) rotate(90deg);
}
.gameboard .centralpane .contestant-rig .host-group .hosted.inverted .abilities,
.gameboard .centralpane .challenger-rig .host-group .hosted.inverted .abilities,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.inverted .abilities,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.inverted .abilities,
.gameboard .centralpane .contestant-rig .host-group .hosted.wounded .abilities,
.gameboard .centralpane .challenger-rig .host-group .hosted.wounded .abilities,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.wounded .abilities,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.wounded .abilities,
.gameboard .centralpane .contestant-rig .host-group .hosted.inverted .challenger-abilities,
.gameboard .centralpane .challenger-rig .host-group .hosted.inverted .challenger-abilities,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.inverted .challenger-abilities,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.inverted .challenger-abilities,
.gameboard .centralpane .contestant-rig .host-group .hosted.wounded .challenger-abilities,
.gameboard .centralpane .challenger-rig .host-group .hosted.wounded .challenger-abilities,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.wounded .challenger-abilities,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.wounded .challenger-abilities,
.gameboard .centralpane .contestant-rig .host-group .hosted.inverted .contestant-abilities,
.gameboard .centralpane .challenger-rig .host-group .hosted.inverted .contestant-abilities,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.inverted .contestant-abilities,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.inverted .contestant-abilities,
.gameboard .centralpane .contestant-rig .host-group .hosted.wounded .contestant-abilities,
.gameboard .centralpane .challenger-rig .host-group .hosted.wounded .contestant-abilities,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.wounded .contestant-abilities,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.wounded .contestant-abilities {
  left: 0;
  margin: 25px 150px;
}
.gameboard .centralpane .contestant-rig .host-group .hosted.inverted .abilities,
.gameboard .centralpane .challenger-rig .host-group .hosted.inverted .abilities,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.inverted .abilities,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.inverted .abilities,
.gameboard .centralpane .contestant-rig .host-group .hosted.wounded .abilities,
.gameboard .centralpane .challenger-rig .host-group .hosted.wounded .abilities,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.wounded .abilities,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.wounded .abilities {
  top: 0;
  right: 25;
  bottom: auto;
  -webkit-transform: rotate(180deg) translateY(-100%);
  -moz-transform: rotate(180deg) translateY(-100%);
  -o-transform: rotate(180deg) translateY(-100%);
  transform: rotate(180deg) translateY(-100%);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.gameboard .centralpane .contestant-rig .host-group .hosted.inverted .challenger-abilities,
.gameboard .centralpane .challenger-rig .host-group .hosted.inverted .challenger-abilities,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.inverted .challenger-abilities,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.inverted .challenger-abilities,
.gameboard .centralpane .contestant-rig .host-group .hosted.wounded .challenger-abilities,
.gameboard .centralpane .challenger-rig .host-group .hosted.wounded .challenger-abilities,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.wounded .challenger-abilities,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.wounded .challenger-abilities,
.gameboard .centralpane .contestant-rig .host-group .hosted.inverted .contestant-abilities,
.gameboard .centralpane .challenger-rig .host-group .hosted.inverted .contestant-abilities,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.inverted .contestant-abilities,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.inverted .contestant-abilities,
.gameboard .centralpane .contestant-rig .host-group .hosted.wounded .contestant-abilities,
.gameboard .centralpane .challenger-rig .host-group .hosted.wounded .contestant-abilities,
.gameboard .centralpane contestant-rig.opponent .host-group .hosted.wounded .contestant-abilities,
.gameboard .centralpane .challenger-rig.opponent .host-group .hosted.wounded .contestant-abilities {
  bottom: 0;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.gameboard .centralpane .contestant-board {
  margin-bottom: 0px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .gameboard .centralpane .contestant-board {
    margin-bottom: 0px;
  }
}
.gameboard .centralpane .challenger-board {
  margin-top: 0px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .gameboard .centralpane .challenger-board {
    margin-top: 0px;
  }
}
.gameboard .centralpane .contestant-board,
.gameboard .centralpane .challenger-board {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-left: 60px;
}
.gameboard .centralpane .contestant-board .card-wrapper,
.gameboard .centralpane .challenger-board .card-wrapper {
  margin: 3px 6px;
}
.gameboard .centralpane .contestant-board .locale,
.gameboard .centralpane .challenger-board .locale {
  position: relative;
  min-width: 96px;
  margin: 0 4px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  z-index: 25;
}
.gameboard .centralpane .contestant-board .locale .characters,
.gameboard .centralpane .challenger-board .locale .characters {
  position: relative;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  bottom: -22px;
  z-index: 0;
}
.gameboard .centralpane .contestant-board .locale .characters .run-card,
.gameboard .centralpane .challenger-board .locale .characters .run-card {
  margin-top: 100px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.gameboard .centralpane .contestant-board .locale .characters .run-arrow,
.gameboard .centralpane .challenger-board .locale .characters .run-arrow {
  position: relative;
  top: 20px;
  animation: fadein 0.5s;
}
.gameboard .centralpane .contestant-board .locale .characters .run-arrow > div,
.gameboard .centralpane .challenger-board .locale .characters .run-arrow > div {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: -70px;
  width: 16px;
  background-color: rgba(50,205,50,0.85);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0 0 4px 4px;
}
.gameboard .centralpane .contestant-board .locale .characters .run-arrow > div:before,
.gameboard .centralpane .challenger-board .locale .characters .run-arrow > div:before {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 22px solid rgba(50,205,50,0.85);
}
.gameboard .centralpane .contestant-board .locale .characters .tap-arrow,
.gameboard .centralpane .challenger-board .locale .characters .tap-arrow {
  position: relative;
  bottom: 168px;
  animation: fadein 0.5s;
}
.gameboard .centralpane .contestant-board .locale .characters .tap-arrow > div,
.gameboard .centralpane .challenger-board .locale .characters .tap-arrow > div {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: -70px;
  width: 16px;
  background-color: rgba(50,205,50,0.85);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0 0 4px 4px;
}
.gameboard .centralpane .contestant-board .locale .characters .tap-arrow > div:before,
.gameboard .centralpane .challenger-board .locale .characters .tap-arrow > div:before {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  bottom: -31%;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) rotate(180deg);
  -o-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
  border-bottom: 22px solid rgba(50,205,50,0.85);
}
.gameboard .centralpane .contestant-board .locale .characters .character.wounded,
.gameboard .centralpane .challenger-board .locale .characters .character.wounded {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.gameboard .centralpane .contestant-board .locale .characters .character.wounded .run-arrow,
.gameboard .centralpane .challenger-board .locale .characters .character.wounded .run-arrow {
  top: auto;
  bottom: 42px;
  left: -57px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gameboard .centralpane .contestant-board .locale .characters .character.wounded .counters,
.gameboard .centralpane .challenger-board .locale .characters .character.wounded .counters {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gameboard .centralpane .contestant-board .locale .characters .character.wounded .abilities,
.gameboard .centralpane .challenger-board .locale .characters .character.wounded .abilities,
.gameboard .centralpane .contestant-board .locale .characters .character.wounded .challenger-abilities,
.gameboard .centralpane .challenger-board .locale .characters .character.wounded .challenger-abilities,
.gameboard .centralpane .contestant-board .locale .characters .character.wounded .contestant-abilities,
.gameboard .centralpane .challenger-board .locale .characters .character.wounded .contestant-abilities {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0;
  margin-left: 0;
  margin-top: 84px;
}
.gameboard .centralpane .contestant-board .locale .characters .character.wounded .abilities,
.gameboard .centralpane .challenger-board .locale .characters .character.wounded .abilities {
  top: 0;
  bottom: auto;
}
.gameboard .centralpane .contestant-board .locale .characters .character.wounded .challenger-abilities,
.gameboard .centralpane .challenger-board .locale .characters .character.wounded .challenger-abilities,
.gameboard .centralpane .contestant-board .locale .characters .character.wounded .contestant-abilities,
.gameboard .centralpane .challenger-board .locale .characters .character.wounded .contestant-abilities {
  bottom: 0;
}
.gameboard .centralpane .contestant-board .locale .characters .character.wounded .strength,
.gameboard .centralpane .challenger-board .locale .characters .character.wounded .strength {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.gameboard .centralpane .contestant-board .locale .characters .character.tapped,
.gameboard .centralpane .challenger-board .locale .characters .character.tapped {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.gameboard .centralpane .contestant-board .locale .characters .character.tapped .counters,
.gameboard .centralpane .challenger-board .locale .characters .character.tapped .counters {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.gameboard .centralpane .contestant-board .locale .characters .character.tapped .abilities,
.gameboard .centralpane .challenger-board .locale .characters .character.tapped .abilities,
.gameboard .centralpane .contestant-board .locale .characters .character.tapped .challenger-abilities,
.gameboard .centralpane .challenger-board .locale .characters .character.tapped .challenger-abilities,
.gameboard .centralpane .contestant-board .locale .characters .character.tapped .contestant-abilities,
.gameboard .centralpane .challenger-board .locale .characters .character.tapped .contestant-abilities {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 0;
  margin-top: 0;
}
.gameboard .centralpane .contestant-board .locale .characters .character.tapped .abilities,
.gameboard .centralpane .challenger-board .locale .characters .character.tapped .abilities {
  top: 0;
  bottom: auto;
}
.gameboard .centralpane .contestant-board .locale .characters .character.tapped .challenger-abilities,
.gameboard .centralpane .challenger-board .locale .characters .character.tapped .challenger-abilities,
.gameboard .centralpane .contestant-board .locale .characters .character.tapped .contestant-abilities,
.gameboard .centralpane .challenger-board .locale .characters .character.tapped .contestant-abilities {
  bottom: 0;
}
.gameboard .centralpane .contestant-board .locale .characters .character.tapped .strength,
.gameboard .centralpane .challenger-board .locale .characters .character.tapped .strength {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.gameboard .centralpane .contestant-board .locale .characters .character,
.gameboard .centralpane .challenger-board .locale .characters .character {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  position: relative;
  cursor: pointer;
  bottom: 0;
  z-index: 25;
}
.gameboard .centralpane .contestant-board .locale .characters .character .counters,
.gameboard .centralpane .challenger-board .locale .characters .character .counters {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.gameboard .centralpane .contestant-board .locale .characters .character .run-arrow,
.gameboard .centralpane .challenger-board .locale .characters .character .run-arrow {
  top: auto;
  bottom: 42px;
  left: 57px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.gameboard .centralpane .contestant-board .locale .characters .character .abilities,
.gameboard .centralpane .challenger-board .locale .characters .character .abilities,
.gameboard .centralpane .contestant-board .locale .characters .character .challenger-abilities,
.gameboard .centralpane .challenger-board .locale .characters .character .challenger-abilities,
.gameboard .centralpane .contestant-board .locale .characters .character .contestant-abilities,
.gameboard .centralpane .challenger-board .locale .characters .character .contestant-abilities {
  left: 0;
  margin-left: 60px;
  margin-top: 0;
}
.gameboard .centralpane .contestant-board .locale .characters .character .abilities,
.gameboard .centralpane .challenger-board .locale .characters .character .abilities {
  top: 0;
  bottom: auto;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.gameboard .centralpane .contestant-board .locale .characters .character .challenger-abilities,
.gameboard .centralpane .challenger-board .locale .characters .character .challenger-abilities,
.gameboard .centralpane .contestant-board .locale .characters .character .contestant-abilities,
.gameboard .centralpane .challenger-board .locale .characters .character .contestant-abilities {
  bottom: 0;
}
.gameboard .centralpane .contestant-board .locale .characters .host-group,
.gameboard .centralpane .challenger-board .locale .characters .host-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  bottom: 63px;
  left: 30px;
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  cursor: pointer;
  margin-bottom: -63px;
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted .hosted,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted .hosted {
  -webkit-transform: translateX(15px) rotate(0deg);
  -moz-transform: translateX(15px) rotate(0deg);
  -o-transform: translateX(15px) rotate(0deg);
  transform: translateX(15px) rotate(0deg);
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted .hosted.tapped,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted .hosted.tapped {
  -webkit-transform: translateX(15px) rotate(90deg);
  -moz-transform: translateX(15px) rotate(90deg);
  -o-transform: translateX(15px) rotate(90deg);
  transform: translateX(15px) rotate(90deg);
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted .hosted.inverted,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted .hosted.inverted,
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted hosted.wounded,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted hosted.wounded {
  -webkit-transform: translateX(15px) rotate(180deg);
  -moz-transform: translateX(15px) rotate(180deg);
  -o-transform: translateX(15px) rotate(180deg);
  transform: translateX(15px) rotate(180deg);
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted .hosted.rotated,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted .hosted.rotated {
  -webkit-transform: translateX(15px) rotate(-90deg);
  -moz-transform: translateX(15px) rotate(-90deg);
  -o-transform: translateX(15px) rotate(-90deg);
  transform: translateX(15px) rotate(-90deg);
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted .counters,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted .counters {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted .abilities,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted .abilities,
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted .challenger-abilities,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted .challenger-abilities,
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted .contestant-abilities,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted .contestant-abilities {
  margin-left: 90px;
  margin-top: 0;
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted .abilities,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted .abilities {
  top: 0;
  bottom: auto;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted .challenger-abilities,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted .challenger-abilities,
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted .contestant-abilities,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted .contestant-abilities {
  bottom: 0;
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .strength,
.gameboard .centralpane .challenger-board .locale .characters .host-group .strength {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.tapped,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.tapped {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  cursor: pointer;
  margin-left: -24px;
  margin-bottom: -63px;
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.tapped .hosted,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.tapped .hosted {
  -webkit-transform: translateX(-10px) translateY(8px) rotate(-90deg);
  -moz-transform: translateX(-10px) translateY(8px) rotate(-90deg);
  -o-transform: translateX(-10px) translateY(8px) rotate(-90deg);
  transform: translateX(-10px) translateY(8px) rotate(-90deg);
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.tapped .hosted.tapped,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.tapped .hosted.tapped {
  -webkit-transform: translateX(10px) translateY(8px) rotate(0deg);
  -moz-transform: translateX(10px) translateY(8px) rotate(0deg);
  -o-transform: translateX(10px) translateY(8px) rotate(0deg);
  transform: translateX(10px) translateY(8px) rotate(0deg);
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.tapped .hosted.inverted,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.tapped .hosted.inverted,
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.tapped hosted.wounded,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.tapped hosted.wounded {
  -webkit-transform: translateX(-10px) translateY(8px) rotate(90deg);
  -moz-transform: translateX(-10px) translateY(8px) rotate(90deg);
  -o-transform: translateX(-10px) translateY(8px) rotate(90deg);
  transform: translateX(-10px) translateY(8px) rotate(90deg);
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.tapped .hosted.rotated,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.tapped .hosted.rotated {
  -webkit-transform: translateX(-10px) translateY(8px) rotate(-180deg);
  -moz-transform: translateX(-10px) translateY(8px) rotate(-180deg);
  -o-transform: translateX(-10px) translateY(8px) rotate(-180deg);
  transform: translateX(-10px) translateY(8px) rotate(-180deg);
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.tapped .counters,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.tapped .counters {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.tapped .abilities,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.tapped .abilities,
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.tapped .challenger-abilities,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.tapped .challenger-abilities,
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.tapped .contestant-abilities,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.tapped .contestant-abilities {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 0;
  margin-bottom: 0;
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.tapped .abilities,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.tapped .abilities {
  top: 0;
  bottom: auto;
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.tapped .challenger-abilities,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.tapped .challenger-abilities,
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.tapped .contestant-abilities,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.tapped .contestant-abilities {
  bottom: 0;
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.rotated,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.rotated {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  cursor: pointer;
  margin-bottom: -63px;
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.rotated .counters,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.rotated .counters {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.rotated .hosted,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.rotated .hosted {
  -webkit-transform: translateX(10px) translateY(26px) rotate(90deg);
  -moz-transform: translateX(10px) translateY(26px) rotate(90deg);
  -o-transform: translateX(10px) translateY(26px) rotate(90deg);
  transform: translateX(10px) translateY(26px) rotate(90deg);
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.rotated .hosted.tapped,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.rotated .hosted.tapped {
  -webkit-transform: translateX(20px) translateY(26px) rotate(180deg);
  -moz-transform: translateX(20px) translateY(26px) rotate(180deg);
  -o-transform: translateX(20px) translateY(26px) rotate(180deg);
  transform: translateX(20px) translateY(26px) rotate(180deg);
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.rotated .hosted.inverted,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.rotated .hosted.inverted,
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.rotated hosted.wounded,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.rotated hosted.wounded {
  -webkit-transform: translateX(10px) translateY(26px) rotate(-90deg);
  -moz-transform: translateX(10px) translateY(26px) rotate(-90deg);
  -o-transform: translateX(10px) translateY(26px) rotate(-90deg);
  transform: translateX(10px) translateY(26px) rotate(-90deg);
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.rotated .hosted.rotated,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.rotated .hosted.rotated {
  -webkit-transform: translateX(20px) translateY(26px) rotate(0deg);
  -moz-transform: translateX(20px) translateY(26px) rotate(0deg);
  -o-transform: translateX(20px) translateY(26px) rotate(0deg);
  transform: translateX(20px) translateY(26px) rotate(0deg);
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.rotated .abilities,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.rotated .abilities,
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.rotated .challenger-abilities,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.rotated .challenger-abilities,
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.rotated .contestant-abilities,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.rotated .contestant-abilities {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 60px;
  margin-top: 100px;
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.rotated .abilities,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.rotated .abilities {
  top: 0;
  bottom: auto;
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.rotated .challenger-abilities,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.rotated .challenger-abilities,
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.rotated .contestant-abilities,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.rotated .contestant-abilities {
  bottom: 0;
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.inverted,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.inverted,
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.wounded,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.wounded {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
  margin-bottom: -63px;
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.inverted .hosted,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.inverted .hosted,
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.wounded .hosted,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.wounded .hosted {
  -webkit-transform: translateX(15px) rotate(180deg);
  -moz-transform: translateX(15px) rotate(180deg);
  -o-transform: translateX(15px) rotate(180deg);
  transform: translateX(15px) rotate(180deg);
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.inverted .hosted.tapped,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.inverted .hosted.tapped,
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.wounded .hosted.tapped,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.wounded .hosted.tapped {
  -webkit-transform: translateX(15px) rotate(-90deg);
  -moz-transform: translateX(15px) rotate(-90deg);
  -o-transform: translateX(15px) rotate(-90deg);
  transform: translateX(15px) rotate(-90deg);
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.inverted .hosted.inverted,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.inverted .hosted.inverted,
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.wounded .hosted.inverted,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.wounded .hosted.inverted {
  -webkit-transform: translateX(15px) rotate(0deg);
  -moz-transform: translateX(15px) rotate(0deg);
  -o-transform: translateX(15px) rotate(0deg);
  transform: translateX(15px) rotate(0deg);
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.inverted .hosted.rotated,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.inverted .hosted.rotated,
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.wounded .hosted.rotated,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.wounded .hosted.rotated {
  -webkit-transform: translateX(15px) rotate(90deg);
  -moz-transform: translateX(15px) rotate(90deg);
  -o-transform: translateX(15px) rotate(90deg);
  transform: translateX(15px) rotate(90deg);
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.inverted .abilities,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.inverted .abilities,
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.wounded .abilities,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.wounded .abilities,
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.inverted .challenger-abilities,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.inverted .challenger-abilities,
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.wounded .challenger-abilities,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.wounded .challenger-abilities,
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.inverted .contestant-abilities,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.inverted .contestant-abilities,
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.wounded .contestant-abilities,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.wounded .contestant-abilities {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0;
  margin-left: -30px;
  margin-top: 84px;
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.inverted .abilities,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.inverted .abilities,
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.wounded .abilities,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.wounded .abilities {
  top: 0;
  bottom: auto;
}
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.inverted .challenger-abilities,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.inverted .challenger-abilities,
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.wounded .challenger-abilities,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.wounded .challenger-abilities,
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.inverted .contestant-abilities,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.inverted .contestant-abilities,
.gameboard .centralpane .contestant-board .locale .characters .host-group .hosted.wounded .contestant-abilities,
.gameboard .centralpane .challenger-board .locale .characters .host-group .hosted.wounded .contestant-abilities {
  bottom: 0;
}
.gameboard .centralpane .contestant-board .locale .subtype-target,
.gameboard .centralpane .challenger-board .locale .subtype-target {
  -webkit-transform: rotate(90deg) translateX(100%);
  -moz-transform: rotate(90deg) translateX(100%);
  -o-transform: rotate(90deg) translateX(100%);
  transform: rotate(90deg) translateX(100%);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.gameboard .centralpane .contestant-board .locale .icon,
.gameboard .centralpane .challenger-board .locale .icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gameboard .centralpane .contestant-board .locale .counter,
.gameboard .centralpane .challenger-board .locale .counter {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gameboard .centralpane .contestant-board .locale .abilities,
.gameboard .centralpane .challenger-board .locale .abilities,
.gameboard .centralpane .contestant-board .locale .challenger-abilities,
.gameboard .centralpane .challenger-board .locale .challenger-abilities,
.gameboard .centralpane .contestant-board .locale .contestant-abilities,
.gameboard .centralpane .challenger-board .locale .contestant-abilities {
  left: 0;
  margin: -30px 25px;
}
.gameboard .centralpane .contestant-board .locale .abilities,
.gameboard .centralpane .challenger-board .locale .abilities {
  top: 0;
  bottom: auto;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.gameboard .centralpane .contestant-board .locale .challenger-abilities,
.gameboard .centralpane .challenger-board .locale .challenger-abilities,
.gameboard .centralpane .contestant-board .locale .contestant-abilities,
.gameboard .centralpane .challenger-board .locale .contestant-abilities {
  bottom: 0;
}
.gameboard .centralpane .contestant-board .locale .content,
.gameboard .centralpane .challenger-board .locale .content {
  position: relative;
  min-height: 84px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.gameboard .centralpane .contestant-board .locale .content .locale-card.tapped,
.gameboard .centralpane .challenger-board .locale .content .locale-card.tapped {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.gameboard .centralpane .contestant-board .locale .content .locale-card.tapped.shift,
.gameboard .centralpane .challenger-board .locale .content .locale-card.tapped.shift {
  margin-left: -36px;
}
.gameboard .centralpane .contestant-board .locale .content .locale-card.tapped .abilities,
.gameboard .centralpane .challenger-board .locale .content .locale-card.tapped .abilities {
  top: 0;
  bottom: auto;
  -webkit-transform: rotate(90deg) translateY(-100%);
  -moz-transform: rotate(90deg) translateY(-100%);
  -o-transform: rotate(90deg) translateY(-100%);
  transform: rotate(90deg) translateY(-100%);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.gameboard .centralpane .contestant-board .locale .content .locale-card,
.gameboard .centralpane .challenger-board .locale .content .locale-card {
  margin: -7px 0;
  cursor: pointer;
  z-index: 20;
}
.gameboard .centralpane .contestant-board .locale .content .locale-card.shift,
.gameboard .centralpane .challenger-board .locale .content .locale-card.shift {
  margin-left: -36px;
}
.gameboard .centralpane .contestant-board .locale .content .host-group,
.gameboard .centralpane .challenger-board .locale .content .host-group {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  position: relative;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  bottom: 25px;
  left: -18px;
}
.gameboard .centralpane .contestant-board .locale .content .host-group .hosted,
.gameboard .centralpane .challenger-board .locale .content .host-group .hosted {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  cursor: pointer;
  margin-bottom: -63px;
}
.gameboard .centralpane .contestant-board .locale .content .host-group .hosted .counters,
.gameboard .centralpane .challenger-board .locale .content .host-group .hosted .counters {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.gameboard .centralpane .contestant-board .locale .content .host-group .hosted .abilities,
.gameboard .centralpane .challenger-board .locale .content .host-group .hosted .abilities,
.gameboard .centralpane .contestant-board .locale .content .host-group .hosted .challenger-abilities,
.gameboard .centralpane .challenger-board .locale .content .host-group .hosted .challenger-abilities,
.gameboard .centralpane .contestant-board .locale .content .host-group .hosted .contestant-abilities,
.gameboard .centralpane .challenger-board .locale .content .host-group .hosted .contestant-abilities {
  top: 0;
  bottom: auto;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: initial;
  -moz-transform: initial;
  -o-transform: initial;
  transform: initial;
}
.gameboard .centralpane .contestant-board .locale .content .host-group .hosted.tapped,
.gameboard .centralpane .challenger-board .locale .content .host-group .hosted.tapped {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  cursor: pointer;
  margin-bottom: -63px;
}
.gameboard .centralpane .contestant-board .locale .content .host-group .hosted.tapped .counters,
.gameboard .centralpane .challenger-board .locale .content .host-group .hosted.tapped .counters {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.gameboard .centralpane .contestant-board .locale .content .host-group .hosted.tapped .abilities,
.gameboard .centralpane .challenger-board .locale .content .host-group .hosted.tapped .abilities,
.gameboard .centralpane .contestant-board .locale .content .host-group .hosted.tapped .challenger-abilities,
.gameboard .centralpane .challenger-board .locale .content .host-group .hosted.tapped .challenger-abilities,
.gameboard .centralpane .contestant-board .locale .content .host-group .hosted.tapped .contestant-abilities,
.gameboard .centralpane .challenger-board .locale .content .host-group .hosted.tapped .contestant-abilities {
  top: 0;
  bottom: auto;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.gameboard .centralpane .contestant-board .locale .content .host-group .hosted.rotated,
.gameboard .centralpane .challenger-board .locale .content .host-group .hosted.rotated {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  cursor: pointer;
  margin-bottom: -63px;
}
.gameboard .centralpane .contestant-board .locale .content .host-group .hosted.rotated .counters,
.gameboard .centralpane .challenger-board .locale .content .host-group .hosted.rotated .counters {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.gameboard .centralpane .contestant-board .locale .content .host-group .hosted.rotated .abilities,
.gameboard .centralpane .challenger-board .locale .content .host-group .hosted.rotated .abilities,
.gameboard .centralpane .contestant-board .locale .content .host-group .hosted.rotated .challenger-abilities,
.gameboard .centralpane .challenger-board .locale .content .host-group .hosted.rotated .challenger-abilities,
.gameboard .centralpane .contestant-board .locale .content .host-group .hosted.rotated .contestant-abilities,
.gameboard .centralpane .challenger-board .locale .content .host-group .hosted.rotated .contestant-abilities {
  top: 0;
  bottom: auto;
  -webkit-transform: rotate(90deg) translateY(-50%);
  -moz-transform: rotate(90deg) translateY(-50%);
  -o-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.gameboard .centralpane .contestant-board .locale .content .host-group .hosted.inverted,
.gameboard .centralpane .challenger-board .locale .content .host-group .hosted.inverted {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
  margin-bottom: -63px;
}
.gameboard .centralpane .contestant-board.opponent,
.gameboard .centralpane .challenger-board.opponent {
  -webkit-transform: initial;
  -moz-transform: initial;
  -o-transform: initial;
  transform: initial;
}
.gameboard .centralpane .contestant-board.opponent .card-wrapper,
.gameboard .centralpane .challenger-board.opponent .card-wrapper {
  -webkit-transform: rotate(0deg) translateY(100%);
  -moz-transform: rotate(0deg) translateY(100%);
  -o-transform: rotate(0deg) translateY(100%);
  transform: rotate(0deg) translateY(100%);
}
.gameboard .centralpane .contestant-board.opponent .locale,
.gameboard .centralpane .challenger-board.opponent .locale {
  -webkit-transform: initial;
  -moz-transform: initial;
  -o-transform: initial;
  transform: initial;
}
.gameboard .centralpane .contestant-board.opponent .locale .content,
.gameboard .centralpane .challenger-board.opponent .locale .content {
  -webkit-transform: initial;
  -moz-transform: initial;
  -o-transform: initial;
  transform: initial;
  margin-top: 21px;
}
.gameboard .centralpane .contestant-board.opponent .locale .strength,
.gameboard .centralpane .challenger-board.opponent .locale .strength {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.gameboard .centralpane .contestant-board.opponent .locale .icon,
.gameboard .centralpane .challenger-board.opponent .locale .icon {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.gameboard .centralpane .contestant-board.opponent .locale .characters,
.gameboard .centralpane .challenger-board.opponent .locale .characters {
  opacity: 0.99;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: rotate(180deg) translateY(0%);
  -moz-transform: rotate(180deg) translateY(0%);
  -o-transform: rotate(180deg) translateY(0%);
  transform: rotate(180deg) translateY(0%);
  margin-top: -21px;
}
.gameboard .centralpane .contestant-board.opponent .locale .characters .subtype-target,
.gameboard .centralpane .challenger-board.opponent .locale .characters .subtype-target {
  -webkit-transform: rotate(-90deg) translateY(-100%);
  -moz-transform: rotate(-90deg) translateY(-100%);
  -o-transform: rotate(-90deg) translateY(-100%);
  transform: rotate(-90deg) translateY(-100%);
}
.gameboard .centralpane .contestant-board.opponent .locale .characters .hosted .card-frame,
.gameboard .centralpane .challenger-board.opponent .locale .characters .hosted .card-frame {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.gameboard .centralpane .contestant-board.opponent .locale .characters .hosted .abilities,
.gameboard .centralpane .challenger-board.opponent .locale .characters .hosted .abilities,
.gameboard .centralpane .contestant-board.opponent .locale .characters .hosted .challenger-abilities,
.gameboard .centralpane .challenger-board.opponent .locale .characters .hosted .challenger-abilities,
.gameboard .centralpane .contestant-board.opponent .locale .characters .hosted contestant-abilitities,
.gameboard .centralpane .challenger-board.opponent .locale .characters .hosted contestant-abilitities {
  top: 0;
  bottom: auto;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: initial;
  -moz-transform: initial;
  -o-transform: initial;
  transform: initial;
}
.gameboard .centralpane .contestant-board.opponent .locale .characters .run-card,
.gameboard .centralpane .challenger-board.opponent .locale .characters .run-card {
  -webkit-transform: initial;
  -moz-transform: initial;
  -o-transform: initial;
  transform: initial;
}
.gameboard .centralpane .contestant-board.opponent .locale .characters .character.wounded .counters,
.gameboard .centralpane .challenger-board.opponent .locale .characters .character.wounded .counters {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gameboard .centralpane .contestant-board.opponent .locale .characters .character.tapped .counters,
.gameboard .centralpane .challenger-board.opponent .locale .characters .character.tapped .counters {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.gameboard .centralpane .contestant-board.opponent .locale .characters .character .counters,
.gameboard .centralpane .challenger-board.opponent .locale .characters .character .counters {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@-moz-document url-prefix() {
  .challenger-rig,.challenger-rig.opponent {
    direction: rtl;
    display: flex;
    flex-wrap: wrap;
  }
}

@-moz-document url-prefix() {
  .contestant-rig,.contestant-rig.opponent {
    direction: rtl;
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
  .challenger-rig,.challenger-rig.opponent {
    direction: rtl;
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
  .contestant-rig,.contestant-rig.opponent {
    direction: rtl;
    display: flex;
    flex-wrap: wrap;

  }
}
.centralpane .board-top {
  border: 1px solid transparent;
  margin-bottom: auto;
  margin-right: auto;
  z-index: 6;
  position: relative;
}
.centralpane .resource-top {
  border: 1px solid transparent;
  margin-left: auto;
  z-index: 4;
  position: relative;
  width: 325px;
  max-height: 320px;
  min-height: 100px;
  margin-bottom: auto;
  margin-top: -150px;
}
.centralpane .resource-top .card {
  float: right;
  margin: 0px;
  display: inline-block;
  margin: 0px 0px px px;
}
.centralpane .hazard-top {
  border: 1px solid transparent;
  margin-left: auto;
  z-index: 2;
  position: relative;
  width: 325px;
  max-height: 320px;
  min-height: 100px;
  margin-bottom: auto;
}
.centralpane .hazard-top .card {
  float: right;
  margin: 0px;
  display: inline-block;
  margin: 0px 0px px px;
}
.centralpane .hazard-bottom {
  border: 1px solid transparent;
  margin-left: auto;
  z-index: 8;
  position: relative;
  width: 325px;
  max-height: 320px;
  min-height: 100px;
  margin-bottom: auto;
}
.centralpane .hazard-bottom .card {
  float: right;
  margin: 0px;
  display: inline-block;
  margin: 0px 0px px px;
}
.centralpane .resource-bottom {
  border: 1px solid transparent;
  margin-left: auto;
  z-index: 10;
  position: relative;
  width: 325px;
  max-height: 320px;
  min-height: 100px;
  margin-bottom: 640px;
}
.centralpane .resource-bottom .card {
  float: right;
  margin: 0px;
  display: inline-block;
  margin: 0px 0px px px;
}
.centralpane .board-bottom {
  border: 1px solid transparent;
  z-index: 12;
  position: relative;
  margin-right: auto;
  margin-top: -900px;
}
.rightpane {
  position: relative;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.rightpane .card-zoom {
  width: 220px;
  height: 307px;
  margin-top: 5px;
  margin-right: 5px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 250;
}
.rightpane .card-zoom .card-preview.blind {
  top: 30;
  left: 0;
  position: fixed;
  max-height: 560px;
  max-width: 400px;
}
.rightpane .card-zoom .card-preview.blind.region {
  width: 200%;
  height: 200%;
  -webkit-transform: translate(-122%, 0%) rotate(-90deg);
  -moz-transform: translate(-122%, 0%) rotate(-90deg);
  -o-transform: translate(-122%, 0%) rotate(-90deg);
  transform: translate(-122%, 0%) rotate(-90deg);
}
.rightpane .card-zoom .card-preview.blind > img {
  position: relative;
}
.rightpane .card-zoom .card-preview {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.rightpane .card-zoom .card-preview .text {
  height: 195px;
}
.rightpane .implementation {
  width: 150px;
  position: absolute;
  top: 0;
  right: 224px;
  text-align: right;
  font-size: 12px;
  line-height: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.rightpane .implementation .unimplemented {
  color: #f00;
  font-style: italic;
}
.rightpane .implementation .impl-msg {
  color: #ffa500;
}
.rightpane .log {
  width: 225px;
  position: absolute;
  top: 317px;
  bottom: 0;
}
.rightpane .log .username {
  font-size: 12px;
  margin-top: -2px;
}
.rightpane .log .avatar {
  width: 28px;
  height: 28px;
}
.rightpane .log > .panel {
  margin-left: 0;
  font-size: 12px;
  line-height: 15px;
}
.rightpane .log .messages {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 0;
  bottom: 43px;
  left: 0;
  right: 4px;
  margin: 0;
}
.rightpane .log .messages div {
  animation: fadein 0.5s;
}
.rightpane .log > form {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 4px;
}
.rightpane .log > form input {
  width: 100%;
}
#help {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
#help nav li {
  padding-left: 3px;
  font-weight: bold;
}
#help nav li li {
  padding-left: 8px;
  font-weight: normal;
}
.help > h3 {
  margin-top: -35px;
  padding-top: 35px;
  -webkit-background-clip: content-box;
  background-clip: content-box;
}
.help > h3:target {
  animation: highlight 1.5s ease;
}
.help > h4 {
  margin-top: -35px;
  padding-top: 35px;
  -webkit-background-clip: content-box;
  background-clip: content-box;
}
.help > h4:target {
  animation: highlight 1.5s ease;
}
.help li {
  padding-left: 20px;
  list-style-type: none;
}
#account {
  display: block;
  height: 100%;
  overflow: auto;
  margin-top: -31px;
}
#account section {
  margin-bottom: 20px;
}
#account .flash-message {
  color: #7cfc00;
  margin-left: 16px;
}
#account input,
#account select {
  margin-right: 8px;
}
#account input[type="range"] {
  position: relative;
  top: 9px;
  left: 16px;
}
#account #alt-art div#my-alt-art {
  margin-top: 10px;
}
#account #alt-art div.alt-art-group {
  clear: both;
  margin: 5px 0;
}
#account #alt-art div.alt-art-group > div {
  float: left;
  margin: 5px;
}
#account #alt-art div.alt-art-group > div > div {
  text-align: center;
}
#account #alt-art #set-all {
  clear: both;
}
#account #alt-art img.alt-art-select {
  width: 150px;
  margin-top: 5px;
}
#account #alt-art .reset-all {
  margin-top: 10px;
}
#about {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
.content-page {
  padding: 12px 20px;
  width: 650px;
  margin: 40px auto 10px;
}
.about .bitcoin {
  color: #ffa500;
  position: relative;
}
.about .bitcoin .qr {
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  border: 10px solid #fff;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.about .bitcoin:hover .qr {
  display: block;
}
#rules {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
.content-page {
  padding: 12px 20px;
  width: 650px;
  margin: 40px auto 10px;
}
.rules .bitcoin {
  color: #ffa500;
  position: relative;
}
.rules .bitcoin .qr {
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  border: 10px solid #fff;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.rules .bitcoin:hover .qr {
  display: block;
}
.news-box {
  margin-left: 0;
  min-height: 1px;
  padding-right: 0px;
}
.news-box .list {
  height: 85px;
  margin: 0;
  overflow: auto;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
.news-box .news-item {
  margin-bottom: 4px;
}
.news-box .news-item .title p {
  display: inline;
}
.news-box .news-item .date {
  margin-right: 10px;
  font-weight: bold;
}
@-moz-keyframes highlight {
  from {
    background: #556b2f;
  }
  to {
    background: none;
  }
}
@-webkit-keyframes highlight {
  from {
    background: #556b2f;
  }
  to {
    background: none;
  }
}
@-o-keyframes highlight {
  from {
    background: #556b2f;
  }
  to {
    background: none;
  }
}
@keyframes highlight {
  from {
    background: #556b2f;
  }
  to {
    background: none;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.toast-hand {
  bottom: 100px;
  left: 16px;
}
.toast-left-center {
  bottom: 320px;
  left: 5px;
  width: 60px;
}
.toast-card {
  top: 40%;
  right: 40%;
}
.typing {
  position: absolute;
  margin: 0;
  padding: 0;
  overflow: hidden;
  bottom: 0;
  left: 1px;
}
.typing span {
  animation-name: blink;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.typing span:nth-child(1) {
  animation-delay: 0.1s;
}
.typing span:nth-child(2) {
  animation-delay: 0.2s;
}
.typing span:nth-child(3) {
  animation-delay: 0.3s;
}
.typing span:nth-child(4) {
  animation-delay: 0.4s;
}
.typing span:nth-child(5) {
  animation-delay: 0.5s;
}
.typing span:nth-child(6) {
  animation-delay: 0.6s;
}
.typing span:nth-child(7) {
  animation-delay: 0.7s;
}
.typing span:nth-child(8) {
  animation-delay: 0.8s;
}
.typing span:nth-child(9) {
  animation-delay: 0.9s;
}
.typing span:nth-child(10) {
  animation-delay: 1s;
}
@-moz-keyframes blink {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes blink {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
