@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/TitilliumWeb-ExtraLight.woff") format('woff');
  src: url("../fonts/TitilliumWeb-ExtraLight.ttf") format('truetype');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/TitilliumWeb-Light.woff") format('woff');
  src: url("../fonts/TitilliumWeb-Light.ttf") format('truetype');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/TitilliumWeb-Regular.woff") format('woff');
  src: url("../fonts/TitilliumWeb-Regular.ttf") format('truetype');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/TitilliumWeb-Bold.woff") format('woff');
  src: url("../fonts/TitilliumWeb-Bold.ttf") format('truetype');
}
@font-face {
  font-family: 'anr-icon';
  src: url("../fonts/netrunner.eot") format('eot');
  src: url("../fonts/netrunner.eot?#iefix") format('embedded-opentype');
  src: url("../fonts/netrunner.woff") format('woff');
  src: url("../fonts/netrunner.ttf") format('truetype');
  src: url("../fonts/netrunner.svg") format('svg') active;
  font-weight: normal;
  font-style: normal;
}
.anr-icon {
  font-family: "anr-icon" !important;
  font-size: 15px;
  margin-right: 1px;
  speak: none;
}
.anr-icon.haas-bioroid:before {
  content: "\e602";
}
.anr-icon.shaper:before {
  content: "\e603";
}
.anr-icon.subroutine:before {
  content: "\e604";
}
.anr-icon.anarch:before {
  content: "\e605";
}
.anr-icon.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;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}
body {
  color: #333;
  background-color: #000;
  font-family: "Titillium Web", "Helvetica Neue", sans-serif;
  font-size: 13px;
  line-height: 18px;
}
h1,
h2,
h3,
h4 {
  line-height: normal;
  margin: 0 0 8px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
  margin: 0 0 6px;
}
h4 {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 4px;
}
a {
  text-decoration: none;
  color: #ffa500;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
a:hover {
  color: #00aeff;
  text-decoration: none;
}
table {
  border-collapse: collapse;
}
pre {
  font-family: "Titillium Web", "Helvetica Neue", sans-serif;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  margin: 8px 0;
}
ul {
  margin: 0;
  padding: 0;
}
ul.list {
  padding-left: 30px;
  margin: 10px 0;
}
ul.list li {
  margin-bottom: 10px;
}
ul.list p {
  margin: 2px 0;
}
ul.list.compact li {
  margin-bottom: 2px;
}
p {
  margin: 8px 0;
}
section {
  margin-bottom: 16px;
}
input,
select,
textarea {
  font-family: "Titillium Web", "Helvetica Neue", sans-serif;
  font-size: 13px;
  border-radius: 4px;
  padding: 0 5px;
  margin: 0;
  height: 28px;
  background-color: rgba(255,255,255,0.9);
  border: 2px solid rgba(39,56,76,0.8);
  color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
}
input:focus,
select:focus,
textarea:focus {
  -moz-box-shadow: 0 0 6px #00aeff;
  -webkit-box-shadow: 0 0 6px #00aeff;
  box-shadow: 0 0 6px #00aeff;
  border-color: #00aeff !important;
}
input[type="radio"],
input[type="checkbox"] {
  height: auto;
  vertical-align: middle;
  margin: -3px 8px 0 0;
}
label {
  padding: 3px 0;
  cursor: pointer;
}
button,
a.button {
  display: inline-block;
  border-radius: 4px;
  font-size: 12px;
  padding: 4px 12px;
  margin: 0 8px 0 0;
  background-color: rgba(255,165,0,0.35);
  border: 1px solid #ffa500;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.9);
  cursor: pointer;
  height: 28px;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
button:focus,
a.button:focus,
button:hover,
a.button:hover {
  -moz-box-shadow: 0 0 6px #00aeff;
  -webkit-box-shadow: 0 0 6px #00aeff;
  box-shadow: 0 0 6px #00aeff;
  border-color: #00aeff;
}
button.small {
  padding: 0;
  font-size: 12px;
  line-height: 18px;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border-color: #fff;
}
button.small:hover {
  background-color: rgba(255,165,0,0.35);
  border-color: #ffa500;
}
button.on {
  background-color: rgba(200,130,0,0.9);
  border: 1px solid #ffd700;
}
button.off {
  background-color: rgba(255,165,0,0.35);
}
[draggable] {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: element;
}
.card.dragged {
  opacity: 1;
  -moz-box-shadow: 0 0 1px 2px #00aeff;
  -webkit-box-shadow: 0 0 1px 2px #00aeff;
  box-shadow: 0 0 1px 2px #00aeff;
}
.dragover {
  border-color: #ffa500 !important;
}
.avatar {
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 3px;
}
.username {
  font-weight: bold;
  font-size: 14px;
  margin-right: 5px;
}
.active {
  color: #ffa500;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.reboot,
.everything,
.jumpstart,
.legal {
  color: #7cfc00;
  border-color: #7cfc00;
}
.casual {
  color: #ff0;
  border-color: #ff0;
}
.invalid {
  color: #ff4500;
  border-color: #ff4500;
}
.smallwarning {
  position: relative;
  background: rgba(255,165,0,0.35);
  border: 1px solid #ffa500;
  color: #fff;
  margin-left: 2px;
  margin-right: 2px;
  width: 12px;
  display: inline-block;
  text-align: center;
}
.warning {
  position: relative;
  background: #34849f;
  border: 1px solid #9ac2cf;
  margin-left: 12px;
  width: 12px;
  display: inline-block;
  text-align: center;
}
.warning:after,
.warning:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.warning:after {
  border-color: rgba(52,132,159,0);
  border-right-color: #34849f;
  border-width: 8px;
  margin-top: -8px;
}
.warning:before {
  border-color: rgba(154,194,207,0);
  border-right-color: #9ac2cf;
  border-width: 10px;
  margin-top: -10px;
}
.fake-link {
  color: #ffa500;
  cursor: pointer;
}
button .fake-link {
  color: #fff;
}
.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: 12px;
  font-weight: normal;
  margin-left: 10px;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.disabled {
  opacity: 0.5;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: auto;
}
.disabled:hover,
.disabled:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ffa500;
}
.rotated {
  color: #fff;
  background-color: #999;
  border-color: #ff4500;
  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: #ffa500;
}
.label {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 2px 5px;
  font-size: 12px;
  margin: 0 10px;
}
* html .clearfix {
  height: 1%;
  overflow: visible;
}
*+html .clearfix {
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.system {
  margin-bottom: 8px;
  line-height: 15px;
}
.image-container {
  position: relative;
}
.faction-icon {
  width: 24px;
  height: 24px;
  margin-left: 5px;
  background: transparent;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
.faction-icon.adam {
  background-image: url("/img/factions/runner-adam.png");
}
.faction-icon.mako {
  background-image: url("/img/factions/runner-mako.png");
}
.faction-icon.anarch {
  background-image: url("/img/factions/runner-anarch.png");
}
.faction-icon.apex {
  background-image: url("/img/factions/runner-apex.png");
}
.faction-icon.criminal {
  background-image: url("/img/factions/runner-criminal.png");
}
.faction-icon.hb {
  background-image: url("/img/factions/corp-hb.png");
}
.faction-icon.jinteki {
  background-image: url("/img/factions/corp-jinteki.png");
}
.faction-icon.nbn {
  background-image: url("/img/factions/corp-nbn.png");
}
.faction-icon.shaper {
  background-image: url("/img/factions/runner-shaper.png");
}
.faction-icon.sunny {
  background-image: url("/img/factions/runner-sunny.png");
}
.faction-icon.weyland {
  background-image: url("/img/factions/corp-weyland.png");
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 140px;
  padding: 4px 6px;
  list-style: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
.dropdown-menu .block-link {
  padding: 2px 8px;
}
.dropdown-menu.float-right {
  right: 0;
  left: auto;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  background-clip: padding-box;
  border: 1px solid #ffa500;
  background-color: rgba(0,0,0,0.6);
  border-radius: 10px;
  outline: none;
  padding: 15px 20px;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.7;
}
.unseen {
  opacity: 0.5;
}
nav ul {
  list-style-type: none;
}
.topnav {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  color: #999;
  border-bottom: 1px solid rgba(39,56,76,0.9);
}
.topnav #left-menu,
.topnav #right-menu {
  margin: 0 10px;
}
.topnav #left-menu > ul li,
.topnav #right-menu > ul li {
  margin: 0 10px;
}
.topnav #left-menu > ul li.usermenu,
.topnav #right-menu > ul li.usermenu {
  margin: 0;
}
.topnav #left-menu > ul li.usermenu .dropdown-menu,
.topnav #right-menu > ul li.usermenu .dropdown-menu {
  margin-right: -5px;
}
.topnav li,
.topnav #status {
  display: inline-block;
  height: 30px;
  line-height: 29px;
}
.topnav li a,
.topnav #status a {
  color: #fff;
}
.topnav li a:hover,
.topnav #status a:hover {
  color: #ffa500;
}
.topnav li.active a {
  color: #ffa500;
}
.topnav .dropdown-menu a {
  line-height: 20px;
}
.topnav .dropdown-menu a:hover {
  color: #fff;
}
.panel {
  border-radius: 4px;
  padding: 5px 10px;
  border: 1px solid rgba(39,56,76,0.9);
  margin: 5px;
}
.container {
  width: 1000px;
  margin: 0 auto;
}
.blue-shade {
  background-color: rgba(39,56,76,0.82);
  -moz-box-shadow: 0 0 12px rgba(0,0,0,0.4), inset 0 0 0 1px rgba(255,255,255,0.1);
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.4), inset 0 0 0 1px rgba(255,255,255,0.1);
  box-shadow: 0 0 12px rgba(0,0,0,0.4), inset 0 0 0 1px rgba(255,255,255,0.1);
}
.active-player {
  border: 1px solid #ffa500;
}
.win.centered {
  position: fixed;
  top: 30%;
  left: 35%;
  width: 40%;
  text-align: center;
  margin-top: -50px;
  margin-left: -100px;
  padding: 15px;
  border: 1px solid #ffa500;
  z-index: 30;
  border-radius: 4px;
}
.win-right {
  position: absolute;
  top: 0px;
  right: -8px;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border-radius: 1px;
}
.win-right:hover {
  background-color: rgba(255,165,0,0.35);
  border-color: #ffa500;
}
.win.table {
  border: 1px solid #ffa500;
  width: 100%;
  text-align: left;
}
.win.th {
  border-bottom: 1px solid #ffa500;
}
#stats .content-page {
  margin-top: 9px;
}
.influence.neutral {
  color: #fff;
}
.influence.haas-bioroid {
  color: #8a2be2;
}
.influence.jinteki {
  color: #dc143c;
}
.influence.nbn {
  color: #ff0;
}
.influence.weyland-consortium {
  color: #006400;
}
.influence.adam {
  color: #808000;
}
.influence.anarch {
  color: #ff4500;
}
.influence.apex {
  color: #800000;
}
.influence.mako {
  color: #000;
}
.influence.criminal {
  color: #4169e1;
}
.influence.shaper {
  color: #32cd32;
}
.influence.sunny-lebeau {
  color: #789;
}
#left-menu {
  float: left;
}
#right-menu,
#status {
  float: right;
}
#status .float-right {
  padding-right: 12px;
  border-right: 1px solid #fff;
}
#status .spectators {
  display: none;
  position: absolute;
  padding: 4px 8px;
  top: 36px;
  border-radius: 4px;
  min-width: 180px;
}
#status .player {
  display: block;
}
#status .spectators-count {
  position: relative;
  cursor: pointer;
}
#status .spectators-count:hover .spectators {
  display: block;
}
#status .concede-button {
  margin-right: 12px;
}
#status .mute-button {
  margin-left: 12px;
}
#status .stack-servers-button {
  margin-left: 12px;
}
#auth-forms input,
.reset-form input {
  width: 240px;
  margin-bottom: 10px;
  font-size: 15px;
  border-color: #ffa500;
}
#auth-forms button,
.reset-form button {
  margin-right: 5px;
}
.reset-form {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 10px 20px;
  width: 282px;
  margin: -92px 0 0 -141px;
}
.flash-message {
  color: #ff4500;
  font-size: 14px;
  margin-bottom: 10px;
}
.block-link {
  cursor: pointer;
  border: 1px solid transparent;
  padding: 0 5px;
  border-radius: 4px;
  display: block;
  margin: 0 -4px;
}
.block-link:hover {
  background-color: rgba(255,165,0,0.35);
  border: 1px solid #ffa500;
}
#main {
  height: 100%;
}
#main .carousel-inner {
  height: 100%;
}
#main .carousel-inner .item {
  padding-top: 31px;
  height: 100%;
  color: #fff;
}
.home-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/SanSanCityGrid.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.custom-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("https://64.media.tumblr.com/80a08d99f956e50234ceeb55d4b33c89/tumblr_pk2qvhKeLo1w9s41so1_1280.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;
  background-position: 50% 50%;
}
.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.adonis-campaign-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/AdonisCampaign.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.blaze-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/Blaze.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.caprice-nisei-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/CapriceNisei.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.collective-consciousness-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/CollectiveConsciousness.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.data-raven-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/DataRavenV2.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.ddos-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/DDOS.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.dinosaurus-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/Dinosaurus.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.freelance-coding-contracts-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/FreelanceCodingContracts.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.gordian-blade-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/GordianBlade.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.heimdall1-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/Heimdall1.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.house-of-knives-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/HouseOfKnives.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.jackson-howard-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/JacksonHoward.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.medium-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/Medium.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.midseason-replacements-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/MidseasonReplacements.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.neotokyo-grid-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/NeoTokyoGrid.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.on-the-trail-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/OnTheTrail.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.pawn-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/Pawn.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.project-junebug-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/ProjectJunebug.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.quantum-predictive-model-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/QuantumPredictiveModel.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.self-modifying-code-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/SelfModifyingCode.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.shikyu-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/ShiKyu.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.sniper-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/Sniper.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.wall-of-static-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/WallOfStatic.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.wanton-destruction-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/WantonDestruction.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.adonis-campaign-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/AdonisCampaign.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.caprice-nisei-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/CapriceNisei.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.collective-consciousness-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/CollectiveConsciousness.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.day-job-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/DayJob.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.dedicated-server-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/DedicatedServer.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.dinosaurus-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/Dinosaurus.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.freelance-coding-contracts-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/FreelanceCodingContracts.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.gordian-blade-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/GordianBlade.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.hadrians-wall-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/HadriansWall.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.harbinger-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/Harbinger.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.heimdall1-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/Heimdall1.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.house-of-knives-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/HouseOfKnives.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.jackson-howard-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/JacksonHoward.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.lotus-field-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/LotusField.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.medium-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/Medium.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.midseason-replacements-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/MidseasonReplacements.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.neotokyo-grid-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/NeoTokyoGrid.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.parasite-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/Parasite.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.pawn-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/Pawn.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.posted-bounty-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/PostedBounty.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.project-junebug-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/ProjectJunebug.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.quantum-predictive-model-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/QuantumPredictiveModel.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.reboot-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/Reboot.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.ronin-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/Ronin.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.self-modifying-code-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/SelfModifyingCode.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.shikyu-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/ShiKyu.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.stimhack-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/Stimhack.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.wall-of-static-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/WallOfStatic.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.wanton-destruction-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/WantonDestruction.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.elizabeth-mills-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/ElizabethMills.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.faerie-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/Faerie.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.midway-station-grid-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/MidwayStationGrid.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.ninja-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/Ninja.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.sunset-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/Sunset.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.sure-gamble-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/SureGamble.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.unorthodox-predictions-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/UnorthodoxPredictions.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.vitruvius-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/Vitruvius.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.woman-in-the-red-dress-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("/img/bg/WomanInTheRedDress.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;
  opacity: 0.7;
  background-position: 50% 50%;
}
.monochrome-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-color: #282828;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.7;
}
.chat-app {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 196px;
  bottom: 15px;
  width: 995px;
}
.channel-list {
  -webkit-box-flex: 0 0 180px;
  -webkit-flex: 0 0 180px;
  -moz-box-flex: 0 0 180px;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  margin: 0 5px 0 0;
}
.channel-list button.small {
  float: right;
  margin-right: -2px;
}
.chat-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 1px;
}
.chat-container {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -moz-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.chat-container .chat-card-zoom {
  position: absolute;
  left: -70px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.message {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.message .name-menu {
  position: relative;
}
.message .clickable {
  cursor: pointer;
}
.message .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.message .block-menu {
  display: none;
  position: absolute;
  z-index: 30;
  width: 200px;
  font-size: 12px;
  line-height: 16px;
}
.message .block-menu > div {
  border: 1px solid #fff;
  padding: 3px 6px;
  border-radius: 4px;
  margin-bottom: 4px;
  cursor: pointer;
}
.message .block-menu > div:last-child {
  margin-bottom: 0;
}
.message .block-menu > div:hover {
  border-color: #ffa500;
}
.message-list {
  height: 400px;
  margin: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.message-list .avatar {
  height: 38px;
  width: 38px;
  border-radius: 5px;
}
.message-list .date {
  font-weight: 300;
  font-size: 12px;
}
.msg-box {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 5px;
}
.msg-box > input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 0;
  margin-top: 0;
  margin-right: 5px;
}
.msg-box button {
  margin-right: 0;
}
.cardbrowser {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100vh;
}
.cardbrowser .heading,
.cardbrowser .type {
  font-weight: bold;
}
.cardbrowser .pack {
  font-style: italic;
  margin-top: 8px;
}
.cardbrowser .selected-alt {
  font-style: italic;
  color: #ffa500;
}
.cardbrowser .alt-art-selector {
  margin-top: 10px;
}
.cardbrowser ul {
  padding-left: revert;
  padding-top: 8px;
}
.filters {
  -webkit-box-flex: 0 0 250px;
  -webkit-flex: 0 0 250px;
  -moz-box-flex: 0 0 250px;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  margin: 10px;
  padding: 10px;
  align-self: flex-start;
  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: #383838;
  top: 0;
  left: 5px;
}
.search-box .search-clear {
  position: absolute;
  color: #999;
  top: 0;
  right: 2px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search-box .search-clear:hover {
  color: #383838;
}
.set-list > div {
  cursor: pointer;
  border: 1px solid transparent;
  padding: 0 4px;
  margin: 0 -4px;
  border-radius: 4px;
}
.set-list > div:hover {
  background-color: rgba(255,165,0,0.35);
  border: 1px solid #ffa500;
}
.card-list {
  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-preview {
  float: left;
  position: relative;
  height: 348px;
  width: 250px;
  margin: 0 10px 10px 2px;
  border-radius: 8px;
  padding: 10px;
}
.card-preview.selected {
  -moz-box-shadow: 0 0 1px 2px #32cd32;
  -webkit-box-shadow: 0 0 1px 2px #32cd32;
  box-shadow: 0 0 1px 2px #32cd32;
}
.card-preview.selected-alt {
  -moz-box-shadow: 0 0 1px 2px #ffa500;
  -webkit-box-shadow: 0 0 1px 2px #ffa500;
  box-shadow: 0 0 1px 2px #ffa500;
}
.card-preview > h4 {
  margin-bottom: 5px;
}
.card-preview > h4,
.card-preview .type {
  text-transform: uppercase;
}
.card-preview .heading,
.card-preview .type {
  font-weight: bold;
}
.card-preview .text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  height: 245px;
}
.card-preview > img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 12px;
}
.deck-collection {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.deck-collection .deckline {
  height: 65px;
  padding: 5px 8px;
  margin: 0 0 5px;
  border: 1px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  clear: both;
}
.deck-collection .deckline:hover {
  border-color: #ffa500;
}
.deck-collection .deckline p {
  margin-top: 0;
}
.deck-collection .deckline h4 {
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.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 .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 .button-bar {
  padding-bottom: 8px;
}
.deckbuilder .viewport .decklist .button-bar button,
.deckbuilder .viewport .decklist .button-bar a.button {
  min-width: 75px;
}
.deckbuilder .viewport .decklist .header {
  height: 106px;
  clear: both;
}
.deckbuilder .viewport .decklist .header > img {
  height: 100%;
  margin-right: 10px;
  float: left;
}
.deckbuilder .viewport .decklist input.deckname {
  height: 30px;
}
.deckbuilder .viewport .decklist .cards {
  -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 {
  position: relative;
  overflow: visible;
  line-height: 20px;
  white-space: pre;
}
.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: rgba(255,255,255,0.9);
  color: #000;
  border-radius: 4px;
  border: 1px solid rgba(39,56,76,0.82);
}
.deckbuilder .viewport .deckedit .card-search .typeahead > div {
  padding: 2px 5px;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
}
.deckbuilder .viewport .deckedit .card-search .typeahead > div:hover {
  background-color: rgba(255,165,0,0.35);
  border-color: #ffa500;
}
.deckbuilder .viewport .deckedit .card-search .typeahead .selected {
  background-color: rgba(255,165,0,0.35);
  border-color: #ffa500;
}
.deckbuilder .viewport .deckedit .qty {
  width: 30px;
  text-align: center;
  margin-left: 4px;
  margin-right: 10px;
}
.deckbuilder .viewport .deckedit p {
  margin: 0 0 5px 0;
}
.deckbuilder .viewport .deckedit textarea {
  margin: 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.175);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
.deck-status .status-tooltip > div,
.user-status .status-tooltip > div {
  margin: 2px 0;
}
.deck-status .status-tooltip .tick,
.user-status .status-tooltip .tick {
  margin-right: 4px;
}
.deck-status:hover,
.user-status:hover {
  cursor: default;
}
.deck-status:hover .status-tooltip,
.user-status:hover .status-tooltip {
  display: inline;
}
.lobby {
  padding: 15px 0;
  margin: 8px auto;
  position: absolute;
  top: 31px;
  bottom: 5px;
  width: 995px;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.lobby .clickable {
  cursor: pointer;
}
.lobby .mod-menu {
  display: block;
  position: absolute;
  z-index: 30;
  width: 200px;
  font-size: 12px;
  line-height: 16px;
}
.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: #ffa500;
}
.lobby .games {
  position: relative;
}
.lobby .games,
.lobby .game-panel {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.lobby .game-panel {
  border-left: 1px solid #fff;
  padding: 0 15px;
}
.lobby .game-panel select {
  margin-right: 10px;
  margin-bottom: 5px;
}
.lobby .game-panel p {
  margin: 4px 0;
}
.lobby .side {
  margin-left: 5px;
}
.lobby .button-bar {
  padding-bottom: 15px;
}
.lobby .games .button-bar {
  box-sizing: initial;
  padding: 0 15px 15px;
}
.lobby .games .button-bar .rooms .roomtab {
  display: block;
  color: #fff;
  margin: 0 10px;
  line-height: 24px;
  float: right;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.lobby .games .button-bar .rooms .roomtab:hover {
  color: #ffa500;
  cursor: pointer;
}
.lobby .games .button-bar .rooms .roomtab.current {
  color: #ffa500;
}
.lobby .game-list {
  padding: 0 15px;
  overflow: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.lobby .gameline {
  min-height: 53px;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 10px;
  margin-bottom: 5px;
  clear: both;
}
.lobby .gameline .game-format {
  margin-bottom: 10px;
}
.lobby .gameline .format-label {
  font-weight: bold;
}
.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 .password-prompt {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 100%;
  margin-left: 15px;
  border-radius: 4px;
}
.lobby .gameline .password-prompt button {
  text-transform: capitalize;
  margin-right: 12px;
}
.lobby .game-panel {
  position: relative;
}
.lobby .game-panel > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.lobby .game-panel .button-bar button {
  min-width: 80px;
  margin-right: 5px;
}
.lobby .game-panel .players {
  height: 65px;
  clear: both;
}
.lobby .game-panel .players > div {
  margin: 8px 0;
}
.lobby .game-panel .players .player {
  line-height: 22px;
}
.lobby .game-panel .players .label {
  text-align: center;
  color: inherit;
  border-color: inherit;
  margin-right: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 187px;
}
.lobby .game-panel .players .fake-link {
  margin-left: 10px;
}
.lobby .game-panel .spectators {
  height: 65px;
}
.lobby .game-panel .spectators .player {
  margin-right: 12px;
}
.lobby .game-panel .chat-box .message-list {
  height: 298px;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
  overflow: auto;
  padding: 5px 10px;
}
.lobby .game-title {
  width: 250px;
}
.lobby .deck-collection {
  width: 496px;
  max-height: 355px;
  padding: 0;
}
#gameboard {
  width: 100%;
  height: 100%;
  display: none;
}
.gameboard {
  width: 100%;
  height: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.gameboard .panel {
  position: relative;
  padding: 3px 6px;
  overflow: visible;
}
.gameboard .header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 1px 4px;
  font-size: 10px;
  line-height: 14px;
}
.gameboard .darkbg {
  background: rgba(0,0,0,0.6);
  text-shadow: 1px 1px 2px #000;
  border-radius: 4px;
}
.gameboard .server-label {
  color: #fff;
  text-align: center;
  position: absolute;
  font-size: 105%;
  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 {
  position: relative;
  height: 84px;
  width: 60px;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.gameboard .card .cardname {
  float: left;
  font-size: 10px;
  line-height: 14px;
}
.gameboard .card.new {
  -moz-box-shadow: 0 0 1px 2px #ffa500;
  -webkit-box-shadow: 0 0 1px 2px #ffa500;
  box-shadow: 0 0 1px 2px #ffa500;
}
.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;
}
.gameboard .card.hovered {
  -moz-box-shadow: 0 0 1px 2px #00aeff;
  -webkit-box-shadow: 0 0 1px 2px #00aeff;
  box-shadow: 0 0 1px 2px #00aeff;
  border-color: #00aeff;
}
.gameboard .counters {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.gameboard .counter {
  padding: 0;
  font-size: 12px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin: 2px;
}
.gameboard .advance-counter {
  background-color: rgba(0,174,255,0.85);
}
.gameboard .recurring-counter {
  background-color: rgba(50,205,50,0.85);
}
.gameboard .virus-counter {
  background-color: rgba(255,0,0,0.85);
}
.gameboard .power-counter {
  background-color: rgba(67,0,102,0.85);
}
.gameboard .agenda-counter {
  background-color: rgba(0,0,102,0.85);
}
.gameboard .credit-counter {
  background-color: rgba(0,0,0,0.6);
}
.gameboard .strength {
  position: absolute;
  z-index: 10;
  padding: 0;
  text-align: center;
  background-color: rgba(255,165,0,0.9);
  line-height: 24px;
  font-size: 12px;
  bottom: 3px;
  left: 3px;
  height: 24px;
  width: 24px;
}
.gameboard .extra-subs {
  position: absolute;
  z-index: 10;
  padding: 0;
  text-align: center;
  background-color: rgba(40,165,40,0.86);
  line-height: 24px;
  font-size: 12px;
  top: 3px;
  left: 3px;
  height: 24px;
  width: 24px;
}
.gameboard .icon {
  position: absolute;
  z-index: 10;
  padding: 0;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  top: 3px;
  left: 3px;
  height: 24px;
  width: 24px;
}
.gameboard .icon.blue {
  background-color: #00aeff;
}
.gameboard .icon.red {
  background-color: #f00;
}
.gameboard .icon.green {
  background-color: #008000;
}
.gameboard .server-target,
.gameboard .subtype-target {
  position: absolute;
  z-index: 10;
  padding: 0;
  text-align: center;
  line-height: 16px;
  font-size: 10px;
  top: 3px;
  right: 3px;
  padding-left: 3px;
  padding-right: 3px;
}
.gameboard .server-target {
  background-color: #a0522d;
}
.gameboard .subtype-target {
  background-color: #383838;
}
.gameboard .subtype-target.barrier {
  background-color: #cc5200;
}
.gameboard .subtype-target.code-gate {
  background-color: #29a329;
}
.gameboard .subtype-target.sentry {
  background-color: #007acc;
}
.gameboard .abilities,
.gameboard .servers-menu,
.gameboard .menu,
.gameboard .runner-abilities,
.gameboard .corp-abilities,
.gameboard .popup {
  left: 0;
  bottom: 100%;
  margin: 6px -1px;
}
.gameboard .abilities,
.gameboard .servers-menu,
.gameboard .menu,
.gameboard .runner-abilities,
.gameboard .corp-abilities {
  display: none;
  position: absolute;
  z-index: 30;
  width: 200px;
  font-size: 12px;
  line-height: 16px;
}
.gameboard .abilities > span,
.gameboard .servers-menu > span,
.gameboard .menu > span,
.gameboard .runner-abilities > span,
.gameboard .corp-abilities > 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 {
  margin-bottom: 0;
}
.gameboard .abilities > div,
.gameboard .servers-menu > div,
.gameboard .menu > div,
.gameboard .runner-abilities > div,
.gameboard .corp-abilities > div {
  border: 1px solid #fff;
  padding: 3px 6px;
  border-radius: 4px;
  margin-bottom: 4px;
  cursor: pointer;
}
.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 {
  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 {
  border-color: #ffa500;
}
.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: 2px;
}
.gameboard .popup a {
  display: inline-block;
  margin: 0 10px 8px 4px;
}
.gameboard .playable {
  cursor: pointer;
  border-radius: 4px;
}
.gameboard .playable .card {
  -moz-box-shadow: 0 0 1px 2px #ffa500;
  -webkit-box-shadow: 0 0 1px 2px #ffa500;
  box-shadow: 0 0 1px 2px #ffa500;
}
.gameboard .bg {
  position: absolute;
  top: 0;
  left: 0;
}
.gameboard .deck,
.gameboard .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.central {
  margin-top: 12px;
}
.gameboard .server-card.shift {
  margin-left: -36px;
}
.gameboard .rfg {
  margin-left: 16px;
  margin-right: 16px;
}
.gameboard .discard {
  position: relative;
}
.gameboard .hand-container {
  position: relative;
}
.gameboard .hand-controls {
  display: inline-block;
}
.gameboard .hand,
.gameboard .scored,
.gameboard .rfg {
  height: 86px;
  padding: 0;
}
.gameboard .hand {
  width: 383px;
  margin-right: 0;
  float: left;
}
.gameboard .hand-expand {
  float: right;
  margin-left: 2px;
}
.gameboard .card-wrapper {
  display: inline-block;
  margin-right: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gameboard .card-wrapper:last-child {
  margin-right: 0;
}
.gameboard .disable-transition {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: all 0.2s ease-out;
  -o-transition: none;
  transition: none;
}
.gameboard .squeeze .card-wrapper {
  position: absolute;
}
.gameboard .stats > div {
  height: 20px;
  font-size: 12px;
}
.gameboard .stats > div .controls {
  float: right;
  display: none;
  margin-top: -1px;
}
.gameboard .stats > div:hover .controls {
  display: block;
}
.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: 40px;
  color: #c00;
  background: #fff;
  border: solid 4px #c00;
  padding: 12px;
  border-radius: 5px;
  zoom: 1;
  opacity: 0.9;
  text-shadow: 0 0 2px #c00;
  -moz-box-shadow: 0 0 2px #c00;
  -webkit-box-shadow: 0 0 2px #c00;
  box-shadow: 0 0 2px #c00;
}
.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: 156px;
  left: 10px;
}
.gameboard .start-game .mulligan-op:after {
  top: 156px;
  right: 20px;
}
.gameboard .start-game .keep-me:after {
  top: 156px;
  left: 66px;
}
.gameboard .start-game .keep-op:after {
  top: 156px;
  right: 66px;
}
.gameboard .start-game .vs {
  font-weight: bold;
  font-size: large;
  font-style: italic;
  margin: 1em;
}
.gameboard .start-game .contestants {
  font-size: xx-large;
  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: medium;
  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 .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-frame:not(:first-child) {
  margin-left: -15px;
}
.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 .button-pane .panel {
  padding: 8px;
  z-index: 20;
}
.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: 10pt;
  font-style: italic;
}
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .button-pane button {
  width: 100%;
  font-size: 11px;
  margin: 0 0 5px 0;
  padding: 0 8px 1px;
}
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .button-pane button:last-child {
  margin-bottom: 0;
}
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .button-pane .credit-select {
  text-align: center;
  margin-bottom: 10px;
}
.gameboard .leftpane .inner-leftpane .right-inner-leftpane .button-pane .credit-select select {
  margin-right: 5px;
}
.gameboard .centralpane {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 90px;
  overflow: auto;
}
.gameboard .centralpane .card-wrapper {
  margin: 3px 6px;
}
.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,
.gameboard .centralpane .runner-board .runner-centrals .discard,
.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,230,184,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.7));
  filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.7));
}
.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 transparent;
  border-right: 16px solid transparent;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 22px solid rgba(255,230,184,0.7);
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.7));
  filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.7));
}
.gameboard .centralpane .corp-board .server .ices .run-arrow > div.approach {
  background-color: rgba(255,230,184,0.7);
}
.gameboard .centralpane .corp-board .server .ices .run-arrow > div.approach:before {
  border-bottom: 22px solid rgba(255,230,184,0.7);
}
.gameboard .centralpane .corp-board .server .ices .run-arrow > div.encounter {
  background-color: rgba(255,165,0,0.7);
}
.gameboard .centralpane .corp-board .server .ices .run-arrow > div.encounter:before {
  border-bottom: 22px solid rgba(255,165,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.host {
  margin-bottom: 5px;
}
.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 .abilities,
.gameboard .centralpane .corp-board .server .ices .hosted .card-frame .runner-abilities,
.gameboard .centralpane .corp-board .server .ices .hosted .card-frame .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 .subtype-target {
  -webkit-transform: rotate(90deg) translateX(100%);
  -moz-transform: rotate(90deg) translateX(100%);
  -o-transform: rotate(90deg) translateX(100%);
  transform: rotate(90deg) translateX(100%);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.gameboard .centralpane .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 .strength {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.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 .ices {
  opacity: 0.99;
}
.gameboard .centralpane .corp-board.opponent .server .ices .subtype-target {
  -webkit-transform: rotate(-90deg) translateY(-100%);
  -moz-transform: rotate(-90deg) translateY(-100%);
  -o-transform: rotate(-90deg) translateY(-100%);
  transform: rotate(-90deg) translateY(-100%);
}
.gameboard .centralpane .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 .abilities,
.gameboard .centralpane .corp-board.opponent .server .ices .hosted .runner-abilities,
.gameboard .centralpane .corp-board.opponent .server .ices .hosted .corp-abilities {
  top: 100%;
  bottom: auto;
}
.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 .run-card {
  -webkit-transform: initial;
  -moz-transform: initial;
  -o-transform: initial;
  transform: initial;
}
.gameboard .rightpane {
  position: relative;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gameboard .rightpane .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;
  z-index: 100;
}
.gameboard .rightpane .card-zoom .flip-card-zoom {
  margin-top: 1px;
  margin-right: 0px;
  position: absolute;
}
.gameboard .rightpane .card-zoom .card-preview {
  width: 100%;
  height: 100%;
}
.gameboard .rightpane .card-zoom .card-preview .text {
  height: 195px;
}
.gameboard .rightpane .card-zoom.fade {
  opacity: 1;
}
.gameboard .rightpane .implementation {
  width: 150px;
  position: absolute;
  top: 0;
  right: 224px;
  text-align: right;
  font-size: 12px;
  line-height: 12px;
}
.gameboard .rightpane .implementation .unimplemented {
  color: #f00;
  font-style: italic;
}
.gameboard .rightpane .implementation .impl-msg {
  color: #ffa500;
}
.gameboard .rightpane .log {
  width: 225px;
  position: absolute;
  top: 317px;
  bottom: 0;
}
.gameboard .rightpane .log .username {
  font-size: 12px;
  margin-top: -2px;
}
.gameboard .rightpane .log .avatar {
  width: 28px;
  height: 28px;
}
.gameboard .rightpane .log > .panel {
  margin-left: 0;
  font-size: 12px;
  line-height: 15px;
}
.gameboard .rightpane .log .messages {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 0;
  bottom: 70px;
  left: 0;
  right: 4px;
  margin: 0;
}
.gameboard .rightpane .log .messages div {
  animation: fadein 0.5s;
}
.gameboard .rightpane .log > div {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 4px;
}
.gameboard .rightpane .log > div > form input {
  width: 100%;
}
#help {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
#help nav li {
  padding-left: 3px;
  font-weight: bold;
}
#help nav li li {
  padding-left: 8px;
  font-weight: normal;
}
.help > h3 {
  margin-top: -35px;
  padding-top: 35px;
  -webkit-background-clip: content-box;
  background-clip: content-box;
}
.help > h3:target {
  animation: highlight 1.5s ease;
}
.help > h4 {
  margin-top: -35px;
  padding-top: 35px;
  -webkit-background-clip: content-box;
  background-clip: content-box;
}
.help > h4:target {
  animation: highlight 1.5s ease;
}
.help li {
  padding-left: 20px;
  list-style-type: none;
}
#account {
  display: block;
  height: 100%;
  overflow: auto;
  margin-top: -31px;
}
#account section {
  margin-bottom: 20px;
}
#account .flash-message {
  color: #7cfc00;
  margin-left: 16px;
}
#account input,
#account select {
  margin-right: 8px;
}
#account input[type="range"] {
  position: relative;
  top: 9px;
  left: 16px;
}
#account #alt-art div#my-alt-art {
  margin-top: 10px;
}
#account #alt-art div.alt-art-group {
  clear: both;
  margin: 5px 0;
}
#account #alt-art div.alt-art-group > div {
  float: left;
  margin: 5px;
}
#account #alt-art div.alt-art-group > div > div {
  text-align: center;
}
#account #alt-art #set-all {
  clear: both;
}
#account #alt-art img.alt-art-select {
  width: 150px;
  margin-top: 5px;
}
#account #alt-art .reset-all {
  margin-top: 10px;
}
#about {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
.content-page {
  padding: 12px 20px;
  width: 650px;
  margin: 40px auto 10px;
}
.about .bitcoin {
  color: #ffa500;
  position: relative;
}
.about .bitcoin .qr {
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  border: 10px solid #fff;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.about .bitcoin:hover .qr {
  display: block;
}
.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;
}
.admin {
  color: #ffa500;
}
@-moz-keyframes highlight {
  from {
    background: #556b2f;
  }
  to {
    background: none;
  }
}
@-webkit-keyframes highlight {
  from {
    background: #556b2f;
  }
  to {
    background: none;
  }
}
@-o-keyframes highlight {
  from {
    background: #556b2f;
  }
  to {
    background: none;
  }
}
@keyframes highlight {
  from {
    background: #556b2f;
  }
  to {
    background: none;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.toast-hand {
  bottom: 100px;
  left: 16px;
}
.toast-left-center {
  bottom: 320px;
  left: 5px;
  width: 60px;
}
.toast-card {
  top: 36px;
  right: 5px;
}
.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;
  }
}
