/*

   Skrafl-explo.less

   Explo theme template for netskrafl.is

   Copyright © 2025 Miðeind ehf.
   Author: Vilhjalmur Thorsteinsson

   The Creative Commons Attribution-NonCommercial 4.0
   International Public License (CC-BY-NC 4.0) applies to this software.
   For further information, see https://github.com/mideind/Netskrafl

*/
/* Movelist background */
/*

   Main.less

   Style sheet template for netskrafl.is

   Copyright © 2025 Miðeind ehf.
   Author: Vilhjalmur Thorsteinsson

   The Creative Commons Attribution-NonCommercial 4.0
   International Public License (CC-BY-NC 4.0) applies to this software.
   For further information, see https://github.com/mideind/Netskrafl

   This style sheet defines the base, mobile-first UI, in portrait mode.

   Deviations for a mobile portrait UI are found in portrait.less.

   Deviations for a mobile landscape UI are found in landscape.less.

   Deviations for a full-screen (>= iPad) UI are found in fullscreen.less.

*/
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 50px;
  /* This determines the height of the tab row */
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 3px;
  border-width: 0;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 3px 3px 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0 0 6px;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
  box-shadow: 1px 2px 4px 1px #afb7cad0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  text-decoration: none;
  min-width: 91px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor.sp {
  /* Single page version */
  min-width: 51px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 6px;
  background-color: #f8f8f8;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #f8f8f8;
}
.ui-widget {
  font-family: 'Barlow', 'Open Sans', 'Arial', sans-serif;
  font-size: 1.2em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: 'Barlow', 'Open Sans', 'Arial', sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  color: #222222;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  color: #eaf5f7;
  font-weight: bold;
}
.ui-widget-header a {
  color: #eaf5f7;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
  background-color: #afb8bf;
  font-weight: bold;
  color: #ffffff;
}
.ui-widget-header .ui-state-default {
  background-color: #a9d0d6;
  font-weight: bold;
  color: #ffffff;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #ffffff;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus {
  background-color: #59b2c0;
  font-weight: bold;
  color: #ffffff;
}
.ui-widget-header .ui-state-hover,
.ui-widget-header .ui-state-focus {
  background-color: #59b2c0;
  font-weight: bold;
  color: #ffffff;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #006db8;
  /* Pantone 300 U */
  /* #026890; */
  text-decoration: none;
}
.ui-widget-header .ui-state-hover a,
.ui-widget-header .ui-state-hover a:hover,
.ui-widget-header .ui-state-hover a:link,
.ui-widget-header .ui-state-hover a:visited,
.ui-widget-header .ui-state-focus a,
.ui-widget-header .ui-state-focus a:hover,
.ui-widget-header .ui-state-focus a:link,
.ui-widget-header .ui-state-focus a:visited {
  color: #ffffff;
  /* Pantone 300 U */
  /* #026890; */
  text-decoration: none;
}
.ui-widget-header .ui-state-focus a:focus {
  outline: 0;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
  background-color: #f8f8f8;
  font-weight: bold;
  color: #000000;
  /* #ffffff; */
}
.ui-widget-header .ui-state-active {
  background-color: #fcfdfd;
  font-weight: bold;
  color: #000000;
  /* #ffffff; */
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fcfdfd;
  text-decoration: none;
}
.ui-widget-header .ui-state-active a,
.ui-widget-header .ui-state-active a:link,
.ui-widget-header .ui-state-active a:visited {
  color: #000000;
  text-decoration: none;
}
.ui-corner-all,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}
.ui-corner-top {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
ul.ui-tabs-nav.ui-corner-all {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
/*

    Glyphs.less

    Style support for Glyphicons

    Copyright © 2025 Miðeind ehf.
    Author: Vilhjalmur Thorsteinsson

    The Creative Commons Attribution-NonCommercial 4.0
    International Public License (CC-BY-NC 4.0) applies to this software.
    For further information, see https://github.com/mideind/Netskrafl

    This file is included in main.less.

*/
@font-face {
  font-family: 'Glyphicons Regular';
  src: url('glyphicons-regular.eot');
  src: url('glyphicons-regular.eot?#iefix') format('embedded-opentype'), url('glyphicons-regular.woff') format('woff'), url('glyphicons-regular.ttf') format('truetype'), url('glyphicons-regular.svg#glyphiconsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 2px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-play:before {
  content: "\E174";
}
.glyphicon-exclamation-sign:before {
  content: "\E197";
}
.glyphicon-log-in:before {
  content: "\E387";
}
.glyphicon-log-out:before {
  content: "\E388";
}
.glyphicon-screenshot:before {
  content: "\E186";
}
.glyphicon-refresh:before {
  content: "\E082";
}
.glyphicon-forward:before {
  content: "\E177";
}
.glyphicon-fire:before {
  content: "\E023";
}
.glyphicon-ok:before {
  content: "\E207";
}
.glyphicon-remove:before {
  content: "\E208";
}
.glyphicon-info-sign:before {
  content: "\E196";
}
.glyphicon-cog:before {
  content: "\E137";
}
.glyphicon-chevron-left:before {
  content: "\E225";
}
.glyphicon-chevron-right:before {
  content: "\E224";
}
.glyphicon-circle-arrow-down:before {
  content: "\E220";
}
.glyphicon-download:before {
  content: "\E201";
}
.glyphicon-star:before {
  content: "\E050";
}
.glyphicon-flag:before {
  content: "\E267";
}
.glyphicon-flag-after:after {
  content: "\E267";
}
.glyphicon-bookmark:before {
  content: "\E073";
}
.glyphicon-star-empty:before {
  content: "\E049";
}
.glyphicon-hand-right:before {
  content: "\E346";
}
.glyphicon-hand-left:before {
  content: "\E347";
}
.glyphicon-thumbs-up:before {
  content: "\E344";
}
.glyphicon-thumbs-down:before {
  content: "\E345";
}
.glyphicon-remove-circle:before {
  content: "\E198";
}
.glyphicon-th:before {
  content: "\E157";
}
.glyphicon-user:before {
  content: "\E004";
}
.glyphicon-comment:before {
  content: "\E310";
}
.glyphicon-eye-open:before {
  content: "\E052";
}
.glyphicon-paperclip:before {
  content: "\E063";
}
.glyphicon-link:before {
  content: "\E051";
}
.glyphicon-arrow-up:before {
  content: "\E214";
}
.glyphicon-flash:before {
  content: "\E242";
}
.glyphicon-time:before {
  content: "\E055";
}
.glyphicon-volume-off:before {
  content: "\E183";
}
.glyphicon-volume-up:before {
  content: "\E185";
}
.glyphicon-hourglass:before {
  content: "\231B";
}
.glyphicon-random:before {
  content: "\E084";
}
.glyphicon-down-arrow:before {
  content: "\E213";
}
.glyphicon-signal:before {
  content: "\E080";
}
.glyphicon-crown:before {
  content: "\E362";
}
.glyphicon-dashboard:before {
  content: "\E332";
}
.glyphicon-show-lines:before {
  content: "\E159";
}
.glyphicon-user-conversation:before {
  content: "\E527";
}
.glyphicon-life-preserver:before {
  content: "\E308";
}
.glyphicon-conversation:before {
  content: "\E245";
}
.glyphicon-chat:before {
  content: "\E246";
}
.glyphicon-baby-formula:before {
  content: "\E492";
}
.glyphicon-stroller:before {
  content: "\E076";
}
.glyphicon-edit:before {
  content: "\E151";
}
.glyphicon-circle-question-mark:before {
  content: "\E195";
}
.glyphicon-resize-small:before {
  content: "\E215";
}
.glyphicon-shopping-bag:before {
  content: "\E351";
}
.glyphicon-address-book:before {
  content: "\E089";
}
.glyphicon-search:before {
  content: "\E028";
}
.glyphicon-lightbulb:before {
  content: "\E065";
}
.glyphicon-coffee-cup:before {
  content: "\E295";
}
.glyphicon-grid:before {
  content: "\E157";
}
.glyphicon-home:before {
  content: "\E021";
}
.glyphicon-target:before {
  content: "\E473";
}
.glyphicon-ban-circle:before {
  content: "\E200";
}
.glyphicon-right-arrow:before {
  content: "\E212";
}
body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input,
textarea {
  user-select: text;
  -moz-user-select: text;
}
/* Default media: small screen, i.e. mobile */
span.mobile-space {
  display: inline;
  padding-left: 32px;
  padding-right: 32px;
}
.no-mobile-block {
  display: none;
}
.no-mobile-inline {
  display: none;
}
.no-mobile-inline-block {
  display: none;
}
.no-mobile-list {
  display: none;
}
html {
  height: auto;
  overflow: hidden;
}
body {
  font-family: 'Barlow', 'Open Sans', 'Arial', sans-serif;
  padding: 0;
  margin: 0;
  background-color: #f8f8f8;
  /* Full height is 667px - we subtract 115px for browser chrome, top and bottom */
  height: 552px;
  width: 100%;
  overflow-x: auto;
  touch-action: none;
}
p {
  margin-top: 12px;
  margin-bottom: 12px;
}
div.container {
  position: relative;
  top: 0;
  left: 0;
  width: 375px;
  /* Reference width */
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 auto;
  /* Horizontal align center */
}
div.game-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
@media all and (max-width: 360px) {
  /* Hack to squeeze the content on 360 pixel wide phones */
  div.container {
    transform: scale(0.96, 1);
    /* 0.96 = 360/375 */
    transform-origin: left top;
  }
}
div.header-logo {
  display: block;
  float: left;
  padding-left: 5px;
  padding-top: 14px;
}
div.header-button {
  display: block;
  float: right;
}
div.logo {
  display: none;
  position: absolute;
  top: 28px;
  left: 28px;
  width: 46px;
}
div.logo:hover {
  animation: expand 0.4s;
}
div.rightcol {
  position: relative;
  width: 362px;
  left: 6px;
}
div.logowrapper {
  display: inline-block;
  width: 11%;
  vertical-align: top;
}
div.playerwrapper {
  display: inline-block;
  position: relative;
  width: 89%;
  padding-top: 4px;
}
div.bag {
  position: absolute;
  right: 12px;
  width: 304px;
  height: 100px;
  /* Content is 97px max */
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0;
  opacity: 0.75;
}
table.bag-content td {
  width: 12px;
  height: 17px;
  background-color: #9ED5DA;
  /* Color for old bag - seldom used */
  overflow: hidden;
  cursor: default;
}
table.bag-content.new td {
  background-color: #F9E5E6;
}
table.bag-content.empty td {
  background-color: #B6676D;
  /* Opponent's color */
  color: white;
}
td.over {
  outline: yellow solid 3px;
}
td.highlight {
  outline: yellow solid 2px;
}
tr.colid td {
  height: 24px;
  width: 32px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: transparent;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  border-color: transparent;
  box-shadow: none;
}
/* Board layout */
#H8,
#B2,
#C3,
#D4,
#E5,
#B14,
#C13,
#D12,
#E11,
#K5,
#L4,
#M3,
#N2,
#K11,
#L12,
#M13,
#N14 {
  background-color: #F8D992;
}
#A1,
#A8,
#A15,
#H1,
#H15,
#O1,
#O8,
#O15 {
  background-color: #F9B32D;
}
#A4,
#A12,
#C7,
#C9,
#D1,
#D8,
#D15,
#G3,
#G7,
#G9,
#G13,
#H4,
#H12,
#I3,
#I7,
#I9,
#I13,
#O4,
#O12,
#M7,
#M9,
#L1,
#L8,
#L15 {
  background-color: #9ED5DA;
}
#B6,
#B10,
#F2,
#F6,
#F10,
#F14,
#N6,
#N10,
#J2,
#J6,
#J10,
#J14 {
  background-color: #21A4B6;
}
table.board td.dw:empty {
  /* Double word score */
  background-color: #F8D992;
}
table.board td.tw:empty {
  /* Triple word score */
  background-color: #F9B32D;
}
table.board td.dl:empty {
  /* Double letter score */
  background-color: #9ED5DA;
}
table.board td.tl:empty {
  /* Triple letter score */
  background-color: #21A4B6;
}
table.board td.center:empty {
  font-family: 'Glyphicons Regular';
  text-align: center;
  font-size: 17px;
  line-height: 21px;
  color: white;
}
table.board td.center:empty::before {
  content: "\E473";
  /* Target */
  animation: opacityBlink 1.5s infinite;
}
table.board {
  margin: 0;
  padding: 0;
  border-spacing: 0;
  border-collapse: separate;
  table-layout: fixed;
}
div.board table.board {
  transform: scale(1);
  transform-origin: 0 0;
  transform-box: view-box;
  touch-action: pan-x pan-y;
  /*
   !!! Scrolling into view doesn't seem to work with this transition enabled
   transition: transform .2s ease-in-out;
   */
}
table.board tr {
  height: 24px;
}
.rack table.board {
  border-spacing: 8px;
  margin-left: auto;
  margin-right: auto;
}
.rack table.board tr {
  height: 36px;
}
div.info {
  display: none;
}
div.board-help {
  display: none;
}
div.bag {
  display: none;
}
div.board-area {
  position: absolute;
  margin-left: 8px;
  top: 68px;
  padding-top: 6px;
  background-color: #f8f8f8;
}
div.board {
  background-color: #f8f8f8;
  overflow: hidden;
  width: 361px;
}
div.tile {
  position: relative;
  background-color: #F9E5E6;
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  height: 21px;
  width: 21px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  margin-left: -1px;
  padding-right: 1px;
  vertical-align: top;
  cursor: default;
}
div.tile.wide,
div.tile.extra-wide {
  /* Wide tile in the rack */
  text-indent: -6px;
}
div.board div.tile.wide {
  /* Wide letter tile on the board */
  text-indent: -4px;
}
/* On small form factors, we have bigger tiles in the rack than on the board */
.rack div.tile {
  font-size: 26px;
  line-height: 33px;
  height: 36px;
  width: 36px;
  margin-left: -2px;
  padding-right: 2px;
}
/* While dragging a tile, show it in the rack form factor */
div.tile.ui-draggable-dragging {
  font-size: 22px;
  line-height: 11px;
  height: 30px;
  width: 36px;
}
.board td {
  min-width: 21px;
  overflow: hidden;
  background-color: #E4EAF0;
  padding: 0;
  border-style: solid;
  border-color: white;
  border-width: 1.5px;
  border-radius: 2.5px;
  /* box-shadow: inset 0px 0px 3px 1px #afb7ca87; */
}
.rack td {
  min-width: 36px;
  width: 36px;
  border-width: 0px;
  box-shadow: 2px 2px 4px 0 #afb7cad0;
}
tr.colid {
  display: none;
}
td.rowid {
  display: none;
}
div.rack-row {
  display: block;
  width: 100%;
  margin-top: 8px;
  height: 52px;
}
div.rack-left {
  display: block;
  width: 14%;
  height: 1px;
  float: left;
}
div.rack-right {
  display: block;
  width: 0%;
  height: 1px;
  float: left;
}
div.rack {
  display: block;
  position: relative;
  padding: 0;
  width: 86%;
  float: left;
  top: -6px;
  left: -3px;
}
div.letterscore {
  position: absolute;
  bottom: 0px;
  right: 1px;
  height: 9px;
  width: 9px;
  font-size: 6px;
  line-height: 9px;
  text-align: right;
  font-weight: 400;
  padding: 0;
  background-color: transparent;
  vertical-align: bottom;
}
div.tile.wide div.letterscore,
div.tile.extra-wide div.letterscore {
  /* Adjust letter score tracking for wide tiles */
  letter-spacing: -0.5px;
}
.rack div.letterscore {
  left: 25px;
  right: auto;
  bottom: 3px;
  font-size: 9px;
  line-height: 9px;
}
div.word-check {
  display: none;
  position: absolute;
  width: 44px;
  height: 44px;
  text-align: center;
  vertical-align: middle;
  top: 460px;
  left: 259px;
  background-color: transparent;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 42px;
  visibility: hidden;
  border: 1.5px solid;
  border-radius: 4px;
}
div.score {
  display: none;
  position: absolute;
  width: 44px;
  height: 44px;
  text-align: center;
  vertical-align: middle;
  top: 460px;
  left: 318px;
  background-color: transparent;
  font-size: 20px;
  font-weight: 700;
  line-height: 42px;
  color: #aaaaaa;
  border: 1.5px solid;
  border-radius: 4px;
  border-color: #aaaaaa;
}
.standard-button {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin: 0;
  padding: 6px;
  padding-top: 9px;
  border-radius: 5px;
  cursor: pointer;
}
.submitbutton {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin: 0;
  padding: 6px;
  padding-top: 9px;
  border-radius: 5px;
  cursor: pointer;
  width: 32px;
  height: 26px;
  background-color: #72a55f;
}
div.submitnewgame {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin: 0;
  padding: 6px;
  padding-top: 9px;
  border-radius: 5px;
  cursor: pointer;
  width: 32px;
  height: 26px;
  background-color: #72a55f;
  display: none;
}
div.fb-share {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin: 0;
  padding: 6px;
  padding-top: 9px;
  border-radius: 5px;
  cursor: pointer;
  width: 32px;
  height: 26px;
  background-color: #72a55f;
  display: none;
  /* Don't display on mobile */
}
div.fb-share:hover {
  outline: yellow solid 3px;
}
div.waitmove {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin: 0;
  padding: 6px;
  padding-top: 9px;
  border-radius: 5px;
  cursor: pointer;
  width: 32px;
  height: 26px;
  background-color: #72a55f;
  z-index: 10;
  border-style: solid;
  border-width: 1px;
  border-color: #72a55f;
  background-color: white;
  margin-right: 1px;
  float: right;
  width: 96px;
}
div.animated-waitmove {
  position: relative;
  display: inline-block;
  width: 40px;
  top: -4px;
}
div.login-buttons {
  position: relative;
}
div.login-padding {
  min-height: 60px;
}
div.try-again {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin: 0;
  padding: 6px;
  padding-top: 9px;
  border-radius: 5px;
  cursor: pointer;
  width: 32px;
  height: 26px;
  background-color: #72a55f;
  display: block;
  position: absolute;
  width: 128px;
  top: 12px;
  left: auto;
  right: 0;
  padding: 10px;
  font-size: 16px;
}
div.get-help {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin: 0;
  padding: 6px;
  padding-top: 9px;
  border-radius: 5px;
  cursor: pointer;
  width: 32px;
  height: 26px;
  background-color: #72a55f;
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  right: auto;
  width: 128px;
  padding: 10px;
  font-size: 16px;
  background-color: #21A4B6;
}
div.get-help span.glyphicon {
  padding-right: 6px;
}
div.try-again span.glyphicon {
  padding-right: 6px;
}
div.recallbtn {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin: 0;
  padding: 6px;
  padding-top: 9px;
  border-radius: 5px;
  cursor: pointer;
  width: 33px;
  height: 26px;
  background-color: #F9B32D;
  display: none;
}
div.rack-left div.recallbtn {
  display: block;
  margin-right: auto;
  /* Left-align the button */
}
div.scramblebtn {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin: 0;
  padding: 6px;
  padding-top: 9px;
  border-radius: 5px;
  cursor: pointer;
  width: 33px;
  height: 26px;
  background-color: #9ED5DA;
  display: none;
}
div.rack-left div.scramblebtn {
  display: block;
  margin-right: auto;
  /* Left-align the button */
}
div.buttons {
  position: relative;
  height: 54px;
}
.bottom-button {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin: 0;
  padding: 6px;
  padding-top: 9px;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  top: 0;
  padding-top: 8px;
  background-color: #fcfcfc;
  border: 1.5px solid #dddddd;
  width: 66px;
  height: 23px;
}
div.submitresign {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin: 0;
  padding: 6px;
  padding-top: 9px;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  top: 0;
  padding-top: 8px;
  background-color: #fcfcfc;
  border: 1.5px solid #dddddd;
  width: 66px;
  height: 23px;
  color: #B6676D;
  left: 0px;
}
div.submitexchange {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin: 0;
  padding: 6px;
  padding-top: 9px;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  top: 0;
  padding-top: 8px;
  background-color: #fcfcfc;
  border: 1.5px solid #dddddd;
  width: 66px;
  height: 23px;
  color: #72a55f;
  left: 93px;
}
div.submitexchange.disabled {
  color: #888888;
}
div.submitpass {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin: 0;
  padding: 6px;
  padding-top: 9px;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  top: 0;
  padding-top: 8px;
  background-color: #fcfcfc;
  border: 1.5px solid #dddddd;
  width: 66px;
  height: 23px;
  color: #F9B32D;
  left: 186px;
}
div.challenge {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin: 0;
  padding: 6px;
  padding-top: 9px;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  top: 0;
  padding-top: 8px;
  background-color: #fcfcfc;
  border: 1.5px solid #dddddd;
  width: 66px;
  height: 23px;
  left: 279px;
  color: #21A4B6;
}
div.challenge.disabled {
  border-color: #E4EAF0;
}
div.submitmove {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin: 0;
  padding: 6px;
  padding-top: 9px;
  border-radius: 5px;
  cursor: pointer;
  width: 32px;
  height: 26px;
  background-color: #72a55f;
  display: none;
}
div.rack-right div.submitmove {
  display: block;
  margin-left: auto;
  /* Right-align the button */
}
div.submitmove.error-shown {
  display: none;
}
div.submitmove.hidden {
  display: none;
}
div.submitmove span.glyphicon {
  margin-left: 8px;
}
div.player {
  display: block;
  padding-left: 4px;
  padding-right: 4px;
  height: 30px;
  min-height: 30px;
  font-size: 14px;
  font-weight: 400;
  color: white;
}
div.scorewrapper {
  background-color: transparent;
  width: 100%;
}
div.scoreleft {
  display: block;
  width: 42px;
  height: 26px;
  padding-left: 4px;
  font-size: 22px;
  line-height: 27px;
  font-weight: 400;
  text-align: left;
  color: white;
  overflow: hidden;
  position: absolute;
  top: 4px;
  left: 0;
}
div.scoreright {
  display: block;
  width: 42px;
  height: 26px;
  padding-right: 4px;
  font-size: 22px;
  line-height: 27px;
  font-weight: 400;
  text-align: right;
  color: white;
  overflow: hidden;
  position: absolute;
  top: 4px;
  right: 0;
}
div.robot-btn {
  display: block;
  position: absolute;
  margin-left: 0px;
  margin-right: 2px;
  padding-top: 3px;
  height: 30px;
  min-height: 30px;
  line-height: 22px;
  border-width: 0px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
}
div.robot-btn span.glyphicon-cog {
  margin-right: 2px;
}
div.gamestats div.robot-btn {
  width: 100%;
  margin: 0;
  padding-top: 6px;
}
div.player-btn {
  display: block;
  position: absolute;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 3px;
  height: 30px;
  min-height: 30px;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: transparent;
  color: white;
  border-width: 0;
  border-radius: 5px;
}
div.player-btn.left,
div.robot-btn.left {
  padding-left: 38px;
  padding-right: 12px;
}
div.player-btn.right,
div.robot-btn.right {
  padding-left: 10px;
  /* Note: purposefully a bit asymmetric with the left button */
  padding-right: 38px;
}
div.player-btn.left.tomove,
div.player-btn.right.tomove {
  color: white;
}
div.player-btn.left.tomove:hover,
div.player-btn.right.tomove:hover {
  color: black;
}
div.heading {
  position: relative;
  width: 100%;
  /* background-color: @container; */
  top: 0;
  left: 0;
  padding-left: 0;
  padding-right: 0;
  height: 38px;
}
div.tabbed-page {
  position: absolute;
  left: 0;
  top: 0;
  width: 375px;
  height: 552px;
  overflow: hidden;
  font-size: 13px;
  line-height: 23px;
}
div.loginform-small {
  display: block;
  position: absolute;
  width: 375px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
div.loginform-large {
  display: none;
  position: absolute;
  left: 220px;
  right: 120px;
  top: 24px;
  width: auto;
  max-width: 740px;
  padding: 0;
}
div.login-logo {
  margin-top: 120px;
  margin-left: 100px;
}
div.login-legend {
  margin-left: 50px;
  margin-top: 40px;
}
div#logo-pic {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 16px;
}
div.loginform-small div#logo-pic {
  padding-top: 0;
}
@keyframes expand {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes expand {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slidein {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes slidein {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
div.login-btn-large {
  text-align: center;
  font-size: 19px;
  font-weight: 400;
  width: 160px;
  color: white;
  background-color: #5699A5;
  margin: 0;
  margin-top: 24px;
  margin-left: 6px;
  padding: 6px;
  padding-top: 8px;
  padding-bottom: 12px;
  border-radius: 5px;
  cursor: pointer;
  float: right;
}
div.login-btn-large:hover {
  background-color: #F9B32D;
  animation: expand 0.4s;
}
div.login-btn-large span {
  padding-left: 18px;
}
div.login-btn-small {
  width: 60%;
  text-align: center;
  font-size: 19px;
  font-weight: 400;
  color: white;
  background-color: #72a55f;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  padding: 6px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 5px;
  vertical-align: middle;
  cursor: pointer;
}
div.login-btn-small:hover {
  background-color: #F9B32D;
}
div.blurb {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 24px;
  text-align: center;
}
div.login-error {
  padding: 12px;
  margin-top: 160px;
  margin-left: 8px;
  margin-right: 16px;
  background-color: white;
  color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 6px;
  font-size: 15px;
  box-shadow: 3px 3px 5px 2px #333333;
}
p.login-sorry {
  font-weight: bold;
}
p.login-error-icon {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 34px;
  color: #F9B32D;
}
div.leftplayer {
  display: inline-block;
  width: 50%;
  text-align: left;
  border-radius: 4px 0 0 4px;
}
div.rightplayer {
  display: inline-block;
  width: 50%;
  text-align: right;
  border-radius: 0 4px 4px 0;
}
div.right-tab {
  position: absolute;
  top: -28px;
  height: 34px;
  min-height: 34px;
  width: 55px;
  min-width: 55px;
  overflow: visible;
  visibility: visible;
  text-align: center;
  vertical-align: middle;
  padding-top: 4px;
  font-size: 16px;
  line-height: 18px;
  border-radius: 6px;
  opacity: 0.6;
  z-index: 0;
  cursor: pointer;
  box-shadow: 2px 2px 4px 0 #afb7cad0;
}
div.right-tab#tab-board {
  left: 41px;
  background-color: #f8f8f8;
}
div.right-tab#tab-movelist {
  left: 106px;
  background-color: #E4EAF0;
}
div.right-tab#tab-twoletter {
  left: 171px;
  background-color: #D8E3D2;
}
div.right-tab#tab-games {
  left: 236px;
  background-color: #F9E5E6;
}
div.right-tab#tab-chat {
  left: 301px;
  background-color: #F7F0DE;
}
div.right-tab.selected {
  opacity: 1;
}
div.right-tab:hover {
  opacity: 1;
}
div.right-tab.alert > span.glyphicon {
  color: #B6676D;
  animation: redBlink 1s infinite;
  -webkit-animation: redBlink 1s infinite;
}
div.right-area {
  /* display: none; */
  position: relative;
  top: 30px;
  left: 0;
  height: 464px;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: black;
  cursor: default;
}
div.right-area.with-clock {
  height: 380px;
  margin-top: 48px;
}
div.message {
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  height: 28px;
  background-color: #B9D9DC;
  font-weight: 400;
}
div.message strong {
  text-transform: uppercase;
}
div.movelist-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 458px;
  background-color: #E4EAF0;
  padding-top: 8px;
  padding-bottom: 0;
  z-index: 6;
  border-radius: 4px 4px 0 0;
}
div.movelist {
  margin: 0;
  padding: 0;
  overflow: auto;
  width: 100%;
  height: 350px;
}
div.movelist.bestmoves {
  overflow-y: hidden;
}
div.movelist-container div.bag {
  display: block;
  background-color: #f8f8f8;
  position: relative;
  left: 0;
  margin: 0;
  padding-top: 4px;
  padding-left: 27px;
  width: 100%;
  height: 104px;
}
div.game-timed {
  display: none;
}
div.modal-dialog {
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(32, 32, 32, 0.2);
}
div.modal-dialog#spinner-dialog {
  background-color: rgba(255, 255, 255, 0.4);
}
div.animated-spinner {
  position: absolute;
  left: 141.5px;
  top: 271.5px;
}
svg circle.shadow {
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.4));
}
.std-form {
  position: absolute;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  box-shadow: 3px 3px 5px 2px #333333;
  font-size: 1em;
  z-index: 20;
  background-color: #f8f8f8;
}
div#blank-form {
  position: absolute;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  box-shadow: 3px 3px 5px 2px #333333;
  font-size: 1em;
  z-index: 20;
  background-color: #f8f8f8;
  top: 124px;
  right: 36.5px;
  width: 274px;
  height: 400px;
  background-color: #E4EAF0;
}
.bottom-message {
  position: absolute;
  text-align: right;
  display: block;
  bottom: 0;
  left: 0;
  width: 352px;
  height: 52px;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  padding-top: 0px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  visibility: hidden;
  transform-origin: left top;
  animation: slidein 0.4s;
}
.bold-bottom-message {
  position: absolute;
  text-align: right;
  display: block;
  bottom: 0;
  left: 0;
  width: 352px;
  height: 52px;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  padding-top: 0px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  visibility: hidden;
  transform-origin: left top;
  animation: slidein 0.4s;
  text-align: center;
  color: white;
  border-radius: 4px;
}
div.error {
  position: absolute;
  text-align: right;
  display: block;
  bottom: 0;
  left: 0;
  width: 352px;
  height: 52px;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  padding-top: 0px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  visibility: hidden;
  transform-origin: left top;
  animation: slidein 0.4s;
  text-align: center;
  color: white;
  border-radius: 4px;
  background-color: #B6676D;
  cursor: pointer;
}
div.opp-turn {
  display: block;
  padding-top: 10px;
  width: 246px;
}
div.opp-turn.flashing {
  color: #B6676D;
  transition: 0.1s;
  transform: scale(1.1);
  transform-origin: center left;
  animation: redBlink 0.4s;
  animation-iteration-count: 2;
}
div#congrats,
div#gameover {
  position: absolute;
  text-align: right;
  display: block;
  bottom: 0;
  left: 0;
  width: 352px;
  height: 52px;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  padding-top: 0px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  visibility: hidden;
  transform-origin: left top;
  animation: slidein 0.4s;
  visibility: visible;
  font-size: 16px;
  width: 100%;
  text-align: center;
  padding-bottom: 0px;
}
div#congrats span.glyphicon-bookmark {
  padding-right: 2px;
  color: #72a55f;
}
div#gameover span.glyphicon-info-sign {
  padding-right: 4px;
  color: #21A4B6;
}
div.resign {
  position: absolute;
  text-align: right;
  display: block;
  bottom: 0;
  left: 0;
  width: 352px;
  height: 52px;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  padding-top: 0px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  visibility: hidden;
  transform-origin: left top;
  animation: slidein 0.4s;
  text-align: center;
  color: white;
  border-radius: 4px;
  background-color: #B6676D;
}
div.pass {
  position: absolute;
  text-align: right;
  display: block;
  bottom: 0;
  left: 0;
  width: 352px;
  height: 52px;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  padding-top: 0px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  visibility: hidden;
  transform-origin: left top;
  animation: slidein 0.4s;
  text-align: center;
  color: white;
  border-radius: 4px;
  background-color: #F9B32D;
}
div.pass-last {
  position: absolute;
  text-align: right;
  display: block;
  bottom: 0;
  left: 0;
  width: 352px;
  height: 52px;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  padding-top: 0px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  visibility: hidden;
  transform-origin: left top;
  animation: slidein 0.4s;
  text-align: center;
  color: white;
  border-radius: 4px;
  background-color: #F9B32D;
}
div.chall {
  position: absolute;
  text-align: right;
  display: block;
  bottom: 0;
  left: 0;
  width: 352px;
  height: 52px;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  padding-top: 0px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  visibility: hidden;
  transform-origin: left top;
  animation: slidein 0.4s;
  text-align: center;
  color: white;
  border-radius: 4px;
  background-color: #21A4B6;
}
div.chall-info {
  position: absolute;
  text-align: right;
  display: block;
  bottom: 0;
  left: 0;
  width: 352px;
  height: 52px;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  padding-top: 0px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  visibility: hidden;
  transform-origin: left top;
  animation: slidein 0.4s;
  text-align: center;
  color: white;
  border-radius: 4px;
  background-color: #72a55f;
  bottom: 60px;
  line-height: 20px;
  width: 311px;
  padding: 2px 24px 0px;
}
div.exchange {
  position: absolute;
  text-align: right;
  display: block;
  bottom: 0;
  left: 0;
  width: 352px;
  height: 52px;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  padding-top: 0px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  visibility: hidden;
  transform-origin: left top;
  animation: slidein 0.4s;
  text-align: center;
  color: white;
  border-radius: 4px;
  background-color: #72a55f;
}
div.submitmove#move-mobile {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  float: right;
  margin-right: 1px;
  width: 96px;
  font-weight: normal;
  color: black;
  background-color: #F9E5E6;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
}
div.submitmove#move-mobile.manual {
  background-color: #E4EAF0;
}
div.submitmove#move-mobile.word-good {
  background-color: #72a55f;
  color: white;
}
@keyframes colorPulseMobile {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.3);
  }
  60% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes colorPulseMobile {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.3);
  }
  60% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
span.score-mobile {
  display: inline-block;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
}
div.submitmove#move-mobile.word-great span.score-mobile {
  animation: colorPulseMobile 1.5s infinite;
  -webkit-animation: colorPulseMobile 1.5s infinite;
}
div.submitmove#move-mobile span.glyphicon {
  top: 0px;
  margin-top: 2px;
}
div.force-resign {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 6px;
  padding-top: 9px;
  border-radius: 5px;
  cursor: pointer;
  width: 32px;
  height: 26px;
  background-color: #72a55f;
  display: block;
  float: right;
  padding-top: 3px;
  padding-bottom: 12px;
  margin-right: 1px;
  width: 96px;
  text-align: center;
  font-weight: normal;
  font-size: 13px;
  color: white;
  background-color: #B6676D;
}
div.gameinfo {
  position: absolute;
  text-align: right;
  display: block;
  bottom: 0;
  left: 0;
  width: 352px;
  height: 52px;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  padding-top: 0px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  visibility: hidden;
  transform-origin: left top;
  animation: slidein 0.4s;
  bottom: 56px;
  height: 34px;
  background-color: #E4EAF0;
  font-weight: normal;
  color: white;
  padding-top: 10px;
}
input.chat-txt {
  font-family: 'Barlow', 'Open Sans', 'Arial', sans-serif;
  width: 276px;
  font-size: 18px;
  height: 24px;
  font-weight: normal;
  border-style: solid;
  border-color: #72a55f;
  border-width: 1px;
  border-radius: 3px;
  margin-top: 1px;
  padding-top: 4px;
  padding-bottom: 3px;
  padding-left: 6px;
  padding-right: 6px;
}
div.chat-area {
  position: absolute;
  top: 6px;
  left: 6px;
  height: 402px;
  width: 336px;
  padding: 6px;
  overflow: auto;
}
div.modal-close#chat-send {
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 18px;
  height: 28px;
  bottom: 2px;
  right: 0;
  margin: 0 0 2px 8px;
  padding-top: 4px;
  padding-bottom: 0;
  background-color: #21A4B6;
  color: white;
}
div.twoletter {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 466px;
  background-color: #D8E3D2;
  overflow: hidden;
  z-index: 3;
  border-radius: 4px 4px 0 0;
}
div.twoletter-area {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  font-size: 18px;
  line-height: 25px;
  text-align: right;
  padding-left: 14px;
  padding-right: 10px;
  margin-top: 12px;
  cursor: pointer;
}
div.twoletter-area#two-2 {
  visibility: hidden;
}
div.twoletter-group {
  display: inline-block;
  margin-right: 5px;
}
div.twoletter-word {
  display: inline-block;
  padding-right: 4px;
}
div.twoletter-word b {
  background-color: #72a55f;
  color: white;
  padding-left: 2px;
  padding-right: 2px;
  border-radius: 2px;
}
span.statsbutton {
  display: none;
}
div#ready-toggler {
  display: none;
}
div#timed-toggler {
  display: none;
}
div.help-container img {
  /* On mobile, scale images in help text down to fit the column width */
  max-width: 100%;
  height: auto;
  object-fit: scale-down;
}
div#tabs,
div#main-tabs {
  border-width: 0;
  padding: 0;
}
div#tabs > div[role=tabpanel],
div#main-tabs > div[role=tabpanel] {
  position: relative;
  top: -8px;
  height: 504px;
}
div#main-tabs div.header-logo {
  padding-left: 14px;
  padding-right: 8px;
  padding-top: 7px;
}
div#tabs {
  background-color: transparent;
}
div.userid {
  display: none;
}
span.list-ts {
  display: none;
  width: 164px;
  max-width: 164px;
  overflow: hidden;
}
span.list-ts-short {
  display: none;
  padding-left: 4px;
  width: 144px;
  max-width: 144px;
  overflow: hidden;
}
span.list-chall {
  display: inline-block;
  width: 188px;
  max-width: 188px;
  overflow: hidden;
  text-overflow: ellipsis;
}
span.list-s0 {
  display: inline-block;
  width: 38px;
  max-width: 38px;
  text-align: right;
  overflow: hidden;
}
span.list-s1 {
  display: inline-block;
  width: 38px;
  max-width: 38px;
  text-align: left;
  overflow: hidden;
}
span.list-colon {
  display: inline-block;
  text-align: center;
  width: 8px;
  max-width: 8px;
  overflow: hidden;
}
span.list-scorehdr {
  display: inline-block;
  width: 84px;
  /* list-s0 + list-colon + list-s1 */
  max-width: 84px;
  text-align: center;
  overflow: hidden;
}
span.list-elo-adj {
  display: inline-block;
  width: 52px;
  max-width: 52px;
  text-align: center;
  overflow: hidden;
  text-overflow: clip;
  margin-bottom: 2px;
}
span.list-elo-hdr {
  display: inline-block;
  width: 104px;
  /* list-elo-adj * 2 */
  max-width: 104px;
  text-align: center;
  overflow: hidden;
}
span.list-tc {
  display: inline-block;
  width: 84px;
  max-width: 84px;
  text-align: left;
  overflow: hidden;
  padding-right: 0;
}
div.tilecount {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 2px;
  width: 100px;
  min-width: 100px;
  text-align: left;
  background-color: #ffffff;
}
div.tc {
  display: inline-block;
  text-align: left;
  background-color: #72a55f;
}
div.tc.losing {
  background-color: #B6676D;
}
div.tc:before {
  content: "\A0";
  /* Invisible space */
}
span.list-ch,
span.list-fav,
span.list-icon,
span.list-myturn,
span.list-overdue {
  display: inline-block;
  font-size: 18px;
  width: 26px;
  max-width: 26px;
  margin-left: 2px;
  cursor: pointer;
  overflow: hidden;
}
span.list-overdue,
span.list-fav {
  display: none;
}
span.list-newbag {
  display: none;
  font-size: 18px;
  color: #F9B32D;
  width: 22px;
  max-width: 22px;
  margin-left: 14px;
  overflow: hidden;
}
span.list-manual {
  display: none;
  font-size: 18px;
  color: #F9B32D;
  /* width: 26px; */
  max-width: 26px;
  margin-left: 14px;
  overflow: hidden;
}
span.list-win {
  display: inline-block;
  font-size: 18px;
  width: 26px;
  max-width: 26px;
  margin-left: 0;
  cursor: pointer;
  overflow: hidden;
}
span.list-nick {
  display: inline-block;
  width: 140px;
  max-width: 140px;
  overflow: hidden;
  font-weight: 700;
  cursor: default;
}
span.list-nick-elo {
  display: inline-block;
  width: 150px;
  max-width: 150px;
  overflow: hidden;
  font-weight: 700;
  cursor: default;
}
span.list-opp {
  display: inline-block;
  width: 150px;
  max-width: 150px;
  overflow: hidden;
  font-weight: 700;
}
span.list-fullname {
  display: inline-block;
  width: 400px;
  max-width: 400px;
  overflow: hidden;
}
span.list-fullname-robot {
  display: inline-block;
  width: 188px;
  max-width: 188px;
  overflow: hidden;
  font-style: italic;
  /* Robot description doesn't fit into the column on mobile */
  font-size: 14px;
  text-overflow: ellipsis;
}
span.list-human-elo {
  display: inline-block;
  width: 40px;
  max-width: 40px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  margin-right: 6px;
}
span.list-duration {
  display: none;
  width: 192px;
  max-width: 192px;
  text-align: right;
  overflow: hidden;
}
span.list-info-hdr {
  display: none;
  width: 52px;
  max-width: 52px;
  text-align: center;
  overflow: hidden;
}
span.list-info {
  display: none;
  width: 52px;
  top: -3px;
  text-align: center;
  height: 24px;
  line-height: 20px;
  overflow: hidden;
}
span.list-rank {
  display: inline-block;
  width: 36px;
  max-width: 36px;
  text-align: center;
  overflow: hidden;
  margin-right: 8px;
}
span.list-rank-no-mobile {
  display: none;
  width: 32px;
  max-width: 32px;
  text-align: center;
  overflow: hidden;
  margin-right: 10px;
}
span.list-elo {
  display: inline-block;
  width: 40px;
  max-width: 40px;
  text-align: center;
  overflow: hidden;
  margin-right: 10px;
}
span.list-elo-no-mobile {
  display: none;
  width: 40px;
  max-width: 40px;
  text-align: center;
  overflow: hidden;
  margin-right: 10px;
}
span.list-games {
  display: none;
  width: 48px;
  max-width: 48px;
  text-align: right;
  overflow: hidden;
  margin-right: 10px;
}
span.list-ratio {
  display: none;
  width: 40px;
  max-width: 40px;
  text-align: right;
  overflow: hidden;
  margin-right: 10px;
}
span.list-avgpts {
  display: none;
  width: 36px;
  max-width: 36px;
  text-align: right;
  overflow: hidden;
  margin-right: 16px;
}
span.mobile-break {
  display: inline;
}
.tab-legend {
  display: none;
  font-weight: normal;
}
div.user-cat span#break {
  display: inline;
}
div.user-cat#user-headings {
  line-height: 32px;
}
div.user-cat#user-search {
  display: none;
}
div#chall-form {
  position: absolute;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  box-shadow: 3px 3px 5px 2px #333333;
  font-size: 1em;
  z-index: 20;
  background-color: #f8f8f8;
  position: relative;
  padding-top: 8px;
  /* left: @margin-small; */
  left: auto;
  right: auto;
  margin-left: auto;
  margin-right: auto;
  top: 48px;
  width: 327px;
  height: 352px;
  font-size: 0.85em;
}
div#chall-fairplay {
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  text-align: right;
}
div#chall-oldbag {
  position: absolute;
  bottom: 16px;
  font-size: 14px;
}
div#chall-oldbag td span.glyphicon-exclamation-sign {
  color: #B6676D;
  padding-right: 8px;
}
span.caption.wide {
  width: 200px;
}
div#manual-toggler {
  display: inline-block;
}
div#chall-ok {
  right: 12px;
  width: 72px;
  /* Override */
  background-color: #72a55f;
}
div#chall-cancel {
  right: 108px;
  /* 12 + 72 + 12 + 12 */
  width: 72px;
  /* Override */
  background-color: #B6676D;
}
div.user-cat#user-headings span {
  white-space: nowrap;
}
div#user-load {
  display: none;
  position: absolute;
  top: 321.5px;
  left: 175.5px;
  width: 24px;
  height: 24px;
  z-index: 10;
  background-image: url('user-loader.gif');
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
div#promo-form {
  position: absolute;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  box-shadow: 3px 3px 5px 2px #333333;
  font-size: 1em;
  z-index: 20;
  background-color: #f8f8f8;
  top: 64px;
  left: 12px;
  width: 327px;
  height: 364px;
  line-height: 1.5em;
}
div.promo-content {
  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px;
}
div.promo-fullscreen {
  display: none;
}
div.promo-mobile {
  display: block;
}
div.btn-promo-yes {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin: 0;
  padding: 6px;
  padding-top: 9px;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  width: 200px;
  height: 28px;
  bottom: 48px;
  right: 232px;
  top: auto;
  background-color: #72a55f;
}
div.btn-promo-no {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin: 0;
  padding: 6px;
  padding-top: 9px;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  width: 80px;
  height: 28px;
  bottom: 24px;
  right: 24px;
  top: auto;
  background-color: #72a55f;
}
div #userlist,
div #elolist {
  height: 396px;
  /* 11 lines @ 36px each */
  overflow-y: auto;
  overflow-x: hidden;
}
div #gamelist {
  height: 468px;
  /* 13 lines @ 36px each */
  overflow-y: auto;
  overflow-x: hidden;
}
div #recentlist {
  height: 396px;
  /* 11 lines @ 36px each */
  overflow-y: auto;
  overflow-x: hidden;
}
div #usr-recent {
  height: 432px;
  /* 12 lines @ 36px each */
  overflow-y: auto;
  overflow-x: hidden;
}
div #chall-sent,
div #chall-received {
  height: 216px;
  /* 6 lines @ 36px each */
  overflow-y: auto;
  overflow-x: hidden;
}
div.games {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 442px;
  background-color: #F9E5E6;
  overflow: auto;
  z-index: 2;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 4px 4px 0 0;
}
div.games-item {
  /* Defined further below */
  margin-left: 32px;
  margin-right: 32px;
}
div#wait-form {
  position: absolute;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  box-shadow: 3px 3px 5px 2px #333333;
  font-size: 1em;
  z-index: 20;
  background-color: #f8f8f8;
  top: 8px;
  left: 4px;
  width: 335px;
  height: 488px;
}
span.move-indicator {
  position: relative;
  top: 2px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #F9B32D;
  margin-right: 4px;
}
span.move-indicator:before {
  content: "\E267";
}
div.hint {
  display: none;
  position: absolute;
  top: 136px;
  font-style: italic;
  font-size: 1em;
  z-index: 10;
  color: #666666;
  margin-left: 12px;
  margin-right: 12px;
}
div.stats-box {
  width: 224px;
  position: absolute;
  top: 0px;
  right: -62px;
}
div.stats-fig {
  display: inline-block;
  width: 68px;
  height: 24px;
  padding: 3px;
  background-color: transparent;
  color: #197d8b;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  border-color: #197d8b;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  vertical-align: middle;
  margin-top: 4px;
  margin-right: 2px;
  margin-left: 2px;
  cursor: default;
}
div#own-toggler {
  width: 80px;
  /* Two small toggle buttons of 40px each */
  position: absolute;
  top: 2px;
  margin-top: 0;
  margin-right: 8px;
}
p#own-best {
  display: inline-block;
  position: absolute;
  left: auto;
  right: 174px;
  top: 26px;
  text-align: right;
  font-size: 0.85em;
}
div#own-stats {
  position: relative;
  margin-top: 2px;
  margin-bottom: 32px;
  height: 48px;
  width: 100%;
  vertical-align: top;
}
/* Paragraphs of help text that should be centered on screens that are wide enough */
p.help-center {
  text-align: left;
}
div.racktile {
  cursor: pointer;
  background-color: white;
}
@keyframes selBlink {
  0% {
    color: white;
    background-color: #B6676D;
  }
  45% {
    color: white;
    background-color: #B6676D;
  }
  50% {
    color: black;
    background-color: white;
  }
  95% {
    color: black;
    background-color: white;
  }
  100% {
    color: white;
    background-color: #B6676D;
  }
}
@-webkit-keyframes selBlink {
  0% {
    color: white;
    background-color: #B6676D;
  }
  45% {
    color: white;
    background-color: #B6676D;
  }
  50% {
    color: black;
    background-color: white;
  }
  95% {
    color: black;
    background-color: white;
  }
  100% {
    color: white;
    background-color: #B6676D;
  }
}
@keyframes selBlank {
  0% {
    color: white;
    background-color: #B6676D;
  }
  45% {
    color: white;
    background-color: #B6676D;
  }
  50% {
    color: #aaaaaa;
    background-color: white;
  }
  95% {
    color: #aaaaaa;
    background-color: white;
  }
  100% {
    color: white;
    background-color: #B6676D;
  }
}
@-webkit-keyframes selBlank {
  0% {
    color: white;
    background-color: #B6676D;
  }
  45% {
    color: white;
    background-color: #B6676D;
  }
  50% {
    color: #aaaaaa;
    background-color: white;
  }
  95% {
    color: #aaaaaa;
    background-color: white;
  }
  100% {
    color: white;
    background-color: #B6676D;
  }
}
@keyframes redBlink {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes redBlink {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacityBlink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  80% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.1;
  }
}
@-webkit-keyframes opacityBlink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  80% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.1;
  }
}
div.sel {
  animation: selBlink 1.2s infinite;
  -webkit-animation: selBlink 1.2s infinite;
}
div.blanktile.sel {
  animation: selBlank 1.2s infinite;
  -webkit-animation: selBlank 1.2s infinite;
}
td.sel {
  outline: #B6676D solid 3px;
}
div.ui-draggable-dragging {
  box-shadow: 2px 2px 4px 1px #333333;
  color: black;
  background-color: white;
}
div.xchg {
  cursor: pointer;
}
div.xchgsel {
  color: white;
  background-color: #72a55f;
}
.blanktile {
  color: #aaaaaa;
}
@keyframes fresh-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fresh-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
div.freshtile {
  color: white;
  background-color: #B6676D;
  opacity: 0;
  animation-name: fresh-appear;
  animation-duration: 100ms;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  -webkit-animation-name: fresh-appear;
  -webkit-animation-duration: 100ms;
  -webkit-animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
}
div.highlight0 {
  /* Human (local) player */
  background-color: white;
}
div.highlight1 {
  /* Computer (remote) player */
  color: white;
  background-color: #B6676D;
}
div.highlight0.dim {
  background-color: #fbedee;
}
div.highlight1.dim {
  background-color: #deb3b6;
}
.clock {
  display: inline-block;
  position: absolute;
  top: 82px;
  width: 147px;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  color: #202020;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 4px;
}
h3.clockleft {
  display: inline-block;
  position: absolute;
  top: 82px;
  width: 147px;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  color: #202020;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 4px;
  left: 0;
  text-align: left;
}
h3.clockright {
  display: inline-block;
  position: absolute;
  top: 82px;
  width: 147px;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  color: #202020;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 4px;
  right: 0;
  text-align: right;
}
h3.clockleft.running-out {
  color: #B6676D;
}
h3.clockright.running-out {
  color: #B6676D;
}
div.clockface {
  display: block;
  position: absolute;
  top: 84px;
  width: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 28px;
  color: #F9B32D;
}
div.fairplay {
  position: absolute;
  top: 10px;
  width: 100%;
  text-align: center;
  color: #72a55f;
}
div.games-item {
  position: relative;
  height: 24px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 7px;
  padding-bottom: 5px;
  overflow: hidden;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 2px;
  margin-bottom: 2px;
}
div.games-item a:link,
div.games-item a:visited {
  color: black;
  text-decoration: none;
}
div.games-item a:hover {
  color: black;
}
div.games-item:hover {
  border-radius: 5px;
  background-color: rgba(86, 153, 165, 0.5);
}
div.at-top-left {
  position: absolute;
  top: 6px;
  left: 10px;
  height: 24px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
div.at-top-left div.tilecount {
  width: 276px;
  min-width: 276px;
  height: 24px;
  border-radius: 10px;
  border-width: 0;
  overflow: hidden;
  background-color: #babab2;
}
div.at-top-left div.tilecount.trans {
  background-color: transparent;
}
div.at-top-left div.tilecount div.tc {
  color: #f8f8f8;
  padding-left: 4px;
  margin-left: 0;
  overflow: hidden;
  border-radius: 10px;
  border-width: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
}
div.at-top-left div.tilecount div.oc {
  color: #202020;
  padding-left: 8px;
  margin-left: 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: transparent;
}
div.chat {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 466px;
  background-color: #F7F0DE;
  z-index: 1;
  border-radius: 4px 4px 0 0;
}
div.chat-area.with-clock {
  height: 310px;
}
div.chat-ts {
  clear: both;
  display: inline-block;
  color: #333333;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 8px;
  width: 100%;
}
div.chat-msg {
  display: inline-block;
  border-radius: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  color: black;
  font-size: 15px;
  line-height: 20px;
  max-width: 80%;
  margin-bottom: 6px;
}
div.chat-msg.left {
  float: left;
  clear: both;
  text-align: left;
}
div.chat-msg.right {
  float: right;
  clear: both;
  text-align: right;
}
div.chat-msg.local {
  background-color: #E4EAF0;
}
div.chat-msg.remote {
  background-color: #F1DBDA;
}
div.chat-msg img {
  vertical-align: -10px;
  /* Emoticon alignment to baseline */
}
div.chat-input {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 36px;
  padding: 6px;
  vertical-align: bottom;
}
div.movelist.noscroll {
  overflow-y: hidden;
}
div.leftmove {
  text-align: left;
  padding-left: 0px;
  height: 20px;
  line-height: 18px;
}
div.rightmove {
  text-align: right;
  padding-right: 0px;
  height: 20px;
  line-height: 18px;
}
div.reviewhdr {
  height: 18px;
  text-align: left;
  padding: 11px;
  background-color: #72a55f;
  color: white;
  font-weight: 400;
  font-size: 18px;
  line-height: 19px;
}
span.movenumber {
  background-color: white;
  color: #72a55f;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 12px;
  padding-right: 12px;
}
div.gameover {
  text-align: center;
  padding: 12px;
  background-color: #F9B32D;
  color: white;
  font-weight: 700;
}
span.gameovermsg {
  margin-right: 6px;
}
div.gamestats {
  visibility: hidden;
  color: black;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 20;
  position: absolute;
  width: 724px;
  height: 580px;
  left: 150px;
  top: 64px;
  cursor: pointer;
  padding: 12px;
  border-radius: 5px;
  box-shadow: 3px 3px 5px 2px #333333;
}
div.statscol {
  display: block;
  float: left;
  width: 50%;
  padding-top: 24px;
}
div.statscol p {
  margin-top: 0.85em;
  margin-bottom: 0.8em;
}
div.gamestats p span {
  font-weight: 700;
}
div #gamestarted {
  width: 100%;
  text-align: center;
  position: relative;
  top: 42px;
  margin-bottom: 24px;
}
#gamestarted p {
  font-style: italic;
  margin-top: 4px;
  margin-bottom: 8px;
}
.humancolor {
  background-color: #208C9F;
}
.autoplayercolor {
  background-color: #B6676D;
}
/* Scores in move list */
.humangrad_left {
  color: #208C9F;
}
.autoplayergrad_right {
  color: #B6676D;
}
.humangrad_right {
  color: #208C9F;
}
.autoplayergrad_left {
  color: #B6676D;
}
span.score {
  display: inline-block;
  width: 28px;
  padding-left: 2px;
  margin-left: 2px;
  padding-right: 2px;
  margin-right: 2px;
  font-weight: 700;
  text-align: right;
  line-height: 20px;
}
span.total {
  display: inline-block;
  width: 28px;
  padding-left: 3px;
  margin-left: 0px;
  padding-right: 6px;
  margin-right: 0px;
  font-weight: 700;
  text-align: right;
  color: white;
  line-height: 20px;
}
div.leftmove span.total {
  border-left-width: 0px;
  border-left-style: solid;
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  margin-right: 2px;
}
div.rightmove span.total {
  border-right-width: 0px;
  border-right-style: solid;
  border-top-left-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
  margin-left: 2px;
}
span.total.human {
  background-color: #aad1d4;
}
div.leftmove span.total.human {
  border-left-color: #208C9F;
}
div.rightmove span.total.human {
  border-right-color: #208C9F;
}
span.total.autoplayer {
  background-color: #d3c0c7;
}
div.leftmove span.total.autoplayer {
  border-left-color: #B6676D;
}
div.rightmove span.total.autoplayer {
  border-right-color: #B6676D;
}
span.highlight {
  background-color: #72a55f;
  color: white;
}
span.wordmove {
  text-transform: uppercase;
  padding-left: 3px;
  padding-right: 3px;
}
.wordmove i {
  font-weight: bold;
  padding-left: 3px;
  padding-right: 3px;
}
span.othermove {
  text-transform: none;
  padding-left: 3px;
}
div.error p {
  display: inline;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
div.error span.glyphicon {
  padding-right: 6px;
}
span.pass-explain {
  font-weight: normal;
  font-style: italic;
  padding-left: 3px;
  padding-right: 3px;
}
span.yesnobutton {
  height: 20px;
  text-align: center;
  background-color: white;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 4px;
  cursor: pointer;
}
div.resign span.yesnobutton {
  color: #B6676D;
}
div.pass span.yesnobutton,
div.pass-last span.yesnobutton {
  color: #F9B32D;
}
div.exchange span.yesnobutton {
  color: #72a55f;
}
div.chall span.yesnobutton {
  color: #21A4B6;
}
span.closebtn {
  color: #F9B32D;
}
span.yesnobutton#force-resign {
  display: none;
}
div.score.word-good {
  color: #72a55f;
  border-color: #72a55f;
}
div.score.manual {
  color: #21A4B6;
  border-color: #21A4B6;
}
@keyframes colorPulse {
  0% {
    color: #72a55f;
  }
  40% {
    color: #B6676D;
    transform: scale(1.05);
  }
  60% {
    color: #B6676D;
    transform: scale(1.05);
  }
  100% {
    color: #72a55f;
  }
}
@-webkit-keyframes colorPulse {
  0% {
    color: #72a55f;
  }
  40% {
    color: #B6676D;
    transform: scale(1.05);
  }
  60% {
    color: #B6676D;
    transform: scale(1.05);
  }
  100% {
    color: #72a55f;
  }
}
div.score.word-great {
  animation: colorPulse 1.5s infinite;
  -webkit-animation: colorPulse 1.5s infinite;
  border-color: #72a55f;
}
div.score.green {
  color: white;
  background-color: #B6676D;
}
div.score.yellow {
  color: black;
  background-color: white;
}
div.channel {
  position: absolute;
  width: 32px;
  height: 32px;
  text-align: center;
  bottom: 40px;
  left: 32px;
  background-color: transparent;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  overflow: hidden;
  visibility: hidden;
}
div.channel:before {
  content: "\E051";
  /* glyphicon-link */
}
div.word-check.word-good {
  color: #72a55f;
  border-color: #72a55f;
  visibility: visible;
}
div.word-check.word-good:before {
  content: "\E344";
  /* glyphicon-thumbs-up */
}
div.word-check.word-bad {
  color: #B6676D;
  border-color: #B6676D;
  visibility: visible;
}
div.word-check.word-bad:before {
  content: "\E200";
  /* glyphicon-ban-circle */
}
div.board-help {
  position: absolute;
  z-index: 2;
  left: 22px;
  top: 160px;
  width: 54px;
  background-color: white;
  padding: 2px;
  border-radius: 5px;
  cursor: default;
}
div.board-help-close {
  width: 50px;
  text-align: right;
  background-color: white;
  margin: 2px;
}
div.board-help-close span {
  background-color: #B6676D;
  color: white;
  padding: 1px;
  padding-top: 2px;
  padding-left: 2px;
  cursor: pointer;
}
div.board-help-close span:hover {
  background-color: #F9B32D;
}
div.board-colors {
  margin: 0;
  padding: 0;
}
div.board-color {
  width: 44px;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 400;
  border: solid 2px white;
  border-collapse: collapse;
}
div.board-color#triple-word {
  background-color: #F9B32D;
  color: white;
  border-bottom: none;
}
div.board-color#double-word {
  background-color: #F8D992;
  border-bottom: none;
}
div.board-color#triple-letter {
  background-color: #21A4B6;
  color: white;
  border-bottom: none;
}
div.board-color#double-letter {
  background-color: #9ED5DA;
  border-bottom: none;
}
div.board-color#single-letter {
  background-color: #E4EAF0;
  color: black;
}
div.scorediff {
  position: absolute;
  width: 50px;
  height: 28px;
  text-align: center;
  vertical-align: middle;
  bottom: 272px;
  left: 642px;
  background-color: #B6676D;
  font-size: 18px;
  font-weight: normal;
  color: white;
  visibility: hidden;
  padding-top: 3px;
  padding-bottom: 2px;
  font-family: 'Open Sans', 'Arial', sans-serif;
}
div.posdiff {
  background-color: #72a55f;
}
div.navbtn {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin: 0;
  padding: 6px;
  padding-top: 9px;
  border-radius: 5px;
  cursor: pointer;
  top: auto;
  width: 90px;
  height: 30px;
  bottom: 136px;
  line-height: 24px;
  background-color: #72a55f;
}
div.navbtn#navnext {
  position: absolute;
  left: 550px;
  font-weight: normal;
}
div.navbtn#navprev {
  position: absolute;
  left: 110px;
  font-weight: normal;
}
span#nav-prev-visible {
  display: inline;
}
span#nav-prev-waiting {
  display: none;
}
span#nav-next-visible {
  display: inline;
}
span#nav-next-waiting {
  display: none;
}
div.closebtn {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin: 0;
  padding: 6px;
  padding-top: 9px;
  border-radius: 5px;
  cursor: pointer;
  width: 100px;
  height: 28px;
  bottom: 12px;
  background-color: #72a55f;
}
#review-close {
  position: absolute;
  right: 12px;
}
span#total0,
span#total1 {
  font-size: 28px;
  margin-left: 8px;
  margin-right: 8px;
}
div.promo-content h2 {
  color: #72a55f;
}
div.promo-content h2 span.glyphicon-coffee-cup,
div.help-container span.glyphicon-coffee-cup {
  color: #F9B32D;
}
div.promo-krafla {
  background-color: #E4EAF0;
}
div.btn-krafla-yes {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin: 0;
  padding: 6px;
  padding-top: 9px;
  border-radius: 5px;
  cursor: pointer;
  width: 80px;
  height: 28px;
  bottom: 48px;
  right: 48px;
  top: auto;
  background-color: #72a55f;
}
div#btn-thanks {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin: 0;
  padding: 6px;
  padding-top: 9px;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  width: 96px;
  height: 28px;
  bottom: 24px;
  right: 24px;
  top: auto;
  background-color: #72a55f;
}
div#btn-cancel-yes {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin: 0;
  padding: 6px;
  padding-top: 9px;
  border-radius: 5px;
  cursor: pointer;
  width: 160px;
  height: 28px;
  bottom: 24px;
  right: 24px;
  top: auto;
  background-color: #B6676D;
}
div#btn-cancel-no {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin: 0;
  padding: 6px;
  padding-top: 9px;
  border-radius: 5px;
  cursor: pointer;
  width: 160px;
  height: 28px;
  bottom: 24px;
  right: 208px;
  top: auto;
  background-color: #72a55f;
}
.tabbed-page a:link,
.tabbed-page a:visited {
  text-decoration: none;
  color: #5699A5;
}
.tabbed-page a:hover {
  text-decoration: none;
  color: #F9B32D;
}
a.ui-tabs-anchor:link,
a.ui-tabs-anchor:visited {
  color: white;
}
.notifier {
  display: none;
  /* Set to inline-block by the script if shown */
  background-color: #B6676D;
  color: white;
  border-radius: 9px;
  height: 18px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  margin-left: 6px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 16px;
  vertical-align: top;
}
span#numgames {
  display: none;
  /* Set to inline-block by the script if shown */
  background-color: #B6676D;
  color: white;
  border-radius: 9px;
  height: 18px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  margin-left: 6px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 16px;
  vertical-align: top;
}
span#numchallenges {
  display: none;
  /* Set to inline-block by the script if shown */
  background-color: #B6676D;
  color: white;
  border-radius: 9px;
  height: 18px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  margin-left: 6px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 16px;
  vertical-align: top;
}
div.smallprint {
  font-size: 12px;
  padding-top: 6px;
}
div.userid {
  position: absolute;
  top: 22px;
  right: 26px;
  max-width: 210px;
  height: 22px;
  text-align: right;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 6px 10px 4px 6px;
  margin: 0;
  z-index: 5;
  color: #5699A5;
  background-color: white;
  border-radius: 5px;
  cursor: pointer;
}
div.userid:hover {
  background-color: #5699A5;
  color: white;
}
div.listitem {
  position: relative;
  height: 24px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 7px;
  padding-bottom: 5px;
  overflow: hidden;
  vertical-align: top;
  /* text-overflow: ellipsis; */
  white-space: nowrap;
}
.listheader > span {
  top: 0;
}
.listitem a:link,
.listitem a:visited {
  color: black;
  text-decoration: none;
}
.listitem a:hover {
  color: #F9B32D;
}
div.oddlist {
  background-color: #E4EAF0;
}
div.evenlist {
  background-color: #F7F0DE;
}
div.listheader {
  background-color: #D8E3D2;
  font-weight: 700;
  border-bottom-width: 2px;
  border-bottom-color: #9ED5DA;
  border-bottom-style: solid;
}
div#elo-hdr span {
  cursor: default;
}
div#elo-toggler {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 266px;
  z-index: 10;
}
span.bold {
  font-weight: 700;
}
div#initials {
  margin-top: 8px;
  margin-bottom: 14px;
  padding: 0;
}
div.user-cat {
  display: inline-block;
  vertical-align: middle;
}
div.user-cat#user-search {
  float: right;
}
div.user-cat#user-search span.glyphicon-search {
  padding-top: 5px;
  padding-bottom: 5px;
}
div.user-cat span {
  font-size: 16px;
  cursor: pointer;
  padding-left: 4px;
  padding-top: 1px;
  padding-bottom: 4px;
  padding-right: 6px;
  margin: 2px;
}
div.user-cat span.shown {
  background-color: rgba(158, 213, 218, 0.3);
  border-radius: 5px;
}
div.user-cat span:hover {
  color: white;
  background-color: #9ED5DA;
  border-radius: 5px;
}
span.versus-cat span {
  font-size: 16px;
  cursor: pointer;
  padding-left: 6px;
  padding-top: 1px;
  padding-bottom: 4px;
  padding-right: 6px;
  margin: 2px;
}
span.versus-cat span.shown {
  background-color: rgba(158, 213, 218, 0.2);
  border-radius: 5px;
}
span.versus-cat span:hover {
  color: white;
  background-color: #9ED5DA;
  border-radius: 5px;
}
span.ready-btn {
  position: relative;
  top: 2px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 15px;
  top: 0;
  cursor: default;
  color: white;
  background-color: #21A4B6;
  border-radius: 5px;
  padding: 4px;
  margin: 0 4px 0 0;
}
span.ready-btn:before {
  content: "\E344";
  /* thumbs-up */
}
span.timed-btn {
  position: relative;
  top: 2px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 15px;
  top: 0px;
  cursor: default;
  color: white;
  background-color: #f5c862;
  border-radius: 5px;
  padding: 4px;
  margin: 0 4px 0 0;
}
span.timed-btn:before {
  content: "\E055";
  /* time */
}
span.fairplay-btn {
  position: relative;
  top: 2px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 15px;
  top: 0px;
  cursor: default;
  color: white;
  background-color: #72a55f;
  border-radius: 5px;
  padding: 4px;
  margin: 0 4px 0 0;
}
span.fairplay-btn:before {
  content: "\E151";
  /* edit */
}
span.fairplay-btn.large {
  /* This is shown in the board header */
  top: -2px;
  font-size: 16px;
  border-width: 1px;
  border-color: white;
  border-style: solid;
  padding: 2px;
  padding-bottom: 4px;
}
span.manual-btn {
  position: relative;
  top: 2px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 15px;
  top: 0px;
  cursor: default;
  color: white;
  background-color: #B6676D;
  border-radius: 5px;
  padding: 4px;
  margin: 0 4px 0 0;
}
span.manual-btn:before {
  content: "\E065";
  /* lightbulb */
}
span.elo-btn {
  position: relative;
  display: inline-block;
  width: 30px;
  min-width: 30px;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  top: 0px;
  font-weight: bold;
  color: white;
  border-radius: 5px;
  padding: 4px 6px;
  margin: 0;
}
span.elo-btn.left {
  margin-left: 6px;
  margin-right: 4px;
}
span.elo-btn.right {
  margin-left: 4px;
  margin-right: 6px;
}
span.elo-btn.invisible {
  visibility: hidden;
}
span.elo-btn.elo-win {
  background-color: #72a55f;
}
span.elo-btn.elo-loss {
  background-color: #B6676D;
}
span.elo-btn.elo-neutral {
  background-color: #9ED5DA;
}
span.elo-hdr-left {
  background-color: #21A4B6;
  color: white;
  border-radius: 5px;
  padding: 4px;
  padding-left: 6px;
  padding-right: 6px;
  margin-left: 6px;
  margin-right: 6px;
  top: 0px;
}
span.elo-hdr-right {
  background-color: #21A4B6;
  color: white;
  border-radius: 5px;
  padding: 4px;
  padding-left: 6px;
  padding-right: 6px;
  margin-left: 6px;
  margin-right: 6px;
  top: 0px;
}
span.usr-info {
  position: relative;
  top: 2px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 15px;
  top: 0px;
  cursor: pointer;
  color: white;
  background-color: #72a55f;
  border-radius: 5px;
  padding: 4px;
  margin: 0;
}
span.usr-info:before {
  content: "\E028";
  /* Search */
}
span.usr-info:hover {
  background-color: #F9B32D;
}
#userlist span.glyphicon.glyphicon-star {
  color: #21A4B6;
}
#userlist span.glyphicon.glyphicon-hand-right,
#elolist span.glyphicon.glyphicon-hand-right,
#chall-sent span.glyphicon.glyphicon-hand-right,
#chall-received span.glyphicon.glyphicon-thumbs-down,
p span.glyphicon.glyphicon-flag,
#gamelist span.glyphicon.glyphicon-flag,
#gamelist span.glyphicon.glyphicon-hourglass {
  color: #F9B32D;
}
#recentlist span.glyphicon.glyphicon-bookmark,
#usr-recent span.glyphicon.glyphicon-bookmark,
#gamelist span.glyphicon.glyphicon-bookmark {
  color: #72a55f;
}
span.glyphicon.glyphicon-lightbulb.grayed {
  color: rgba(0, 0, 0, 0.2);
}
.listheader span.glyphicon.glyphicon-star-empty,
.listheader span.glyphicon.glyphicon-hand-right.grayed,
.listheader span.glyphicon.glyphicon-thumbs-down.grayed,
.listheader span.glyphicon.glyphicon-flag.grayed,
#gamelist span.glyphicon.glyphicon-flag.grayed,
#userlist span.glyphicon.glyphicon-star-empty,
#userlist span.glyphicon.glyphicon-hand-right.grayed,
#elolist span.glyphicon.glyphicon-hand-right.grayed {
  color: rgba(0, 0, 0, 0.15);
}
span.glyphicon.glyphicon-hourglass.grayed,
span.glyphicon.glyphicon-shopping-bag.grayed {
  color: rgba(0, 0, 0, 0.1);
}
.listheader span.glyphicon.glyphicon-bookmark.grayed,
#recentlist span.glyphicon.glyphicon-bookmark.grayed,
#usr-recent span.glyphicon.glyphicon-bookmark.grayed,
#gamelist span.glyphicon.glyphicon-bookmark.grayed,
#gamelist span.glyphicon.glyphicon-hourglass.grayed {
  color: rgba(0, 0, 0, 0.06);
}
#gamelist span.glyphicon.glyphicon-flag.zombie {
  color: #9ED5DA;
}
div#user-no-match {
  display: none;
  position: absolute;
  top: 220px;
  left: 140px;
  width: 600px;
  z-index: 10;
  text-align: center;
}
div#user-no-match span#search-prefix {
  font-weight: bold;
}
div.modal-close {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin: 0;
  padding: 6px;
  padding-top: 9px;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  width: 36px;
  height: 28px;
  bottom: 12px;
  right: 12px;
  top: auto;
}
div#usr-info-close {
  width: 72px;
  /* Override */
  background-color: #72a55f;
}
div#load-game {
  width: 72px;
  /* Override */
  background-color: #72a55f;
}
div#wait-cancel {
  right: 12px;
  width: 72px;
  /* Override */
  background-color: #B6676D;
}
div#accept-cancel {
  right: 12px;
  width: 72px;
  /* Override */
  background-color: #B6676D;
}
div#blank-close,
div#promo-close {
  background-color: #B6676D;
}
div#thanks-form {
  position: absolute;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  box-shadow: 3px 3px 5px 2px #333333;
  font-size: 1em;
  z-index: 20;
  background-color: #f8f8f8;
  top: 212px;
  right: 224px;
  width: 460px;
  height: 248px;
  line-height: 1.62em;
}
div#cancel-form {
  position: absolute;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  box-shadow: 3px 3px 5px 2px #333333;
  font-size: 1em;
  z-index: 20;
  background-color: #f8f8f8;
  top: 150px;
  right: 200px;
  width: 508px;
  height: 372px;
  line-height: 1.62em;
}
div#confirm-form {
  position: absolute;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  box-shadow: 3px 3px 5px 2px #333333;
  font-size: 1em;
  z-index: 20;
  background-color: #f8f8f8;
  top: 236px;
  right: 224px;
  width: 460px;
  height: 200px;
  line-height: 1.62em;
}
div#conditions-form {
  position: absolute;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  box-shadow: 3px 3px 5px 2px #333333;
  font-size: 1em;
  z-index: 20;
  background-color: #f8f8f8;
  top: 80px;
  right: 124px;
  width: 660px;
  height: 536px;
  line-height: 1.62em;
  padding-left: 24px;
  padding-right: 24px;
}
div#usr-info-form {
  position: absolute;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  box-shadow: 3px 3px 5px 2px #333333;
  font-size: 1em;
  z-index: 20;
  background-color: #f8f8f8;
  top: 16px;
  right: 12px;
  width: 884px;
  height: 644px;
}
div.thanks-content,
div#cancel-content,
div#confirm-content {
  margin-top: 24px;
  margin-left: 24px;
  margin-right: 24px;
}
div.usr-info-hdr {
  font-size: 18px;
  margin-top: 6px;
  margin-bottom: 15px;
}
h1#usr-info-nick {
  display: inline;
}
h2#usr-info-fullname {
  display: inline;
}
span.vbar {
  color: #B9D9DC;
  font-size: 2em;
  padding-left: 10px;
  padding-right: 10px;
}
h1.usr-info-icon {
  display: inline;
  color: #B9D9DC;
}
h1.usr-info-icon span.glyphicon-coffee-cup {
  color: #72a55f;
}
div.usr-info-fav {
  display: inline-block;
  position: absolute;
  top: 26px;
  right: 20px;
  color: #21A4B6;
  font-size: 26px;
  cursor: pointer;
}
div.usr-info-fav span.glyphicon-star-empty {
  color: rgba(0, 0, 0, 0.15);
}
div#usr-info-chall {
  display: inline-block;
  position: absolute;
  top: 68px;
  right: 20px;
}
div#usr-info-chall.chall span.glyphicon-hand-right {
  font-size: 26px;
  color: #F9B32D;
}
div#usr-info-chall.no-chall span.glyphicon-hand-right {
  font-size: 26px;
  color: rgba(0, 0, 0, 0.15);
}
span.best-word {
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
}
p#usr-best {
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 62px;
  text-align: right;
}
p#usr-best a:link,
p#usr-best a:visited {
  text-decoration: none;
  color: #5699A5;
}
p#usr-best a:hover {
  text-decoration: none;
  color: #F9B32D;
}
div#stats-toggler {
  margin-top: 7px;
  margin-right: 8px;
}
div#usr-stats {
  position: absolute;
  height: 48px;
  width: 680px;
  bottom: 12px;
  left: 12px;
  vertical-align: top;
}
div#usr-stats-human {
  display: inline-block;
  vertical-align: top;
}
div#usr-stats-all {
  display: none;
  vertical-align: top;
}
div#own-stats-human {
  display: inline-block;
  vertical-align: top;
}
div#own-stats-all {
  display: none;
  vertical-align: top;
}
div.stats-games {
  color: #ec9d07;
  border-color: #ec9d07;
}
div.stats-win-ratio {
  color: #72a55f;
  border-color: #72a55f;
}
div.stats-avg-score {
  color: #ec9d07;
  border-color: #ec9d07;
}
div.chall-hdr {
  font-size: 18px;
  margin-top: 6px;
  margin-bottom: 15px;
  overflow-x: hidden;
}
div.chall-hdr table {
  border-spacing: 0;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
td.l-border {
  border-left-style: solid;
  border-left-color: black;
  border-left-width: 2px;
  padding-left: 12px;
  white-space: nowrap;
}
div.chall-hdr h1 {
  display: inline-block;
  font-size: 28px;
  line-height: 30px;
  margin-left: 6px;
  margin-top: 0;
  margin-bottom: 8px;
}
div.chall-hdr h2 {
  display: block;
  font-size: 22px;
  line-height: 24px;
  margin-top: 6px;
  margin-bottom: 4px;
  color: #208C9F;
}
h1.chall-icon {
  display: block;
  color: #208C9F;
  margin-right: 12px;
  margin-top: 0;
  margin-bottom: 0;
}
div.chall-time {
  display: inline-block;
  width: 300px;
  left: 66px;
  height: 32px;
  padding-top: 8px;
  padding-bottom: 1px;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 7px;
  margin-bottom: 4px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  background-color: #cccccc;
  color: white;
  cursor: pointer;
}
div.chall-time.selected {
  background-color: #F9B32D;
  color: black;
}
div.chall-time:hover {
  background-color: #9ED5DA;
}
div.chall-time.selected:hover {
  background-color: #F8D992;
}
div.chall-time span.glyphicon-time {
  margin-right: 8px;
}
span#chall-online {
  position: relative;
  top: 2px;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  top: 0px;
  color: white;
  background-color: rgba(228, 234, 240, 0.65);
  border-radius: 5px;
  padding: 5px;
  margin: 0;
}
span#chall-online:before {
  content: "\E242";
  /* Flash */
}
span#chall-online.online {
  background-color: #72a55f;
}
div#chall-newbag {
  margin-top: 24px;
  padding-left: 6px;
  padding-right: 152px;
  font-size: 14px;
  text-align: left;
}
div#chall-newbag td {
  vertical-align: middle;
  padding-right: 12px;
}
div#chall-manual {
  margin-top: 4px;
  font-size: 14px;
}
div#manual-toggler {
  margin-top: 12px;
  margin-bottom: 0;
}
div.hidden {
  visibility: hidden;
}
div.wait-explain {
  padding-left: 48px;
  padding-right: 12px;
  padding-top: 24px;
  padding-bottom: 24px;
}
div#user-dialog {
  visibility: visible;
}
div#user-form {
  position: absolute;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  box-shadow: 3px 3px 5px 2px #333333;
  font-size: 1em;
  z-index: 20;
  background-color: #f8f8f8;
  top: 40px;
  right: 64px;
  width: 736px;
  height: 582px;
}
div#user-logout {
  left: 12px;
  width: 144px;
  /* Override */
  background-color: #F9B32D;
}
div#user-friend {
  left: 180px;
  width: 280px;
  /* Override */
  background-color: #72a55f;
}
div#user-unfriend {
  left: 180px;
  width: 280px;
  /* Override */
  padding-top: 6px;
  border-style: solid;
  border-width: 2px;
  border-color: #72a55f;
  background-color: white;
  color: #72a55f;
  line-height: 24px;
}
div#user-unfriend span.glyphicon-coffee-cup {
  color: #F9B32D;
}
div#user-cancel {
  right: 108px;
  /* 12 + 72 + 12 + 12 */
  width: 72px;
  /* Override */
  background-color: #B6676D;
}
div#user-ok {
  right: 12px;
  /* 12 */
  width: 72px;
  /* Override */
  background-color: #72a55f;
}
div#accept-form {
  position: absolute;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  box-shadow: 3px 3px 5px 2px #333333;
  font-size: 1em;
  z-index: 20;
  background-color: #f8f8f8;
  top: 8px;
  left: 4px;
  width: 335px;
  height: 488px;
}
h1#accept-nick {
  display: inline-block;
  font-size: 28px;
  line-height: 30px;
  margin-left: 6px;
  margin-top: 0;
  margin-bottom: 8px;
}
.blink {
  animation: opacityBlink 1s infinite;
  -webkit-animation: opacityBlink 1s infinite;
}
.opp-ready {
  animation: opacityBlink 1s infinite;
  -webkit-animation: opacityBlink 1s infinite;
}
a.opp-ready:link,
a.opp-ready:visited {
  color: #B6676D;
}
a.opp-ready:hover {
  color: #F9B32D;
}
div.blank-rack {
  position: relative;
  top: 0;
  left: 0;
}
.blank-rack table.board {
  border-spacing: 8px;
}
div.welcome {
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  padding-bottom: 12px;
}
.welcome a:link,
.welcome a:visited {
  text-decoration: none;
  color: #5699A5;
}
.welcome a:hover {
  text-decoration: none;
  color: #F9B32D;
}
div.dialog-spacer {
  margin-top: 2px;
  margin-bottom: 4px;
}
span.caption {
  display: inline-block;
  position: relative;
  vertical-align: top;
  top: 10px;
  width: 140px;
  margin-right: 12px;
  overflow: hidden;
  text-align: right;
}
span.subcaption {
  display: inline-block;
  position: relative;
  vertical-align: top;
  top: 16px;
  margin-left: 18px;
  margin-right: 6px;
}
span.caption.sub {
  top: 16px;
}
span.asterisk {
  color: red;
  font-size: 1.4em;
  font-weight: bold;
  margin-left: 4px;
}
div.explain {
  margin-left: 158px;
  margin-bottom: 12px;
  font-size: 14px;
  text-align: left;
  font-style: italic;
  color: #666666;
}
div.subexplain {
  display: inline-block;
  width: 420px;
  vertical-align: top;
  margin-top: 11px;
  margin-left: 18px;
  margin-right: 6px;
  font-size: 14px;
  color: #666666;
}
div.errinput {
  margin-left: 158px;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  color: #B6676D;
}
input.text {
  font-family: 'Barlow', 'Open Sans', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 32px;
  border-style: solid;
  border-color: #72a55f;
  border-width: 2px;
  border-radius: 5px;
  margin-bottom: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
}
input.text:focus {
  background-color: #ffffc8;
  border-style: solid;
  border-color: #72a55f;
  border-width: 2px;
  border-radius: 5px;
  outline-style: none;
}
input.username {
  width: 300px;
}
input.fullname {
  width: 450px;
}
input.email {
  width: 400px;
}
input.text#search-id {
  font-weight: normal;
  height: 28px;
  font-size: 18px;
  border-color: #9ED5DA;
  margin-top: 0px;
  margin-bottom: 0px;
}
button[type="submit"] {
  font-family: 'Barlow', 'Open Sans', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: 400;
  height: 40px;
  color: white;
  text-align: center;
  width: 322px;
  border-width: 0;
  border-radius: 5px;
  background-color: #72a55f;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer;
}
button[type="submit"]:focus,
button[type="submit"]:hover {
  outline: yellow solid 3px;
}
button.login {
  margin-top: 24px;
}
button.logout {
  margin-top: 80px;
  background-color: #B6676D;
}
input[type="checkbox"] {
  display: none;
}
div.toggler {
  background-color: #B9D9DC;
  color: white;
  margin-top: 9px;
  margin-bottom: 3px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  border: white solid 2px;
}
div.toggler:focus {
  outline-style: none;
  border: yellow solid 2px;
}
div.toggler div.option {
  display: inline-block;
  width: 46px;
  height: 28px;
  line-height: 28px;
  font-size: 21px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  border-style: none;
}
div.toggler div.option.small {
  width: 40px;
  height: 26px;
  line-height: 26px;
  font-size: 20px;
  padding-top: 4px;
  padding-bottom: 2px;
}
div.toggler div.option.x-small {
  width: 30px;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  padding-top: 1px;
  padding-bottom: 3px;
}
div.toggler div.option.selected {
  background-color: #21A4B6;
}
div#fairplay-toggler div.option.selected {
  background-color: #72a55f;
}
div #radioset {
  padding-top: 6px;
  padding-bottom: 24px;
}
div.disabled {
  background-color: #E4EAF0;
}
a.nodecorate:link {
  text-decoration: none;
  color: black;
}
a.nodecorate:visited {
  text-decoration: none;
  color: black;
}
a.nodecorate:hover {
  text-decoration: none;
  color: #21A4B6;
}
a.iconlink:link {
  text-decoration: none;
  color: #21A4B6;
}
a.iconlink:visited {
  text-decoration: none;
  color: #21A4B6;
}
a.iconlink:hover {
  text-decoration: none;
  color: #F9B32D;
}
a.backlink:link {
  text-decoration: none;
  color: #E4EAF0;
}
a.backlink:visited {
  text-decoration: none;
  color: #E4EAF0;
}
a.backlink:hover {
  text-decoration: none;
  color: #F9B32D;
}
div#tabs-1 p {
  line-height: 1.6em;
}
div#tabs-1 p img {
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: -3px;
}
div#tabs-3 p,
div#tabs-3 ol li,
div#tabs-3 ol p,
div#tabs-3 ol ul li {
  line-height: 1.65em;
}
div.help-container ol li {
  font-weight: bold;
}
div.help-container ul li {
  font-weight: normal;
  list-style-type: disc;
}
div.help-container table {
  border-spacing: 0;
  border-collapse: collapse;
}
div.help-container td {
  margin: 0;
  padding: 4px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: right;
  border-width: 1px;
  border-style: solid;
  width: 80px;
}
div.help-container td.row-caption {
  text-align: left;
  font-weight: bold;
  width: 120px;
}
div.help-container span.glyphicon-hourglass {
  color: #B6676D;
}
div.help-container p {
  font-weight: normal;
}
div.help-container img.browserlogo {
  height: 28px;
  width: auto;
  object-fit: scale-down;
  margin-right: 8px;
}
div.help-container b.vcenter {
  position: relative;
  top: -8px;
}
div.twolist {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 12px;
}
span.twoword {
  font-weight: bold;
  padding-right: 3px;
}
span.errword {
  text-transform: uppercase;
}
div#emoticons-div {
  padding-bottom: 24px;
}
table#emoticons td {
  font-family: 'Courier', sans-serif;
  font-size: 20px;
  text-align: center;
}
img#villi {
  float: right;
  margin-left: 12px;
  margin-top: 18px;
  margin-bottom: 12px;
}
div.signup-header {
  position: absolute;
  top: 12px;
  left: 110px;
  width: 900px;
}
/*

   Portrait.less

   Style sheet template for netskrafl.is

   Copyright © 2025 Miðeind ehf.
   Author: Vilhjalmur Thorsteinsson

   The Creative Commons Attribution-NonCommercial 4.0
    International Public License (CC-BY-NC 4.0) applies to this software.
   For further information, see https://github.com/mideind/Netskrafl

   See main.less for explanations of the style sheet structure.

*/
/* ================= MOBILE PORTRAIT UI, LARGE ENOUGH TO BE NON-SCROLLABLE =============== */
@media all and (max-width: 1023px) and (min-height: 552px) {
  /* On sufficiently large mobile screens, keep the body fixed (unscrollable) */
  body {
    position: fixed;
    overflow: hidden;
  }
  div.container {
    /* position: fixed; */
    overflow: hidden;
  }
}
/* ================= MOBILE PORTRAIT UI, EXTRA TALL =============== */
@media all and (max-width: 1023px) and (min-height: 632px) {
  /* iPhone X or taller */
  /* Tall mobile phones: use two lines to display the header */
  body,
  div.tabbed-page {
    height: 605px;
    overflow: hidden;
  }
  div#tabs > div[role=tabpanel],
  div#main-tabs > div[role=tabpanel] {
    height: 556px;
  }
  div.scoreleft {
    display: inline-block;
    position: relative;
    left: auto;
    top: -4px;
    padding-left: 10px;
  }
  div.scoreright {
    display: inline-block;
    position: relative;
    right: auto;
    top: -4px;
    padding-right: 10px;
  }
  div.player-btn {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    padding-top: 4px;
    width: 128px;
  }
  div.robot-btn {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    padding-top: 4px;
    width: 128px;
  }
  div.player-btn.left,
  div.robot-btn.left {
    padding-left: 4px;
  }
  div.player-btn.right,
  div.robot-btn.right {
    padding-right: 4px;
  }
  div.heading {
    height: auto;
  }
  div.fairplay {
    top: 21px;
  }
  span.fairplay-btn.large {
    /* This is shown in the board header */
    font-size: 18px;
    padding: 4px;
    padding-bottom: 6px;
  }
  div.right-area {
    top: 39px;
  }
  div.right-tab {
    top: -32px;
    width: 64px;
    min-width: 64px;
    padding-top: 6px;
    font-size: 18px;
  }
  div.right-tab#tab-board {
    left: 8px;
  }
  div.right-tab#tab-movelist {
    left: 78px;
  }
  div.right-tab#tab-twoletter {
    left: 148px;
  }
  div.right-tab#tab-games {
    left: 218px;
  }
  div.right-tab#tab-chat {
    left: 288px;
  }
  div.board-area {
    top: 103px;
  }
  div #userlist,
  div #elolist {
    height: 504px;
    /* 14 lines @ 36px each */
  }
  div #gamelist {
    height: 576px;
    /* 16 lines @ 36px each */
  }
  div #recentlist {
    height: 504px;
    /* 14 lines @ 36px each */
  }
  div #usr-recent {
    height: 540px;
    /* 15 lines @ 36px each */
  }
  div #chall-sent,
  div #chall-received {
    height: 288px;
    /* 8 lines @ 36px each */
  }
  div.chat,
  div.twoletter {
    height: 474px;
  }
  div.games {
    height: 450px;
  }
  div.movelist-container {
    height: 466px;
  }
  div.movelist {
    height: 358px;
  }
  div.rack-row {
    margin-top: 12px;
  }
}
@media all and (min-width: 414px) and (max-width: 1023px) and (min-height: 652px) {
  /* iPhone 11 or larger: scale the UI to appear larger on the screen */
  body {
    height: 652px;
  }
  div.container {
    transform: scale(1.1);
    transform-origin: center top;
    margin-top: 4px;
    height: 100%;
  }
}
/*

   Landscape.less

   Style sheet template for netskrafl.is

   Copyright © 2025 Miðeind ehf.
   Author: Vilhjalmur Thorsteinsson

   The Creative Commons Attribution-NonCommercial 4.0
    International Public License (CC-BY-NC 4.0) applies to this software.
   For further information, see https://github.com/mideind/Netskrafl

   See main.less for explanations of the style sheet structure.

*/
/* ================= MOBILE LANDSCAPE UI ====================== */
@media all and (min-width: 667px) {
  /* Mobile screen, landscape mode */
  body {
    height: 100%;
    overflow-y: hidden;
  }
  div.container {
    width: 667px;
    /* Reference width */
    height: 375px;
    /* Reference height */
    overflow-y: hidden;
  }
  div.tabbed-page {
    width: 100%;
  }
  .tab-legend {
    display: inline;
    padding-left: 12px;
  }
  div.help-container {
    width: 100%;
  }
  /* Paragraphs of help text that should be centered on screens that are wide enough */
  p.help-center {
    text-align: center;
  }
  div.heading div.header-logo {
    display: none;
  }
  div.logowrapper {
    width: 0%;
  }
  div.playerwrapper {
    width: 100%;
    padding-top: 0;
  }
  div.fairplay {
    top: 8px;
  }
  div.login-btn-small {
    position: fixed;
    top: 128px;
    left: 50%;
    width: 50%;
  }
  div.board-area {
    position: absolute;
    top: 0;
    padding-top: 6px;
  }
  div.board {
    top: 8px;
    padding-top: 1px;
    background-color: transparent;
  }
  div.rightcol {
    width: 283px;
    top: 8px;
    left: 376px;
    height: 70px;
  }
  div.rack-row {
    display: none;
  }
  div.recallbtn {
    left: 376px;
    top: 158px;
  }
  div.rack-left div.recallbtn {
    display: none;
  }
  div.scramblebtn {
    left: 376px;
    top: 158px;
  }
  .bottom-btn-landscape {
    top: 158px;
    display: none;
    border-width: 0;
    color: white;
  }
  div.submitexchange {
    top: 158px;
    display: none;
    border-width: 0;
    color: white;
    left: 441px;
    background-color: #72a55f;
  }
  div.submitpass {
    top: 158px;
    display: none;
    border-width: 0;
    color: white;
    left: 506px;
    background-color: #F9B32D;
  }
  div.submitresign {
    top: 158px;
    display: none;
    border-width: 0;
    color: white;
    left: 571px;
    background-color: #B6676D;
  }
  div.submitmove {
    left: 551px;
    top: 158px;
  }
  div.submitmove#move-mobile {
    display: none;
  }
  div.waitmove {
    left: 551px;
    top: 158px;
  }
  div.submitnewgame {
    left: 551px;
    top: 158px;
  }
  div.player {
    min-height: 36px;
  }
  div.player-btn {
    width: 84px;
    padding-top: 6px;
  }
  div.robot-btn {
    width: 84px;
    padding-top: 6px;
  }
  div.scoreleft,
  div.scoreright {
    top: 3px;
  }
  div.right-tab {
    display: none;
  }
  div.opp-turn {
    display: none;
  }
  div.movelist-container {
    height: 300px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  div.movelist {
    height: 100%;
  }
  div.right-area.with-clock div.movelist-container {
    /* If in a clock game, reduce the movelist height by two lines (2 * 20px) */
    height: 260px;
  }
  div.movelist-container div.bag {
    display: none;
  }
  div#gameover {
    display: none;
  }
  div.stats-box {
    width: 448px;
    left: 90px;
  }
  div#own-stats {
    height: 16px;
  }
  p#own-best {
    left: auto;
    right: 6px;
    top: 0px;
    text-align: right;
    font-size: 0.85em;
    line-height: 1.4em;
  }
  div #chall-sent,
  div #chall-received {
    height: 108px;
    /* 3 lines @ 36px each */
  }
  div.games,
  div.twoletter,
  div.chat {
    display: none;
  }
  div.right-area {
    top: 8px;
    height: 316px;
  }
  span.list-chall {
    width: 240px;
    max-width: 240px;
  }
  span.list-fullname-robot {
    width: 320px;
    max-width: 320px;
  }
  span.list-opp {
    width: 180px;
    max-width: 180px;
  }
  div#tabs > div[role=tabpanel],
  div#main-tabs > div[role=tabpanel] {
    height: 326px;
  }
  div#tabs-1 span.list-ts-short,
  div#tabs-1 span.list-manual,
  div#tabs-4 span.list-ts-short {
    display: inline-block;
  }
  div#tabs-2 span.list-ts {
    display: inline-block;
  }
  div#tabs-3 span.list-nick {
    width: 180px;
    max-width: 180px;
  }
  div#tabs-4 span.list-nick {
    width: 220px;
    max-width: 220px;
  }
  div#blank-form {
    display: none;
  }
}
@media all and (min-width: 667px) and (max-height: 360px) {
  div.board {
    transform: scale(0.96);
    transform-origin: top left;
  }
}
/*

   Fullscreen.less

   Style sheet template for netskrafl.is

   Copyright © 2025 Miðeind ehf.
   Author: Vilhjalmur Thorsteinsson

   The Creative Commons Attribution-NonCommercial 4.0
    International Public License (CC-BY-NC 4.0) applies to this software.
   For further information, see https://github.com/mideind/Netskrafl

   See main.less for explanations of the style sheet structure.

*/
/* ================= FULL-SCREEN (NON-MOBILE) UI ====================== */
@media all and (min-width: 1024px) {
  .ui-helper-reset {
    line-height: 36px;
  }
  .ui-tabs .ui-tabs-panel {
    background-color: #f3f3f6;
    padding: 1em 1.4em;
  }
  .ui-widget-content {
    border: 2px solid #fcfdfd;
    background-color: #f3f3f6;
  }
  .ui-widget-header {
    background-color: #dde1e4;
  }
  .ui-widget-header .ui-state-active {
    background-color: #f3f3f6;
  }
  .ui-state-default,
  .ui-widget-content .ui-state-default {
    border: 2px solid #fcfdfd;
  }
  .ui-state-active,
  .ui-widget-content .ui-state-active {
    border: 2px solid #fcfdfd;
    background-color: #f3f3f6;
  }
  .ui-state-hover,
  .ui-widget-content .ui-state-hover,
  .ui-state-focus,
  .ui-widget-content .ui-state-focus {
    border: 2px solid #fcfdfd;
  }
  .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    min-width: auto;
    padding-left: 1em;
    padding-right: 1em;
    text-align: left;
  }
  .ui-tabs .ui-tabs-nav .ui-tabs-anchor.sp {
    /* Override tab width */
    min-width: 82px;
  }
  .ui-tabs .ui-tabs-nav li {
    box-shadow: none;
  }
  .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 1px;
    background-color: #f3f3f6;
  }
  /* Large screen (iPad and larger) */
  html {
    height: initial;
    overflow: initial;
  }
  body {
    position: initial;
    overflow-y: hidden;
    height: initial;
    width: initial;
  }
  div.container {
    width: 1024px;
    height: 768px;
    /* Was 748 */
    overflow-y: hidden;
  }
  div.game-container {
    height: 768px;
  }
  div.heading {
    height: auto;
    /* background-color: @heading-background; */
  }
  div.logo {
    display: block;
  }
  div#main-tabs div.header-logo {
    display: none;
  }
  div.circle {
    height: 38px;
    width: 38px;
    background-color: #80aede;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: -6px;
  }
  div.circle span.glyphicon {
    top: 8px;
  }
  div.info {
    display: block;
    position: absolute;
    top: 576px;
    left: 28px;
    width: 50px;
    height: 50px;
    font-size: 40px;
    text-align: center;
  }
  div.info:hover {
    animation: expand 0.4s;
  }
  div.login-error {
    position: absolute;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    box-shadow: 3px 3px 5px 2px #333333;
    font-size: 1em;
    z-index: 20;
    background-color: #f8f8f8;
    top: 96px;
    left: auto;
    right: 202px;
    width: 504px;
    height: 276px;
  }
  div.try-again {
    width: auto;
  }
  div.get-help {
    width: auto;
  }
  div.board-help {
    display: block;
    z-index: 2;
  }
  ul.ui-tabs-nav {
    display: block;
  }
  div.rightcol {
    position: absolute;
    width: 302px;
    top: 38px;
    right: 12px;
    height: auto;
    left: auto;
  }
  div.right-area {
    display: block;
    top: 0;
    margin-top: 12px;
    height: 420px;
  }
  div.games,
  div.twoletter,
  div.chat {
    display: block;
    border-radius: 0;
  }
  div.twoletter,
  div.chat {
    height: 420px;
  }
  div.board-area {
    margin: 0;
    /* width should not be set here */
    height: 750px;
  }
  div.board {
    position: absolute;
    top: 0;
    padding-top: 0;
    left: 93px;
    width: auto;
    height: auto;
    margin: 0;
  }
  .board td {
    min-height: 30px;
    min-width: 30px;
    height: 30px;
    width: 30px;
    border-width: 2px;
    border-radius: 3.5px;
    box-shadow: none;
  }
  table.board td.center:empty {
    font-size: 23px;
    line-height: 23px;
  }
  table.board tr {
    height: 34px;
    /* 32px + 2 * 1.0px */
  }
  .rack table.board {
    border-spacing: 4px;
  }
  .blank-rack table.board {
    border-spacing: 8px;
  }
  .rack table.board tr {
    height: 34px;
    /* 32px + 2 * 1.0px */
  }
  div.tile {
    font-size: 24px;
    line-height: 25px;
    height: 28px;
    width: 28px;
    margin: 0;
    padding-top: 2px;
    padding-right: 2px;
  }
  .rack div.tile {
    font-size: 24px;
    line-height: 25px;
    height: 28px;
    width: 28px;
    padding-top: 2px;
    margin-left: 0;
  }
  div.tile.wide,
  div.tile.extra-wide {
    /* Wide character tile */
    text-indent: -6px;
    margin-left: 0;
    padding-right: 2px;
  }
  div.tile.extra-wide {
    /* Extra wide character tile: Q */
    text-indent: -8px;
  }
  /* On large UIs, tile size doesn't change while dragging */
  div.tile.ui-draggable-dragging {
    font-size: 24px;
    line-height: 25px;
    height: 28px;
    width: 28px;
  }
  div.letterscore {
    bottom: 2px;
    right: 1px;
    font-size: 9px;
    line-height: 9px;
  }
  .rack div.letterscore {
    left: auto;
    right: 0px;
    bottom: 1px;
  }
  div.tile.wide div.letterscore,
  div.tile.extra-wide div.letterscore {
    /* Adjust letter score position for wide tiles */
    right: 1px;
    left: auto;
  }
  .rack div.tile.wide div.letterscore,
  .rack div.tile.extra-wide div.letterscore {
    /* Adjust letter score position for wide tiles */
    right: 1px;
    left: auto;
  }
  tr.colid {
    display: table-row;
  }
  td.rowid {
    display: table-cell;
    overflow: hidden;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    font-weight: 400;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
  }
  div.bag {
    display: block;
    bottom: 108px;
  }
  div.rack-row {
    display: block;
    height: auto;
    margin: 0;
  }
  div.rack {
    position: absolute;
    display: block;
    width: auto;
    float: none;
    top: auto;
    bottom: 132px;
    left: 241px;
    padding: 6px;
    border-width: 0;
    border-radius: 5px;
    margin: 0;
    background-color: #E4EAF0;
  }
  div.rack-left {
    display: none;
  }
  div.rack-right {
    display: none;
  }
  .rack td {
    min-height: 30px;
    min-width: 30px;
    max-height: 30px;
    max-width: 30px;
    height: 30px;
    width: 30px;
    border-color: white;
    background-color: white;
    box-shadow: 2px 2px 4px 0 #afb7cad0;
  }
  .rack td.opp {
    border-color: #B6676D;
    background-color: #B6676D;
  }
  .rack td:empty {
    border-color: #dddddd;
    background-color: #f4f4f4;
    box-shadow: none;
  }
  div.buttons {
    position: static;
    height: auto;
  }
  span.yesnobutton#force-resign {
    display: inline;
    background-color: #B6676D;
    color: white;
    padding-bottom: 4px;
  }
  div.force-resign {
    display: none;
  }
  div.word-check {
    display: block;
    width: 46px;
    height: 46px;
    font-size: 26px;
    line-height: 46px;
    top: auto;
    bottom: 273px;
    left: 649px;
    border-radius: 5px;
  }
  div.score {
    display: block;
    width: 46px;
    height: 46px;
    font-size: 24px;
    line-height: 46px;
    top: auto;
    bottom: 211px;
    left: 649px;
    border-radius: 5px;
    font-family: 'Open Sans';
  }
  .standard-button {
    position: absolute;
    top: 528px;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    color: white;
    margin: 0;
    padding: 6px;
    padding-top: 9px;
    border-radius: 5px;
    cursor: pointer;
  }
  .submitbutton {
    position: absolute;
    top: 528px;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    color: white;
    margin: 0;
    padding: 6px;
    padding-top: 9px;
    border-radius: 5px;
    cursor: pointer;
    width: 78px;
    height: 30px;
    top: auto;
    bottom: 136px;
    left: 546px;
    background-color: #72a55f;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
  }
  div.submitnewgame {
    position: absolute;
    top: 528px;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    color: white;
    margin: 0;
    padding: 6px;
    padding-top: 9px;
    border-radius: 5px;
    cursor: pointer;
    width: 78px;
    height: 30px;
    top: auto;
    bottom: 136px;
    left: 546px;
    background-color: #72a55f;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    top: 464px;
  }
  div.fb-share {
    position: absolute;
    top: 528px;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    color: white;
    margin: 0;
    padding: 6px;
    padding-top: 9px;
    border-radius: 5px;
    cursor: pointer;
    width: 78px;
    height: 30px;
    top: auto;
    bottom: 136px;
    left: 546px;
    background-color: #72a55f;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    left: 122px;
    height: 60px;
    /* bottom: 104px; */
  }
  div.waitmove {
    position: absolute;
    top: 528px;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    color: white;
    margin: 0;
    padding: 6px;
    padding-top: 9px;
    border-radius: 5px;
    cursor: pointer;
    width: 78px;
    height: 30px;
    top: auto;
    bottom: 136px;
    left: 546px;
    background-color: #72a55f;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    float: none;
    border-style: solid;
    border-width: 1px;
    border-color: #72a55f;
    background-color: white;
  }
  div.submitmove {
    position: absolute;
    top: 528px;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    color: white;
    margin: 0;
    padding: 6px;
    padding-top: 9px;
    border-radius: 5px;
    cursor: pointer;
    width: 78px;
    height: 30px;
    top: auto;
    bottom: 136px;
    left: 546px;
    background-color: #72a55f;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    display: block;
  }
  div.submitmove span.glyphicon-play {
    top: 3px;
    left: 2px;
  }
  div.submitmove.error-shown {
    display: block;
  }
  div.submitmove.hidden {
    display: none;
  }
  /* To the left of the rack */
  .bottom-button {
    display: block;
    position: absolute;
    top: auto;
    bottom: 136px;
  }
  div.submitresign {
    display: block;
    position: absolute;
    top: auto;
    bottom: 136px;
    font-size: 22px;
    width: 40px;
    height: 30px;
    left: 101px;
  }
  div.submitresign.disabled {
    background-color: #E4EAF0;
  }
  div.submitexchange {
    display: block;
    position: absolute;
    top: auto;
    bottom: 136px;
    font-size: 22px;
    width: 40px;
    height: 30px;
    left: 167px;
  }
  div.submitexchange.disabled {
    background-color: #E4EAF0;
  }
  div.recallbtn {
    display: block;
    position: absolute;
    top: auto;
    bottom: 136px;
    background-color: #F9B32D;
    font-size: 22px;
    width: 40px;
    height: 30px;
    left: 167px;
  }
  /* To the right of the rack */
  div.scramblebtn {
    display: block;
    position: absolute;
    top: auto;
    bottom: 136px;
    font-size: 22px;
    width: 40px;
    height: 30px;
    left: 546px;
  }
  div.submitpass {
    display: block;
    position: absolute;
    top: auto;
    bottom: 136px;
    font-size: 22px;
    width: 40px;
    height: 30px;
    left: 612px;
  }
  div.submitpass.disabled {
    background-color: #E4EAF0;
  }
  div.fb-share {
    position: absolute;
    top: 528px;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    margin: 0;
    padding: 6px;
    padding-top: 9px;
    border-radius: 5px;
    cursor: pointer;
    width: 78px;
    height: 30px;
    top: auto;
    bottom: 136px;
    left: 546px;
    background-color: #72a55f;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    display: block;
    left: 144px;
    height: 60px;
    /* bottom: 104px; */
    color: white;
    background-color: #9ED5DA;
    visibility: hidden;
  }
  div.player {
    display: inline-block;
    height: 36px;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  div.gamestats div.player {
    padding: 0;
    display: inline-block;
    width: auto;
  }
  div.gamestats div.player div.robot-btn {
    display: inline;
    position: relative;
    line-height: 34px;
    top: 0px;
  }
  div.gamestats div.player div.robot-btn.left {
    padding-left: 12px;
  }
  div.gamestats div.player div.robot-btn.right {
    padding-right: 12px;
  }
  div.gamestats div.player.humancolor {
    color: white;
  }
  div.scorewrapper {
    background-color: #aad1d4;
    min-height: 32px;
  }
  div.scoreleft {
    position: relative;
    width: 144px;
    padding-left: 6px;
    height: auto;
    top: auto;
    left: auto;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: white;
  }
  div.scoreright {
    position: relative;
    width: 144px;
    height: auto;
    top: auto;
    left: auto;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: white;
  }
  div.player-btn {
    position: relative;
    margin-top: 4px;
    padding-top: 4px;
    width: auto;
    color: white;
    cursor: pointer;
  }
  div.player-btn:hover {
    background-color: white;
    color: black;
  }
  div.player-btn.left {
    padding-left: 2px;
    padding-right: 2px;
  }
  div.player-btn.right {
    padding-left: 2px;
    padding-right: 6px;
  }
  div.robot-btn {
    position: relative;
    margin-top: 4px;
    padding-top: 4px;
    width: auto;
  }
  div.robot-btn.left {
    padding-left: 6px;
    padding-right: 2px;
  }
  div.robot-btn.right {
    padding-left: 2px;
    padding-right: 4px;
  }
  div.gamestats div.robot-btn {
    width: 100%;
  }
  div.loginform-large {
    display: block;
  }
  div.loginform-small {
    display: none;
  }
  div.login-logo {
    margin-top: 16px;
    margin-left: auto;
  }
  div.login-legend {
    margin-left: 58px;
    margin-top: auto;
    height: 160px;
  }
  div.welcome {
    margin-left: 100px;
  }
  div.loginhdr {
    font-size: 34px;
    font-weight: 700;
    padding-top: 12px;
    padding-bottom: 24px;
    text-align: left;
  }
  div#board-pic {
    text-align: left;
    float: left;
    padding-right: 24px;
    padding-top: 0;
    padding-bottom: 0;
  }
  div.blurb {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 22px;
    text-align: left;
  }
  div.right-tab {
    display: block;
    height: 38px;
    min-height: 38px;
    width: 38px;
    min-width: 38px;
    top: auto;
    text-align: left;
    padding-top: 14px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 20px;
    z-index: 2;
    box-shadow: none;
  }
  div.right-tab#tab-board {
    display: none;
  }
  div.right-tab#tab-movelist {
    top: 0;
    left: -40px;
  }
  div.right-tab#tab-twoletter {
    top: 58px;
    left: -40px;
  }
  div.right-tab#tab-games {
    top: 116px;
    left: -40px;
  }
  div.right-tab#tab-chat {
    top: 174px;
    left: -40px;
  }
  div.movelist-container {
    padding-top: 0;
    padding-bottom: 0;
    height: 420px;
    border-radius: 0;
  }
  div.movelist {
    height: 420px;
  }
  div.message {
    display: none;
  }
  div.right-area.with-clock {
    margin-top: 52px;
  }
  div.right-area.with-clock div.movelist-container {
    /* If in a clock game, reduce the movelist height by two lines (2 * 20px) */
    height: 380px;
  }
  div.right-area.with-clock div.movelist {
    /* If in a clock game, reduce the movelist height by two lines (2 * 20px) */
    height: 380px;
  }
  div.right-area.with-clock div.twoletter,
  div.right-area.with-clock div.chat {
    /* Timed game */
    height: 380px;
  }
  h3.clockleft,
  h3.clockright {
    margin-top: 2px;
    margin-bottom: 0;
  }
  div.movelist-container div.bag {
    display: none;
    padding: 4px 28px 0 27px;
    width: auto;
  }
  div.game-timed {
    display: block;
  }
  div#blank-form {
    display: block;
    right: 12px;
  }
  div#blank-form p {
    padding-left: 15px;
  }
  div.blank-rack {
    top: 56px;
    left: auto;
    background-color: transparent;
  }
  div.modal-dialog {
    position: absolute;
  }
  .bottom-message {
    position: absolute;
    text-align: center;
    bottom: 83px;
    left: 84px;
    width: 596px;
    height: 28px;
    font-size: 16px;
    line-height: 24px;
    padding: 4px 0 0;
    margin: 0;
  }
  .bold-bottom-message {
    position: absolute;
    text-align: center;
    bottom: 83px;
    left: 84px;
    width: 596px;
    height: 28px;
    font-size: 16px;
    line-height: 24px;
    padding: 4px 0 0;
    margin: 0;
    font-weight: 700;
    border-radius: 0;
  }
  div.error {
    position: absolute;
    text-align: center;
    bottom: 83px;
    left: 84px;
    width: 596px;
    height: 28px;
    font-size: 16px;
    line-height: 24px;
    padding: 4px 0 0;
    margin: 0;
    font-weight: 700;
    border-radius: 0;
  }
  div.opp-turn {
    position: absolute;
    text-align: center;
    bottom: 83px;
    left: 84px;
    width: 596px;
    height: 28px;
    font-size: 16px;
    line-height: 24px;
    padding: 4px 0 0;
    margin: 0;
    display: block;
  }
  div#congrats {
    position: absolute;
    text-align: center;
    bottom: 83px;
    left: 84px;
    width: 596px;
    height: 28px;
    font-size: 16px;
    line-height: 24px;
    padding: 4px 0 0;
    margin: 0;
    display: block;
  }
  div.resign {
    position: absolute;
    text-align: center;
    bottom: 83px;
    left: 84px;
    width: 596px;
    height: 28px;
    font-size: 16px;
    line-height: 24px;
    padding: 4px 0 0;
    margin: 0;
    font-weight: 700;
    border-radius: 0;
  }
  div.pass {
    position: absolute;
    text-align: center;
    bottom: 83px;
    left: 84px;
    width: 596px;
    height: 28px;
    font-size: 16px;
    line-height: 24px;
    padding: 4px 0 0;
    margin: 0;
    font-weight: 700;
    border-radius: 0;
  }
  div.pass-last {
    position: absolute;
    text-align: center;
    bottom: 83px;
    left: 84px;
    width: 596px;
    height: 28px;
    font-size: 16px;
    line-height: 24px;
    padding: 4px 0 0;
    margin: 0;
    font-weight: 700;
    border-radius: 0;
  }
  div.chall {
    position: absolute;
    text-align: center;
    bottom: 83px;
    left: 84px;
    width: 596px;
    height: 28px;
    font-size: 16px;
    line-height: 24px;
    padding: 4px 0 0;
    margin: 0;
    font-weight: 700;
    border-radius: 0;
  }
  div.chall-info {
    position: absolute;
    text-align: center;
    bottom: 83px;
    left: 84px;
    width: 596px;
    height: 28px;
    font-size: 16px;
    line-height: 24px;
    padding: 4px 0 0;
    margin: 0;
    font-weight: 700;
    border-radius: 0;
  }
  div.exchange {
    position: absolute;
    text-align: center;
    bottom: 83px;
    left: 84px;
    width: 596px;
    height: 28px;
    font-size: 16px;
    line-height: 24px;
    padding: 4px 0 0;
    margin: 0;
    font-weight: 700;
    border-radius: 0;
  }
  div.gameinfo {
    position: absolute;
    text-align: center;
    bottom: 83px;
    left: 84px;
    width: 596px;
    height: 28px;
    font-size: 16px;
    line-height: 24px;
    padding: 4px 0 0;
    margin: 0;
  }
  input.chat-txt {
    width: 218px;
    height: 22px;
    font-size: 15px;
  }
  div.chat-area {
    height: 350px;
    width: 278px;
  }
  div.modal-close#chat-send {
    height: 25px;
    bottom: 0;
  }
  span.statsbutton {
    display: inline;
    text-align: center;
    background-color: white;
    font-size: 16px;
    font-weight: 700;
    color: #F9B32D;
    margin-left: 4px;
    margin-right: 4px;
    padding-top: 2px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 5px;
    cursor: pointer;
  }
  div.toggler {
    display: inline-block;
  }
  div.toggler div.option.x-small {
    width: 32px;
  }
  div.tabbed-page {
    overflow: hidden;
    left: 110px;
    top: 12px;
    width: 900px;
    height: 673px;
    font-size: 13px;
    line-height: 23px;
  }
  div.help-container img {
    max-width: 520px;
    height: auto;
  }
  div#tabs,
  div#main-tabs {
    padding: 0.2em;
    border: 2px solid #f3f3f6;
  }
  div#tabs {
    background-color: #f3f3f6;
  }
  div#tabs > div[role=tabpanel],
  div#main-tabs > div[role=tabpanel] {
    height: 657px;
    top: 0;
  }
  div.userid {
    display: block;
  }
  .no-mobile-block {
    display: block;
  }
  .no-mobile-inline {
    display: inline;
  }
  .no-mobile-inline-block {
    display: inline-block;
  }
  .no-mobile-list {
    display: list-item;
  }
  .tab-legend {
    font-weight: bold;
  }
  span#numgames,
  span#numchallenges {
    margin-top: 10px;
  }
  div.fairplay {
    top: 41px;
    font-size: 28px;
    line-height: 28px;
    display: block;
    text-indent: 4px;
  }
  span.list-opp {
    width: 290px;
    max-width: 290px;
  }
  span.list-nick,
  span.list-nick-elo,
  div#tabs-3 span.list-nick {
    width: 220px;
    max-width: 220px;
  }
  span.list-fullname-robot {
    width: 486px;
    /* list-fullname + list-human-elo (+6 for margin-right) + list-info-hdr */
    max-width: 486px;
    font-size: 1em;
  }
  span.list-chall {
    width: 315px;
    max-width: 315px;
  }
  span.list-ts,
  span.list-ts-short,
  span.list-info-hdr,
  span.list-info,
  span.list-games,
  span.list-ratio,
  span.list-avgpts,
  span.list-manual,
  span.list-fav,
  span.list-overdue,
  span.list-newbag,
  span.list-duration,
  span.list-rank-no-mobile,
  span.list-elo-no-mobile {
    display: inline-block;
  }
  span.list-tc {
    width: 100px;
    max-width: 100px;
    padding-right: 6px;
  }
  span.list-ch,
  span.list-fav,
  span.list-icon,
  span.list-myturn,
  span.list-overdue {
    font-size: 20px;
    width: 32px;
    max-width: 32px;
  }
  span.list-newbag {
    font-size: 20px;
    width: 32px;
    max-width: 32px;
  }
  span.list-s0 {
    width: 40px;
    max-width: 40px;
  }
  span.list-s1 {
    width: 40px;
    max-width: 40px;
  }
  span.list-scorehdr {
    width: 88px;
    /* list-s0 + list-colon + list-s1 */
    max-width: 88px;
  }
  div#user-ok,
  div#user-cancel,
  div#user-logout,
  div#user-friend {
    position: absolute;
  }
  div.user-cat span#break {
    display: none;
  }
  div.user-cat#user-headings {
    line-height: 32px;
  }
  div.user-cat#user-search {
    display: block;
  }
  div#chall-form {
    position: absolute;
    padding-top: 12px;
    left: auto;
    right: 300px;
    top: 48px;
    width: 428px;
    height: 634px;
    font-size: 1em;
  }
  div#chall-fairplay {
    margin-top: 15px;
    padding-left: 52px;
    padding-right: 52px;
  }
  div#ready-toggler {
    display: block;
    position: absolute;
    left: 10px;
    top: 440px;
  }
  div#timed-toggler {
    display: block;
    position: absolute;
    left: 10px;
    top: 490px;
  }
  span.caption.wide {
    width: 264px;
  }
  div#chall-ok {
    right: 66px;
    /* 12 + 54 */
  }
  div#chall-cancel {
    right: 162px;
    /* 12 + 72 + 12 + 12 + 54 */
  }
  span.mobile-break,
  span.mobile-space {
    display: none;
  }
  div#user-load {
    top: 320px;
    left: 406px;
    width: 48px;
    height: 48px;
    background-size: 48px 48px;
  }
  div#spinner-dialog div#user-load {
    top: 360px;
    left: 488px;
    width: 48px;
    height: 48px;
    background-size: 48px 48px;
  }
  div.animated-spinner {
    left: 472px;
    top: 272px;
  }
  div#promo-form {
    left: auto;
    top: 60px;
    right: 48px;
    width: 812px;
    height: 628px;
    line-height: 1.62em;
  }
  div.promo-content {
    margin-top: 32px;
    margin-left: 48px;
    margin-right: 48px;
  }
  div.promo-fullscreen {
    display: block;
  }
  div.promo-mobile {
    display: none;
  }
  div.btn-promo-no {
    width: 160px;
    height: 28px;
    bottom: 48px;
    right: 48px;
    top: auto;
    background-color: #666666;
  }
  div.challenge {
    width: 48px;
    height: 48px;
    top: auto;
    bottom: 211px;
    left: 649px;
    text-align: center;
    font-size: 26px;
    line-height: 48px;
    font-weight: 700;
    color: white;
    background-color: #21A4B6;
    padding: 0;
    border: 0px;
    cursor: pointer;
  }
  div.over {
    outline: yellow solid 3px;
  }
  span.over {
    outline: yellow solid 3px;
  }
  div #userlist,
  div #gamelist,
  div #elolist {
    height: 504px;
    /* 14 lines @ 36px each */
  }
  div #recentlist {
    height: 432px;
    /* 12 lines @ 36px each */
  }
  div #usr-recent {
    height: 432px;
    /* 12 lines @ 36px each */
  }
  div #chall-sent,
  div #chall-received {
    height: 216px;
    /* 6 lines @ 36px each */
  }
  span.list-win {
    width: 32px;
    max-width: 32px;
    margin-left: 2px;
  }
  div.games {
    height: 100%;
    padding: 0px;
  }
  div.games-item {
    margin-left: 4px;
    margin-right: 4px;
  }
  div#wait-form {
    position: absolute;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    box-shadow: 3px 3px 5px 2px #333333;
    font-size: 1em;
    z-index: 20;
    background-color: #f8f8f8;
    top: 160px;
    padding-top: 16px;
    left: auto;
    right: 202px;
    width: 504px;
    height: 400px;
  }
  div#accept-form {
    top: 220px;
    right: 300px;
    width: 428px;
    height: 292px;
    padding-top: 12px;
    /* Override */
  }
  span.left-to-move,
  span.right-to-move {
    position: relative;
    top: 2px;
    font-family: 'Glyphicons Regular';
    font-style: normal;
    font-weight: normal;
    color: #F9B32D;
    padding-right: 4px;
  }
  /* Show red flag by the id of the player whose move it is */
  div.player-btn.tomove span.left-to-move:before {
    content: "\E267";
  }
  div.player-btn.tomove span.right-to-move:before {
    content: "\E267";
  }
  div.hint {
    top: 220px;
    margin-left: 60px;
    margin-right: 160px;
    font-size: inherit;
  }
  div.stats-box {
    width: auto;
    position: static;
    top: auto;
    left: auto;
  }
  div.stats-fig {
    width: 80px;
    height: 27px;
    padding: 6px;
    border-radius: 5px;
    border-width: 2px;
    font-size: 20px;
    margin-top: 4px;
    margin-right: 8px;
    margin-left: 8px;
  }
  div#own-toggler {
    position: relative;
    margin-top: 7px;
    margin-right: 8px;
    top: auto;
  }
  p#own-best {
    left: auto;
    right: 30px;
    top: 26px;
    font-size: 1em;
  }
  div#own-stats {
    margin-top: 16px;
    margin-bottom: 24px;
    height: 48px;
  }
  div.help-container {
    width: 828px;
    height: 640px;
    overflow: auto;
    padding-right: 24px;
  }
  div.twoletter-area {
    font-size: 16px;
    line-height: 23px;
  }
  div.twoletter-area.with-clock {
    font-size: 15px;
    line-height: 24px;
    margin-top: 3px;
  }
  div.twoletter-word {
    padding-right: 3px;
  }
}
/* media min-width: 768px */
