@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;
}
@font-face {
  font-family: 'noto-emoji';
  src: url("../fonts/NotoEmoji-Regular.ttf");
  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.trash:before {
  content: "\e606";
}
.anr-icon.weyland-consortium:before {
  content: "\e607";
}
.anr-icon.recurring-credit:before {
  content: "\e608";
}
.anr-icon.jinteki: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.rez: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;
}
.faction-icon {
  width: 24px;
  height: 24px;
  margin-left: 5px;
  background: rgba(0,0,0,0);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
.faction-icon.adam {
  background-image: url("/img/factions/NISEI_ADAM.svg");
}
.faction-icon.anarch {
  background-image: url("/img/factions/NISEI_ANARCH.svg");
}
.faction-icon.apex {
  background-image: url("/img/factions/NISEI_APEX.svg");
}
.faction-icon.criminal {
  background-image: url("/img/factions/NISEI_CRIMINAL.svg");
}
.faction-icon.hb {
  background-image: url("/img/factions/NISEI_HB.svg");
}
.faction-icon.jinteki {
  background-image: url("/img/factions/NISEI_JINTEKI.svg");
}
.faction-icon.nbn {
  background-image: url("/img/factions/NISEI_NBN.svg");
}
.faction-icon.shaper {
  background-image: url("/img/factions/NISEI_SHAPER.svg");
}
.faction-icon.sunny {
  background-image: url("/img/factions/NISEI_SUNNY.svg");
}
.faction-icon.weyland {
  background-image: url("/img/factions/NISEI_WEYLAND.svg");
}
.influence.neutral {
  color: #fff;
}
.influence.haas-bioroid {
  color: #8352ad;
}
.influence.jinteki {
  color: #9a3256;
}
.influence.nbn {
  color: #fd0;
}
.influence.weyland-consortium {
  color: #667f66;
}
.influence.adam {
  color: #938b39;
}
.influence.anarch {
  color: #e26d36;
}
.influence.apex {
  color: #800000;
}
.influence.criminal {
  color: #4062bf;
}
.influence.shaper {
  color: #4cb148;
}
.influence.sunny-lebeau {
  color: #999;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
#main-content {
  margin: 0;
  padding: 0;
  height: 100vh;
}
body {
  color: #262626;
  background-color: #000;
  font-family: "Titillium Web", "Helvetica Neue", sans-serif;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
h1,
h2,
h3,
h4 {
  line-height: normal;
  margin: 0 0 8px;
}
h1 {
  font-size: 2.25rem;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.25rem;
  margin: 0 0 6px;
}
h4 {
  font-size: 0.875rem;
  line-height: 18px;
  margin: 0 0 4px;
}
a {
  text-decoration: none;
  color: #ffa600;
  -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: #4062bf;
  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: 0.75rem;
  border-radius: 4px;
  padding: 0 5px;
  margin: 0;
  height: 28px;
  background-color: rgba(255,255,255,0.9);
  border: 2px solid rgba(102,127,102,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: 0.75rem;
  padding: 4px 12px;
  margin: 0 8px 0 0;
  background-color: rgba(255,166,0,0.3);
  border: 1px solid #ffa600;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
  cursor: pointer;
  height: 1.75rem;
  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: 0.75rem;
  line-height: 1rem;
  height: 20px;
  width: 20px;
  background-color: rgba(0,0,0,0);
  border-color: #fff;
}
button.small:hover {
  background-color: rgba(255,166,0,0.3);
  border-color: #ffa600;
}
button.on {
  background-color: rgba(199,129,0,0.9);
  border: 1px solid #fd0;
}
button.off {
  background-color: rgba(255,166,0,0.3);
}
.centered {
  text-align: center;
  margin: 0 auto;
}
.block-link {
  cursor: pointer;
  border: 1px solid rgba(0,0,0,0);
  padding: 0 5px;
  border-radius: 4px;
  display: block;
  margin: 0 -4px;
}
.block-link:hover:not([disabled]) {
  background-color: rgba(255,166,0,0.3);
  border: 1px solid #ffa600;
}
.infobox {
  border: 1px solid #ffa600;
  background-color: rgba(255,166,0,0.3) !important;
  padding: 4px 8px;
  margin: 15px;
  border-radius: 4px;
}
.infobox::before {
  display: block;
  float: left;
  margin: 10px 5px 10px 0px;
  content: "!";
  border-radius: 50%;
  border: 1px solid #ffd280;
  color: #ffd280;
  width: 20px;
  height: 20px;
  line-height: 21px;
  text-align: center;
  font-weight: normal;
}
.infobox.one-line::before {
  margin: -2px 5px 5px 0px;
}
.infobox>p {
  margin: 0px 4px 0px 0px;
}
[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: #ffa600 !important;
}
.name-area {
  -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;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: 35px;
  -webkit-align-items: center;
  align-items: center;
}
.name-area .avatar {
  height: 32px;
}
.name-area .name-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;
}
.avatar {
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 3px;
}
.username {
  font-weight: bold;
  font-size: 0.875rem;
  margin-right: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(40,57,77,0.8);
  border-radius: 3.5px;
  -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.6), inset 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.6), inset 0 0 0 1px #fff;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.6), inset 0 0 0 1px #fff;
}
::-webkit-scrollbar {
  width: 14px;
}
::-webkit-scrollbar-thumb:hover {
  -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.6), inset 0 0 0 1px #ffa600;
  -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.6), inset 0 0 0 1px #ffa600;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.6), inset 0 0 0 1px #ffa600;
  background: rgba(255,166,0,0.3);
}
.active {
  color: #ffa600;
  -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;
}
.smallwarning {
  position: relative;
  background: rgba(255,166,0,0.3);
  border: 1px solid #ffa600;
  color: #fff;
  margin-left: 2px;
  margin-right: 2px;
  width: 12px;
  display: inline-block !important;
  text-align: center;
}
.warning {
  position: relative;
  background: #005475;
  border: 1px solid #ccc;
  margin-left: 12px;
  width: 12px;
  display: inline-block;
  text-align: center;
}
.warning:after,
.warning:before {
  right: 100%;
  top: 50%;
  border: solid rgba(0,0,0,0);
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.warning:after {
  border-right-color: #005475;
  border-width: 8px;
  margin-top: -8px;
}
.warning:before {
  border-right-color: #ccc;
  border-width: 10px;
  margin-top: -10px;
}
.fake-link {
  color: #ffa600;
  cursor: pointer;
}
button .fake-link {
  color: #fff;
}
.standard,
.eternal,
.system-gateway,
.startup,
.legal,
.throwback,
.core {
  color: #32cd32;
  border-color: #32cd32;
}
.casual {
  color: #fd0;
  border-color: #fd0;
}
.invalid {
  color: #ff571a;
  border-color: #ff571a;
}
.darken {
  background-color: #000;
  opacity: 0.85;
}
.float-left {
  float: left;
}
.float-center {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 2px;
}
.float-right {
  float: right;
  margin-left: 10px;
}
.clear {
  clear: both;
}
.italic {
  font-style: italic;
}
span.small {
  font-size: 0.75rem;
  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: #ffa600;
}
.rotated {
  color: #fff;
  background-color: #808080;
  border-color: #ff571a;
  opacity: 0.5;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: auto;
}
.rotated:hover,
.rotated:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ffa600;
}
.label {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 2px 5px;
  font-size: 0.75rem;
  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 rgba(0,0,0,0);
  border-left: 4px solid rgba(0,0,0,0);
}
.system {
  margin-bottom: 8px;
  line-height: 15px;
}
.image-container {
  position: relative;
}
.panel {
  border-radius: 4px;
  padding: 5px 10px;
  border: 1px solid rgba(40,57,77,0.8);
  margin: 5px;
}
.panel-top {
  border-radius: 4px 4px 0px 0px;
}
.panel-mid {
  border-radius: 0px;
}
.panel-bottom {
  border-radius: 0px 0px 4px 4px;
}
.container {
  width: 1000px;
  margin: 0 auto;
}
.blue-shade {
  background-color: rgba(40,57,77,0.8);
  -moz-box-shadow: 0 0 12px rgba(0,0,0,0.6), inset 0 0 0 1px most-alpha(#000, 0.6);
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.6), inset 0 0 0 1px most-alpha(#000, 0.6);
  box-shadow: 0 0 12px rgba(0,0,0,0.6), inset 0 0 0 1px most-alpha(#000, 0.6);
}
.green-shade {
  background-color: rgba(102,127,102,0.8);
  -moz-box-shadow: 0 0 12px rgba(0,0,0,0.6), inset 0 0 0 1px most-alpha(#000, 0.6);
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.6), inset 0 0 0 1px most-alpha(#000, 0.6);
  box-shadow: 0 0 12px rgba(0,0,0,0.6), inset 0 0 0 1px most-alpha(#000, 0.6);
}
.active-player {
  border: 1px solid #ffa600;
}
#main {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: relative;
}
#main .item {
  padding-top: 31px;
  height: 100vh;
  color: #fff;
}
#version {
  position: absolute;
  bottom: 1px;
  left: 1px;
}
#version span {
  color: #ccc;
  font-size: 0.75rem;
}
.content-page {
  padding: 12px 20px;
  width: 650px;
  margin: 40px auto 10px;
  height: 90vh;
  overflow: auto;
}
@-moz-keyframes highlight {
  from {
    background: #938b39;
  }
  to {
    background: none;
  }
}
@-webkit-keyframes highlight {
  from {
    background: #938b39;
  }
  to {
    background: none;
  }
}
@-o-keyframes highlight {
  from {
    background: #938b39;
  }
  to {
    background: none;
  }
}
@keyframes highlight {
  from {
    background: #938b39;
  }
  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;
  }
}
.home-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/Beanstalk.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;
}
.custom-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("https://upload.wikimedia.org/wikipedia/en/a/a9/Example.jpg");
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  opacity: 0.7;
}
.lobby-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/TheRoot.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/ProjectAtlas.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/DysonMemChip.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/Grimoire.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/FastTrack.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/Logos.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/Logos.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/RumorMill.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;
}
.traffic-jam-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/TrafficJam.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;
}
.rumor-mill-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/RumorMill.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;
}
.find-the-truth-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/FindTheTruth.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;
}
.push-your-luck-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/PushYourLuck.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;
}
.apex-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/Apex.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;
}
.mushin-no-shin-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/MushinNoShin.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;
}
.freelancer-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/Freelancer.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;
}
.worlds2020 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/Worlds2020.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: #262626;
  -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;
}
.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 rgba(255,255,255,0.2);
  border-radius: 4px;
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.1);
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}
.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 #ffa600;
  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: 11;
  top: 0;
  left: 0;
  right: 0;
  color: #999;
  border-bottom: 1px solid rgba(40,57,77,0.8);
  height: 32px;
}
.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: #ffa600;
}
.topnav li.active a {
  color: #ffa600;
}
.topnav li.active#admin-nav a {
  margin-left: 30px;
  color: #ffa600;
}
.topnav #admin-nav {
  margin-left: 30px;
}
.topnav #admin-nav a {
  margin-left: 30px;
  color: #eaec74;
}
.topnav #admin-nav a:hover {
  color: #ffa600;
}
.topnav li.active#features-nav a,
.topnav li.active#users-nav a {
  color: #ffa600;
}
.topnav #features-nav a,
.topnav #users-nav a {
  color: #eaec74;
}
.topnav #features-nav a:hover,
.topnav #users-nav a:hover {
  color: #ffa600;
}
.topnav .dropdown-menu a {
  line-height: 20px;
}
.topnav .dropdown-menu a:hover {
  color: #fff;
}
#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 .mute-button,
#status .stack-cards-button,
#status .runner-board-order-button,
#status .replay-button,
#status .reconnect-button {
  margin-left: 12px;
}
.split-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.split-button > button:first-child {
  margin: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.split-button > button.dropdown-toggle {
  margin: 0 0 0 -1px;
  padding: 4px 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.split-button > button.dropdown-toggle .caret {
  margin: 0;
}
.split-button .dropdown-menu {
  min-width: min-content;
}
.split-button .dropdown-menu > .block-link {
  color: #fff;
  white-space: nowrap;
}
.win.centered {
  position: fixed;
  top: 30%;
  left: 35%;
  width: 40%;
  text-align: center;
  margin-top: -50px;
  margin-left: -100px;
  padding: 15px;
  border: 1px solid #ffa600;
  z-index: 30;
  border-radius: 4px;
}
.win-right {
  position: absolute;
  top: 0px;
  right: -8px;
  padding: 0;
  font-size: 0.75rem;
  line-height: 0.825rem;
  height: 15px;
  width: 15px;
  background-color: rgba(0,0,0,0);
  border-radius: 1px;
}
.win-right:hover {
  background-color: rgba(255,166,0,0.3);
  border-color: #ffa600;
}
.win.table {
  border: 1px solid #ffa600;
  width: 100%;
  text-align: left;
}
.win.th {
  border-bottom: 1px solid #ffa600;
}
.page-container {
  width: 1000px;
  margin: 0 auto;
}
.page-container .content-page {
  margin-top: 9px;
}
#auth-forms input,
.reset-form input {
  width: 240px;
  margin-bottom: 10px;
  font-size: 1rem;
  border-color: #ffa600;
  height: auto;
}
#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: #ff571a;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.toast-hand {
  bottom: 100px;
  left: 16px;
}
.toast-left-center {
  bottom: 320px;
  left: 5px;
  width: 60px;
}
.toast-card {
  top: 36px;
  right: 5px;
}
.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;
}
.timestamp-wrapper {
  display: flex;
}
.timestamp-wrapper .username {
  margin-right: 0;
}
.timestamp-wrapper .timestamp {
  color: #999;
  font-size: 0.5rem;
  display: inline-flex;
  margin-left: 0.12rem;
  line-height: 0.5rem;
  margin-top: 0.15rem;
}
.timestamp-wrapper-system {
  display: inline-flex;
  line-height: 0.75rem !important;
}
.timestamp-wrapper-system .timestamp {
  color: #999;
  font-size: 0.5rem;
  display: inline-flex;
  margin-left: 0.12rem;
}
.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: 0.75rem;
  line-height: 1rem;
}
.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: #ffa600;
}
.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 .username {
  font-weight: bold;
  font-size: 0.875rem;
  margin-right: 0px;
}
.message-list .pronouns {
  margin-left: 3px;
}
.message-list .date {
  font-weight: 300;
  font-size: 0.75rem;
  margin-left: 10px;
}
.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;
}
.log-player-highlight-red-blue .corp-username {
  font-weight: bold;
  color: #00aeff;
}
.log-player-highlight-red-blue .runner-username {
  font-weight: bold;
  color: #f00;
}
.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;
  }
}
.landing-message {
  width: 650px;
  margin: 10px auto;
}
.cardbrowser {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100vh;
  padding-top: 31px;
  margin-top: -31px;
}
.cardbrowser .heading,
.cardbrowser .type {
  font-weight: bold;
}
.cardbrowser .pack {
  font-style: italic;
  margin-top: 8px;
}
.cardbrowser .selected-alt {
  font-style: italic;
  color: #ffa600;
}
.cardbrowser .alt-art-selector {
  margin-top: 10px;
}
.cardbrowser ul {
  padding-left: revert;
  padding-top: 8px;
}
.card-info {
  -webkit-box-flex: 0 0 250px;
  -webkit-flex: 0 0 250px;
  -moz-box-flex: 0 0 250px;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  align-self: flex-start;
}
.artist-blurb {
  margin: 10px;
  padding: 10px;
  min-width: 250px;
}
.filters {
  margin: 10px;
  padding: 10px;
  min-width: 250px;
  min-height: 348px;
}
.filters input,
.filters select {
  width: 100%;
  font-size: 13px;
}
.filters input.hide-rotated {
  width: auto;
}
.filters .hide-rotated-div {
  margin-top: 10px;
  margin-bottom: 20px;
}
.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: #4d4d4d;
  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: #4d4d4d;
}
.set-list > div {
  cursor: pointer;
  border: 1px solid rgba(0,0,0,0);
  padding: 0 4px;
  margin: 0 -4px;
  border-radius: 4px;
}
.set-list > div:hover {
  background-color: rgba(255,166,0,0.3);
  border: 1px solid #ffa600;
}
.card-list {
  overflow: auto;
  padding: 10px;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -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;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.card-list .formats {
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.card-list .formats .format-item {
  font-size: 85%;
  line-height: 70%;
}
.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;
  z-index: 10;
}
.card-preview.selected-alt {
  -moz-box-shadow: 0 0 1px 2px #ffa600;
  -webkit-box-shadow: 0 0 1px 2px #ffa600;
  box-shadow: 0 0 1px 2px #ffa600;
}
.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;
  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: #ffa600;
}
.deck-collection .deckline p {
  margin-top: 0;
}
.deck-collection .deckline h4 {
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.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 15px 15px;
}
.deckbuilder .viewport .decks .button-bar button {
  width: 135px;
}
.deckbuilder .viewport .decks .deckfilter {
  margin-bottom: 10px;
}
.deckbuilder .viewport .decks .deckfilter .deckfilter-select {
  margin-right: 3px;
}
.deckbuilder .viewport .decks .deckfilter .deckfilter-select.faction-filter {
  width: 150px;
}
.deckbuilder .viewport .decks .card-preview {
  position: absolute;
  left: auto;
  z-index: 10;
  right: 5px;
  top: 0;
}
.deckbuilder .viewport .decks .edit .card-preview {
  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 .decklist-view-options {
  margin-top: 1rem;
}
.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 {
  display: flex;
  -webkit-box-direction: row;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  clear: both;
}
.deckbuilder .viewport .decklist .header > img {
  height: 106px;
  margin-right: 10px;
}
.deckbuilder .viewport .decklist input.deckname {
  height: 30px;
}
.deckbuilder .viewport .decklist .cards {
  margin-top: 10px;
  -moz-column-count: 2;
  -moz-column-gap: 5px;
  -webkit-column-count: 2;
  -webkit-column-gap: 5px;
  column-count: 2;
  column-gap: 5px;
}
.deckbuilder .viewport .decklist .line:hover {
  background: rgba(19,26,35,0.46);
}
.deckbuilder .viewport .decklist .line {
  position: relative;
  overflow: visible;
  line-height: 20px;
  white-space: pre;
  -moz-column-count: 2;
  -moz-column-gap: 1rem;
  -webkit-column-count: 2;
  -webkit-column-gap: 1rem;
  column-count: 2;
  column-gap: 1rem;
}
.deckbuilder .viewport .decklist .line .card-cost-wrapper {
  display: flex;
  position: relative;
  overflow: visible;
  width: auto;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.deckbuilder .viewport .decklist .line .card-cost-wrapper .card-cost {
  line-height: 0.75rem;
  margin-top: 0.25rem;
  margin-right: 2rem;
  display: inline-flex;
  position: absolute;
  -webkit-justify-content: left;
  justify-content: left;
}
.deckbuilder .viewport .decklist .line .card-cost-wrapper .edit {
  line-height: 0.75rem;
  margin-top: 0.35rem;
  margin-right: 0.5rem;
}
.deckbuilder .viewport .decklist .line .card-cost-wrapper .cost-item {
  display: inline-flex;
  margin-inline: 0.1rem;
}
.deckbuilder .viewport .decklist .line .card-cost-wrapper .cost-item .credit {
  margin-left: 0.1rem;
}
.deckbuilder .viewport .decklist .line button.small {
  margin: 3px 6px 3px 0;
}
.deckbuilder .viewport .decklist .notes {
  margin-top: 20px;
  white-space: pre-wrap;
  font-style: italic;
}
.deckbuilder .viewport .decklist .group {
  display: inline-block;
  width: 100%;
}
.deckbuilder .viewport .decklist .group h4 {
  margin: 8px 0 0;
}
.deckbuilder .viewport .deckedit {
  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;
}
.deckbuilder .viewport .deckedit .deckname,
.deckbuilder .viewport .deckedit .identity {
  width: 100%;
}
.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: #fff;
  color: #000;
  border-radius: 4px;
  border: 1px solid rgba(40,57,77,0.8);
}
.deckbuilder .viewport .deckedit .card-search .typeahead > div {
  padding: 2px 5px;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0);
  cursor: pointer;
}
.deckbuilder .viewport .deckedit .card-search .typeahead > div:hover {
  background-color: rgba(255,166,0,0.3);
  border-color: #ffa600;
}
.deckbuilder .viewport .deckedit .card-search .typeahead .selected {
  background-color: rgba(255,166,0,0.3);
  border-color: #ffa600;
}
.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: 0 15px;
  line-height: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.deckbuilder .viewport .deckedit .notes-edit {
  -webkit-box-flex: 0.25;
  -webkit-flex: 0.25;
  -moz-box-flex: 0.25;
  -ms-flex: 0.25;
  flex: 0.25;
}
.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.2);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.2);
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}
.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;
}
.invalid-explanation {
  padding-left: 10px;
}
input.url {
  width: 512px;
}
.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 .clickable {
  cursor: pointer;
}
.lobby .ctrl-menu {
  position: relative;
}
.lobby .mod-menu {
  display: block;
  position: absolute;
  z-index: 30;
  width: 200px;
  font-size: 0.75rem;
  line-height: 1rem;
}
.lobby .mod-menu > div {
  border: 1px solid #fff;
  padding: 3px 6px;
  border-radius: 4px;
  margin-bottom: 4px;
  cursor: pointer;
}
.lobby .mod-menu > div:last-child {
  margin-bottom: 0;
}
.lobby .mod-menu > div:hover {
  border-color: #ffa600;
}
.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 .games .return-button,
.lobby .game-panel .return-button {
  margin-bottom: 20px;
}
.lobby .games .game-details-table,
.lobby .game-panel .game-details-table {
  margin-bottom: 10px;
  min-width: 500px;
}
.lobby .games .log-title,
.lobby .game-panel .log-title {
  margin-bottom: 0px;
}
.lobby .games .log-date,
.lobby .game-panel .log-date {
  margin-bottom: 10px;
}
.lobby .games .log-count,
.lobby .game-panel .log-count {
  font-weight: bold;
  margin-left: 8px;
}
.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 .button-bar .reload-button {
  margin-right: 50px;
}
.lobby .games .button-bar {
  box-sizing: initial;
  padding: 0 15px 15px;
}
.lobby .games .button-bar .rooms {
  overflow-y: visible;
  margin-bottom: 10px;
  display: flex;
  line-height: 1.5rem;
}
.lobby .games .button-bar .rooms #filter {
  -webkit-box-flex: auto;
  -webkit-flex: auto;
  -moz-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.lobby .games .button-bar .rooms .roomtab {
  color: #fff;
  margin: 0 10px;
  -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;
  -webkit-box-flex: 0 0 fit-content;
  -webkit-flex: 0 0 fit-content;
  -moz-box-flex: 0 0 fit-content;
  -ms-flex: 0 0 fit-content;
  flex: 0 0 fit-content;
}
.lobby .games .button-bar .rooms .roomtab:hover {
  color: #ffa600;
  cursor: pointer;
}
.lobby .games .button-bar .rooms .roomtab.current {
  color: #ffa600;
}
.lobby .game-count {
  padding: 0 15px;
}
.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 .game-list .controls {
  width: 100%;
  margin-bottom: 10px;
}
.lobby .gameline {
  min-height: 53px;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 10px;
  margin-bottom: 5px;
  clear: both;
}
.lobby .gameline .game-time-emoji {
  font-family: "noto-emoji";
}
.lobby .gameline .format-precon-deck-names {
  font-weight: bold;
  display: block;
}
.lobby .gameline .game-format {
  margin-bottom: 10px;
}
.lobby .gameline .format-singleton {
  color: #ff571a;
  font-style: bold;
}
.lobby .gameline .format-turmoil {
  background-image: linear-gradient(to left, #008000, #ff0, #ffa500, #f00);
  -webkit-background-clip: text;
  font-style: bold;
  color: rgba(0,0,0,0);
}
.lobby .gameline .open-decklists {
  color: #ffe31a;
  font-style: bold;
}
.lobby .gameline .format-label {
  font-weight: bold;
}
.lobby .gameline .game-time {
  float: right;
  margin-bottom: 10px;
  margin-right: 10px;
}
.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: 9px;
}
.lobby .gameline > .split-button {
  float: right;
  margin-top: 9px;
  margin-right: 8px;
}
.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 .content {
  overflow: auto;
}
.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 .button-bar button.dropdown-toggle {
  margin-right: 0;
}
.lobby .game-panel .button-bar .dropdown {
  display: inline-block;
}
.lobby .game-panel .button-bar .dropdown .dropdown-menu {
  min-width: min-content;
  width: 100%;
}
.lobby .game-panel .button-bar .dropdown .dropdown-menu > .block-link {
  color: #fff;
  white-space: nowrap;
}
.lobby .game-panel .players {
  height: 65px;
  clear: both;
}
.lobby .game-panel .players > div {
  margin: 8px 0;
}
.lobby .game-panel .players .player {
  line-height: 1.375;
}
.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 .options {
  margin-left: 20px;
}
.lobby .game-panel .spectators {
  height: 65px;
}
.lobby .game-panel .spectators .player {
  margin-right: 12px;
}
.lobby .game-panel .chat-box .message-list {
  height: 298px;
  min-height: 200px;
  max-height: 200px;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
  overflow: auto;
  padding: 5px 10px;
}
.lobby .game-title {
  width: 250px;
}
.lobby .games .share-link {
  width: 500px;
}
.lobby-deck-selector {
  width: 496px;
  max-height: 355px;
  padding: 0;
}
.gameview {
  height: 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 {
  width: 100%;
  height: 100%;
  display: none;
}
.gameboard {
  width: 100%;
  flex-grow: 1;
  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;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gameboard .panel {
  position: relative;
  padding: 3px 6px;
  overflow: visible;
}
.gameboard .header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 1px 4px;
  font-size: 0.75rem;
}
.gameboard .darkbg {
  background: rgba(0,0,0,0.6);
  text-shadow: 1px 1px 2px #000;
  border-radius: 4px;
}
.gameboard .graveyard-highlight-bg {
  background: rgba(131,82,173,0.6);
  text-shadow: 1px 1px 2px #8352ad;
  border-radius: 4px;
}
.gameboard .server-label {
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 100%;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.gameboard .card-frame,
.gameboard .deck-container,
.gameboard .identity,
.gameboard .discard-container {
  pointer-events: auto;
}
.gameboard .card-frame {
  position: relative;
}
.gameboard .card {
  position: relative;
  height: 84px;
  width: 60px;
  border-radius: 4px;
  outline: none;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.gameboard .card .cardname {
  float: left;
  font-size: 0.625rem;
  line-height: 0.75rem;
  max-width: 60px;
  word-wrap: break-word;
}
.gameboard .card.graveyard-highlight {
  animation: graveyard-card 1s cubic-bezier(0.5, 1, 0.5, 1) forwards;
}
.gameboard .card.new {
  animation: new-card 1s cubic-bezier(0.5, 1, 0.5, 1) forwards;
}
.gameboard .card.selected {
  -moz-box-shadow: 0 0 1px 2px #32cd32;
  -webkit-box-shadow: 0 0 1px 2px #32cd32;
  box-shadow: 0 0 1px 2px #32cd32;
  animation: none;
}
.gameboard .card.encountered {
  animation: encountered-card 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  border-color: #d43425;
}
.gameboard .card.playable {
  -moz-box-shadow: 0 0 1px 2px #ffa600;
  -webkit-box-shadow: 0 0 1px 2px #ffa600;
  box-shadow: 0 0 1px 2px #ffa600;
  animation: none;
}
.gameboard .card.selectable {
  -moz-box-shadow: 0 0 1px 2px #ffa600;
  -webkit-box-shadow: 0 0 1px 2px #ffa600;
  box-shadow: 0 0 1px 2px #ffa600;
  animation: none;
}
.gameboard .card.ghost {
  filter: opacity(0.65) grayscale(80%);
  -moz-box-shadow: 0 0 1px 2px #00aeff;
  -webkit-box-shadow: 0 0 1px 2px #00aeff;
  box-shadow: 0 0 1px 2px #00aeff;
  animation: none;
}
.gameboard .card.hovered {
  animation: hovered-card 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  border-color: #00aeff;
}
.gameboard .card.flashback {
  filter: grayscale(80%);
  animation: none;
}
.gameboard .card:not(.selected):focus {
  -moz-box-shadow: 0 0 1px 2px #00aeff;
  -webkit-box-shadow: 0 0 1px 2px #00aeff;
  box-shadow: 0 0 1px 2px #00aeff;
  animation: none;
}
.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: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  margin: 2px;
  pointer-events: none;
}
.gameboard .advance-counter {
  background-color: rgba(64,98,191,0.8);
  border-color: #fff;
  border-width: 1px;
}
.gameboard .recurring-counter {
  background-color: rgba(102,127,102,0.8);
}
.gameboard .bad-publicity-counter {
  background-color: rgba(147,139,57,0.8);
}
.gameboard .virus-counter {
  background-color: rgba(255,0,0,0.8);
}
.gameboard .power-counter {
  background-color: rgba(66,0,102,0.8);
}
.gameboard .agenda-counter {
  background-color: rgba(0,84,117,0.8);
}
.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(255,166,0,0.9);
  line-height: 1.5rem;
  font-size: 0.75rem;
  bottom: 3px;
  left: 3px;
  height: 24px;
  width: 24px;
}
.gameboard .extra-subs {
  position: absolute;
  z-index: 10;
  padding: 0;
  text-align: center;
  background-color: transparent-green-dark;
  line-height: 1.5rem;
  font-size: 0.75rem;
  top: 3px;
  left: 3px;
  height: 24px;
  width: 24px;
}
.gameboard .icon {
  position: absolute;
  z-index: 10;
  padding: 0;
  text-align: center;
  line-height: 1.5rem;
  font-size: 0.75rem;
  top: 3px;
  left: 3px;
  height: 24px;
  width: 24px;
}
.gameboard .icon.neutral {
  background-color: #000;
}
.gameboard .icon.haas-bioroid {
  background-color: #8352ad;
}
.gameboard .icon.jinteki {
  background-color: #9a3256;
}
.gameboard .icon.nbn {
  background-color: #fd0;
}
.gameboard .icon.weyland-consortium {
  background-color: #667f66;
}
.gameboard .icon.adam {
  background-color: #938b39;
}
.gameboard .icon.anarch {
  background-color: #e26d36;
}
.gameboard .icon.apex {
  background-color: #800000;
}
.gameboard .icon.criminal {
  background-color: #4062bf;
}
.gameboard .icon.shaper {
  background-color: #4cb148;
}
.gameboard .icon.sunny-lebeau {
  background-color: #999;
}
.gameboard .card-target,
.gameboard .additional-subtypes,
.gameboard .subtype-target {
  position: absolute;
  z-index: 10;
  padding: 0;
  text-align: center;
  line-height: 1rem;
  font-size: 0.625rem;
  top: 3px;
  right: 3px;
  padding-left: 3px;
  padding-right: 3px;
}
.gameboard .additional-subtypes {
  background-color: #4d4d4d;
}
.gameboard .abilities,
.gameboard .servers-menu,
.gameboard .menu,
.gameboard .runner-abilities,
.gameboard .corp-abilities,
.gameboard .encounter-info,
.gameboard .popup {
  left: 0;
  bottom: 100%;
  margin: 6px -1px;
}
.gameboard .abilities,
.gameboard .servers-menu,
.gameboard .menu,
.gameboard .runner-abilities,
.gameboard .corp-abilities,
.gameboard .encounter-info {
  display: none;
  position: absolute;
  z-index: 30;
  width: 200px;
  font-size: 0.75rem;
  line-height: 1rem;
}
.gameboard .abilities ul,
.gameboard .servers-menu ul,
.gameboard .menu ul,
.gameboard .runner-abilities ul,
.gameboard .corp-abilities ul,
.gameboard .encounter-info ul {
  list-style: none;
}
.gameboard .abilities > span,
.gameboard .servers-menu > span,
.gameboard .menu > span,
.gameboard .runner-abilities > span,
.gameboard .corp-abilities > span,
.gameboard .encounter-info > span {
  margin: 2px;
}
.gameboard .abilities > span:last-child,
.gameboard .servers-menu > span:last-child,
.gameboard .menu > span:last-child,
.gameboard .runner-abilities > span:last-child,
.gameboard .corp-abilities > span:last-child,
.gameboard .encounter-info > span:last-child {
  margin-bottom: 0;
}
.gameboard .abilities > div,
.gameboard .servers-menu > div,
.gameboard .menu > div,
.gameboard .runner-abilities > div,
.gameboard .corp-abilities > div,
.gameboard .encounter-info > div,
.gameboard .abilities li,
.gameboard .servers-menu li,
.gameboard .menu li,
.gameboard .runner-abilities li,
.gameboard .corp-abilities li,
.gameboard .encounter-info li {
  border: 1px solid #fff;
  padding: 3px 6px;
  border-radius: 4px;
  margin-bottom: 4px;
  cursor: pointer;
  outline: 0;
}
.gameboard .abilities > div:last-child,
.gameboard .servers-menu > div:last-child,
.gameboard .menu > div:last-child,
.gameboard .runner-abilities > div:last-child,
.gameboard .corp-abilities > div:last-child,
.gameboard .encounter-info > div:last-child,
.gameboard .abilities li:last-child,
.gameboard .servers-menu li:last-child,
.gameboard .menu li:last-child,
.gameboard .runner-abilities li:last-child,
.gameboard .corp-abilities li:last-child,
.gameboard .encounter-info li:last-child {
  margin-bottom: 0;
}
.gameboard .abilities > div:hover,
.gameboard .servers-menu > div:hover,
.gameboard .menu > div:hover,
.gameboard .runner-abilities > div:hover,
.gameboard .corp-abilities > div:hover,
.gameboard .encounter-info > div:hover,
.gameboard .abilities li:hover,
.gameboard .servers-menu li:hover,
.gameboard .menu li:hover,
.gameboard .runner-abilities li:hover,
.gameboard .corp-abilities li:hover,
.gameboard .encounter-info li:hover,
.gameboard .abilities > div:focus,
.gameboard .servers-menu > div:focus,
.gameboard .menu > div:focus,
.gameboard .runner-abilities > div:focus,
.gameboard .corp-abilities > div:focus,
.gameboard .encounter-info > div:focus,
.gameboard .abilities li:focus,
.gameboard .servers-menu li:focus,
.gameboard .menu li:focus,
.gameboard .runner-abilities li:focus,
.gameboard .corp-abilities li:focus,
.gameboard .encounter-info li:focus {
  border-color: #ffa600;
}
.gameboard .abilities .disabled,
.gameboard .servers-menu .disabled,
.gameboard .menu .disabled,
.gameboard .runner-abilities .disabled,
.gameboard .corp-abilities .disabled,
.gameboard .encounter-info .disabled {
  cursor: default;
}
.gameboard .abilities .disabled:hover,
.gameboard .servers-menu .disabled:hover,
.gameboard .menu .disabled:hover,
.gameboard .runner-abilities .disabled:hover,
.gameboard .corp-abilities .disabled:hover,
.gameboard .encounter-info .disabled:hover,
.gameboard .abilities .disabled:focus,
.gameboard .servers-menu .disabled:focus,
.gameboard .menu .disabled:focus,
.gameboard .runner-abilities .disabled:focus,
.gameboard .corp-abilities .disabled:focus,
.gameboard .encounter-info .disabled:focus {
  border-color: #fff;
}
.gameboard .popup {
  display: none;
  position: absolute;
  width: 590px;
  min-height: 92px;
  z-index: 20;
}
.gameboard .popup.opponent {
  top: 100%;
  bottom: auto;
}
.gameboard .popup .card {
  float: left;
  margin-right: 4px;
  margin-bottom: 2px;
}
.gameboard .popup a,
.gameboard .popup label,
.gameboard .popup .hand-size {
  display: inline-block;
  margin: 0 10px 8px 4px;
}
.gameboard .popup .stat-controls {
  display: inline-block;
  width: 30%;
}
.gameboard .stat-controls {
  position: relative;
}
.gameboard .stat-controls .controls {
  display: none;
  height: 100%;
  position: absolute;
  right: 2px;
  text-align: right;
  top: 0;
  width: 100%;
}
.gameboard .stat-controls .controls button {
  margin: 0 2px;
}
.gameboard .stat-controls:hover > :not(.controls) {
  color: #4062bf;
}
.gameboard .stat-controls:hover .controls {
  display: block;
}
.gameboard .playable {
  cursor: pointer;
}
.gameboard .bg {
  position: absolute;
  top: 0;
  left: 0;
}
.gameboard .deck,
.gameboard .discard,
.gameboard .identity {
  position: relative;
  height: 84px;
  width: 60px;
  border-radius: 4px;
}
.gameboard .server-card {
  position: relative;
  min-height: 84px;
  min-width: 60px;
}
.gameboard .server-card.shift {
  margin-left: -36px;
}
.gameboard .rfg {
  margin-left: 16px;
  margin-right: 16px;
}
.gameboard .hand-container,
.gameboard .deck-container,
.gameboard .discard-container {
  position: relative;
}
.gameboard .hand-container {
  z-index: 30;
}
.gameboard .hand-controls {
  display: inline-block;
}
.gameboard .hand,
.gameboard .scored,
.gameboard .rfg {
  height: 86px;
  padding: 0;
}
.gameboard .hand {
  width: 384px;
  margin-right: 0;
  float: left;
}
.gameboard .hand-expand {
  float: right;
  margin-left: 2px;
}
.gameboard .scored {
  height: 116px;
}
.gameboard .scored > .stats-area {
  bottom: 0;
  padding: 3px 6px;
  position: absolute;
  width: 100%;
}
.gameboard .end-of-game-buttons {
  float: right;
  margin-top: 1em;
}
.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 .name-area {
  margin-bottom: 3px;
}
.gameboard .stats-area {
  font-size: 0.75rem;
  line-height: 1.5rem;
}
.gameboard .stats-area .icon-grid {
  margin-left: -6px;
}
.gameboard .stats-area .icon-grid > div {
  display: inline-block;
  padding-left: 6px;
  width: 50%;
}
.gameboard .start-game {
  width: 750px;
  animation: fadein 1.2s;
}
.gameboard .start-game .ident img {
  margin-top: 2px;
  width: 214px;
  height: 298px;
}
.gameboard .start-game .ident img.selected {
  -moz-box-shadow: 0 0 3px 3px #32cd32;
  -webkit-box-shadow: 0 0 3px 3px #32cd32;
  box-shadow: 0 0 3px 3px #32cd32;
  border-radius: 9px;
}
.gameboard .start-game .mulligan-me:after,
.gameboard .start-game .mulligan-op:after,
.gameboard .start-game .keep-me:after,
.gameboard .start-game .keep-op:after {
  -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;
  position: absolute;
  z-index: 1;
  font-family: Arial, sans-serif;
  font-size: 2.5rem;
  color: #f00;
  background: rgba(0,0,0,0.3);
  border: solid 4px #f00;
  padding: 12px;
  border-radius: 5px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  opacity: 0.9;
  text-shadow: 0 0 2px #f00;
  -moz-box-shadow: 0 0 2px #f00;
  -webkit-box-shadow: 0 0 2px #f00;
  box-shadow: 0 0 2px #f00;
}
.gameboard .start-game .keep-me:after,
.gameboard .start-game .keep-op:after {
  content: "KEEP";
  -webkit-transform: rotate(-54deg);
  -moz-transform: rotate(-54deg);
  -o-transform: rotate(-54deg);
  transform: rotate(-54deg);
}
.gameboard .start-game .mulligan-me:after,
.gameboard .start-game .mulligan-op:after {
  content: "MULLIGAN";
  -webkit-transform: rotate(-54deg);
  -moz-transform: rotate(-54deg);
  -o-transform: rotate(-54deg);
  transform: rotate(-54deg);
}
.gameboard .start-game .mulligan-me:after {
  top: 220px;
  left: 40px;
}
.gameboard .start-game .mulligan-op:after {
  top: 220px;
  right: -10px;
}
.gameboard .start-game .keep-me:after {
  top: 180px;
  left: 70px;
}
.gameboard .start-game .keep-op:after {
  top: 180px;
  right: 60px;
}
.gameboard .start-game .vs {
  font-weight: bold;
  font-size: 1.125rem;
  font-style: italic;
  margin: 1em;
}
.gameboard .start-game .contestants {
  font-size: 2rem;
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.gameboard .start-game .intro-blurb {
  font-size: 1rem;
  font-style: italic;
  margin-top: 3ex;
}
.gameboard .start-game .start-hand {
  margin: 2ex 0 0 0;
  height: 150px;
  overflow: hidden;
  position: relative;
  width: auto;
}
.gameboard .start-game .start-hand .card-back,
.gameboard .start-game .start-hand .card-front {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.gameboard .start-game .start-hand .card-back {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.gameboard .start-game .start-hand .card-front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.gameboard .start-game .start-hand img.start-card {
  height: 140px;
  width: 100px;
}
.gameboard .start-game .start-hand .start-card-frame {
  margin: 0 2px;
  display: inline-block;
  perspective: 1000px;
  width: 100px;
  height: 140px;
}
.gameboard .start-game .start-hand .start-card-frame.flip .flipper {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.gameboard .start-game .start-hand .flipper {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: all 0.2s ease-out;
  -o-transition: 0.6s;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.gameboard .box {
  display: flex;
  overflow: hidden;
}
.gameboard .box .column {
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: stretch;
  align-content: stretch;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.gameboard .stacked {
  margin: 0px;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.gameboard .stacked .card-wrapper:not(:first-child) {
  margin-left: -40px;
}
.gameboard .hosted {
  margin-left: 24px;
  margin-top: -65px;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.gameboard .hosted .card-wrapper {
  margin-top: 0px;
  margin-bottom: 3px;
}
.gameboard .hosted .card-wrapper:not(:first-child) {
  margin-left: -20px;
}
.gameboard .hosted .card-wrapper:last-child {
  margin-right: 0px;
}
.gameboard .hosted .stacked {
  margin-top: 0px;
  margin-bottom: 3px;
}
.gameboard .hosted .stacked .card-wrapper:not(:first-child) {
  margin-left: -40px;
}
.gameboard .hosted .stacked:not(:first-child) {
  margin-left: -20px;
}
.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;
}
.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 > 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 .timestamp span.pm {
  position: absolute;
  top: 0;
  right: 5px;
  padding: 2px;
  cursor: pointer;
  user-select: none;
}
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .timestamp .timer {
  cursor: pointer;
}
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .timestamp .timer.yellow {
  color: #fd0;
}
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .timestamp .timer.red {
  color: #ff571a;
}
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .timestamp .timer.danger {
  animation: blinker 0.2s step-start infinite;
}
@-moz-keyframes blinker {
  0% {
    color: #fff;
  }
  50% {
    color: #ff571a;
  }
}
@-webkit-keyframes blinker {
  0% {
    color: #fff;
  }
  50% {
    color: #ff571a;
  }
}
@-o-keyframes blinker {
  0% {
    color: #fff;
  }
  50% {
    color: #ff571a;
  }
}
@keyframes blinker {
  0% {
    color: #fff;
  }
  50% {
    color: #ff571a;
  }
}
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .button-pane .panel {
  padding: 8px;
  z-index: 20;
}
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .button-pane .panel .prompt-card-preview {
  text-align: center;
}
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .button-pane .panel .prompt-card-preview div.card {
  width: 168px;
  height: 234.833px;
}
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .button-pane .panel .prompt-card-preview div.card >div:first-child {
  display: inline;
  width: 168px !important;
  height: 234.833px;
}
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .button-pane .panel .prompt-card-preview div.card >div:first-child >img.card {
  width: 168px;
  height: 234.833px;
}
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .button-pane .run-button {
  position: relative;
}
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .button-pane .run-button .servers-menu {
  left: 100%;
  bottom: 0;
  width: 120px;
  margin: 3px;
  z-index: 40;
}
.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: 0.625rem;
  font-style: italic;
}
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .button-pane button {
  min-height: 1.75rem;
  height: auto;
  width: 100%;
  font-size: 0.75rem;
  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 .leftpane .inner-leftpane .right-inner-leftpane .button-pane .encounter-info {
  width: 100%;
  margin: 6px 0px;
}
.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;
  min-width: 90px;
  position: relative;
  overflow-x: auto;
  overflow-y: visible;
}
.gameboard .centralpane .card-wrapper {
  margin: 3px 6px;
}
.gameboard .centralpane .card-wrapper {
  margin: 3px 6px;
}
.gameboard .centralpane .card-wrapper:hover .card:not(:hover),
.gameboard .centralpane .stacked:hover .card:not(:hover) {
  z-index: 0;
}
.gameboard .centralpane .card-wrapper:hover .card:hover,
.gameboard .centralpane .stacked:hover .card:hover {
  z-index: 1;
}
.gameboard .centralpane .outer-corp-board.overlap,
.gameboard .centralpane .runner-board.overlap {
  overflow: visible;
  position: absolute;
  pointer-events: none;
}
.gameboard .centralpane .outer-corp-board.overlap.me,
.gameboard .centralpane .runner-board.overlap.me {
  bottom: 0;
  width: 100%;
}
.gameboard .centralpane .outer-corp-board.overlap.opponent,
.gameboard .centralpane .runner-board.overlap.opponent {
  top: 0;
  width: 100%;
}
.gameboard .centralpane .runner-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: column;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gameboard .centralpane .runner-board > div {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.gameboard .centralpane .runner-board > div:first-child {
  margin-top: auto;
}
.gameboard .centralpane .runner-board .runner-centrals {
  padding: 5px 0;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.gameboard .centralpane .runner-board .runner-centrals .deck-container,
.gameboard .centralpane .runner-board .runner-centrals .discard-container,
.gameboard .centralpane .runner-board .runner-centrals .identity {
  margin-left: 16px;
  margin-right: 16px;
}
.gameboard .centralpane .runner-board.opponent {
  opacity: 0.99;
}
.gameboard .centralpane .runner-board.opponent > div:first-child {
  margin-top: 0;
}
.gameboard .centralpane .runner-board.opponent > div:last-child {
  margin-bottom: auto;
}
.gameboard .centralpane .corp-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;
}
.gameboard .centralpane .corp-board .server {
  position: relative;
  min-width: 84px;
  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;
}
.gameboard .centralpane .corp-board .server .ices {
  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;
}
.gameboard .centralpane .corp-board .server .ices .run-card {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.gameboard .centralpane .corp-board .server .ices .run-card:first-child {
  margin-top: 100px;
}
.gameboard .centralpane .corp-board .server .ices .run-card:not(:first-child) {
  margin-top: -42px;
  margin-left: 12px;
}
.gameboard .centralpane .corp-board .server .ices .run-arrow {
  position: relative;
  top: 20px;
  animation: fadein 0.5s;
}
.gameboard .centralpane .corp-board .server .ices .run-arrow > div {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: -70px;
  width: 16px;
  background-color: rgba(255,221,0,0.7);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0 0 4px 4px;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.6));
  filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.6));
}
.gameboard .centralpane .corp-board .server .ices .run-arrow > div:before {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  width: 0;
  height: 0;
  border-left: 16px solid rgba(0,0,0,0);
  border-right: 16px solid rgba(0,0,0,0);
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 22px solid rgba(255,221,0,0.7);
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.6));
  filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.6));
}
.gameboard .centralpane .corp-board .server .ices .run-arrow > div.movement {
  background-color: rgba(234,236,116,0.7);
}
.gameboard .centralpane .corp-board .server .ices .run-arrow > div.movement:before {
  border-bottom: 22px solid rgba(234,236,116,0.7);
}
.gameboard .centralpane .corp-board .server .ices .run-arrow > div.approach {
  background-color: rgba(255,221,0,0.7);
}
.gameboard .centralpane .corp-board .server .ices .run-arrow > div.approach:before {
  border-bottom: 22px solid rgba(255,221,0,0.7);
}
.gameboard .centralpane .corp-board .server .ices .run-arrow > div.encounter {
  background-color: rgba(255,166,0,0.7);
}
.gameboard .centralpane .corp-board .server .ices .run-arrow > div.encounter:before {
  border-bottom: 22px solid rgba(255,166,0,0.7);
}
.gameboard .centralpane .corp-board .server .ices .ice {
  margin: -7px 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  cursor: pointer;
}
.gameboard .centralpane .corp-board .server .ices .ice .strength {
  bottom: unset;
  left: unset;
  right: 3px;
  top: 3px;
}
.gameboard .centralpane .corp-board .server .ices .ice.host {
  margin-bottom: 15px;
  margin-top: 5px;
  height: 84px;
  position: relative;
}
.gameboard .centralpane .corp-board .server .ices .ice .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 .corp-board .server .ices .hosted {
  margin-top: -69px;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gameboard .centralpane .corp-board .server .ices .hosted .card-frame {
  margin-left: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gameboard .centralpane .corp-board .server .ices .hosted .card-frame:not(:first-child) {
  margin-top: -42px;
}
.gameboard .centralpane .corp-board .server .ices .hosted .card-frame .counters {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.gameboard .centralpane .corp-board .server .ices .hosted .card-frame .strength {
  -webkit-transform: initial;
  -moz-transform: initial;
  -o-transform: initial;
  transform: initial;
}
.gameboard .centralpane .corp-board .server .ices .hosted .abilities,
.gameboard .centralpane .corp-board .server .ices .hosted .runner-abilities,
.gameboard .centralpane .corp-board .server .ices .hosted .corp-abilities {
  top: auto;
  bottom: 100%;
  left: 0;
  margin: 6px -1px;
  -webkit-transform: initial;
  -moz-transform: initial;
  -o-transform: initial;
  transform: initial;
}
.gameboard .centralpane .corp-board .server .ices .strength {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gameboard .centralpane .corp-board .server .ices .additional-subtypes {
  -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 .corp-board .server .ices .icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gameboard .centralpane .corp-board .server .ices .counter {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gameboard .centralpane .corp-board .server .ices .abilities,
.gameboard .centralpane .corp-board .server .ices .runner-abilities,
.gameboard .centralpane .corp-board .server .ices .corp-abilities {
  left: 100%;
  margin: -1px 6px;
}
.gameboard .centralpane .corp-board .server .ices .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 .corp-board .server .ices .runner-abilities,
.gameboard .centralpane .corp-board .server .ices .corp-abilities {
  bottom: 0;
  -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 100%;
  -moz-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.gameboard .centralpane .corp-board .server .content {
  position: relative;
  min-height: 84px;
  margin: 5px;
  -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 .corp-board.opponent .server {
  -webkit-transform: initial;
  -moz-transform: initial;
  -o-transform: initial;
  transform: initial;
}
.gameboard .centralpane .corp-board.opponent .server .content {
  -webkit-transform: initial;
  -moz-transform: initial;
  -o-transform: initial;
  transform: initial;
}
.gameboard .centralpane .corp-board.opponent .server .icon {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.gameboard .centralpane .corp-board.opponent .server .hosted .abilities,
.gameboard .centralpane .corp-board.opponent .server .hosted .runner-abilities,
.gameboard .centralpane .corp-board.opponent .server .hosted .corp-abilities {
  top: 100%;
  bottom: auto;
}
.gameboard .centralpane .corp-board.opponent .server .ices {
  opacity: 0.99;
}
.gameboard .centralpane .corp-board.opponent .server .ices .additional-subtypes {
  -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 .corp-board.opponent .server .ices .hosted .card-frame {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.gameboard .centralpane .corp-board.opponent .server .ices .hosted .counters {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gameboard .centralpane .corp-board.opponent .server .ices .hosted .strength {
  -webkit-transform: initial;
  -moz-transform: initial;
  -o-transform: initial;
  transform: initial;
}
.gameboard .centralpane .corp-board.opponent .server .ices .counter {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.gameboard .centralpane .corp-board.opponent .server .ices .strength {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.gameboard .centralpane .corp-board.opponent .server .ices .run-card {
  -webkit-transform: initial;
  -moz-transform: initial;
  -o-transform: initial;
  transform: initial;
}
.gameboard .right-pane {
  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;
  z-index: 10;
}
.gameboard .right-pane .card-zoom {
  width: 220px;
  height: 307px;
  margin-top: 5px;
  margin-right: 5px;
  position: relative;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.gameboard .right-pane .card-zoom .card-preview {
  width: 100%;
  height: 100%;
}
.gameboard .right-pane .card-zoom .card-preview .text {
  height: 195px;
}
.gameboard .right-pane .card-zoom.fade {
  opacity: 1;
}
.gameboard .right-pane .implementation {
  width: 150px;
  position: absolute;
  top: 0;
  right: 224px;
  text-align: right;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.gameboard .right-pane .implementation .unimplemented {
  color: #f00;
  font-style: italic;
}
.gameboard .right-pane .implementation .impl-msg {
  color: #ffa600;
}
.gameboard .right-pane .content-pane {
  position: absolute;
  bottom: 0px;
}
.gameboard .right-pane .content-pane .selector {
  position: absolute;
  top: 0px;
  height: 24px;
  left: 0;
  right: 0;
  margin: 0;
  padding-top: 2px;
}
.gameboard .right-pane .content-pane .selector >a:not(:first-child) {
  margin-left: 3ex;
}
.gameboard .right-pane .content-pane>.content {
  position: absolute;
  top: 24px;
  bottom: 0px;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  min-height: 20px;
}
.gameboard .right-pane .content-pane>.content >div {
  animation: fadein 0.5s;
  overflow-x: clip;
  overflow-y: auto;
  height: 100%;
}
.gameboard .right-pane .content-pane>.content .log {
  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 .right-pane .content-pane>.content .log .username {
  font-size: 0.875rem;
  margin-top: -0.0875rem;
  line-height: 0.91rem;
}
.gameboard .right-pane .content-pane>.content .log .avatar {
  width: 28px;
  height: 28px;
}
.gameboard .right-pane .content-pane>.content .log .messages {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
}
.gameboard .right-pane .content-pane>.content .log .messages div {
  animation: fadein 0.5s;
}
.gameboard .right-pane .content-pane>.content .log .log-input form input,
.gameboard .right-pane .content-pane>.content .log .indicate-action,
.gameboard .right-pane .content-pane>.content .log .show-decklists {
  width: 100%;
}
.gameboard .right-pane .content-pane>.content .log .command-matches-container {
  position: absolute !important;
  bottom: 24px;
  right: 100%;
}
.gameboard .right-pane .content-pane>.content .log .command-matches-container ::-webkit-scrollbar {
  width: 0;
}
.gameboard .right-pane .content-pane>.content .log .command-matches-container ul.command-matches {
  list-style-type: none;
  overflow-x: clip;
  overflow-y: auto;
  max-height: 300px;
  white-space: nowrap;
  width: max-content;
  scrollbar-width: none;
}
.gameboard .right-pane .content-pane>.content .log .command-matches-container ul.command-matches li.command-match.highlight span {
  color: #ffa600;
  cursor: pointer;
}
@-moz-keyframes new-card {
  0% {
    -moz-box-shadow: 0 0 1px 2px #ffa600, 20px 20px 15px 10px rgba(255,237,204,0.3), -20px -20px 15px 10px rgba(255,237,204,0.3), 0 0 30px 15px rgba(255,102,0,0.7);
    -webkit-box-shadow: 0 0 1px 2px #ffa600, 20px 20px 15px 10px rgba(255,237,204,0.3), -20px -20px 15px 10px rgba(255,237,204,0.3), 0 0 30px 15px rgba(255,102,0,0.7);
    box-shadow: 0 0 1px 2px #ffa600, 20px 20px 15px 10px rgba(255,237,204,0.3), -20px -20px 15px 10px rgba(255,237,204,0.3), 0 0 30px 15px rgba(255,102,0,0.7);
  }
  100% {
    -moz-box-shadow: 0 0 1px 2px #ffa600, 0px 0px 0px 0px rgba(255,237,204,0.3), 0px 0px 0px 0px rgba(255,237,204,0.3), 0 0 0px 0px rgba(255,102,0,0.7);
    -webkit-box-shadow: 0 0 1px 2px #ffa600, 0px 0px 0px 0px rgba(255,237,204,0.3), 0px 0px 0px 0px rgba(255,237,204,0.3), 0 0 0px 0px rgba(255,102,0,0.7);
    box-shadow: 0 0 1px 2px #ffa600, 0px 0px 0px 0px rgba(255,237,204,0.3), 0px 0px 0px 0px rgba(255,237,204,0.3), 0 0 0px 0px rgba(255,102,0,0.7);
  }
}
@-webkit-keyframes new-card {
  0% {
    -moz-box-shadow: 0 0 1px 2px #ffa600, 20px 20px 15px 10px rgba(255,237,204,0.3), -20px -20px 15px 10px rgba(255,237,204,0.3), 0 0 30px 15px rgba(255,102,0,0.7);
    -webkit-box-shadow: 0 0 1px 2px #ffa600, 20px 20px 15px 10px rgba(255,237,204,0.3), -20px -20px 15px 10px rgba(255,237,204,0.3), 0 0 30px 15px rgba(255,102,0,0.7);
    box-shadow: 0 0 1px 2px #ffa600, 20px 20px 15px 10px rgba(255,237,204,0.3), -20px -20px 15px 10px rgba(255,237,204,0.3), 0 0 30px 15px rgba(255,102,0,0.7);
  }
  100% {
    -moz-box-shadow: 0 0 1px 2px #ffa600, 0px 0px 0px 0px rgba(255,237,204,0.3), 0px 0px 0px 0px rgba(255,237,204,0.3), 0 0 0px 0px rgba(255,102,0,0.7);
    -webkit-box-shadow: 0 0 1px 2px #ffa600, 0px 0px 0px 0px rgba(255,237,204,0.3), 0px 0px 0px 0px rgba(255,237,204,0.3), 0 0 0px 0px rgba(255,102,0,0.7);
    box-shadow: 0 0 1px 2px #ffa600, 0px 0px 0px 0px rgba(255,237,204,0.3), 0px 0px 0px 0px rgba(255,237,204,0.3), 0 0 0px 0px rgba(255,102,0,0.7);
  }
}
@-o-keyframes new-card {
  0% {
    -moz-box-shadow: 0 0 1px 2px #ffa600, 20px 20px 15px 10px rgba(255,237,204,0.3), -20px -20px 15px 10px rgba(255,237,204,0.3), 0 0 30px 15px rgba(255,102,0,0.7);
    -webkit-box-shadow: 0 0 1px 2px #ffa600, 20px 20px 15px 10px rgba(255,237,204,0.3), -20px -20px 15px 10px rgba(255,237,204,0.3), 0 0 30px 15px rgba(255,102,0,0.7);
    box-shadow: 0 0 1px 2px #ffa600, 20px 20px 15px 10px rgba(255,237,204,0.3), -20px -20px 15px 10px rgba(255,237,204,0.3), 0 0 30px 15px rgba(255,102,0,0.7);
  }
  100% {
    -moz-box-shadow: 0 0 1px 2px #ffa600, 0px 0px 0px 0px rgba(255,237,204,0.3), 0px 0px 0px 0px rgba(255,237,204,0.3), 0 0 0px 0px rgba(255,102,0,0.7);
    -webkit-box-shadow: 0 0 1px 2px #ffa600, 0px 0px 0px 0px rgba(255,237,204,0.3), 0px 0px 0px 0px rgba(255,237,204,0.3), 0 0 0px 0px rgba(255,102,0,0.7);
    box-shadow: 0 0 1px 2px #ffa600, 0px 0px 0px 0px rgba(255,237,204,0.3), 0px 0px 0px 0px rgba(255,237,204,0.3), 0 0 0px 0px rgba(255,102,0,0.7);
  }
}
@keyframes new-card {
  0% {
    -moz-box-shadow: 0 0 1px 2px #ffa600, 20px 20px 15px 10px rgba(255,237,204,0.3), -20px -20px 15px 10px rgba(255,237,204,0.3), 0 0 30px 15px rgba(255,102,0,0.7);
    -webkit-box-shadow: 0 0 1px 2px #ffa600, 20px 20px 15px 10px rgba(255,237,204,0.3), -20px -20px 15px 10px rgba(255,237,204,0.3), 0 0 30px 15px rgba(255,102,0,0.7);
    box-shadow: 0 0 1px 2px #ffa600, 20px 20px 15px 10px rgba(255,237,204,0.3), -20px -20px 15px 10px rgba(255,237,204,0.3), 0 0 30px 15px rgba(255,102,0,0.7);
  }
  100% {
    -moz-box-shadow: 0 0 1px 2px #ffa600, 0px 0px 0px 0px rgba(255,237,204,0.3), 0px 0px 0px 0px rgba(255,237,204,0.3), 0 0 0px 0px rgba(255,102,0,0.7);
    -webkit-box-shadow: 0 0 1px 2px #ffa600, 0px 0px 0px 0px rgba(255,237,204,0.3), 0px 0px 0px 0px rgba(255,237,204,0.3), 0 0 0px 0px rgba(255,102,0,0.7);
    box-shadow: 0 0 1px 2px #ffa600, 0px 0px 0px 0px rgba(255,237,204,0.3), 0px 0px 0px 0px rgba(255,237,204,0.3), 0 0 0px 0px rgba(255,102,0,0.7);
  }
}
@-moz-keyframes graveyard-card {
  0% {
    -moz-box-shadow: 0 0 1px 2px #8352ad, 20px 20px 15px 10px rgba(230,220,239,0.3), -20px -20px 15px 10px rgba(230,220,239,0.3), 0 0 30px 15px rgba(108,82,173,0.7);
    -webkit-box-shadow: 0 0 1px 2px #8352ad, 20px 20px 15px 10px rgba(230,220,239,0.3), -20px -20px 15px 10px rgba(230,220,239,0.3), 0 0 30px 15px rgba(108,82,173,0.7);
    box-shadow: 0 0 1px 2px #8352ad, 20px 20px 15px 10px rgba(230,220,239,0.3), -20px -20px 15px 10px rgba(230,220,239,0.3), 0 0 30px 15px rgba(108,82,173,0.7);
  }
  100% {
    -moz-box-shadow: 0 0 1px 2px #8352ad, 0px 0px 0px 0px rgba(230,220,239,0.3), 0px 0px 0px 0px rgba(230,220,239,0.3), 0 0 0px 0px rgba(108,82,173,0.7);
    -webkit-box-shadow: 0 0 1px 2px #8352ad, 0px 0px 0px 0px rgba(230,220,239,0.3), 0px 0px 0px 0px rgba(230,220,239,0.3), 0 0 0px 0px rgba(108,82,173,0.7);
    box-shadow: 0 0 1px 2px #8352ad, 0px 0px 0px 0px rgba(230,220,239,0.3), 0px 0px 0px 0px rgba(230,220,239,0.3), 0 0 0px 0px rgba(108,82,173,0.7);
  }
}
@-webkit-keyframes graveyard-card {
  0% {
    -moz-box-shadow: 0 0 1px 2px #8352ad, 20px 20px 15px 10px rgba(230,220,239,0.3), -20px -20px 15px 10px rgba(230,220,239,0.3), 0 0 30px 15px rgba(108,82,173,0.7);
    -webkit-box-shadow: 0 0 1px 2px #8352ad, 20px 20px 15px 10px rgba(230,220,239,0.3), -20px -20px 15px 10px rgba(230,220,239,0.3), 0 0 30px 15px rgba(108,82,173,0.7);
    box-shadow: 0 0 1px 2px #8352ad, 20px 20px 15px 10px rgba(230,220,239,0.3), -20px -20px 15px 10px rgba(230,220,239,0.3), 0 0 30px 15px rgba(108,82,173,0.7);
  }
  100% {
    -moz-box-shadow: 0 0 1px 2px #8352ad, 0px 0px 0px 0px rgba(230,220,239,0.3), 0px 0px 0px 0px rgba(230,220,239,0.3), 0 0 0px 0px rgba(108,82,173,0.7);
    -webkit-box-shadow: 0 0 1px 2px #8352ad, 0px 0px 0px 0px rgba(230,220,239,0.3), 0px 0px 0px 0px rgba(230,220,239,0.3), 0 0 0px 0px rgba(108,82,173,0.7);
    box-shadow: 0 0 1px 2px #8352ad, 0px 0px 0px 0px rgba(230,220,239,0.3), 0px 0px 0px 0px rgba(230,220,239,0.3), 0 0 0px 0px rgba(108,82,173,0.7);
  }
}
@-o-keyframes graveyard-card {
  0% {
    -moz-box-shadow: 0 0 1px 2px #8352ad, 20px 20px 15px 10px rgba(230,220,239,0.3), -20px -20px 15px 10px rgba(230,220,239,0.3), 0 0 30px 15px rgba(108,82,173,0.7);
    -webkit-box-shadow: 0 0 1px 2px #8352ad, 20px 20px 15px 10px rgba(230,220,239,0.3), -20px -20px 15px 10px rgba(230,220,239,0.3), 0 0 30px 15px rgba(108,82,173,0.7);
    box-shadow: 0 0 1px 2px #8352ad, 20px 20px 15px 10px rgba(230,220,239,0.3), -20px -20px 15px 10px rgba(230,220,239,0.3), 0 0 30px 15px rgba(108,82,173,0.7);
  }
  100% {
    -moz-box-shadow: 0 0 1px 2px #8352ad, 0px 0px 0px 0px rgba(230,220,239,0.3), 0px 0px 0px 0px rgba(230,220,239,0.3), 0 0 0px 0px rgba(108,82,173,0.7);
    -webkit-box-shadow: 0 0 1px 2px #8352ad, 0px 0px 0px 0px rgba(230,220,239,0.3), 0px 0px 0px 0px rgba(230,220,239,0.3), 0 0 0px 0px rgba(108,82,173,0.7);
    box-shadow: 0 0 1px 2px #8352ad, 0px 0px 0px 0px rgba(230,220,239,0.3), 0px 0px 0px 0px rgba(230,220,239,0.3), 0 0 0px 0px rgba(108,82,173,0.7);
  }
}
@keyframes graveyard-card {
  0% {
    -moz-box-shadow: 0 0 1px 2px #8352ad, 20px 20px 15px 10px rgba(230,220,239,0.3), -20px -20px 15px 10px rgba(230,220,239,0.3), 0 0 30px 15px rgba(108,82,173,0.7);
    -webkit-box-shadow: 0 0 1px 2px #8352ad, 20px 20px 15px 10px rgba(230,220,239,0.3), -20px -20px 15px 10px rgba(230,220,239,0.3), 0 0 30px 15px rgba(108,82,173,0.7);
    box-shadow: 0 0 1px 2px #8352ad, 20px 20px 15px 10px rgba(230,220,239,0.3), -20px -20px 15px 10px rgba(230,220,239,0.3), 0 0 30px 15px rgba(108,82,173,0.7);
  }
  100% {
    -moz-box-shadow: 0 0 1px 2px #8352ad, 0px 0px 0px 0px rgba(230,220,239,0.3), 0px 0px 0px 0px rgba(230,220,239,0.3), 0 0 0px 0px rgba(108,82,173,0.7);
    -webkit-box-shadow: 0 0 1px 2px #8352ad, 0px 0px 0px 0px rgba(230,220,239,0.3), 0px 0px 0px 0px rgba(230,220,239,0.3), 0 0 0px 0px rgba(108,82,173,0.7);
    box-shadow: 0 0 1px 2px #8352ad, 0px 0px 0px 0px rgba(230,220,239,0.3), 0px 0px 0px 0px rgba(230,220,239,0.3), 0 0 0px 0px rgba(108,82,173,0.7);
  }
}
@-moz-keyframes encountered-card {
  0% {
    -moz-box-shadow: 0 0 10px 4px #d43425, 0px 0px 12px 12px rgba(247,214,211,0.3);
    -webkit-box-shadow: 0 0 10px 4px #d43425, 0px 0px 12px 12px rgba(247,214,211,0.3);
    box-shadow: 0 0 10px 4px #d43425, 0px 0px 12px 12px rgba(247,214,211,0.3);
  }
  100% {
    -moz-box-shadow: 0 0 1px 2px #d43425, 0px 0px 0px 0px rgba(247,214,211,0.3);
    -webkit-box-shadow: 0 0 1px 2px #d43425, 0px 0px 0px 0px rgba(247,214,211,0.3);
    box-shadow: 0 0 1px 2px #d43425, 0px 0px 0px 0px rgba(247,214,211,0.3);
  }
}
@-webkit-keyframes encountered-card {
  0% {
    -moz-box-shadow: 0 0 10px 4px #d43425, 0px 0px 12px 12px rgba(247,214,211,0.3);
    -webkit-box-shadow: 0 0 10px 4px #d43425, 0px 0px 12px 12px rgba(247,214,211,0.3);
    box-shadow: 0 0 10px 4px #d43425, 0px 0px 12px 12px rgba(247,214,211,0.3);
  }
  100% {
    -moz-box-shadow: 0 0 1px 2px #d43425, 0px 0px 0px 0px rgba(247,214,211,0.3);
    -webkit-box-shadow: 0 0 1px 2px #d43425, 0px 0px 0px 0px rgba(247,214,211,0.3);
    box-shadow: 0 0 1px 2px #d43425, 0px 0px 0px 0px rgba(247,214,211,0.3);
  }
}
@-o-keyframes encountered-card {
  0% {
    -moz-box-shadow: 0 0 10px 4px #d43425, 0px 0px 12px 12px rgba(247,214,211,0.3);
    -webkit-box-shadow: 0 0 10px 4px #d43425, 0px 0px 12px 12px rgba(247,214,211,0.3);
    box-shadow: 0 0 10px 4px #d43425, 0px 0px 12px 12px rgba(247,214,211,0.3);
  }
  100% {
    -moz-box-shadow: 0 0 1px 2px #d43425, 0px 0px 0px 0px rgba(247,214,211,0.3);
    -webkit-box-shadow: 0 0 1px 2px #d43425, 0px 0px 0px 0px rgba(247,214,211,0.3);
    box-shadow: 0 0 1px 2px #d43425, 0px 0px 0px 0px rgba(247,214,211,0.3);
  }
}
@keyframes encountered-card {
  0% {
    -moz-box-shadow: 0 0 10px 4px #d43425, 0px 0px 12px 12px rgba(247,214,211,0.3);
    -webkit-box-shadow: 0 0 10px 4px #d43425, 0px 0px 12px 12px rgba(247,214,211,0.3);
    box-shadow: 0 0 10px 4px #d43425, 0px 0px 12px 12px rgba(247,214,211,0.3);
  }
  100% {
    -moz-box-shadow: 0 0 1px 2px #d43425, 0px 0px 0px 0px rgba(247,214,211,0.3);
    -webkit-box-shadow: 0 0 1px 2px #d43425, 0px 0px 0px 0px rgba(247,214,211,0.3);
    box-shadow: 0 0 1px 2px #d43425, 0px 0px 0px 0px rgba(247,214,211,0.3);
  }
}
@-moz-keyframes hovered-card {
  0% {
    -moz-box-shadow: 0 0 10px 4px #00aeff, 0px 0px 12px 12px rgba(204,239,255,0.3);
    -webkit-box-shadow: 0 0 10px 4px #00aeff, 0px 0px 12px 12px rgba(204,239,255,0.3);
    box-shadow: 0 0 10px 4px #00aeff, 0px 0px 12px 12px rgba(204,239,255,0.3);
  }
  100% {
    -moz-box-shadow: 0 0 1px 2px #00aeff, 0px 0px 0px 0px rgba(204,239,255,0.3);
    -webkit-box-shadow: 0 0 1px 2px #00aeff, 0px 0px 0px 0px rgba(204,239,255,0.3);
    box-shadow: 0 0 1px 2px #00aeff, 0px 0px 0px 0px rgba(204,239,255,0.3);
  }
}
@-webkit-keyframes hovered-card {
  0% {
    -moz-box-shadow: 0 0 10px 4px #00aeff, 0px 0px 12px 12px rgba(204,239,255,0.3);
    -webkit-box-shadow: 0 0 10px 4px #00aeff, 0px 0px 12px 12px rgba(204,239,255,0.3);
    box-shadow: 0 0 10px 4px #00aeff, 0px 0px 12px 12px rgba(204,239,255,0.3);
  }
  100% {
    -moz-box-shadow: 0 0 1px 2px #00aeff, 0px 0px 0px 0px rgba(204,239,255,0.3);
    -webkit-box-shadow: 0 0 1px 2px #00aeff, 0px 0px 0px 0px rgba(204,239,255,0.3);
    box-shadow: 0 0 1px 2px #00aeff, 0px 0px 0px 0px rgba(204,239,255,0.3);
  }
}
@-o-keyframes hovered-card {
  0% {
    -moz-box-shadow: 0 0 10px 4px #00aeff, 0px 0px 12px 12px rgba(204,239,255,0.3);
    -webkit-box-shadow: 0 0 10px 4px #00aeff, 0px 0px 12px 12px rgba(204,239,255,0.3);
    box-shadow: 0 0 10px 4px #00aeff, 0px 0px 12px 12px rgba(204,239,255,0.3);
  }
  100% {
    -moz-box-shadow: 0 0 1px 2px #00aeff, 0px 0px 0px 0px rgba(204,239,255,0.3);
    -webkit-box-shadow: 0 0 1px 2px #00aeff, 0px 0px 0px 0px rgba(204,239,255,0.3);
    box-shadow: 0 0 1px 2px #00aeff, 0px 0px 0px 0px rgba(204,239,255,0.3);
  }
}
@keyframes hovered-card {
  0% {
    -moz-box-shadow: 0 0 10px 4px #00aeff, 0px 0px 12px 12px rgba(204,239,255,0.3);
    -webkit-box-shadow: 0 0 10px 4px #00aeff, 0px 0px 12px 12px rgba(204,239,255,0.3);
    box-shadow: 0 0 10px 4px #00aeff, 0px 0px 12px 12px rgba(204,239,255,0.3);
  }
  100% {
    -moz-box-shadow: 0 0 1px 2px #00aeff, 0px 0px 0px 0px rgba(204,239,255,0.3);
    -webkit-box-shadow: 0 0 1px 2px #00aeff, 0px 0px 0px 0px rgba(204,239,255,0.3);
    box-shadow: 0 0 1px 2px #00aeff, 0px 0px 0px 0px rgba(204,239,255,0.3);
  }
}
.gameboard.show-unrezzed-card-labels .centralpane .me .card:hover img + .cardname {
  z-index: 12;
  background-color: #323232;
}
.gameboard.show-unrezzed-card-labels .centralpane .me .card img + .cardname {
  position: absolute;
  background: linear-gradient(180deg, rgba(20,20,20,0.85) 0%, rgba(20,20,20,0.7) 65%, rgba(20,20,20,0) 100%);
  text-shadow: 0 0 3px #000;
  white-space: nowrap;
  text-overflow: clip;
  overflow: hidden;
  padding: 0.1rem;
  width: 100%;
  z-index: 11;
}
.gameboard.show-unrezzed-card-labels .centralpane .me .card img + .cardname:empty {
  display: none;
}
.gameboard.show-unrezzed-card-labels .centralpane .me .card img + .cardname:hover {
  white-space: unset;
  text-overflow: unset;
  overflow: unset;
  font-size: 0.7em;
  z-index: 15;
}
.gameboard.show-unrezzed-card-labels .centralpane .me .content img + .cardname {
  border-top-right-radius: 3.5px;
  border-top-left-radius: 3.5px;
}
.gameboard.show-unrezzed-card-labels .centralpane .me .ices img + .cardname {
  background: linear-gradient(270deg, rgba(20,20,20,0.85) 0%, rgba(20,20,20,0.7) 65%, rgba(20,20,20,0) 100%);
  border-top-right-radius: 3.5px;
  border-bottom-right-radius: 3.5px;
  writing-mode: vertical-rl;
  width: unset;
  z-index: unset;
  right: 0;
  top: 0;
  bottom: 0;
}
.gameboard.show-card-labels .card:hover .cardname {
  z-index: 15 !important;
  background-color: #323232 !important;
}
.gameboard.show-card-labels .card div + .cardname {
  position: absolute;
  background: linear-gradient(180deg, rgba(20,20,20,0.85) 0%, rgba(20,20,20,0.7) 65%, rgba(20,20,20,0) 100%);
  text-shadow: 0 0 3px #000;
  white-space: nowrap;
  text-overflow: clip;
  overflow: hidden;
  padding: 0.1rem;
  width: 100%;
  z-index: 11;
  border-top-left-radius: 3.5px;
  border-top-right-radius: 3.5px;
}
.gameboard.show-card-labels .card div + .cardname:empty {
  display: none;
}
.gameboard.show-card-labels .card div + .cardname:hover {
  white-space: unset;
  text-overflow: unset;
  overflow: unset;
  font-size: 0.7em;
  z-index: 15;
}
.gameboard.show-card-labels .discard .card div + .cardname,
.gameboard.show-card-labels .prompt-card-preview .card div + .cardname {
  z-index: -1;
}
.gameboard.show-card-labels .scored .card-wrapper + .header {
  z-index: -1;
}
.gameboard.show-card-labels .rfg .header {
  top: auto;
  bottom: 0;
}
.gameboard.show-card-labels .me .hand-controls .header {
  top: auto;
  bottom: 0;
}
.gameboard.show-card-labels .me .ices div + .cardname {
  background: linear-gradient(270deg, rgba(20,20,20,0.85) 0%, rgba(20,20,20,0.7) 65%, rgba(20,20,20,0) 100%);
  border-top-right-radius: 3.5px;
  border-bottom-right-radius: 3.5px;
  writing-mode: vertical-rl;
  width: unset;
  z-index: unset;
  right: 0;
  top: 0;
  bottom: 0;
}
.gameboard.show-card-labels .me .ices .additional-subtypes {
  right: 8px;
  top: 10px;
  white-space: nowrap;
}
.gameboard.show-card-labels .opponent .ices div + .cardname {
  background: linear-gradient(270deg, rgba(20,20,20,0.85) 0%, rgba(20,20,20,0.7) 65%, rgba(20,20,20,0) 100%);
  border-top-right-radius: 3.5px;
  border-bottom-right-radius: 3.5px;
  writing-mode: vertical-rl;
  width: unset;
  z-index: unset;
  top: 0;
  bottom: 0;
  -webkit-transform: scale(-1, -1);
  -moz-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
.gameboard.show-card-labels .opponent .ices .strength {
  z-index: 15;
  top: 0.4em;
  left: unset;
  right: 0.4em;
}
.gameboard.show-card-labels .opponent .ices .additional-subtypes {
  top: 30px;
}
.gameboard.show-card-labels .ices .hosted div + .cardname {
  z-index: 13;
  right: auto;
  top: auto;
  bottom: auto;
  width: 100%;
  writing-mode: unset;
  -webkit-transform: unset;
  -moz-transform: unset;
  -o-transform: unset;
  transform: unset;
}
.gameboard.show-card-labels .identity .additional-subtypes {
  top: 15px;
}
#account {
  display: block;
  height: 100%;
  overflow: auto;
  margin-top: -31px;
}
#account section {
  margin-bottom: 20px;
}
#account .flash-message {
  color: #32cd32;
  margin-left: 16px;
}
#account input,
#account select {
  margin-right: 8px;
}
#account input[type="range"] {
  position: relative;
  top: 9px;
  left: 16px;
}
#account #alt-art,
#account div#my-alt-art {
  margin-top: 10px;
}
#account #alt-art div.alt-art-group,
#account div#my-alt-art div.alt-art-group {
  clear: both;
  margin: 5px 0;
}
#account #alt-art div.alt-art-group > div,
#account div#my-alt-art div.alt-art-group > div {
  float: left;
  margin: 5px;
}
#account #alt-art div.alt-art-group > div > div,
#account div#my-alt-art div.alt-art-group > div > div {
  text-align: center;
}
#account #set-all {
  clear: both;
}
.reset-all {
  margin-top: 10px;
}
.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;
}
.about .bitcoin {
  color: #ffa600;
  position: relative;
}
.about .bitcoin .qr {
  display: none;
  position: absolute;
  top: 1.5rem;
  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;
}
ul.missing-players {
  padding: revert;
}
.tournament-settings-container {
  overflow: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.game-list .gameline span.game-title {
  font-weight: bold;
}
.game-list .gameline .game-status span.not-started {
  color: #fd0;
}
.game-list .gameline .game-status span.started {
  color: #32cd32;
}
.game-list .gameline .players {
  display: flex;
}
.game-list .gameline .players .player-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.game-list .gameline .players .player-info span.username-label,
.game-list .gameline .players .player-info span.id-label,
.game-list .gameline .players .player-info span.hash-label,
.game-list .gameline .players .player-info span.side-label {
  font-weight: bold;
}
.game-list .gameline .players .player-info span.hash-value {
  font-family: monospace;
}
.admin {
  color: #ffa600;
}
.users-box {
  margin-left: 0;
  min-height: 1px;
  padding-right: 0px;
}
.users-box .list {
  height: 200px;
  margin: 0;
  overflow: auto;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
.users-box .users-item {
  margin-bottom: 4px;
}
.users-box .users-item .title p {
  display: inline;
}
.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;
}
.bottompane {
  width: 100%;
  height: 117px;
}
.bottompane .replay {
  width: 100%;
  height: 100%;
  margin: auto;
}
.bottompane .replay #timeline {
  width: 100%;
  height: 70px;
  margin: auto;
  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;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  scroll-behavior: smooth;
}
.bottompane .replay #timeline:hover {
  overflow-x: visible;
}
.bottompane .replay #timeline .step {
  text-align: center;
  width: 50px;
  height: 50px;
}
.bottompane .replay #timeline .step .step-label .anr-icon {
  font-size: inherit;
}
.bottompane .replay #timeline .step .run {
  font-family: "noto-emoji" !important;
}
.bottompane .replay #timeline .step .end-of-game {
  font-family: "noto-emoji" !important;
}
.bottompane .replay #timeline .step .purge {
  font-family: "noto-emoji" !important;
}
.bottompane .replay #timeline .step .step-label {
  text-align: center;
  font-size: 1.25rem;
  position: relative;
  background-color: #28394d;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: auto;
  padding-top: 5px;
  z-index: 2;
  width: 32px;
  height: 32px;
  top: 10px;
}
.bottompane .replay #timeline .step .step-label:hover {
  border-color: #ffa600;
  -moz-box-shadow: 0 0 6px #00aeff;
  -webkit-box-shadow: 0 0 6px #00aeff;
  box-shadow: 0 0 6px #00aeff;
}
.bottompane .replay #timeline .step .annotated-before:before,
.bottompane .replay #timeline .step .annotated-after:after {
  text-align: center;
  font-weight: bold;
  font-size: 0.625rem;
  line-height: 0.75rem;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #fff;
  -moz-box-shadow: 0 0 3px #fff;
  -webkit-box-shadow: 0 0 3px #fff;
  box-shadow: 0 0 3px #fff;
}
.bottompane .replay #timeline .step .annotated-before:before {
  left: -6px;
  top: -6px;
}
.bottompane .replay #timeline .step .annotated-after:after {
  right: -6px;
  top: -6px;
}
.bottompane .replay #timeline .step .annotated-after.none:after {
  display: none !important;
}
.bottompane .replay #timeline .step .start-of-turn-corp:before {
  content: attr(data-turn);
  color: #fff;
  background-color: rgba(40,57,77,0.8);
}
.bottompane .replay #timeline .step .active-step-label {
  font-size: 2rem;
  width: 45px;
  height: 45px;
  padding-top: 11px;
  top: 5px;
  border-color: #ffa600;
  color: #ffa600;
  -moz-box-shadow: 0 0 6px #ffa600;
  -webkit-box-shadow: 0 0 6px #ffa600;
  box-shadow: 0 0 6px #ffa600;
}
.bottompane .replay #timeline .step .draw .symbol,
.bottompane .replay #timeline .step .draw .symbol:after {
  box-sizing: content-box;
  position: relative;
  content: '';
  display: block;
  margin: auto;
  height: 1.225ex;
  width: 0.875ex;
  border: 1px solid #fff;
  background: rgba(40,57,77,0.8);
  color: rgba(0,0,0,0);
}
.bottompane .replay #timeline .step .draw .symbol {
  margin: auto;
  -webkit-transform: translate(-5%, -5%);
  -moz-transform: translate(-5%, -5%);
  -o-transform: translate(-5%, -5%);
  transform: translate(-5%, -5%);
}
.bottompane .replay #timeline .step .draw .symbol:after {
  -webkit-transform: translate(10%, 10%);
  -moz-transform: translate(10%, 10%);
  -o-transform: translate(10%, 10%);
  transform: translate(10%, 10%);
}
.bottompane .replay #timeline .step .step-label.draw {
  padding-top: 7px;
}
.bottompane .replay #timeline .step .active-step-label.draw {
  padding-top: 10px;
}
.bottompane .replay #timeline .step .active-step-label.draw .symbol,
.bottompane .replay #timeline .step .active-step-label.draw .symbol:after {
  border-color: #ffa600;
}
.bottompane .replay #timeline .step:after {
  content: '';
  display: block;
  position: relative;
  z-index: 1;
  left: 25px;
  top: -8px;
  width: 40px;
  height: 5px;
}
.bottompane .replay #timeline .step.corp:after {
  background-color: #4062bf;
}
.bottompane .replay #timeline .step.runner:after {
  background-color: #f00;
}
.bottompane .replay #timeline .active-step:after {
  top: -21px;
  width: 50px;
}
.bottompane .replay #timeline .start-of-turn-corp,
.bottompane .replay #timeline .start-of-turn-runner {
  margin-left: 8px;
}
.bottompane .replay .controls {
  position: relative;
  top: -15px;
  margin: 10px auto;
  text-align: center;
}
.bottompane .replay .controls button.small {
  margin: 0 4px 0 4px;
  font-size: 1.5rem;
  height: 30px;
  width: 30px;
  background-color: rgba(0,0,0,0);
  border-color: #fff;
}
.bottompane .replay .controls button.small:hover {
  background-color: rgba(255,166,0,0.3);
  border-color: gold-core;
}
.bottompane .replay .controls button.on {
  background-color: rgba(199,129,0,0.9);
  border: 1px solid #fd0;
}
.bottompane .replay .controls button.off {
  background-color: rgba(255,166,0,0.3);
}
.bottompane .replay .sharing {
  position: absolute;
  text-align: right;
  bottom: 0px;
  right: 0px;
  margin: 10px;
}
.bottompane .replay .sharing button {
  margin: 5px;
}
.bottompane .replay .sharing input {
  width: 400px;
  margin: 5px;
}
.right-pane .notes,
.right-pane .notes-shared {
  height: 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;
}
.right-pane .notes .turn,
.right-pane .notes-shared .turn,
.right-pane .notes .click,
.right-pane .notes-shared .click {
  position: relative;
  flex-grow: 1;
}
.right-pane .notes hr,
.right-pane .notes-shared hr {
  margin: 15px auto;
  width: 95%;
}
.right-pane .notes input,
.right-pane .notes-shared input {
  min-height: 28px;
  margin: 2px 0;
}
.right-pane .notes .button-row,
.right-pane .notes-shared .button-row {
  margin: 4px 0;
}
.right-pane .notes textarea,
.right-pane .notes-shared textarea {
  background: rgba(0,0,0,0);
  color: #fff;
  -moz-box-shadow: 0 0 12px rgba(0,0,0,0.6), inset 0 0 0 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.6), inset 0 0 0 1px rgba(0,0,0,0.1);
  box-shadow: 0 0 12px rgba(0,0,0,0.6), inset 0 0 0 1px rgba(0,0,0,0.1);
  width: 100%;
  height: 100%;
}
.right-pane .notes .click:after,
.right-pane .notes-shared .click:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: rgba(255,255,255,0.1);
  text-align: center;
  font-family: "anr-icon" !important;
  font-size: 8.75rem;
  speak: none;
  content: "\e611";
  pointer-events: none;
}
.right-pane .notes .turn,
.right-pane .notes-shared .turn {
  content: "";
  background: url("/img/turn.png") no-repeat 0 0;
  -webkit-background-size: 200px;
  -moz-background-size: 200px;
  -o-background-size: 200px;
  background-size: 200px;
  background-position: center;
}
.right-pane .notes .notes-icons,
.right-pane .notes-shared .notes-icons {
  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-justify-content: center;
  justify-content: center;
}
.right-pane .notes .notes-icons .notes-icon:after,
.right-pane .notes-shared .notes-icons .notes-icon:after {
  width: 15px;
  height: 15px;
}
.right-pane .notes .notes-icons .notes-icon:after,
.right-pane .notes-shared .notes-icons .notes-icon:after {
  margin: 5px;
}
.right-pane .notes .notes-icons .notes-icon:hover:after,
.right-pane .notes-shared .notes-icons .notes-icon:hover:after {
  border-color: #ffa600 !important;
}
.right-pane .notes .notes-icons .notes-icon.selected:after,
.right-pane .notes-shared .notes-icons .notes-icon.selected:after {
  border-color: #ffa600 !important;
  -moz-box-shadow: 0 0 6px #ffa600;
  -webkit-box-shadow: 0 0 6px #ffa600;
  box-shadow: 0 0 6px #ffa600;
}
.right-pane .notes .notes-icons .notes-separator,
.right-pane .notes-shared .notes-icons .notes-separator {
  width: 10px;
}
.notes-icon:after {
  display: inline-block;
  width: 15px;
  height: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 0.625rem;
  line-height: 0.75rem;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  -moz-box-shadow: 0 0 3px #fff;
  -webkit-box-shadow: 0 0 3px #fff;
  box-shadow: 0 0 3px #fff;
}
.notes-icon.none:after {
  content: '';
  color: #000;
  background-color: rgba(40,57,77,0.8);
  -moz-box-shadow: 0 0 6px rgba(40,57,77,0.8);
  -webkit-box-shadow: 0 0 6px rgba(40,57,77,0.8);
  box-shadow: 0 0 6px rgba(40,57,77,0.8);
}
.notes-icon.blunder:after {
  content: '??';
  color: #000;
  background-color: #f00;
  -moz-box-shadow: 0 0 6px #f00;
  -webkit-box-shadow: 0 0 6px #f00;
  box-shadow: 0 0 6px #f00;
}
.notes-icon.mistake:after {
  content: '?';
  color: #000;
  background-color: #c78100;
  -moz-box-shadow: 0 0 6px #c78100;
  -webkit-box-shadow: 0 0 6px #c78100;
  box-shadow: 0 0 6px #c78100;
}
.notes-icon.inaccuracy:after {
  content: '?!';
  color: #000;
  background-color: #f0c15c;
  -moz-box-shadow: 0 0 6px #f0c15c;
  -webkit-box-shadow: 0 0 6px #f0c15c;
  box-shadow: 0 0 6px #f0c15c;
}
.notes-icon.good:after {
  content: '!';
  color: #000;
  background-color: olive-green;
  -moz-box-shadow: 0 0 6px olive-green;
  -webkit-box-shadow: 0 0 6px olive-green;
  box-shadow: 0 0 6px olive-green;
}
.notes-icon.brilliant:after {
  content: '!!';
  color: #000;
  background-color: #4062bf;
  -moz-box-shadow: 0 0 6px #4062bf;
  -webkit-box-shadow: 0 0 6px #4062bf;
  box-shadow: 0 0 6px #4062bf;
}
.notes-icon.a:after {
  content: '⯀';
  color: #fff;
  border-radius: 25% !important;
  line-height: 0.75rem !important;
  background-color: #d43425;
  -moz-box-shadow: 0 0 6px #d43425;
  -webkit-box-shadow: 0 0 6px #d43425;
  box-shadow: 0 0 6px #d43425;
}
.notes-icon.b:after {
  content: '⬥';
  color: #fff;
  border-radius: 25% !important;
  line-height: 0.75rem !important;
  background-color: #00aeff;
  -moz-box-shadow: 0 0 6px #00aeff;
  -webkit-box-shadow: 0 0 6px #00aeff;
  box-shadow: 0 0 6px #00aeff;
}
.notes-icon.c:after {
  content: '☀';
  color: #000;
  border-radius: 25% !important;
  background-color: #32cd32;
  -moz-box-shadow: 0 0 6px #32cd32;
  -webkit-box-shadow: 0 0 6px #32cd32;
  box-shadow: 0 0 6px #32cd32;
}
.notes-icon.d:after {
  content: '★';
  color: #fff;
  border-radius: 25% !important;
  background-color: #420066;
  -moz-box-shadow: 0 0 6px #420066;
  -webkit-box-shadow: 0 0 6px #420066;
  box-shadow: 0 0 6px #420066;
}
.lobby .angel-arena.game-panel {
  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;
  position: relative;
  overflow-y: auto;
}
.lobby .angel-arena.game-panel >div {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 0;
  margin-bottom: 0.5rem;
  display: inline;
}
.lobby .angel-arena.game-panel >h3 {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}
.lobby .angel-arena.game-panel >h3:not(:first-child) {
  margin-top: 0.5rem;
}
.lobby .angel-arena.game-panel .format-bar {
  padding: 0 1rem 0;
  margin-top: 0px;
  margin-bottom: 0.5rem;
}
.lobby .angel-arena.game-panel .format-bar .tab {
  float: left;
  display: block;
  color: #fff;
  margin: 0 0.5rem;
  line-height: 1.5rem;
  -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 .angel-arena.game-panel .format-bar .tab:hover {
  color: #ffa500;
  cursor: pointer;
}
.lobby .angel-arena.game-panel .format-bar .tab.current {
  color: #ffa500;
}
.lobby .angel-arena.game-panel .queue-time {
  margin-top: 0.125rem;
}
.lobby .angel-arena.game-panel .run .deck {
  height: 65px;
}
.lobby .angel-arena.game-panel .run .deck h4 {
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.lobby .angel-arena.game-panel .run .deck > img {
  float: left;
  height: 100%;
  margin-right: 0.5rem;
}
.lobby .angel-arena.game-panel .run .deck .time,
.lobby .angel-arena.game-panel .run .deck .result {
  font-weight: bold;
}
.lobby .angel-arena.game-panel .run .buttons {
  padding: 0;
  width: auto;
  overflow-y: auto;
}
.lobby .angel-arena.game-panel .run .buttons .button-row {
  margin-top: 0.125rem;
}
.lobby .angel-arena.game-panel .run .buttons button {
  width: auto;
}
.lobby .angel-arena.game-panel .run .buttons .small {
  min-width: 0;
  width: auto;
  padding: 0 2px;
}
.lobby .angel-arena.game-panel >.run .games {
  margin-top: 0.125rem;
  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;
}
.lobby .angel-arena.game-panel >.run .games .match {
  width: auto;
  margin: 0.125rem;
}
.lobby .angel-arena.game-panel >.run .games .match:first-child {
  margin-left: 0;
}
.lobby .angel-arena.game-panel >.run .games .match.aborted {
  display: none;
}
.lobby .angel-arena.game-panel >.run .games .match>img.identity {
  width: 30px;
  border-radius: 2px;
}
.lobby .angel-arena.game-panel >.run .games .match>img.identity.won {
  -moz-box-shadow: 0 0 4px 2px #32cd32;
  -webkit-box-shadow: 0 0 4px 2px #32cd32;
  box-shadow: 0 0 4px 2px #32cd32;
}
.lobby .angel-arena.game-panel >.run .games .match>img.identity.lost {
  -moz-box-shadow: 0 0 4px 2px #d43425;
  -webkit-box-shadow: 0 0 4px 2px #d43425;
  box-shadow: 0 0 4px 2px #d43425;
}
.latest-runs .run {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
  margin: 0;
}
.latest-runs .run .deck {
  flex-grow: 1;
}
.latest-runs .run .match {
  width: auto;
  margin: 0.125rem;
}
.latest-runs .run .match.aborted {
  display: none;
}
.latest-runs .run .match>img.identity {
  width: 45.8px;
  height: 65px;
  border-radius: 2px;
  margin: auto;
}
.latest-runs .run .match>img.identity.won {
  -moz-box-shadow: 0 0 4px 2px #32cd32;
  -webkit-box-shadow: 0 0 4px 2px #32cd32;
  box-shadow: 0 0 4px 2px #32cd32;
}
.latest-runs .run .match>img.identity.lost {
  -moz-box-shadow: 0 0 4px 2px #d43425;
  -webkit-box-shadow: 0 0 4px 2px #d43425;
  box-shadow: 0 0 4px 2px #d43425;
}
.latest-runs .run .name-area {
  flex-grow: 0;
  margin: 0.5rem;
}
.latest-runs .unfold-button {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 0.375rem solid rgba(0,0,0,0);
  border-bottom: 0.375rem solid rgba(0,0,0,0);
  border-left: 0.75rem solid #fff;
  margin: auto;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.latest-runs .unfold-button.open {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.latest-runs .unfold {
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-in-out;
  -moz-transition: max-height 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
  min-width: 100%;
  max-height: 0;
}
.latest-runs .games {
  display: block !important;
}
.latest-runs .games .match {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  height: 5rem;
  margin: 0.25rem;
}
.latest-runs .games .match .info {
  margin: auto;
  flex-grow: 1;
}
.lobby .player .standings {
  margin-left: 0.125rem;
}
.lobby .win-group:not(:first-child) {
  margin-top: 0.75rem;
}
.lobby .win-group .win-divider {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5rem;
}
.gameboard .right-pane .log .angel-arena-time-warning {
  margin-bottom: 1rem;
}
