html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
a,
.link {
  text-decoration: none;
}
a:hover,
.link:hover {
  text-decoration: underline;
  cursor: pointer;
}
#kt_player,
#kt_player * {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
img {
  width: auto;
  height: auto;
}
/*  */
.navbar {
  transition: all 0.3s ease-in-out;
}
.navbar-toggler {
  background-image: url(assets/images/menu-toggle.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.nav-bg .navbar-toggler {
  background-image: url(assets/images/toggle-closer.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
}
.navbar-light .navbar-toggler-icon {
  background-image: none;
}
@media (max-width: 991px) {
  .nav-arrange #menuBar .button {
    display: block;
  }

  .button .label {
    color: #f3ec18 !important;
  }
  .right .button .label {
    color: rgb(15, 14, 14) !important;
  }
  .nav-arrange .navbar-collapse.collapse.show {
    height: 70vh;
  }
  #menuBar {
    position: inherit !important;
  }
  .img-responsive {
    max-width: 100%;
    display: none;
  }
  #playspace {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: 27vmin !important;
    user-select: none;
    left: 0 !important;
  }
  #victoryContent .buttons .button {
    display: flex;
    margin-bottom: 10px;
  }
  .privacy {
    position: absolute;
    bottom: -40px;
    color: white;
    font-weight: 700;
    padding-bottom: 20px;
    display: flex;
    left: 0;
    right: 0;
    justify-content: center;
  }
  .playspace {
    height: 100%;
  }
  body {
    position: relative;
    overflow: auto;
  }
  .bottom_sticky_add div,
  .top_sticky_add div {
    margin: auto !important;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .button .label {
    font-size: 15px !important;
  }
  #menuBar {
    left: 45px !important;
  }
  #menuBar {
    left: 25px !important;
  }
  #gameInfo {
    left: 15% !important;
  }
}
@media (max-width: 1200px) {
  #menuBar .button {
    margin: 1.2em 0.1em !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #menuBarExtraDialog {
    margin-left: -1em !important;
    top: 12em !important;
  }
  .bottom {
    display: grid !important;
  }
  .gameInfo {
    left: 10% !important;
    bottom: 7em !important;
  }
  #gameInfo .moves {
    border-radius: 25px !important;
  }
  #gameInfo .time {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  #gameInfo .score {
    border-radius: 25px !important;
  }
  .playcard {
    height: 94px !important;
    width: 65px !important;
  }
}
@media (min-width: 1200px) {
  #gameInfo {
    left: 12% !important;
  }
}
body,
html {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}
body {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.hidden {
  display: none !important;
}
.scrollable {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
input.checkbox,
input.radio {
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
}
label.checkbox,
label.radio {
  position: relative;
  font-size: 0.9em;
  cursor: pointer;
  top: 0.25em !important;
}
label.checkbox {
  top: -0.2em;
}
label.radio {
  top: -0.25em;
}
body.safari label.radio,
body.safari label.checkbox {
  top: 0;
}
hr {
  border: 0;
  height: 1px;
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    #ddd,
    rgba(0, 0, 0, 0)
  );
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    #ddd,
    rgba(0, 0, 0, 0)
  );
  background: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    #ddd,
    rgba(0, 0, 0, 0)
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    #ddd,
    rgba(0, 0, 0, 0)
  );
  background: linear-gradient(left, rgba(0, 0, 0, 0), #ddd, rgba(0, 0, 0, 0));
}
hr.cornerEdgesDown {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
  border-width: 1px 0 0 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border-color: #ddd;
  border-style: solid;
  height: 1em;
}
hr.cornerEdgesDown:before {
  display: block;
  content: "";
  height: 1em;
  margin-top: calc(1em + 1px);
  border-style: solid;
  border-color: #ddd;
  border-width: 0 0 1px 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.disabled {
  cursor: auto !important;
}
.sizer {
  position: absolute;
  left: -2000px;
  top: -2000px;
}
.button {
  background-color: transparent !important;
  outline: none;
  cursor: pointer;
  display: inline-block;
  /* -webkit-border-radius: 0.6em;
  -moz-border-radius: 0.6em;
  border-radius: 0.6em; */
  /* -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; */
  /* -webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
  -moz-transition: -moz-box-shadow 0.1s ease-in-out;
  -ms-transition: -ms-box-shadow 0.1s ease-in-out;
  -o-transition: -o-box-shadow 0.1s ease-in-out;
  -webkit-transition: box-shadow 0.1s ease-in-out;
  -moz-transition: box-shadow 0.1s ease-in-out;
  -ms-transition: box-shadow 0.1s ease-in-out;
  -o-transition: box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out; */
  text-align: center;
  position: relative;
  z-index: 1;
}
/* .button::after {
  content: " ";
  width: calc(100% + 2px);
  height: calc(100% + 9px);
  top: -1px;
  left: -1px;
  z-index: 2;
  position: absolute;
  cursor: pointer;
} */
.button .label {
  background: transparent !important;
  /* -webkit-background-size: 100%, 100%, 100%, 4px 4px;
  -moz-background-size: 100%, 100%, 100%, 4px 4px;
  -o-background-size: 100%, 100%, 100%, 4px 4px;
  background-size: 100%, 100%, 100%, 4px 4px; */
  /* -webkit-border-radius: 0.6em; */
  /* -moz-border-radius: 0.6em; */
  /* border-radius: 0.6em; */
  /* -webkit-transition: transform 0.1s ease-in-out;
  -moz-transition: transform 0.1s ease-in-out;
  -ms-transition: transform 0.1s ease-in-out;
  -o-transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); */
  display: inline-block;
  padding: 0.3em 0.5em;
  color: #fff;
  font-size: 18px;
  text-shadow: none !important;
  /* -webkit-box-shadow: 0 -1px #fff, 0 1px 1px #fff;
  -moz-box-shadow: 0 -1px #fff, 0 1px 1px #fff;
  box-shadow: 0 -1px #fff, 0 1px 1px #fff; */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  border-bottom: none !important;
  border-right: none !important;
}
.button .label .text.short {
  display: none;
}
.button .label .icon {
  margin-right: 0.25em;
  font-size: 1.2em;
  line-height: 0;
  position: relative;
  top: 0.13em;
  text-shadow: none;
}
/* .button:active {
  -webkit-box-shadow: 0 3px #808080, 0 4px #767676, 0 5px #6c6c6c, 0 6px #626262,
    0 7px #585858, 0 8px #4e4e4e;
  -moz-box-shadow: 0 3px #808080, 0 4px #767676, 0 5px #6c6c6c, 0 6px #626262,
    0 7px #585858, 0 8px #4e4e4e;
  box-shadow: 0 3px #808080, 0 4px #767676, 0 5px #6c6c6c, 0 6px #626262,
    0 7px #585858, 0 8px #4e4e4e;
} */
/* .button:active .label {
  -webkit-transform: translate3d(0, 0, 0) translateY(5px);
  -moz-transform: translate3d(0, 0, 0) translateY(5px);
  -ms-transform: translate3d(0, 0, 0) translateY(5px);
  -o-transform: translate3d(0, 0, 0) translateY(5px);
  transform: translate3d(0, 0, 0) translateY(5px);
} */
.button.disabled:after {
  /* height: calc(100% + 3px); */
  cursor: not-allowed !important;
}
.button.disabled,
.button.disabled:hover,
.button.disabled:focus,
.button.disabled:active {
  cursor: not-allowed !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 0.8;
  /* top: 5px; */
  position: relative;
}
.button.disabled:active .label {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.right .button .label {
  background: transparent !important;
  display: inline-block;
  padding: 0.3em 0.5em;
  color: rgb(15, 14, 14);
  font-size: 18px;
  text-shadow: none !important;
  box-sizing: content-box;
}
.right .button {
  border: 1px solid #fff;
  border-radius: 15px;
  background-color: #f3ec18 !important;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 1.2em 1.5em !important;
}
.list .controls .button {
  margin: 0.2em 0.5em !important;
}
.right .button .label .icon {
  margin-right: 0.25em;
  font-size: 18px;
  line-height: 0;
  top: 0.13em;
  display: inline-flex !important;
}
body.nogradients .button .label {
  background-color: #e8e8e8;
}
.tooltip {
  background-color: #ffee69;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  padding: 0.25em 0.5em;
  position: absolute;
  color: #141414;
  white-space: nowrap;
  pointer-events: none;
  z-index: 6000;
  border-width: 1px;
  border-style: solid;
  border-color: #d4c237 #a6982b #a6982b #a6982b;
  display: none;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.6);
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.6);
}
.tooltip.hasShortcut {
  padding: 0.1em 0.5em 1em;
}
.tooltip .shortcut {
  font-size: 0.6em;
  position: absolute;
  right: 0.5em;
  bottom: 0;
}
.tooltip td.warning {
  color: #d8004a;
}
.iconContainer {
  text-align: center;
}
.iconContainer:hover .label {
  text-decoration: underline;
  display: block;
}
.iconContainer .label {
  display: none;
  font-size: 0.8em;
  bottom: -0.7em;
  position: absolute;
  left: 0;
  right: 0;
}

@font-face {
  font-family: "Source Code Pro";
  src: url("//s.worldofsolitaire.com/v/0/font/SourceCodePro-Regular.woff2")
      format("woff2"),
    url("//s.worldofsolitaire.com/v/0/font/SourceCodePro-Regular.woff")
      format("woff");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("//s.worldofsolitaire.com/v/7/font/icomoon.ttf") format("truetype"),
    url("//s.worldofsolitaire.com/v/8/font/icomoon.woff") format("woff"),
    url("//s.worldofsolitaire.com/v/7/font/icomoon.svg#icomoon") format("svg");
  font-display: block;
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  /* speak: none; */
  font-display: block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-stackSpades:before {
  content: "\e910";
}
.icon-stackHearts:before {
  content: "\e911";
}
.icon-landscape:before {
  content: "\e912";
}
.icon-arrow-right-circle:before {
  content: "\e913";
}
.icon-arrow-left-circle:before {
  content: "\e914";
}
.icon-lock:before {
  content: "\e915";
}
.icon-new:before {
  content: "\e916";
}
.icon-joystick:before {
  content: "\e900";
}
.icon-rewind:before {
  content: "\e902";
}
.icon-book:before {
  content: "\e901";
}
.icon-rewind:before {
  content: "\e902";
}
.icon-restart:before {
  content: "\e903";
}
.icon-play:before {
  content: "\e904";
}
.icon-restore:before {
  content: "\e905";
}
.icon-calendar-time:before {
  content: "\e906";
}
.icon-save:before {
  content: "\e907";
}
.icon-menu:before {
  content: "\e908";
}
.icon-chart:before {
  content: "\e909";
}
.icon-trophy:before {
  content: "\e90a";
}
.icon-gear:before {
  content: "\e90b";
}
.icon-redo:before {
  content: "\e90c";
}
.icon-undo:before {
  content: "\e90d";
}
.icon-pause:before {
  content: "\e90e";
}
.icon-sun:before {
  content: "\e90f";
}
.icon-ribbon:before {
  content: "\e917";
}
.icon-keyboard:before {
  content: "\e918";
}
.icon-sort-asc:before {
  content: "\e91a";
}
.icon-sort-desc:before {
  content: "\e919";
}
.icon-arrow-left-lines:before {
  content: "\e91b";
}

svg.deck {
  height: 0;
  width: 0;
  position: absolute;
  visibility: hidden;
}
.playcard {
  position: absolute;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.playcard.clickable {
  cursor: pointer;
}
.note {
  position: absolute;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9), 0 -1px 2px rgba(0, 0, 0, 0.9),
    -1px 0 2px rgba(0, 0, 0, 0.9), 1px 0 2px rgba(0, 0, 0, 0.9);
  font-size: 0.8em;
  cursor: default;
  z-index: 10;
  text-align: center;
  margin-top: 2px;
  white-space: nowrap;
}
.note .suitSymbol {
  font-size: 1.6em;
  line-height: 0;
  position: relative;
  top: 0.05em;
  margin-right: 0.1em;
}
.preview > .note {
  margin-top: 0;
  font-size: 0.8em;
}
.noNote > .note {
  display: none;
}

.rules .preview {
  display: none !important;
  width: 100%;
  height: 30%;
  cursor: pointer;
  position: relative;
}
.rules .preview.noVideo {
  cursor: default !important;
}
.rules .preview .playOverlay {
  display: none !important;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 600;
  opacity: 0.9;
  max-height: 35%;
  max-width: 20%;
}
.rules .gameName {
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 160%;
  text-decoration: underline;
}
.rules .sectionHeader {
  text-decoration: underline;
  margin-top: 0.75em;
  margin-bottom: 0.25em;
  font-size: 1.25em;
  color: #f3f3f3;
}
.rules .sectionHeader:nth-child(2) {
  margin-bottom: 0;
}
.rules .sectionHeader:nth-child(2),
.rules .sectionHeader:nth-child(4) {
  margin-top: 0;
}
.rules table {
  display: inline-block;
  vertical-align: top;
}
.rules table:nth-of-type(1) tr td {
  padding-top: 0.5em;
}
.rules table .helpInfoKey {
  font-weight: bold;
  text-align: right;
  padding-left: 1em;
}
.rules table .helpInfoValue {
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}
.rules table .helpInfoValue > span {
  margin-left: 0.3em;
  position: relative;
  top: -0.1em;
}
.rules table .helpInfoValue .signalBars {
  display: inline-block;
  height: 1.5em;
}
.rules table .helpInfoValue .signalBars.bad div {
  background-color: #f00;
}
.rules table .helpInfoValue .signalBars.average div {
  background-color: #ff0;
}
.rules table .helpInfoValue .signalBars.good div {
  background-color: #0f0;
}
.rules table .helpInfoValue .signalBars.level4 div:nth-child(5) {
  background-color: transparent;
}
.rules table .helpInfoValue .signalBars.level3 div:nth-child(4),
.rules table .helpInfoValue .signalBars.level3 div:nth-child(5) {
  background-color: transparent;
}
.rules table .helpInfoValue .signalBars.level2 div:nth-child(3),
.rules table .helpInfoValue .signalBars.level2 div:nth-child(4),
.rules table .helpInfoValue .signalBars.level2 div:nth-child(5) {
  background-color: transparent;
}
.rules table .helpInfoValue .signalBars.level1 div:nth-child(2),
.rules table .helpInfoValue .signalBars.level1 div:nth-child(3),
.rules table .helpInfoValue .signalBars.level1 div:nth-child(4),
.rules table .helpInfoValue .signalBars.level1 div:nth-child(5) {
  background-color: transparent;
}
.rules table .helpInfoValue .signalBars div {
  display: inline-block;
  border: 1px solid #696969;
  margin: 1px;
  width: 0.4em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.rules table .helpInfoValue .signalBars div:nth-child(1) {
  height: 25%;
}
.rules table .helpInfoValue .signalBars div:nth-child(2) {
  height: 40%;
}
.rules table .helpInfoValue .signalBars div:nth-child(3) {
  height: 55%;
}
.rules table .helpInfoValue .signalBars div:nth-child(4) {
  height: 70%;
}
.rules table .helpInfoValue .signalBars div:nth-child(5) {
  height: 85%;
}
.rules .goal,
.rules .aka {
  margin-left: 1em;
}
.rules .goal .variant,
.rules .aka .variant {
  color: #00efff;
  margin-right: 0.5em;
}
.rules .spotDetails {
  margin-left: 2em;
  margin-top: -1.5em;
  padding-top: 0.5em;
}
.rules .spotDetails > li {
  margin-top: 1em;
  margin-left: 0.5em;
  list-style-type: none;
}
.rules .spotDetails > li.general {
  margin-left: -1em;
  margin-top: 0.35em;
}
.rules .spotDetails > li.general:first-child {
  margin-top: 1em;
}
.rules .spotDetails > li .spotHeader {
  color: #8585ff;
  position: relative;
}
.rules .spotDetails > li .spotHeader:hover {
  text-decoration: underline;
}
.rules .spotDetails > li .spotHeader img {
  height: 24px;
  position: absolute;
  left: -20px;
  top: 2px;
}
.rules .spotDetails > li .variant {
  color: #00efff;
  margin-right: 0.5em;
}
.rules .spotDetails ul {
  margin-left: 2em;
  list-style-type: disc;
}
.rules .releaseDate {
  font-size: 0.9em;
  margin-top: 2em;
  display: inline-block;
}
.rules .releaseDate strong {
  font-weight: bold;
}
.spotHighlighter {
  position: absolute;
  -webkit-box-shadow: 0 0 8px 5px rgba(255, 255, 0, 0.96),
    inset 0 0 5px 2px rgba(255, 255, 0, 0.96);
  -moz-box-shadow: 0 0 8px 5px rgba(255, 255, 0, 0.96),
    inset 0 0 5px 2px rgba(255, 255, 0, 0.96);
  box-shadow: 0 0 8px 5px rgba(255, 255, 0, 0.96),
    inset 0 0 5px 2px rgba(255, 255, 0, 0.96);
}
body.tiny .rules {
  font-size: 0.7em !important;
}

#helpIcon {
  display: none !important;
  position: absolute;
  right: 1em;
  bottom: 1.5em;
  height: 7.5vh;
  max-height: 60px;
  min-height: 24px;
  cursor: pointer;
  z-index: 3;
  display: none;
  opacity: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
#helpContent {
  height: calc(100% - 2.7em);
  width: 31em;
  position: absolute;
  right: calc(-31em + -10px);
  top: 2.7em;
  z-index: 597;
  background-color: #2a2d36;
  color: #ddd;
  display: none;
}
#helpContent .dragger {
  width: 0.6em;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-shadow: -5px 0 10px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: -5px 0 10px 0 rgba(50, 50, 50, 0.75);
  box-shadow: -5px 0 10px 0 rgba(50, 50, 50, 0.75);
  background: #4f4f4f;
}
#helpContent .innerContent {
  width: 100%;
  height: 100%;
  cursor: default;
  font-size: 90%;
  padding: 0.5em 0.5em 0.5em 1.1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body.hideFooter #helpIcon {
  bottom: 0.5em;
}
body.limitedHeight #helpContent {
  top: 2.4em;
  height: calc(100% - 2.3em);
}
body.menuOnBottom #helpIcon {
  margin-bottom: 2.6em;
}
body.menuOnBottom #helpContent {
  top: 0;
}
@media (max-width: 65em) {
  body #helpContent {
    width: 22em;
  }
}

#victoryContent {
  display: none;
  opacity: 0;
  position: absolute;
  z-index: 580;
}
#victoryContent .image {
  width: 100%;
  height: calc(100% - 3.5em);
  position: relative;
}
#victoryContent .image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
#victoryContent .buttons {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#victoryContent .buttons .button {
  font-size: 1.3em;
  margin-right: 2em;
  margin-left: 2em;
}
#victoryContent .buttons .button .label {
  padding: 0.4em 1em;
}
#victoryContent .buttons .button.challenges,
#victoryContent .buttons .button.replayChallenge {
  display: none;
}
#victoryContent.challenge .buttons .button.challenges,
#victoryContent.challenge .buttons .button.replayChallenge {
  display: inline-block;
}
#victoryContent.challenge .buttons .button.viewStats,
#victoryContent.challenge .buttons .button.dealAgain {
  display: none;
}
body.limitedHeight #victoryContent .buttons {
  font-size: 0.7em;
}
body.readOnly #victoryContent .buttons .viewStats {
  display: none;
}

#menuBar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.6em;
  z-index: 600;
  background-color: transparent !important;
  border-bottom: 2px solid transparent !important;
  white-space: nowrap;
  padding-top: 0.15em;
  font-size: 0.95em;
  padding-bottom: 0.15em;
}
#menuBar .button {
  margin: 1.2em 0.1em;
  left: 0%;
}
/* #menuBar .divider {
  background-color: transparent;
  width: 0px;
  display: inline-block;
  height: 0em;
  margin: 0 0.5em;
} */
/* #menuBar .spacer
  display: inline-block;
  margin: 01em;
} */
#menuBar .right {
  display: inline-block;
}
/* #menuBar .right .divider {
  -webkit-transform: translateY(0.1em);
  -moz-transform: translateY(0.1em);
  -ms-transform: translateY(0.1em);
  -o-transform: translateY(0.1em);
  transform: translateY(0.1em);
} */
/* #menuBar .right > .button,
#menuBar .right #userInfo {
   vertical-align: top; 
} */
#menuBar #menuUndo {
  margin: 0.2em 0.6em;
}
#menuBar #menuPause .label {
  text-align: center;
  /* width: 6em; */
}
#menuBar #menuMenuBarExtra .label {
  min-width: 5em;
}
#menuBar.menuShort .button .label .text.long {
  display: none;
}
#menuBar.menuShort .button .label .text.short {
  display: inline;
}
#menuBar.menuShorter #menuPause .label {
  /* width: 4em; */
  text-align: center !important;
}
#menuBar.menuShorter .button .label .icon {
  display: none;
}
/* #menuBar.menuShortest .divider {
  margin: 0 0.15em;
} */
/* #menuBar.menuShortest .button {
  margin: 0.25em 0.25em;
} */
@media (max-width: 425px) {
  body.tiny #menuBar.menuShortest #userInfo,
  body.tiny #menuBar.menuShortest .divider {
    display: none;
  }
  body.tiny #menuBar.menuShortest .button .label {
    width: auto !important;
  }
  body.tiny #menuBar.menuShortest .button .label .icon {
    display: inline;
    margin-left: 0.1em;
    margin-right: 0.1em;
  }
  body.tiny #menuBar.menuShortest .button .label .text {
    display: none;
  }
}
#menuBarExtraDialog {
  background-color: #f3ec18;
  text-align: center;
  top: 3em;
  z-index: 601;
  padding: 15px 20px;
  border-radius: 20px;
  font-size: 0.7em;
  margin-left: -3em;
}
/* #menuBarExtraDialog .row {
  display: block;
  padding: 0.5em 0 0.75em;
  border-bottom: 1px solid #9f9f9f;
}
#menuBarExtraDialog .row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#menuBarExtraDialog .row .button {
  margin: 0.25em 0.5em;
}
#menuBarExtraDialog .row .button .label {
  min-width: 10em;
  text-align: left;
} */
body.limitedHeight #menuBar {
  font-size: 0.9em;
  line-height: 1em;
  height: 2.4em;
}
body.limitedHeight #menuBarExtraDialog {
  font-size: 0.9em;
  margin-top: 0.2em;
}
body.readOnly #menuBarExtraDialog {
  right: 0.5em;
}
body.menuOnBottom #menuBarExtraDialog {
  border: 5px solid #4f4f4f;
  border-bottom: 0;
  -webkit-border-radius: 1em 1em 0 0;
  -moz-border-radius: 1em 1em 0 0;
  border-radius: 1em 1em 0 0;
  top: auto;
  bottom: 2.6em;
  z-index: 599;
}
body.menuOnBottom #menuBar {
  top: auto;
  bottom: 0;
  border-top: 2px solid #4f4f4f;
  border-bottom: 0;
}

#challengesDialog {
  height: 85%;
  width: 85%;
  max-width: 100em;
  background-repeat: no-repeat;
  background-position: center center;
}
#challengesDialog .left,
#challengesDialog .right {
  vertical-align: top;
  height: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#challengesDialog .left {
  width: 17em;
  padding-right: 0.5em;
}
#challengesDialog .left > .header {
  font-size: 1.25em;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 1em;
}
#challengesDialog .left .gameListContainer {
  height: calc(100% - 3em);
}
#challengesDialog .left li {
  padding: 0.25em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  cursor: pointer;
}
#challengesDialog .left li.selected {
  background-color: #4f5d82;
}
#challengesDialog .left li:hover {
  background-color: #4f5863;
}
#challengesDialog .left li span {
  margin-left: 1em;
  font-weight: bold;
  color: #eee;
}
#challengesDialog .right {
  width: calc(100% - 17em);
  position: relative;
}
#challengesDialog .right .top .instructions {
  border-bottom: 1px solid #4f4f4f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#challengesDialog .right .top .filters {
  padding: 0.25em 0;
}
#challengesDialog .right .top .filters span {
  font-weight: bold;
  position: relative;
  top: -0.15em;
}
#challengesDialog .right .top .filters input,
#challengesDialog .right .top .filters label {
  cursor: pointer;
}
#challengesDialog .right .top .filters input {
  margin-left: 1em;
  width: 1.15em;
  height: 1.15em;
}
#challengesDialog .right .top .filters label {
  position: relative;
  top: -0.15em;
}
#challengesDialog .right .top .filters .filtersRight {
  margin-left: 1em;
}
#challengesDialog .right .middle table {
  width: 100%;
  border-collapse: collapse;
}
#challengesDialog .right .middle table.notSolved tr.solved {
  display: none;
}
#challengesDialog .right .middle table.notUnsolved tr.unsolved {
  display: none;
}
#challengesDialog .right .middle table.notEasy tr.easy {
  display: none;
}
#challengesDialog .right .middle table.notMedium tr.medium {
  display: none;
}
#challengesDialog .right .middle table.notHard tr.hard {
  display: none;
}
#challengesDialog .right .middle table tr th {
  text-decoration: underline;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0.25em 0;
}
#challengesDialog .right .middle table tr.header td {
  background-color: #2c33a7;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  font-size: 1.1em;
  cursor: pointer;
  border: 0;
  text-align: center;
  font-weight: bold;
  padding: 0.5em;
}
#challengesDialog .right .middle table tr.row:hover td {
  background-color: #4f5863;
}
#challengesDialog .right .middle table tr.row.selected td {
  background-color: #4f5d82;
}
#challengesDialog .right .middle table tr.row td {
  border-bottom: 1px solid #4f4f4f;
  cursor: pointer;
}
#challengesDialog .right .middle table tr.row td.unsolved {
  font-weight: bold;
  min-width: 15em;
  text-align: center;
  vertical-align: middle;
}
#challengesDialog .right .middle table tr.row td:first-child {
  vertical-align: middle;
  text-align: center;
  border-bottom: 0;
}
#challengesDialog .right .middle table tr.row td:first-child span:first-child {
  display: block;
  font-size: 1.3em;
  padding-bottom: 0.5em;
  border-bottom: 0;
}
#challengesDialog .right .middle table tr.row td:first-child span:last-child {
  font-size: 0.8em;
  color: #888;
}
#challengesDialog .right .middle table tr.row td:nth-child(2) {
  padding: 0.25em 0.5em 0.25em 0;
}
#challengesDialog .right .middle table tr.row td > span:first-child {
  font-size: 0.8em;
  white-space: nowrap;
}
#challengesDialog .right .middle table tr.row td > span:first-child .label {
  display: inline-block;
  width: 10em;
  text-align: right;
  font-weight: bold;
  color: #eee;
}
#challengesDialog .right .middle table tr.row td > span:first-child .value {
  padding-left: 0.5em;
  text-align: left;
}
#challengesDialog .right .middle table tr.row td > span:first-child .byValue {
  font-weight: bold;
}
#challengesDialog
  .right
  .middle
  table
  tr.row
  td
  > span:first-child
  .byValue.anonymous {
  font-weight: normal;
  color: #888;
}
#challengesDialog .right .bottom {
  position: absolute;
  bottom: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0.5em;
}
#challengesDialog .right .bottom .button {
  font-size: 1.5em;
}
#challengesDialog .right .bottom .button .label {
  padding: 0.15em 1.75em;
}

#aboutDialog {
  max-width: 60em;
  max-height: 90%;
  font-size: 0.9em;
  line-height: 1.3em;
}
#aboutDialog p {
  margin-bottom: 0.75em;
}
#aboutDialog p.legacyLinkContainer {
  margin-bottom: 0;
}
#aboutDialog a {
  color: #8585ff;
}
#aboutDialog fieldset {
  border: 1px solid #ddd;
  padding: 0 0.6em 0.3em;
  margin-bottom: 1em;
  margin-top: 0.25em;
}
#aboutDialog fieldset .version {
  position: absolute;
  right: 3.5em;
  color: #3f4351;
}
#aboutDialog fieldset legend {
  margin-left: 0.5em;
  font-size: 1.05em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-weight: bold;
}
#aboutDialog p:nth-of-type(3) {
  margin-top: 0.7em;
}
#aboutDialog p:nth-of-type(3) a {
  margin-left: 0.5em;
}
#aboutDialog .robert {
  float: left;
  margin-right: 1em;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
#aboutDialog a.privacy,
#aboutDialog a.blog {
  position: absolute;
  bottom: 0.7em;
}
#aboutDialog a.blog {
  right: 0.8em;
}
#aboutDialog a.privacy {
  right: 5em;
}
#aboutDialog p.download {
  display: inline-block;
  margin-bottom: 0.25em;
}
#aboutDialog p.download .header {
  font-weight: bold;
  margin-right: 0.5em;
}
#aboutDialog p.download a {
  margin-left: 0.25em;
}
#changeLogContents {
  width: 100%;
  height: 16em;
  font-family: "Source Code Pro", monospace;
  font-size: 0.8em;
  margin-top: 0.5em;
  color: #bbb;
}
#changeLogContents strong {
  font-weight: bold;
  border-bottom: 1px solid #777;
}
#changeLogContents ul {
  list-style-type: disc;
}
#changeLogContents ul li {
  list-style-type: disc;
  margin-left: 2em;
}
body.tiny #aboutDialog {
  font-size: 0.6em !important;
}
body.tiny #aboutDialog .changeLog,
body.tiny #aboutDialog .download {
  display: none;
}
body.msie9 #aboutDialog fieldset.changeLog {
  display: none;
}

#userInfo {
  color: #ddd;
  display: inline-block;
  position: relative;
  top: 0.35em;
}
#userInfo span {
  background-color: #2a2d36;
  display: inline-block;
  font-size: 1em;
  cursor: pointer;
}
#userInfo span:hover {
  text-decoration: underline;
}
#userInfo span.register,
#userInfo span.username {
  padding: 0.3em 0.8em 0.3em 0.5em;
}
#userInfo span.username:hover {
  text-decoration: none;
  cursor: default;
}
#userInfo span.login,
#userInfo span.logout {
  padding: 0.3em 0.5em 0.3em 0.1em;
}
#loginDialog,
#registerDialog,
#forgotPasswordDialog {
  top: 3em;
  right: 1em;
}
body.menuOnBottom #loginDialog,
body.menuOnBottom #registerDialog,
body.menuOnBottom #forgotPasswordDialog {
  top: auto;
  bottom: 3em;
}
body.menuOnBottom.ios #loginDialog,
body.menuOnBottom.ios #registerDialog,
body.menuOnBottom.ios #forgotPasswordDialog {
  top: 1em;
  bottom: auto;
}
#loginDialog .forgot {
  color: #8585ff;
  font-size: 0.65em;
  position: relative;
  margin-top: -0.5em;
  margin-bottom: 1.5em;
  display: inline-block;
}
body.readOnly .right .divider {
  display: none !important;
}
body.readOnly #userInfo span.register,
body.readOnly #userInfo span.login,
body.readOnly #userInfo span.username {
  display: none;
}

#victoryImagesDialog {
  height: 80%;
  width: 95%;
  max-width: calc(1185px + 20em);
}
#victoryImagesDialog .victoryImages {
  width: 100%;
  height: 100%;
}
#victoryImagesDialog .victoryImages .info {
  padding: 0 0.6em;
  font-size: 1.1em;
  line-height: 1.4em;
}
#victoryImagesDialog .victoryImages .resetProgressContainer {
  width: 100%;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 2em;
}
#victoryImagesDialog .victoryImages .resetProgressContainer .resetProgress {
  color: #8585ff;
  font-size: 0.95em;
}
#victoryImagesDialog .victoryImages .row {
  display: block;
  position: relative;
  border-bottom: 2em solid #1b1b1b;
  text-align: center;
  padding: 0 1.7em;
  background: transparent;
  width: calc(100% - 4em);
  margin-bottom: 2em;
  -webkit-border-radius: 0 0 0.5em 0.5em;
  -moz-border-radius: 0 0 0.5em 0.5em;
  border-radius: 0 0 0.5em 0.5em;
}
#victoryImagesDialog .victoryImages .row:after {
  position: absolute;
  bottom: -2em;
  left: 3em;
  height: 0.5em;
  background: transparent;
  content: "";
  -webkit-transform: perspective(150) rotateX(-25deg);
  -moz-transform: perspective(150) rotateX(-25deg);
  -ms-transform: perspective(150) rotateX(-25deg);
  -o-transform: perspective(150) rotateX(-25deg);
  transform: perspective(150) rotateX(-25deg);
  right: 3em;
  -webkit-box-shadow: 0 0 2em 0.7em rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 2em 0.7em rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 2em 0.7em rgba(0, 0, 0, 0.8);
  z-index: -1;
}
#victoryImagesDialog .victoryImages .row.seenAll:before {
  content: "★";
  bottom: -1.1em;
  position: absolute;
  color: #d5bd26;
  font-size: 2em;
  left: -0.05em;
  z-index: 2;
  text-shadow: 0 1px 4px #ffbe2d;
}
#victoryImagesDialog .victoryImages .row .lock,
#victoryImagesDialog .victoryImages .row .label,
#victoryImagesDialog .victoryImages .row .chance {
  position: absolute;
  z-index: 2;
}
#victoryImagesDialog .victoryImages .row .lock {
  font-size: 1.7em;
  bottom: -1.1em;
  left: 0;
  display: none;
}
#victoryImagesDialog .victoryImages .row .label {
  font-size: 1.3em;
  bottom: -1.4em;
  left: 1.3em;
  color: #adadad;
}
#victoryImagesDialog .victoryImages .row .chance {
  right: 0.75em;
  bottom: -1.7em;
  font-size: 0.9em;
  cursor: help !important;
  color: #afafaf;
  display: none;
}
#victoryImagesDialog .victoryImages .row.current .chance {
  display: inline-block;
}
#victoryImagesDialog .victoryImages .row.current.seenAll .chance {
  display: none;
}
#victoryImagesDialog .victoryImages .row.current:after {
  -webkit-box-shadow: 0 0 2em 0.7em rgba(159, 152, 64, 0.8);
  -moz-box-shadow: 0 0 2em 0.7em rgba(159, 152, 64, 0.8);
  box-shadow: 0 0 2em 0.7em rgba(159, 152, 64, 0.8);
}
#victoryImagesDialog .victoryImages .row.locked {
  cursor: not-allowed !important;
}
#victoryImagesDialog .victoryImages .row.locked .images .victory {
  opacity: 0.08;
  cursor: not-allowed !important;
}
#victoryImagesDialog .victoryImages .row.locked .images .victory:after {
  display: none;
}
#victoryImagesDialog .victoryImages .row.locked .images .victory img:hover {
  background-color: transparent;
}
#victoryImagesDialog .victoryImages .row.locked .lock {
  display: inline-block;
  cursor: help !important;
}
#victoryImagesDialog .victoryImages .row.locked .lock {
  color: #b63434;
}
#victoryImagesDialog .victoryImages .row.locked .label {
  color: #383838;
}
#victoryImagesDialog .victoryImages .row .images {
  border-bottom: 1.5em solid #303138;
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
}
#victoryImagesDialog .victoryImages .row .images:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1.5em 1.7em;
  border-color: transparent transparent #303138 transparent;
  position: absolute;
  bottom: -1.5em;
  left: -1.7em;
  z-index: 2;
  -webkit-transform: roate(360deg);
  -moz-transform: roate(360deg);
  -ms-transform: roate(360deg);
  -o-transform: roate(360deg);
  transform: roate(360deg);
}
#victoryImagesDialog .victoryImages .row .images:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5em 0 0 1.7em;
  border-color: transparent transparent transparent #303138;
  position: absolute;
  bottom: -1.5em;
  right: -1.7em;
  z-index: 2;
}
#victoryImagesDialog .victoryImages .row .images .victory {
  display: inline-block;
  text-align: center;
  width: calc(20%);
  cursor: pointer;
  position: relative;
  top: 1.25em;
}
#victoryImagesDialog .victoryImages .row .images .victory.masked {
  cursor: default;
}
#victoryImagesDialog .victoryImages .row .images .victory.masked img:hover {
  background-color: transparent;
}
#victoryImagesDialog .victoryImages .row .images .victory.rightEdge {
  margin-right: 0;
}
#victoryImagesDialog .victoryImages .row .images .victory.banned:after {
  content: "✗";
  position: absolute;
  color: rgba(255, 0, 0, 0.8);
  text-align: center;
  left: 0;
  width: 100%;
  text-shadow: 3px 5px 15px #000;
  font-size: 11em;
  bottom: 0;
}
#victoryImagesDialog .victoryImages .row .images .victory.banned img {
  opacity: 0.2;
}
#victoryImagesDialog .victoryImages .row .images .victory img {
  max-width: calc(100% - 1em);
  max-height: 10em;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
#victoryImagesDialog .victoryImages .row .images .victory img:hover {
  background-color: #4f5863;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}
#victoryImagesDialog .victoryImages .row .images .victory .artist {
  font-size: 0.9em;
  opacity: 0.6;
  white-space: nowrap;
  position: relative;
  z-index: 3;
}
#victoryImagesDialog .victoryImages .row .images .victory .artist:hover {
  opacity: 1;
}
#victoryImagesDialog .victoryImages .row .images .victory .artist a {
  color: #8585ff;
}
body.ios #victoryImagesDialog .victoryImages .row:after {
  display: none;
}

#gameChooserDialog {
  height: 85%;
}
#gameChooserDialog > .left,
#gameChooserDialog > .right {
  vertical-align: top;
  height: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#gameChooserDialog > .left {
  width: 14em;
  font-size: 0.9em;
}
#gameChooserDialog > .left .segmentedControl {
  width: calc(100% - 0.6em);
}
#gameChooserDialog > .left .segmentedControl .segment {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9), 0 -1px 2px rgba(0, 0, 0, 0.9),
    -1px 0 2px rgba(0, 0, 0, 0.9), 1px 0 2px rgba(0, 0, 0, 0.9);
}
#gameChooserDialog > .left .gameCount {
  font-size: 0.8em;
  margin-top: 0.5em;
  text-align: center;
}
#gameChooserDialog > .left .reset {
  font-size: 0.8em;
  color: #8585ff;
  position: absolute;
  top: 4.5em;
  cursor: pointer;
}
#gameChooserDialog > .left .filters {
  height: calc(100% - 3.9em);
}
#gameChooserDialog > .left .filters .header {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 1em;
  margin-right: 2em;
  border-bottom: 1px solid #5f5f5f;
}
#gameChooserDialog > .left .filters .header.firstHeader {
  margin-top: 0.6em;
}
#gameChooserDialog > .left .filters .row {
  margin-left: 1em;
  display: inline-block;
}
#gameChooserDialog > .left .filters #gameChooserFilterUserMostPlayed,
#gameChooserDialog > .left .filters #gameChooserFilterHasWon {
  margin-top: 0.75em;
}
#gameChooserDialog > .right {
  width: calc(100% - 14em);
}
#gameChooserDialog > .right .top {
  height: 3em;
  position: relative;
}
#gameChooserDialog > .right .top .segmentedControl {
  width: 10em;
  font-size: 0.75em;
  display: inline-block;
  margin-left: 1em;
  margin-top: -1px;
}
#gameChooserDialog > .right .top .segmentedControl .segment {
  font-size: 1.25em;
  padding: 0.3em;
}
#gameChooserDialog > .right .top input.search {
  padding: 0.2em;
  margin-left: 1em;
  -webkit-border-radius: 0.23em;
  -moz-border-radius: 0.23em;
  border-radius: 0.23em;
  border: 0;
  font-size: 1.1em;
  width: calc(100% - 24.5em);
  max-width: 30em;
  min-width: 8em;
  -webkit-box-shadow: 2px 2px 5px 0 #000;
  -moz-box-shadow: 2px 2px 5px 0 #000;
  box-shadow: 2px 2px 5px 0 #000;
}
#gameChooserDialog > .right .top input.search:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0.1em 0.1em rgba(77, 146, 255, 0.98);
  -moz-box-shadow: 0 0 0.1em 0.1em rgba(77, 146, 255, 0.98);
  box-shadow: 0 0 0.1em 0.1em rgba(77, 146, 255, 0.98);
}
#gameChooserDialog > .right .top .sort {
  position: absolute;
  top: 0;
  right: 0;
}
#gameChooserDialog > .right .top .sort label {
  font-size: 1.1em;
  margin-right: 0.2em;
  font-weight: bold;
}
#gameChooserDialog > .right .top .sort select {
  font-size: 1.1em;
  width: 8em;
  padding: 0.1em 0 0.1em 0.2em;
  margin-right: 1.75em;
}
#gameChooserDialog > .right .top .sort select option {
  font-size: 1.1em;
}
#gameChooserDialog > .right .top .sort .direction {
  font-size: 1.5em;
  top: 0.1em;
  right: -0.1em;
  position: absolute;
  cursor: pointer;
}
#gameChooserDialog > .right .bottom {
  height: calc(100% - 3em);
  background-color: #2a2d36;
}
#gameChooserDialog > .right .bottom > div {
  display: none;
  width: 100%;
  height: 100%;
}
body.readOnly
  #gameChooserDialog
  > .right
  .bottom
  > .list
  .gameDetails
  .controls
  .favorite,
body.readOnly #gridGameDetailsDialog .bottom .favorite {
  display: none;
}
#gameChooserDialog > .right .bottom .noGamesMatchedMsg {
  display: none;
  margin-top: 2em;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
#gameChooserDialog > .right .bottom > .grid .game .name .value.newGame:after,
#gameChooserDialog
  > .right
  .bottom
  > .list
  .gameList
  ul
  li
  .name.newGame:after {
  font-family: "icomoon" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e916";
  top: 0.15em;
  position: relative;
  color: #9fdb7e;
  line-height: 0.5em;
  font-size: 1.5em;
  margin-left: 0.5em;
}
#gameChooserDialog > .right .bottom > .list .gameDetails .controls label,
#gameChooserDialog #gridGameDetailsDialog .bottom label {
  top: -0.4em !important;
}
#gameChooserDialog > .right .bottom > .list {
  position: relative;
}
#gameChooserDialog > .right .bottom > .list .gameList {
  height: calc(100% - 0.1em);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1em;
  display: inline-block;
  min-width: 15em;
}
#gameChooserDialog > .right .bottom > .list .gameList .header {
  text-align: center;
  text-decoration: underline;
}
#gameChooserDialog
  > .right
  .bottom
  > .list
  .gameList.noGamesMatched
  .noGamesMatchedMsg {
  display: block;
}
#gameChooserDialog > .right .bottom > .list .gameList ul {
  height: calc(100% - 1em);
  padding-right: 1em;
  padding-bottom: 0.1em;
}
#gameChooserDialog > .right .bottom > .list .gameList ul li {
  white-space: nowrap;
  line-height: 1.4em;
  border-bottom: 1px dotted #555;
  list-style-type: none;
  cursor: pointer;
  padding: 0 0.5em;
}
#gameChooserDialog > .right .bottom > .list .gameList ul li .matched {
  text-decoration: underline;
}
#gameChooserDialog > .right .bottom > .list .gameList ul li .aka {
  display: none;
  font-size: 0.7em;
  line-height: 0.7em;
  margin-left: 2em;
  padding-bottom: 0.4em;
}
#gameChooserDialog > .right .bottom > .list .gameList ul li.matchedAKA .aka {
  display: block;
}
#gameChooserDialog > .right .bottom > .list .gameList ul li:last-child {
  border-bottom: none;
}
#gameChooserDialog > .right .bottom > .list .gameList ul li:hover {
  background-color: #4f5863;
}
#gameChooserDialog > .right .bottom > .list .gameList ul li.selected {
  background-color: #4f5d82;
}
#gameChooserDialog > .right .bottom > .list .gameDetails {
  height: 100%;
  position: absolute;
  top: 20px;
  max-width: 45em;
}
#gameChooserDialog > .right .bottom > .list .gameDetails .rules {
  width: 91%;
  height: calc(100% - 10em);
  font-size: 0.8em;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}
#gameChooserDialog > .right .bottom > .list .gameDetails .controls {
  width: 100%;
  height: 6em;
  text-align: center;
  padding-top: 0.5em;
}
#gameChooserDialog > .right .bottom > .list .gameDetails .controls hr {
  margin-bottom: 0.35em;
}
#gameChooserDialog > .right .bottom > .list .gameDetails .controls .playGame {
  font-size: 1.4em;
  margin-bottom: 0.5em;
}
#gameChooserDialog
  > .right
  .bottom
  > .list
  .gameDetails
  .controls
  .playGame
  .label {
  padding: 0.25em 1em;
}
#gameChooserDialog > .right .bottom > .grid {
  padding: 0.5em 0.5em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#gameChooserDialog > .right .bottom > .grid.noGamesMatched .noGamesMatchedMsg {
  display: block;
}
#gameChooserDialog > .right .bottom > .grid .game {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 1.5em 1.5em 0;
  min-height: calc(150px + 3em);
  background-color: #a3a3a3;
  -webkit-border-radius: 0.35em;
  -moz-border-radius: 0.35em;
  border-radius: 0.35em;
  border: 1px inset #555;
  -webkit-box-shadow: 2px 2px 5px 0 #000;
  -moz-box-shadow: 2px 2px 5px 0 #000;
  box-shadow: 2px 2px 5px 0 #000;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
#gameChooserDialog > .right .bottom > .grid .game .preview {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
#gameChooserDialog > .right .bottom > .grid .game:hover {
  -webkit-box-shadow: 0 0 5px 6px #7a85f1;
  -moz-box-shadow: 0 0 5px 6px #7a85f1;
  box-shadow: 0 0 5px 6px #7a85f1;
}
#gameChooserDialog > .right .bottom > .grid .game .name {
  text-align: center;
  height: 1.8em;
  white-space: nowrap;
  display: table;
  width: 100%;
  position: relative;
  background-color: #525257;
  -webkit-border-radius: 0.25em 0.25em 0 0;
  -moz-border-radius: 0.25em 0.25em 0 0;
  border-radius: 0.25em 0.25em 0 0;
  color: #f9fdff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9), 0 -1px 2px rgba(0, 0, 0, 0.9),
    -1px 0 2px rgba(0, 0, 0, 0.9), 1px 0 2px rgba(0, 0, 0, 0.9);
}
#gameChooserDialog > .right .bottom > .grid .game .name.long .value {
  font-size: 0.95em;
}
#gameChooserDialog > .right .bottom > .grid .game .name .aka {
  position: absolute;
  bottom: -1.2em;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0.7em;
  background-color: #525257;
  border-bottom: 1px solid #8e8e9b;
}
#gameChooserDialog > .right .bottom > .grid .game .name .value {
  vertical-align: bottom;
  font-size: 1.2em;
  display: table-cell;
}
#gameChooserDialog > .right .bottom > .grid .game .name .value .matched {
  text-decoration: underline;
}
#gridGameDetailsDialog {
  width: 60%;
  max-width: 60em;
  height: 92%;
}
#gridGameDetailsDialog .top {
  height: calc(100% - 6em);
}
#gridGameDetailsDialog .bottom {
  height: 5.5em;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0.6em;
}
#gridGameDetailsDialog .bottom .playGame {
  font-size: 1.4em;
  margin-bottom: 0.5em;
}
#gridGameDetailsDialog .bottom .playGame .label {
  padding: 0.25em 3em;
}

.dialog {
  position: absolute;
  background-color: #2a2d36;
  color: #ddd;
  /* border: 5px solid #4f4f4f; */
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  z-index: 598;
  padding: 0.7em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  max-width: 95%;
  max-height: 95%;
}
.dialog .closeX {
  position: absolute;
  top: -14px;
  right: -14px;
  z-index: 599;
  cursor: pointer;
}
.dialog.centered {
  width: auto;
  z-index: 601;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.4);
}
.dialog.centered .closeX {
  z-index: 602;
}
.dialog.modal {
  z-index: 9999 !important;
}
.dialog.hasForm {
  font-size: 1.5em;
  text-align: center;
}
.dialog.hasForm .field {
  margin-bottom: 1em;
}
.dialog.hasForm .field.hasError input.text,
.dialog.hasForm .field.hasError input.password {
  outline: none;
  -webkit-box-shadow: 0 0 0.1em 0.1em rgba(255, 50, 0, 0.98);
  -moz-box-shadow: 0 0 0.1em 0.1em rgba(255, 50, 0, 0.98);
  box-shadow: 0 0 0.1em 0.1em rgba(255, 50, 0, 0.98);
}
.dialog.hasForm .field.hasError .error {
  visibility: visible;
}
.dialog.hasForm .field.hasError .error:after {
  content: "\!";
  position: absolute;
  color: #ff3200;
  right: 0.7em;
  font-size: 2em;
  margin-top: -1.4em;
  font-weight: bold;
}
.dialog.hasForm .field .error {
  font-size: 0.7em;
  color: #ff3200;
  text-align: left;
  padding-top: 0.2em;
  height: 1.1em;
  visibility: hidden;
}
.dialog.hasForm .field label {
  position: absolute;
  margin: 0.2em;
  color: #777;
  border: 0;
  font-size: 0.6em;
}
.dialog.hasForm .field input.text,
.dialog.hasForm .field input.password {
  padding: 0.9em 0.2em 0.1em;
  -webkit-border-radius: 0.23em;
  -moz-border-radius: 0.23em;
  border-radius: 0.23em;
  border: 0;
  font-size: 1em;
  width: 15em;
  -webkit-box-shadow: 2px 2px 5px 0 #000;
  -moz-box-shadow: 2px 2px 5px 0 #000;
  box-shadow: 2px 2px 5px 0 #000;
}
.dialog.hasForm .field input.text:focus,
.dialog.hasForm .field input.password:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0.1em 0.1em rgba(77, 146, 255, 0.98);
  -moz-box-shadow: 0 0 0.1em 0.1em rgba(77, 146, 255, 0.98);
  box-shadow: 0 0 0.1em 0.1em rgba(77, 146, 255, 0.98);
}
.dialog.hasForm .button {
  font-size: 0.9em;
}
.dialog.hasForm .button .label {
  padding: 0.25em 0.01em;
}
.dialog.hasForm .submit {
  width: 60%;
}
.dialog.hasForm .submit .label {
  width: 100%;
}
.dialog.hasForm .submit.disabled {
  cursor: default;
}
.dialog.hasForm .submit.disabled:hover {
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  box-shadow: unset;
}
.dialog.hasForm .message {
  font-size: 0.6em;
  padding-top: 1.5em;
  height: 1.2em;
}
.dialog.hasForm .message.success {
  color: #0cff0c;
  padding-top: 0;
  padding-bottom: 1.5em;
}
#dialogModalBackdrop {
  z-index: 9998;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.dialog.confirmDialog {
  left: 50%;
  bottom: 50%;
  z-index: 602;
  border-color: #a96262;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.9);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.9);
}
.dialog.confirmDialog .buttons {
  text-align: center;
  padding: 0.75em;
}
.dialog.confirmDialog .buttons .button {
  margin: 0 2em;
  font-size: 0.9em;
}
.dialog.confirmDialog .buttons .button .label {
  min-width: 7em;
}
.dialog.confirmDialog .dontShowAgainContainer {
  text-align: center;
  margin-top: 1em;
}
.dialog.confirmDialog .dontShowAgainContainer input {
  width: 1.2em;
  height: 1.2em;
}
.dialog.confirmDialog.small .buttons {
  text-align: right;
}
.dialog.confirmDialog.small .buttons .button {
  width: auto;
  margin: 0;
}
.dialog.confirmDialog.small .buttons .button.cancel {
  margin-right: 1em;
}
.dialog.confirmDialog.small .dontShowAgainContainer {
  margin: 0.5em 0 0;
}
.dialog.confirmDialog.alert .buttons .button.cancel {
  display: none;
}
body.tiny .dialog {
  font-size: 0.7em !important;
}

table.table {
  width: 100%;
  max-width: 100%;
  height: calc(100% - 1.25em);
  display: inline-block;
  margin-top: 1.25em;
  border-collapse: collapse;
  overflow-x: hidden;
  /*thead tr
		th:nth-child(even)
			background-color green
		th:nth-child(odd)
			background-color brown

	tbody tr
		td:nth-child(even)
			background-color brown
		td:nth-child(odd)
			background-color green*/
}
table.table.twoHeaderRows {
  height: calc(100% - 2.5em);
  margin-top: 2.5em;
}
table.table th {
  position: absolute;
  top: 0;
  height: 1.25em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
table.table th.doubleHeight {
  height: 2.5em;
}

.tabBar {
  width: 100%;
  position: absolute;
  top: 0.5em;
  left: 0;
  border-bottom: 2px solid #4f4f4f;
  font-size: 1.25em;
  color: #ddd;
}
.tabBar .tab {
  display: inline-block;
  margin-left: 1em;
  border-style: solid;
  border-color: #4f4f4f;
  border-bottom-color: #2a2d36;
  border-left-width: 2px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 0;
  -webkit-border-radius: 0.75em 0.75em 0 0;
  -moz-border-radius: 0.75em 0.75em 0 0;
  border-radius: 0.75em 0.75em 0 0;
  padding: 0.25em 0.45em;
  cursor: pointer;
  position: relative;
  top: 2px;
  background-color: #2e2d30;
}
.tabBar .tab:hover {
  background-color: #4f5863;
}
.tabBar .tab.selected {
  background: linear-gradient(180deg, #798797, #2a2d36), #2a2d36;
  color: #f3f3f3;
  cursor: auto;
  border-bottom-width: 2px;
}
.tabContent {
  margin-top: 4em;
  height: calc(100% - 7.25em);
  display: none;
}
.tabContent.selected {
  display: block;
}

#msieold {
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 9999;
  color: #f22;
  font-size: 200%;
  text-align: center;
  padding-top: 2em;
}
#msieold div,
#msieold span,
#msieold h1,
#msieold hr {
  display: none !important;
}
html.foxclocks-statusbar-bottom body,
html.foxclocks-statusbar-top body {
  height: calc(100% - 20px);
  position: relative;
}
#playspace {
  position: absolute;
  width: 100% !important;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  top: 0;
  left: 10%;
  margin-top: 50px;
}
#holidayImage {
  position: absolute;
  right: 142px;
  bottom: 0;
  z-index: 0;
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
}
@media (max-width: 75em) {
  body #holidayImage {
    -webkit-transform: scaleY(0.8) scaleX(0.8);
    -moz-transform: scaleY(0.8) scaleX(0.8);
    -ms-transform: scaleY(0.8) scaleX(0.8);
    -o-transform: scaleY(0.8) scaleX(0.8);
    transform: scaleY(0.8) scaleX(0.8);
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #playspace {
    left: 0 !important;
    padding: 0 0 0 150px;
    height: 430px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  #playspace {
    left: 0 !important;
    padding: 0 0 0 150px;
    height: 600px !important;
  }
}

@media (max-width: 65em) {
  body #holidayImage {
    display: none;
  }
}
body.menuOnBottom #holidayImage {
  margin-bottom: 2.5em;
}
body.tiny #holidayImage {
  display: none;
}
#pauseMessage {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 800%;
  top: 35%;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9), 0 -1px 2px rgba(0, 0, 0, 0.9),
    -1px 0 2px rgba(0, 0, 0, 0.9), 1px 0 2px rgba(0, 0, 0, 0.9),
    0 4px 0 rgba(255, 255, 255, 0.7);
}
.noscript {
  text-align: center;
  font-size: 150%;
  color: #fff;
}
#worldofsolitaire_160x600_300x600_300x250_right,
#worldofsolitaire_300x250_1,
#worldofsolitaire_300x250_2 {
  text-align: center;
}
#worldofsolitaire_300x250_1 {
  margin-top: 30px;
}
.gameInfo {
  position: fixed;
  bottom: 0.5em;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9), 0 -1px 2px rgba(0, 0, 0, 0.9),
    -1px 0 2px rgba(0, 0, 0, 0.9), 1px 0 2px rgba(0, 0, 0, 0.9);
  z-index: 3;
  cursor: default;
  opacity: 0;
  display: none;
}
#gameInfo {
  text-align: center;
  left: 20%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#gameInfo .name {
  display: block;
}
#gameInfo .time,
#gameInfo .score,
#gameInfo .moves {
  display: inline-block;
  opacity: 0;
  padding: 10px 15px;
  font-size: 17px;
  background-color: rgb(241, 43, 43);
}
@media (max-width: 500px) {
  #gameInfo .time,
  #gameInfo .score,
  #gameInfo .moves {
    padding: 5px 2px;
    font-size: 9px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  #gameInfo .time,
  #gameInfo .score,
  #gameInfo .moves {
    padding: 10px 15px;
    font-size: 11px;
  }
  #menuBarExtraDialog {
    margin-left: -1em !important;
    top: 15.5em !important;
  }
}
#gameInfo .time {
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}
#gameInfo .score {
  text-align: left;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}
#gameInfo .moves {
  text-align: right;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}
/* #gameInfo hr {
  opacity: 0;
  -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1);
  width: 30em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
} */
#gameInfo .undoContainer {
  padding: 0.5em;
  font-size: 0.9em;
}
#gameInfo .undoContainer .button .label {
  padding: 0.25em 2em;
}
body.menuOnBottom .gameInfo {
  margin-bottom: 2.6em;
}
@media (max-width: 425px) {
  body.tiny #gameInfoLeft {
    display: none !important;
  }
}
#gameInfoLeft {
  left: 0.5em;
}
#gameInfoLeft .label {
  width: 6.75em;
  white-space: nowrap;
  display: inline-block;
  text-align: right;
  margin-top: 0.5em;
}
#gameInfoLeft .value {
  margin-left: 0.3em;
}
body.limitedHeight.menuOnBottom .gameInfo {
  margin-bottom: 2.5em;
}
body.limitedHeight .gameInfo {
  line-height: 0.8em;
  font-size: 0.85em;
}
body.tiny .gameInfo {
  font-size: 75% !important;
}
body.tiny .gameInfo .challenge {
  display: none;
}
body.tiny .gameInfo .challenge,
.bottom {
  padding: 5px 10px;
  background-color: yellow;
  border-radius: 25px;
  margin-top: 10px;
}
#rahlc {
  position: absolute;
  right: 0;
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  margin-top: 2.6em;
  visibility: hidden;
}
#rahl {
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  color: #bae0ff;
  cursor: pointer;
}
#rac {
  position: absolute;
  right: 1px;
  z-index: 0;
  height: 600px;
  top: 7em;
}
.tlod {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}
body.menuOnBottom #rahlc {
  margin-top: 0.15em;
}
@media (max-width: 65em) {
  #footer .createdBy {
    display: none;
  }
}
#footer {
  position: absolute;
  z-index: 2;
  right: 0.25em;
  bottom: 0.25em;
  font-size: 80%;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9), 0 -1px 2px rgba(0, 0, 0, 0.9),
    -1px 0 2px rgba(0, 0, 0, 0.9), 1px 0 2px rgba(0, 0, 0, 0.9);
  cursor: default;
}
#footer a {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9), 0 -1px 2px rgba(0, 0, 0, 0.9),
    -1px 0 2px rgba(0, 0, 0, 0.9), 1px 0 2px rgba(0, 0, 0, 0.9);
}
#footer .blog.newPost:before {
  font-family: "icomoon" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e916";
  top: 0.15em;
  position: relative;
  color: #9fdb7e;
  font-size: 1.25em;
  margin-right: 0.25em;
}
body.hideFooter #footer {
  display: none;
}
@media (max-width: 425px) {
  body.tiny #footer {
    display: none;
  }
  body.tiny #menuBarExtraDialog {
    margin-left: -1em !important;
    top: 20em !important;
  }
}
body.limitedHeight.menuOnBottom #footer {
  margin-bottom: 2.9em;
}
body.menuOnBottom #footer {
  margin-bottom: 3.3em;
}
#deckLoadingDialog {
  padding: 2.5em 2.5em 0;
}
#deckLoadingDialog img {
  width: 128px;
  height: 102px;
}
#deckLoadingDialog h1 {
  text-align: center;
  margin-top: 2em;
}
#bulletinDialog {
  left: 1em;
  bottom: 1.5em;
  line-height: 1.5em;
  text-align: center;
  z-index: 600;
}
@media (max-width: 600px) {
  body #shortcutsDialog img {
    width: 386px !important;
    height: 259px !important;
  }
}
@media (max-width: 767px) {
  body #shortcutsDialog img {
    width: 579px;
    height: 388px;
  }
  #playspace {
    margin-top: 100px !important;
  }
  .gameInfo {
    bottom: 6.5em;
  }
}
#shortcutsDialog {
  max-height: 90%;
  max-width: calc(772px + 4em);
  text-align: center;
}
#shortcutsDialog .title {
  text-align: center;
  font-size: 2em;
  margin-bottom: 1em;
}
#shortcutsDialog .mouse {
  margin-top: 1.5em;
  text-align: left;
}
#shortcutsDialog img {
  width: 772px;
  height: 518px;
}
#shortcutsDialog .shortcuts_mac {
  display: none;
}
body.mac #shortcutsDialog .shortcuts_win {
  display: none;
}
body.mac #shortcutsDialog .shortcuts_mac {
  display: inline;
}
#betaMessage {
  white-space: nowrap;
  width: 100%;
  font-size: 0.6em;
  z-index: 2;
  left: 0;
  top: 4.6em;
  overflow: hidden;
  background-color: rgba(69, 255, 17, 0.23);
  position: absolute;
}
.cc-window {
  bottom: 5em !important;
  border: 5px solid #4f4f4f !important;
  -webkit-border-radius: 1em !important;
  -moz-border-radius: 1em !important;
  border-radius: 1em !important;
  z-index: 599 !important;
  max-width: 27em !important;
}

.segmentedControl {
  background-color: #1b1b1b;
  display: flex !important;
  padding: 2px;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  border-radius: 0.4em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px inset #4f4f4f;
  position: relative;
}
.segmentedControl.disabled {
  color: #888;
}
.segmentedControl.disabled .segment,
.segmentedControl.disabled .thumb {
  cursor: default;
  cursor: not-allowed;
}
.segmentedControl.disabled .thumb {
  background: linear-gradient(180deg, #5d5d5d, #656565), #656565;
}
.segmentedControl .segment,
.segmentedControl .thumb {
  display: inline-block;
  padding: 0.5em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.segmentedControl .segment {
  text-align: center;
  position: relative;
  z-index: 2;
  width: 50%;
}
.segmentedControl .thumb {
  z-index: 1;
  background: linear-gradient(180deg, #4f5d82, #4957ff), #4957ff;
  background-color: #4957ff;
  position: absolute;
  top: 2px;
  -webkit-transition: left 0.1s ease-out;
  -moz-transition: left 0.1s ease-out;
  -ms-transition: left 0.1s ease-out;
  -o-transition: left 0.1s ease-out;
  transition: left 0.1s ease-out;
  width: calc(50% - 2px);
}
.segmentedControl .thumb.left {
  left: 2px;
}
.segmentedControl .thumb.right {
  left: 50%;
}

@media (max-width: 50em) {
  body #restoreDialog .snapshotsContainer {
    width: 100%;
  }
  body #restoreDialog .preview {
    display: none;
  }
}
#restoreDialog {
  height: 85%;
  width: 85%;
  max-width: 100em;
}
#restoreDialog .snapshotsContainer {
  width: 27em;
  height: calc(100% - 4.5em);
  position: relative;
}
#restoreDialog .snapshotsContainer table thead tr th {
  text-decoration: underline;
}
#restoreDialog .snapshotsContainer table tbody tr:last-child td {
  border-bottom: 0;
}
#restoreDialog .snapshotsContainer table tbody tr td {
  padding: 0.5em;
  text-align: left;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
#restoreDialog .snapshotsContainer table tbody tr td:nth-child(1) {
  min-width: 7em;
  text-align: center;
}
#restoreDialog .snapshotsContainer table tbody tr td:nth-child(2),
#restoreDialog .snapshotsContainer table tbody tr td:nth-child(3) {
  min-width: 4em;
  width: 100%;
}
#restoreDialog .snapshotsContainer table tbody tr td:nth-child(3) {
  text-align: right;
  font-size: 90%;
  padding-right: 2em;
}
#restoreDialog .snapshotsContainer table tbody tr td:nth-child(3) div {
  white-space: nowrap;
}
#restoreDialog .snapshotsContainer table tbody tr td:last-child {
  min-width: 24px;
  padding-right: 2em;
}
#restoreDialog .snapshotsContainer table tbody tr:hover td {
  cursor: pointer;
  background-color: #4f5863;
}
#restoreDialog .snapshotsContainer table tbody tr.selected td {
  background-color: #4f5d82;
}
#restoreDialog .preview {
  height: calc(100% - 7em);
  position: absolute;
  display: inline-block;
  top: 2em;
  right: 0.7em;
  width: calc(100% - 28.7em);
}
#restoreDialog .previewHeader {
  position: absolute;
  top: 0.55em;
  right: 0.7em;
  border-bottom: 1px solid #f3f3f3;
  width: calc(100% - 28.7em);
  text-align: center;
  font-weight: bold;
}
#restoreDialog .bottom {
  width: 100%;
  text-align: center;
  padding-top: 1em;
}
#restoreDialog .bottom .button {
  font-size: 1.5em;
}
#restoreDialog .bottom .button .label {
  padding: 0.15em 1.75em;
}
.deleteRestoreGameConfirm .message span {
  font-weight: bold;
}

#statsDialog {
  max-width: 100em;
  height: 85%;
  width: 90%;
}
#statsDialog .tabBar {
  top: 2.5em;
}
#statsDialog .tabBar .tab {
  font-size: 0.9em;
  margin-left: 0.8em;
}
#statsDialog .headerContainer {
  font-size: 1.2em;
}
#statsDialog .headerContainer select {
  font-size: 1em;
  margin-left: 0.5em;
  min-width: 20em;
}
#statsDialog .headerContainer .switchToCurrentGame {
  color: #8585ff;
  font-size: 0.8em;
  margin-left: 1.25em;
}
#statsDialog .headerContainer .switchToCurrentGame .icon {
  font-size: 1.3em;
  text-decoration: none !important;
}
#statsDialog .headerContainer .switchToCurrentGame .label {
  position: relative;
  left: 0.5em;
  top: -0.2em;
}
#statsDialog .headerContainer .switchToCurrentGame:hover {
  text-decoration: none;
}
#statsDialog .headerContainer .switchToCurrentGame:hover .label {
  text-decoration: underline;
}
#statsDialog .tabContent .half {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  text-align: center;
  position: relative;
}
#statsDialog .tabContent .half:first-child {
  border-right: 1px solid #4f4f4f;
}
#statsDialog .tabContent.stats .half {
  vertical-align: top;
}
#statsDialog .tabContent.stats .half h1 {
  font-size: 1.4em;
}
#statsDialog .tabContent.stats .half .top,
#statsDialog .tabContent.stats .half .bottom {
  height: 50%;
  width: 100%;
}
#statsDialog .tabContent.stats .half .tableContainer,
#statsDialog .tabContent.stats .half .pieContainer {
  height: calc(100% - 3.5em);
}
#statsDialog .tabContent.stats .half .top {
  position: absolute;
  top: 0;
}
#statsDialog .tabContent.stats .half .top .tableContainer {
  font-size: 0.9em;
}
#statsDialog .tabContent.stats .half .top .tableContainer .message {
  display: inline-block;
  margin-top: 2em;
}
#statsDialog .tabContent.stats .half .top .tableContainer table {
  margin-left: auto;
  margin-right: auto;
}
#statsDialog .tabContent.stats .half .top .tableContainer table tr td {
  padding: 0.35em 0;
}
#statsDialog
  .tabContent.stats
  .half
  .top
  .tableContainer
  table
  tr
  td:first-child {
  text-align: right;
  font-weight: bold;
}
#statsDialog
  .tabContent.stats
  .half
  .top
  .tableContainer
  table
  tr
  td:last-child {
  text-align: left;
  padding-left: 0.5em;
  white-space: nowrap;
}
#statsDialog .tabContent.stats .half .top .tableContainer .button.reset {
  margin-top: 1.2em;
  font-size: 1em;
  position: relative;
  z-index: 1;
}
#statsDialog .tabContent.stats .half .bottom {
  position: absolute;
  bottom: 0;
}
#statsDialog .tabContent.stats .half .bottom .pieContainer {
  position: relative;
  padding-top: 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#statsDialog .tabContent.stats .half .bottom .pieContainer canvas {
  margin-top: -5px;
}
#statsDialog .tabContent.stats .half .bottom .pieContainer .pieChartLabel {
  position: absolute;
  z-index: 1;
  font-size: 80%;
  white-space: nowrap;
  text-shadow: 0 1px 1px #2a2d36, 0 -1px 1px #2a2d36, -1px 0 1px #2a2d36,
    1px 0 1px #2a2d36;
}
#statsDialog
  .tabContent.stats
  .half
  .bottom
  .pieContainer
  .pieChartLabel
  .label {
  font-weight: bold;
}
#statsDialog .tabContent.leaderboard .half {
  padding: 0 0.5em 0.25em;
}
#statsDialog .tabContent.leaderboard.percentWon .tableContent {
  height: calc(100% - 1.75em);
}
#statsDialog .tabContent.leaderboard.percentWon .tableContent .half {
  height: calc(100% - 0.5em);
}
#statsDialog .tabContent.leaderboard.percentWon .minRequiredToWin {
  display: inline-block;
  position: absolute;
  bottom: 0.25em;
  left: 0;
  width: 100%;
  text-align: center;
}
#statsDialog .tabContent.leaderboard table {
  width: 100%;
  font-size: 1.1em;
  border-collapse: collapse;
}
#statsDialog .tabContent.leaderboard table tr:last-child td {
  border-bottom: 0;
}
#statsDialog .tabContent.leaderboard table tr th,
#statsDialog .tabContent.leaderboard table tr td {
  font-family: "Source Code Pro", monospace;
  text-align: left;
}
#statsDialog .tabContent.leaderboard table tr th.value,
#statsDialog .tabContent.leaderboard table tr td.value,
#statsDialog .tabContent.leaderboard table tr th.when,
#statsDialog .tabContent.leaderboard table tr td.when,
#statsDialog .tabContent.leaderboard table tr th.percentage,
#statsDialog .tabContent.leaderboard table tr td.percentage {
  text-align: right;
}
#statsDialog .tabContent.leaderboard table tr th {
  text-decoration: underline;
  font-size: 1em;
  padding: 0 0.3em;
  white-space: nowrap;
}
#statsDialog .tabContent.leaderboard table tr td {
  font-size: 0.83em;
  line-height: 1.1em;
  padding: 0.15em 0.3em;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#statsDialog .tabContent.leaderboard table tr td.when {
  white-space: nowrap;
}
#statsDialog .tabContent.leaderboard table tr td.when:hover .time {
  display: inline-block;
}
#statsDialog .tabContent.leaderboard table tr td.when .time {
  display: none;
}
#statsDialog .tabContent.leaderboard table tr td:first-child {
  text-align: right;
  font-weight: bold;
  padding-right: 0.25em;
}
#statsDialog .tabContent.leaderboard table tr td:nth-child(2) {
  max-width: 10em;
  overflow: hidden;
  text-overflow: ellipsis;
}
#statsDialog .tabContent.leaderboard table tr td:nth-child(3) {
  letter-spacing: -1px;
}
@media (max-height: 50em) {
  body #statsDialog .tabContent.stats .half hr {
    display: none;
  }
  body #statsDialog .tabContent.stats .half .top .tableContainer table tr td {
    padding: 0.1em;
  }
  body #statsDialog .tabContent.stats .half .top .tableContainer .button.reset {
    margin-top: 0.25em;
  }
}
@media (max-height: 35em) {
  body #statsDialog .tabContent.stats .top h1 {
    font-size: 1em;
  }
  body #statsDialog .tabContent.stats .bottom {
    display: none;
  }
}
@media (max-width: 60em) {
  body #statsDialog .tabBar .tab {
    font-size: 0.7em;
  }
  body #statsDialog .tabContent.stats .half h1 {
    font-size: 1.2em;
  }
}

.tooltip.deckInfo table tr td:nth-child(1) {
  font-weight: bold;
  text-align: right;
}
.tooltip.deckInfo table tr td:nth-child(2) {
  padding-left: 0.5em;
}
#optionsDialog {
  height: 75%;
  width: calc(711px + 9.5em);
  max-height: 57.5em;
  z-index: 1093;
}
#optionsDialog .tabContent.texture .item,
#optionsDialog .tabContent.deck .item {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 1em 0.5em;
  cursor: pointer;
}
#optionsDialog .tabContent.texture .item:hover,
#optionsDialog .tabContent.deck .item:hover {
  background-color: #4f5863;
}
#optionsDialog .tabContent.texture .item.selected:after,
#optionsDialog .tabContent.deck .item.selected:after {
  position: absolute;
  width: 100%;
  top: -0.1em;
  left: 0;
  content: "✓";
  color: #0f0;
  text-align: center;
  text-shadow: 3px 5px 15px #000;
}
#optionsDialog .tabContent.texture .item label,
#optionsDialog .tabContent.deck .item label {
  cursor: pointer;
}
#optionsDialog .tabContent.deck .item {
  width: calc(33% - 0em);
}
#optionsDialog .tabContent.deck .item:hover {
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}
#optionsDialog .tabContent.deck .item.selected:after {
  font-size: 12em;
}
#optionsDialog .tabContent.deck .item label {
  font-size: 1.4em;
}
#optionsDialog .tabContent.deck .item label.newDeck:before {
  font-family: "icomoon" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e916";
  top: 0.15em;
  position: relative;
  color: #9fdb7e;
  line-height: 0.3em;
  font-size: 1.75em;
  margin-right: 0.3em;
}
#optionsDialog .tabContent.deck .item label.longName {
  font-size: 1.1em;
}
#optionsDialog .tabContent.texture hr {
  position: relative;
  width: 30em;
}
#optionsDialog .tabContent.texture hr.preColor {
  top: -0.4em;
}
#optionsDialog .tabContent.texture hr.postColor {
  top: 0;
}
#optionsDialog .tabContent.texture .solidColorsLabel {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.5em;
}
#optionsDialog .tabContent.texture .item {
  margin-right: 1.7em;
}
#optionsDialog .tabContent.texture .item:hover {
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}
#optionsDialog .tabContent.texture .item.custom {
  width: calc(711px + 2em);
}
#optionsDialog .tabContent.texture .item.custom label {
  font-size: 1.75em;
  margin-left: -20em;
}
#optionsDialog .tabContent.texture .item.custom input {
  width: calc(100% - 7em);
  z-index: 1;
  position: absolute;
  font-size: 1.75em;
  right: 0.5em;
}
#optionsDialog .tabContent.texture .item.selected:after {
  font-size: 9em;
}
#optionsDialog .tabContent.texture .item.color {
  width: 38px;
  height: 38px;
  margin: 5px;
}
#optionsDialog .tabContent.texture .item.color:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  border: 5px solid #fff;
}
#optionsDialog .tabContent.texture .item.color.selected:after {
  font-size: 4.5em;
}
#optionsDialog .tabContent.texture .item.custom.selected:after {
  font-size: 5em;
  text-align: left;
  left: -0.1em;
  top: -0.3em;
}
#optionsDialog .tabContent.texture .item a {
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}
#optionsDialog .tabContent.texture .item label {
  font-size: 1em;
}
#optionsDialog .tabContent.settings {
  font-size: 0.9em;
}
#optionsDialog .tabContent.settings .half {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
#optionsDialog .tabContent.settings .half.left {
  border-right: 1px #4f4f4f;
}
#optionsDialog .tabContent.settings .half .row.cheerSounds {
  margin-top: 1em;
}
#optionsDialog .tabContent.settings .half .row.disabled label {
  color: #525252;
}
#optionsDialog .tabContent.settings .half .header.suitOrderHeader {
  position: relative;
  z-index: 1;
}
#optionsDialog .tabContent.settings .half .row.suitOrder {
  margin-bottom: 0.5em;
}
#optionsDialog .tabContent.settings .half .row.suitOrder.disabled {
  opacity: 0.3;
}
#optionsDialog
  .tabContent.settings
  .half
  .row.suitOrder.disabled
  .suit
  .controls
  .icon {
  color: #515151;
  cursor: default !important;
}
#optionsDialog .tabContent.settings .half .row.suitOrder .suit {
  display: inline-block;
  position: relative;
  margin: -1.25em 1em 0 0;
  text-align: center;
}
#optionsDialog .tabContent.settings .half .row.suitOrder .suit .text {
  font-size: 4.5em;
  min-width: 0.7em;
  display: inline-block;
}
#optionsDialog .tabContent.settings .half .row.suitOrder .suit .controls {
  position: absolute;
  bottom: -0.6em;
  left: 0;
  font-size: 1.1em;
  color: #ddd;
  width: 100%;
}
#optionsDialog .tabContent.settings .half .row.suitOrder .suit .controls .icon {
  margin: 0 0.1em;
  cursor: pointer;
  text-shadow: none;
}
#optionsDialog
  .tabContent.settings
  .half
  .row.suitOrder
  .suit
  .controls
  .icon.disabled {
  color: #515151;
  cursor: default !important;
}
#optionsDialog .tabContent.settings .half .row.suitOrder .suit.c,
#optionsDialog .tabContent.settings .half .row.suitOrder .suit.s {
  color: #000;
  text-shadow: 1px 1px 2px #808080, 1px -1px 2px #808080, -1px 1px 2px #808080,
    -1px -1px 2px #808080;
}
#optionsDialog .tabContent.settings .half .row.suitOrder .suit.h,
#optionsDialog .tabContent.settings .half .row.suitOrder .suit.d {
  color: #f00;
  text-shadow: 1px 1px 2px #555, 1px -1px 2px #555, -1px 1px 2px #555,
    -1px -1px 2px #555;
}
/* #optionsDialog .tabContent.settings .half #SUIT_ORDER_GROUP_UP {
  margin-top: 0.5em;
} */
/* #optionsDialog .tabContent.settings .half #CLOSER_TOGETHER_CARDS {
  margin-top: 1.5em;
} */
#optionsDialog .tabContent.settings .half .toggleFullScreen {
  display: none;
}
#optionsDialog .tabContent.settings .half .toggleFullScreen .link {
  color: #8585ff;
  font-size: 0.9em;
  margin-left: 1.75em;
  margin-top: 0.8em;
  display: inline-block;
}
#optionsDialog .tabContent.settings .half .changeLanguage {
  margin-left: 1.25em;
  color: #8585ff;
  font-size: 0.8em;
}
#optionsDialog .tabContent.settings .half .header {
  font-size: 1.5em;
  border-bottom: 1px solid #4f4f4f;
  margin-top: 1em !important;
  margin-bottom: 1em;
  display: inline-block;
}
#optionsDialog .tabContent.settings .half .header.new:after {
  font-family: "icomoon" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e916";
  top: 0.15em;
  position: relative;
  color: #9fdb7e;
  font-size: 1.25em;
  margin-left: 0.25em;
}
#optionsDialog .tabContent.settings .half .header:nth-child(1) {
  margin-top: 0;
}
#optionsDialog .tabContent.settings .half .row {
  font-size: 1.2em;
  padding: 0.1em 0 0.2em 1.5em;
}
#optionsDialog .tabContent.settings .half .row.radio {
  padding: 0.2em 0 0 1.5em;
}
body.tiny #optionsDialog .tabContent.deck .item {
  width: calc(70% - 5em);
}
body.ios #optionsDialog .tabContent.texture .item.custom input {
  bottom: 0.25em;
}
body.ios #optionsDialog .tabContent.texture .item.color.selected:after {
  left: -0.15em;
  top: -0.2em;
}

#hintIcon {
  display: none !important;
  position: absolute;
  right: 6em;
  bottom: 1.5em;
  cursor: pointer;
  z-index: 3;
  display: none;
  opacity: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  max-height: 60px;
  min-height: 24px;
  height: 7.5vh;
  -webkit-user-drag: none;
}
.spotHighlighter.hint {
  -webkit-transform: scale(1.06, 1.04);
  -moz-transform: scale(1.06, 1.04);
  -ms-transform: scale(1.06, 1.04);
  -o-transform: scale(1.06, 1.04);
  transform: scale(1.06, 1.04);
  -webkit-border-radius: 0.7em;
  -moz-border-radius: 0.7em;
  border-radius: 0.7em;
  -webkit-animation: 0.7s ease-out 0s infinite alternate hintPulse;
  -moz-animation: 0.7s ease-out 0s infinite alternate hintPulse;
  -o-animation: 0.7s ease-out 0s infinite alternate hintPulse;
  animation: 0.7s ease-out 0s infinite alternate hintPulse;
}
body.hideFooter #hintIcon {
  bottom: 0.5em;
}
body.menuOnBottom #hintIcon {
  margin-bottom: 2.6em;
}
@-webkit-keyframes hintPulse {
  0% {
    -webkit-box-shadow: 0 0 8px 5px rgba(200, 200, 0, 0.7),
      inset 0 0 8px 5px rgba(200, 200, 0, 0.7);
    -moz-box-shadow: 0 0 8px 5px rgba(200, 200, 0, 0.7),
      inset 0 0 8px 5px rgba(200, 200, 0, 0.7);
    box-shadow: 0 0 8px 5px rgba(200, 200, 0, 0.7),
      inset 0 0 8px 5px rgba(200, 200, 0, 0.7);
  }
  100% {
    -webkit-box-shadow: 0 0 8px 5px rgba(255, 255, 0, 0.9),
      inset 0 0 8px 5px rgba(255, 255, 0, 0.9);
    -moz-box-shadow: 0 0 8px 5px rgba(255, 255, 0, 0.9),
      inset 0 0 8px 5px rgba(255, 255, 0, 0.9);
    box-shadow: 0 0 8px 5px rgba(255, 255, 0, 0.9),
      inset 0 0 8px 5px rgba(255, 255, 0, 0.9);
  }
}
@-moz-keyframes hintPulse {
  0% {
    -webkit-box-shadow: 0 0 8px 5px rgba(200, 200, 0, 0.7),
      inset 0 0 8px 5px rgba(200, 200, 0, 0.7);
    -moz-box-shadow: 0 0 8px 5px rgba(200, 200, 0, 0.7),
      inset 0 0 8px 5px rgba(200, 200, 0, 0.7);
    box-shadow: 0 0 8px 5px rgba(200, 200, 0, 0.7),
      inset 0 0 8px 5px rgba(200, 200, 0, 0.7);
  }
  100% {
    -webkit-box-shadow: 0 0 8px 5px rgba(255, 255, 0, 0.9),
      inset 0 0 8px 5px rgba(255, 255, 0, 0.9);
    -moz-box-shadow: 0 0 8px 5px rgba(255, 255, 0, 0.9),
      inset 0 0 8px 5px rgba(255, 255, 0, 0.9);
    box-shadow: 0 0 8px 5px rgba(255, 255, 0, 0.9),
      inset 0 0 8px 5px rgba(255, 255, 0, 0.9);
  }
}
@-o-keyframes hintPulse {
  0% {
    -webkit-box-shadow: 0 0 8px 5px rgba(200, 200, 0, 0.7),
      inset 0 0 8px 5px rgba(200, 200, 0, 0.7);
    -moz-box-shadow: 0 0 8px 5px rgba(200, 200, 0, 0.7),
      inset 0 0 8px 5px rgba(200, 200, 0, 0.7);
    box-shadow: 0 0 8px 5px rgba(200, 200, 0, 0.7),
      inset 0 0 8px 5px rgba(200, 200, 0, 0.7);
  }
  100% {
    -webkit-box-shadow: 0 0 8px 5px rgba(255, 255, 0, 0.9),
      inset 0 0 8px 5px rgba(255, 255, 0, 0.9);
    -moz-box-shadow: 0 0 8px 5px rgba(255, 255, 0, 0.9),
      inset 0 0 8px 5px rgba(255, 255, 0, 0.9);
    box-shadow: 0 0 8px 5px rgba(255, 255, 0, 0.9),
      inset 0 0 8px 5px rgba(255, 255, 0, 0.9);
  }
}
@keyframes hintPulse {
  0% {
    -webkit-box-shadow: 0 0 8px 5px rgba(200, 200, 0, 0.7),
      inset 0 0 8px 5px rgba(200, 200, 0, 0.7);
    -moz-box-shadow: 0 0 8px 5px rgba(200, 200, 0, 0.7),
      inset 0 0 8px 5px rgba(200, 200, 0, 0.7);
    box-shadow: 0 0 8px 5px rgba(200, 200, 0, 0.7),
      inset 0 0 8px 5px rgba(200, 200, 0, 0.7);
  }
  100% {
    -webkit-box-shadow: 0 0 8px 5px rgba(255, 255, 0, 0.9),
      inset 0 0 8px 5px rgba(255, 255, 0, 0.9);
    -moz-box-shadow: 0 0 8px 5px rgba(255, 255, 0, 0.9),
      inset 0 0 8px 5px rgba(255, 255, 0, 0.9);
    box-shadow: 0 0 8px 5px rgba(255, 255, 0, 0.9),
      inset 0 0 8px 5px rgba(255, 255, 0, 0.9);
  }
}

#footer .changeLanguage {
  cursor: pointer;
}
#languageDialog {
  bottom: 1.5em;
  right: 1em;
  padding: 1em;
  line-height: 1.5em;
  z-index: 602;
  font-size: 0.9em;
}
#languageDialog li {
  margin-left: 1.5em;
  line-height: 1.75em;
}
#languageDialog li.current a {
  color: #ddd;
}
#languageDialog li a {
  color: #8585ff;
}
body.tiny #languageDialog li {
  line-height: 1.25em;
}
body.menuOnBottom #languageDialog {
  bottom: 4em;
}
.dialog.askToChangeLanguage {
  left: 1.5em;
  bottom: 2em;
  border-color: #4f4f4f;
}
body.menuOnBottom .dialog.askToChangeLanguage {
  bottom: 4.25em;
}

#optionsDialog .tabContent.texture a.aloha-turkey {
  width: 158px;
  height: 123px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.aloha-turkey.selected {
  background-position: 50% 50%, 0px 0px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.anchors {
  width: 158px;
  height: 123px;
  background-position: -158px 0px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.anchors.selected {
  background-position: 50% 50%, -158px 0px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.animal {
  width: 158px;
  height: 123px;
  background-position: -316px 0px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.animal.selected {
  background-position: 50% 50%, -316px 0px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.animal2 {
  width: 158px;
  height: 123px;
  background-position: -474px 0px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.animal2.selected {
  background-position: 50% 50%, -474px 0px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.armada {
  width: 158px;
  height: 123px;
  background-position: -632px 0px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.armada.selected {
  background-position: 50% 50%, -632px 0px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.armored {
  width: 158px;
  height: 123px;
  background-position: -790px 0px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.armored.selected {
  background-position: 50% 50%, -790px 0px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.autumn-butterflies {
  width: 158px;
  height: 123px;
  background-position: -948px 0px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.autumn-butterflies.selected {
  background-position: 50% 50%, -948px 0px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.beachy {
  width: 158px;
  height: 123px;
  background-position: -1106px 0px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.beachy.selected {
  background-position: 50% 50%, -1106px 0px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.blue-lotus {
  width: 158px;
  height: 123px;
  background-position: -1264px 0px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.blue-lotus.selected {
  background-position: 50% 50%, -1264px 0px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.bones-leather {
  width: 158px;
  height: 123px;
  background-position: 0px -123px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.bones-leather.selected {
  background-position: 50% 50%, 0px -123px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.broach {
  width: 158px;
  height: 123px;
  background-position: 0px -246px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.broach.selected {
  background-position: 50% 50%, 0px -246px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.cabin {
  width: 158px;
  height: 123px;
  background-position: 0px -369px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.cabin.selected {
  background-position: 50% 50%, 0px -369px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.camellia {
  width: 158px;
  height: 123px;
  background-position: 0px -492px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.camellia.selected {
  background-position: 50% 50%, 0px -492px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.charcoal {
  width: 158px;
  height: 123px;
  background-position: 0px -615px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.charcoal.selected {
  background-position: 50% 50%, 0px -615px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.chocolate-diamond {
  width: 158px;
  height: 123px;
  background-position: 0px -738px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.chocolate-diamond.selected {
  background-position: 50% 50%, 0px -738px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.clouds {
  width: 158px;
  height: 123px;
  background-position: 0px -861px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.clouds.selected {
  background-position: 50% 50%, 0px -861px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.dark-forest {
  width: 158px;
  height: 123px;
  background-position: 0px -984px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.dark-forest.selected {
  background-position: 50% 50%, 0px -984px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.dark-tile {
  width: 158px;
  height: 123px;
  background-position: 0px -1107px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.dark-tile.selected {
  background-position: 50% 50%, 0px -1107px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.denimdaisies {
  width: 158px;
  height: 123px;
  background-position: 0px -1230px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.denimdaisies.selected {
  background-position: 50% 50%, 0px -1230px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.discs {
  width: 158px;
  height: 123px;
  background-position: -158px -123px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.discs.selected {
  background-position: 50% 50%, -158px -123px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.frost {
  width: 158px;
  height: 123px;
  background-position: -316px -123px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.frost.selected {
  background-position: 50% 50%, -316px -123px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.fruit-salad {
  width: 158px;
  height: 123px;
  background-position: -474px -123px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.fruit-salad.selected {
  background-position: 50% 50%, -474px -123px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.fuchsia {
  width: 158px;
  height: 123px;
  background-position: -632px -123px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.fuchsia.selected {
  background-position: 50% 50%, -632px -123px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.german-pinks {
  width: 158px;
  height: 123px;
  background-position: -790px -123px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.german-pinks.selected {
  background-position: 50% 50%, -790px -123px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.ghost-tile {
  width: 158px;
  height: 123px;
  background-position: -948px -123px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.ghost-tile.selected {
  background-position: 50% 50%, -948px -123px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.giza {
  width: 158px;
  height: 123px;
  background-position: -1106px -123px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.giza.selected {
  background-position: 50% 50%, -1106px -123px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.golden-victorian {
  width: 158px;
  height: 123px;
  background-position: -1264px -123px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.golden-victorian.selected {
  background-position: 50% 50%, -1264px -123px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.grass {
  width: 158px;
  height: 123px;
  background-position: -158px -246px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.grass.selected {
  background-position: 50% 50%, -158px -246px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.grunge {
  width: 158px;
  height: 123px;
  background-position: -158px -369px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.grunge.selected {
  background-position: 50% 50%, -158px -369px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.hold-fast {
  width: 158px;
  height: 123px;
  background-position: -158px -492px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.hold-fast.selected {
  background-position: 50% 50%, -158px -492px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.hollyhock {
  width: 158px;
  height: 123px;
  background-position: -158px -615px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.hollyhock.selected {
  background-position: 50% 50%, -158px -615px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.humidor-pink {
  width: 158px;
  height: 123px;
  background-position: -158px -738px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.humidor-pink.selected {
  background-position: 50% 50%, -158px -738px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.intertwined-darkened {
  width: 158px;
  height: 123px;
  background-position: -158px -861px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.intertwined-darkened.selected {
  background-position: 50% 50%, -158px -861px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.iridescent {
  width: 158px;
  height: 123px;
  background-position: -158px -984px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.iridescent.selected {
  background-position: 50% 50%, -158px -984px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.khaki {
  width: 158px;
  height: 123px;
  background-position: -158px -1107px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.khaki.selected {
  background-position: 50% 50%, -158px -1107px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.lotus-vases {
  width: 158px;
  height: 123px;
  background-position: -158px -1230px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.lotus-vases.selected {
  background-position: 50% 50%, -158px -1230px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.medallion-burned {
  width: 158px;
  height: 123px;
  background-position: -316px -246px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.medallion-burned.selected {
  background-position: 50% 50%, -316px -246px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.octo-redux {
  width: 158px;
  height: 123px;
  background-position: -474px -246px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.octo-redux.selected {
  background-position: 50% 50%, -474px -246px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.panda-madness {
  width: 158px;
  height: 123px;
  background-position: -632px -246px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.panda-madness.selected {
  background-position: 50% 50%, -632px -246px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.paper-flower {
  width: 158px;
  height: 123px;
  background-position: -790px -246px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.paper-flower.selected {
  background-position: 50% 50%, -790px -246px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.paragon {
  width: 158px;
  height: 123px;
  background-position: -948px -246px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.paragon.selected {
  background-position: 50% 50%, -948px -246px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.picnic {
  width: 158px;
  height: 123px;
  background-position: -1106px -246px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.picnic.selected {
  background-position: 50% 50%, -1106px -246px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.pink-lines {
  width: 158px;
  height: 123px;
  background-position: -1264px -246px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.pink-lines.selected {
  background-position: 50% 50%, -1264px -246px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.pink {
  width: 158px;
  height: 123px;
  background-position: -316px -369px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.pink.selected {
  background-position: 50% 50%, -316px -369px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.pinkie-bouquet {
  width: 158px;
  height: 123px;
  background-position: -316px -492px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.pinkie-bouquet.selected {
  background-position: 50% 50%, -316px -492px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.prestige-one {
  width: 158px;
  height: 123px;
  background-position: -316px -615px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.prestige-one.selected {
  background-position: 50% 50%, -316px -615px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.prestige {
  width: 158px;
  height: 123px;
  background-position: -316px -738px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.prestige.selected {
  background-position: 50% 50%, -316px -738px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.pumpkin {
  width: 158px;
  height: 123px;
  background-position: -316px -861px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.pumpkin.selected {
  background-position: 50% 50%, -316px -861px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.purple-swirl {
  width: 158px;
  height: 123px;
  background-position: -316px -984px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.purple-swirl.selected {
  background-position: 50% 50%, -316px -984px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.rafters {
  width: 158px;
  height: 123px;
  background-position: -316px -1107px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.rafters.selected {
  background-position: 50% 50%, -316px -1107px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.ravens {
  width: 158px;
  height: 123px;
  background-position: -316px -1230px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.ravens.selected {
  background-position: 50% 50%, -316px -1230px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.renzler {
  width: 158px;
  height: 123px;
  background-position: -474px -369px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.renzler.selected {
  background-position: 50% 50%, -474px -369px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.royal-lobsterific {
  width: 158px;
  height: 123px;
  background-position: -632px -369px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.royal-lobsterific.selected {
  background-position: 50% 50%, -632px -369px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.ruby-sundial {
  width: 158px;
  height: 123px;
  background-position: -790px -369px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.ruby-sundial.selected {
  background-position: 50% 50%, -790px -369px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.simple-paisley {
  width: 158px;
  height: 123px;
  background-position: -948px -369px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.simple-paisley.selected {
  background-position: 50% 50%, -948px -369px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.snowflake {
  width: 158px;
  height: 123px;
  background-position: -1106px -369px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.snowflake.selected {
  background-position: 50% 50%, -1106px -369px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.straw-flowers {
  width: 158px;
  height: 123px;
  background-position: -1264px -369px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.straw-flowers.selected {
  background-position: 50% 50%, -1264px -369px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.techno {
  width: 158px;
  height: 123px;
  background-position: -474px -492px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.techno.selected {
  background-position: 50% 50%, -474px -492px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.ultra-violet {
  width: 158px;
  height: 123px;
  background-position: -632px -492px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.ultra-violet.selected {
  background-position: 50% 50%, -632px -492px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.vintagescarlet {
  width: 158px;
  height: 123px;
  background-position: -790px -492px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.vintagescarlet.selected {
  background-position: 50% 50%, -790px -492px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.violet-fabric {
  width: 158px;
  height: 123px;
  background-position: -948px -492px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.violet-fabric.selected {
  background-position: 50% 50%, -948px -492px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.bluecanvas {
  width: 158px;
  height: 123px;
  background-position: -1106px -492px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.bluecanvas.selected {
  background-position: 50% 50%, -1106px -492px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.fabric {
  width: 158px;
  height: 123px;
  background-position: -1264px -492px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.fabric.selected {
  background-position: 50% 50%, -1264px -492px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.fabric02 {
  width: 158px;
  height: 123px;
  background-position: -474px -615px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.fabric02.selected {
  background-position: 50% 50%, -474px -615px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.fabric03 {
  width: 158px;
  height: 123px;
  background-position: -474px -738px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.fabric03.selected {
  background-position: 50% 50%, -474px -738px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.fabric04 {
  width: 158px;
  height: 123px;
  background-position: -474px -861px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.fabric04.selected {
  background-position: 50% 50%, -474px -861px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.fabric05 {
  width: 158px;
  height: 123px;
  background-position: -474px -984px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.fabric05.selected {
  background-position: 50% 50%, -474px -984px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.fabric06 {
  width: 158px;
  height: 123px;
  background-position: -474px -1107px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.fabric06.selected {
  background-position: 50% 50%, -474px -1107px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.fabric07 {
  width: 158px;
  height: 123px;
  background-position: -474px -1230px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.fabric07.selected {
  background-position: 50% 50%, -474px -1230px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.fabric08 {
  width: 158px;
  height: 123px;
  background-position: -632px -615px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.fabric08.selected {
  background-position: 50% 50%, -632px -615px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.fabric09 {
  width: 158px;
  height: 123px;
  background-position: -790px -615px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.fabric09.selected {
  background-position: 50% 50%, -790px -615px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.fabric10 {
  width: 158px;
  height: 123px;
  background-position: -948px -615px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.fabric10.selected {
  background-position: 50% 50%, -948px -615px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.fabric11 {
  width: 158px;
  height: 123px;
  background-position: -1106px -615px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.fabric11.selected {
  background-position: 50% 50%, -1106px -615px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.greenfelt {
  width: 158px;
  height: 123px;
  background-position: -1264px -615px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.greenfelt.selected {
  background-position: 50% 50%, -1264px -615px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.blinds {
  width: 158px;
  height: 123px;
  background-position: -632px -738px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.blinds.selected {
  background-position: 50% 50%, -632px -738px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.bricks {
  width: 158px;
  height: 123px;
  background-position: -632px -861px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.bricks.selected {
  background-position: 50% 50%, -632px -861px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.concrete {
  width: 158px;
  height: 123px;
  background-position: -632px -984px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.concrete.selected {
  background-position: 50% 50%, -632px -984px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.concrete2 {
  width: 158px;
  height: 123px;
  background-position: -632px -1107px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.concrete2.selected {
  background-position: 50% 50%, -632px -1107px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.egypt {
  width: 158px;
  height: 123px;
  background-position: -632px -1230px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.egypt.selected {
  background-position: 50% 50%, -632px -1230px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.glass-tile {
  width: 158px;
  height: 123px;
  background-position: -790px -738px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.glass-tile.selected {
  background-position: 50% 50%, -790px -738px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.marble {
  width: 158px;
  height: 123px;
  background-position: -948px -738px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.marble.selected {
  background-position: 50% 50%, -948px -738px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.stone {
  width: 158px;
  height: 123px;
  background-position: -1106px -738px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.stone.selected {
  background-position: 50% 50%, -1106px -738px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.stone2 {
  width: 158px;
  height: 123px;
  background-position: -1264px -738px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.stone2.selected {
  background-position: 50% 50%, -1264px -738px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.stones {
  width: 158px;
  height: 123px;
  background-position: -790px -861px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.stones.selected {
  background-position: 50% 50%, -790px -861px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.textured {
  width: 158px;
  height: 123px;
  background-position: -790px -984px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.textured.selected {
  background-position: 50% 50%, -790px -984px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.textured2 {
  width: 158px;
  height: 123px;
  background-position: -790px -1107px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.textured2.selected {
  background-position: 50% 50%, -790px -1107px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.tile3 {
  width: 158px;
  height: 123px;
  background-position: -790px -1230px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.tile3.selected {
  background-position: 50% 50%, -790px -1230px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.tile2 {
  width: 158px;
  height: 123px;
  background-position: -948px -861px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.tile2.selected {
  background-position: 50% 50%, -948px -861px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.tile {
  width: 158px;
  height: 123px;
  background-position: -1106px -861px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.tile.selected {
  background-position: 50% 50%, -1106px -861px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.wood {
  width: 158px;
  height: 123px;
  background-position: -1264px -861px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.wood.selected {
  background-position: 50% 50%, -1264px -861px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.wood2 {
  width: 158px;
  height: 123px;
  background-position: -948px -984px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.wood2.selected {
  background-position: 50% 50%, -948px -984px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.wood3 {
  width: 158px;
  height: 123px;
  background-position: -948px -1107px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.wood3.selected {
  background-position: 50% 50%, -948px -1107px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.wood4 {
  width: 158px;
  height: 123px;
  background-position: -948px -1230px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.wood4.selected {
  background-position: 50% 50%, -948px -1230px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.wood5 {
  width: 158px;
  height: 123px;
  background-position: -1106px -984px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.wood5.selected {
  background-position: 50% 50%, -1106px -984px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.woodpanel {
  width: 158px;
  height: 123px;
  background-position: -1264px -984px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.woodpanel.selected {
  background-position: 50% 50%, -1264px -984px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.texture a.rock {
  width: 158px;
  height: 123px;
  background-position: -1106px -1107px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.texture a.rock.selected {
  background-position: 50% 50%, -1106px -1107px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}

#optionsDialog .tabContent.deck a.azzedarsan {
  width: 244px;
  height: 178px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.deck a.azzedarsan.selected {
  background-position: 50% 50%, 0px 0px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.deck a.oxygen {
  width: 244px;
  height: 173px;
  background-position: -244px 0px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.deck a.oxygen.selected {
  background-position: 50% 50%, -244px 0px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.deck a.oxygenwhite {
  width: 244px;
  height: 173px;
  background-position: -488px 0px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.deck a.oxygenwhite.selected {
  background-position: 50% 50%, -488px 0px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.deck a.ornamental {
  width: 238px;
  height: 162px;
  background-position: 0px -178px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.deck a.ornamental.selected {
  background-position: 50% 50%, 0px -178px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.deck a.torres {
  width: 232px;
  height: 160px;
  background-position: 0px -340px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.deck a.torres.selected {
  background-position: 50% 50%, 0px -340px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.deck a.majestic {
  width: 232px;
  height: 160px;
  background-position: 0px -500px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.deck a.majestic.selected {
  background-position: 50% 50%, 0px -500px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.deck a.egypt {
  width: 232px;
  height: 156px;
  background-position: 0px -660px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.deck a.egypt.selected {
  background-position: 50% 50%, 0px -660px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.deck a.paris {
  width: 230px;
  height: 178px;
  background-position: -238px -178px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.deck a.paris.selected {
  background-position: 50% 50%, -238px -178px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.deck a.ninaste {
  width: 230px;
  height: 160px;
  background-position: -468px -178px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.deck a.ninaste.selected {
  background-position: 50% 50%, -468px -178px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.deck a.elements {
  width: 230px;
  height: 160px;
  background-position: -238px -356px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.deck a.elements.selected {
  background-position: 50% 50%, -238px -356px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.deck a.tango {
  width: 229px;
  height: 155px;
  background-position: -238px -516px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 1px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.deck a.tango.selected {
  background-position: 50% 50%, -238px -516px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.deck a.anglo {
  width: 228px;
  height: 178px;
  background-position: -238px -671px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 1px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.deck a.anglo.selected {
  background-position: 50% 50%, -238px -671px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.deck a.kingdomclash {
  width: 228px;
  height: 160px;
  background-position: -468px -356px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.deck a.kingdomclash.selected {
  background-position: 50% 50%, -468px -356px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.deck a.animals {
  width: 228px;
  height: 178px;
  background-position: -468px -516px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.deck a.animals.selected {
  background-position: 50% 50%, -468px -516px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#optionsDialog .tabContent.deck a.dondorf {
  width: 228px;
  height: 178px;
  background-position: -468px -694px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#optionsDialog .tabContent.deck a.dondorf.selected {
  background-position: 50% 50%, -468px -694px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}

#gameChooserDialog .right .bottom .game .preview.EasthavenKingsOnly {
  width: 250px;
  height: 150px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.EasthavenKingsOnly.selected {
  background-position: 50% 50%, 0px 0px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.CruelTraditionalRedeal {
  width: 250px;
  height: 150px;
  background-position: -250px 0px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog
  .right
  .bottom
  .game
  .preview.CruelTraditionalRedeal.selected {
  background-position: 50% 50%, -250px 0px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.AcesUp {
  width: 250px;
  height: 150px;
  background-position: -500px 0px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.AcesUp.selected {
  background-position: 50% 50%, -500px 0px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.BeleagueredCastle {
  width: 250px;
  height: 150px;
  background-position: -750px 0px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.BeleagueredCastle.selected {
  background-position: 50% 50%, -750px 0px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.MontanaRelaxed {
  width: 250px;
  height: 150px;
  background-position: -1000px 0px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.MontanaRelaxed.selected {
  background-position: 50% 50%, -1000px 0px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.SeahavenTowersRelaxed {
  width: 250px;
  height: 150px;
  background-position: -1250px 0px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog
  .right
  .bottom
  .game
  .preview.SeahavenTowersRelaxed.selected {
  background-position: 50% 50%, -1250px 0px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.FlowerGarden {
  width: 250px;
  height: 150px;
  background-position: -1500px 0px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.FlowerGarden.selected {
  background-position: 50% 50%, -1500px 0px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.DoubleEasthavenKingsOnly {
  width: 250px;
  height: 150px;
  background-position: -1750px 0px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog
  .right
  .bottom
  .game
  .preview.DoubleEasthavenKingsOnly.selected {
  background-position: 50% 50%, -1750px 0px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.EightOffRelaxed {
  width: 250px;
  height: 150px;
  background-position: 0px -150px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.EightOffRelaxed.selected {
  background-position: 50% 50%, 0px -150px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.AustralianPatienceEasy {
  width: 250px;
  height: 150px;
  background-position: 0px -300px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog
  .right
  .bottom
  .game
  .preview.AustralianPatienceEasy.selected {
  background-position: 50% 50%, 0px -300px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.TriPeaksStrictHidden {
  width: 250px;
  height: 150px;
  background-position: 0px -450px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.TriPeaksStrictHidden.selected {
  background-position: 50% 50%, 0px -450px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.FortyThievesRelaxed {
  width: 250px;
  height: 150px;
  background-position: 0px -600px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.FortyThievesRelaxed.selected {
  background-position: 50% 50%, 0px -600px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.OneHandedSolitaire {
  width: 250px;
  height: 150px;
  background-position: 0px -750px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.OneHandedSolitaire.selected {
  background-position: 50% 50%, 0px -750px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.CrescentRelaxed {
  width: 250px;
  height: 150px;
  background-position: 0px -900px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.CrescentRelaxed.selected {
  background-position: 50% 50%, 0px -900px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.Calculation {
  width: 250px;
  height: 150px;
  background-position: 0px -1050px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.Calculation.selected {
  background-position: 50% 50%, 0px -1050px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.TripleKlondikeRelaxedTurn1 {
  width: 250px;
  height: 150px;
  background-position: 0px -1200px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog
  .right
  .bottom
  .game
  .preview.TripleKlondikeRelaxedTurn1.selected {
  background-position: 50% 50%, 0px -1200px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.AlgerianPatienceRelaxedEasy {
  width: 250px;
  height: 150px;
  background-position: 0px -1350px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog
  .right
  .bottom
  .game
  .preview.AlgerianPatienceRelaxedEasy.selected {
  background-position: 50% 50%, 0px -1350px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.PyramidEasy {
  width: 250px;
  height: 150px;
  background-position: 0px -1500px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.PyramidEasy.selected {
  background-position: 50% 50%, 0px -1500px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.ScorpionRelaxed {
  width: 250px;
  height: 150px;
  background-position: 0px -1650px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.ScorpionRelaxed.selected {
  background-position: 50% 50%, 0px -1650px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.FortunesFavor {
  width: 250px;
  height: 150px;
  background-position: 0px -1800px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.FortunesFavor.selected {
  background-position: 50% 50%, 0px -1800px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.TowerOfHanoi {
  width: 250px;
  height: 150px;
  background-position: 0px -1950px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.TowerOfHanoi.selected {
  background-position: 50% 50%, 0px -1950px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.Addiction {
  width: 250px;
  height: 150px;
  background-position: -250px -150px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.Addiction.selected {
  background-position: 50% 50%, -250px -150px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.EightOff {
  width: 250px;
  height: 150px;
  background-position: -500px -150px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.EightOff.selected {
  background-position: 50% 50%, -500px -150px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.FortyThieves {
  width: 250px;
  height: 150px;
  background-position: -750px -150px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.FortyThieves.selected {
  background-position: 50% 50%, -750px -150px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.Yukon {
  width: 250px;
  height: 150px;
  background-position: -1000px -150px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.Yukon.selected {
  background-position: 50% 50%, -1000px -150px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.Pyramid {
  width: 250px;
  height: 150px;
  background-position: -1250px -150px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.Pyramid.selected {
  background-position: 50% 50%, -1250px -150px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.Montana {
  width: 250px;
  height: 150px;
  background-position: -1500px -150px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.Montana.selected {
  background-position: 50% 50%, -1500px -150px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.TriPeaksHidden {
  width: 250px;
  height: 150px;
  background-position: -1750px -150px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.TriPeaksHidden.selected {
  background-position: 50% 50%, -1750px -150px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.AlgerianPatienceRelaxed {
  width: 250px;
  height: 150px;
  background-position: -250px -300px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog
  .right
  .bottom
  .game
  .preview.AlgerianPatienceRelaxed.selected {
  background-position: 50% 50%, -250px -300px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.AcesUpRelaxed {
  width: 250px;
  height: 150px;
  background-position: -500px -300px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.AcesUpRelaxed.selected {
  background-position: 50% 50%, -500px -300px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.GolfStrict {
  width: 250px;
  height: 150px;
  background-position: -750px -300px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.GolfStrict.selected {
  background-position: 50% 50%, -750px -300px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.Easthaven {
  width: 250px;
  height: 150px;
  background-position: -1000px -300px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.Easthaven.selected {
  background-position: 50% 50%, -1000px -300px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.RoyalParadeEasy {
  width: 250px;
  height: 150px;
  background-position: -1250px -300px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.RoyalParadeEasy.selected {
  background-position: 50% 50%, -1250px -300px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.Sultan {
  width: 250px;
  height: 150px;
  background-position: -1500px -300px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.Sultan.selected {
  background-position: 50% 50%, -1500px -300px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.GrandmammasPatience {
  width: 250px;
  height: 150px;
  background-position: -1750px -300px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.GrandmammasPatience.selected {
  background-position: 50% 50%, -1750px -300px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.TripleKlondikeTurn1 {
  width: 250px;
  height: 150px;
  background-position: -250px -450px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.TripleKlondikeTurn1.selected {
  background-position: 50% 50%, -250px -450px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.KlondikeRelaxedTurn1 {
  width: 250px;
  height: 150px;
  background-position: -250px -600px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.KlondikeRelaxedTurn1.selected {
  background-position: 50% 50%, -250px -600px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.TriPeaks {
  width: 250px;
  height: 150px;
  background-position: -250px -750px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.TriPeaks.selected {
  background-position: 50% 50%, -250px -750px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.AlgerianPatienceHarder {
  width: 250px;
  height: 150px;
  background-position: -250px -900px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog
  .right
  .bottom
  .game
  .preview.AlgerianPatienceHarder.selected {
  background-position: 50% 50%, -250px -900px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.TripleEasthavenKingsOnly {
  width: 250px;
  height: 150px;
  background-position: -250px -1050px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog
  .right
  .bottom
  .game
  .preview.TripleEasthavenKingsOnly.selected {
  background-position: 50% 50%, -250px -1050px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.Scorpion {
  width: 250px;
  height: 150px;
  background-position: -250px -1200px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.Scorpion.selected {
  background-position: 50% 50%, -250px -1200px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.BakersGame {
  width: 250px;
  height: 150px;
  background-position: -250px -1350px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.BakersGame.selected {
  background-position: 50% 50%, -250px -1350px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.WindmillStrict {
  width: 250px;
  height: 150px;
  background-position: -250px -1500px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.WindmillStrict.selected {
  background-position: 50% 50%, -250px -1500px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.StreetsAndAlleys {
  width: 250px;
  height: 150px;
  background-position: -250px -1650px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.StreetsAndAlleys.selected {
  background-position: 50% 50%, -250px -1650px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.Alaska {
  width: 250px;
  height: 150px;
  background-position: -250px -1800px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.Alaska.selected {
  background-position: 50% 50%, -250px -1800px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.TripleKlondikeRelaxedTurn3 {
  width: 250px;
  height: 150px;
  background-position: -250px -1950px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog
  .right
  .bottom
  .game
  .preview.TripleKlondikeRelaxedTurn3.selected {
  background-position: 50% 50%, -250px -1950px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.TrefoilAndADraw {
  width: 250px;
  height: 150px;
  background-position: -500px -450px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.TrefoilAndADraw.selected {
  background-position: 50% 50%, -500px -450px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.TripleEasthaven {
  width: 250px;
  height: 150px;
  background-position: -750px -450px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.TripleEasthaven.selected {
  background-position: 50% 50%, -750px -450px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.Clock {
  width: 250px;
  height: 150px;
  background-position: -1000px -450px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.Clock.selected {
  background-position: 50% 50%, -1000px -450px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.ScorpionEasy {
  width: 250px;
  height: 150px;
  background-position: -1250px -450px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.ScorpionEasy.selected {
  background-position: 50% 50%, -1250px -450px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.ScorpionRelaxedEasy {
  width: 250px;
  height: 150px;
  background-position: -1500px -450px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.ScorpionRelaxedEasy.selected {
  background-position: 50% 50%, -1500px -450px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.DoubleKlondikeTurn1 {
  width: 250px;
  height: 150px;
  background-position: -1750px -450px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.DoubleKlondikeTurn1.selected {
  background-position: 50% 50%, -1750px -450px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.DoubleKlondikeTurn3 {
  width: 250px;
  height: 150px;
  background-position: -500px -600px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.DoubleKlondikeTurn3.selected {
  background-position: 50% 50%, -500px -600px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.DoubleKlondikeRelaxedTurn1 {
  width: 250px;
  height: 150px;
  background-position: -750px -600px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog
  .right
  .bottom
  .game
  .preview.DoubleKlondikeRelaxedTurn1.selected {
  background-position: 50% 50%, -750px -600px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.Golf {
  width: 250px;
  height: 150px;
  background-position: -1000px -600px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.Golf.selected {
  background-position: 50% 50%, -1000px -600px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.SirTommy {
  width: 250px;
  height: 150px;
  background-position: -1250px -600px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.SirTommy.selected {
  background-position: 50% 50%, -1250px -600px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.RussianSolitaire {
  width: 250px;
  height: 150px;
  background-position: -1500px -600px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.RussianSolitaire.selected {
  background-position: 50% 50%, -1500px -600px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.Fan {
  width: 250px;
  height: 150px;
  background-position: -1750px -600px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.Fan.selected {
  background-position: 50% 50%, -1750px -600px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.parts0109 {
  width: 250px;
  height: 150px;
  background-position: -500px -750px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.parts0109.selected {
  background-position: 50% 50%, -500px -750px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.DoubleEasthaven {
  width: 250px;
  height: 150px;
  background-position: -500px -900px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.DoubleEasthaven.selected {
  background-position: 50% 50%, -500px -900px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.CrazyQuilt {
  width: 250px;
  height: 150px;
  background-position: -500px -1050px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.CrazyQuilt.selected {
  background-position: 50% 50%, -500px -1050px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.AustralianPatience {
  width: 250px;
  height: 150px;
  background-position: -500px -1200px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.AustralianPatience.selected {
  background-position: 50% 50%, -500px -1200px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.FortyAndEight {
  width: 250px;
  height: 150px;
  background-position: -500px -1350px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.FortyAndEight.selected {
  background-position: 50% 50%, -500px -1350px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.RoyalParadeRelaxed {
  width: 250px;
  height: 150px;
  background-position: -500px -1500px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.RoyalParadeRelaxed.selected {
  background-position: 50% 50%, -500px -1500px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.AlgerianPatience {
  width: 250px;
  height: 150px;
  background-position: -500px -1650px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.AlgerianPatience.selected {
  background-position: 50% 50%, -500px -1650px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.DoubleKlondikeRelaxedTurn3 {
  width: 250px;
  height: 150px;
  background-position: -500px -1800px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog
  .right
  .bottom
  .game
  .preview.DoubleKlondikeRelaxedTurn3.selected {
  background-position: 50% 50%, -500px -1800px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.Crescent {
  width: 250px;
  height: 150px;
  background-position: -500px -1950px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.Crescent.selected {
  background-position: 50% 50%, -500px -1950px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.RoyalParade {
  width: 250px;
  height: 150px;
  background-position: -750px -750px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.RoyalParade.selected {
  background-position: 50% 50%, -750px -750px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.KlondikeRelaxedTurn3 {
  width: 250px;
  height: 150px;
  background-position: -1000px -750px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.KlondikeRelaxedTurn3.selected {
  background-position: 50% 50%, -1000px -750px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.TriPeaksStrict {
  width: 250px;
  height: 150px;
  background-position: -1250px -750px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.TriPeaksStrict.selected {
  background-position: 50% 50%, -1250px -750px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.FortRelaxed {
  width: 250px;
  height: 150px;
  background-position: -1500px -750px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.FortRelaxed.selected {
  background-position: 50% 50%, -1500px -750px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.Khedive {
  width: 250px;
  height: 150px;
  background-position: -1750px -750px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.Khedive.selected {
  background-position: 50% 50%, -1750px -750px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.PyramidRelaxed {
  width: 250px;
  height: 150px;
  background-position: -750px -900px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.PyramidRelaxed.selected {
  background-position: 50% 50%, -750px -900px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.Trefoil {
  width: 250px;
  height: 150px;
  background-position: -750px -1050px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.Trefoil.selected {
  background-position: 50% 50%, -750px -1050px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.Fort {
  width: 250px;
  height: 150px;
  background-position: -750px -1200px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.Fort.selected {
  background-position: 50% 50%, -750px -1200px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.BakersDozen {
  width: 250px;
  height: 150px;
  background-position: -750px -1350px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.BakersDozen.selected {
  background-position: 50% 50%, -750px -1350px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.Spider1Suit {
  width: 250px;
  height: 150px;
  background-position: -750px -1500px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.Spider1Suit.selected {
  background-position: 50% 50%, -750px -1500px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.SeahavenTowers {
  width: 250px;
  height: 150px;
  background-position: -750px -1650px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.SeahavenTowers.selected {
  background-position: 50% 50%, -750px -1650px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.PyramidRelaxedEasy {
  width: 250px;
  height: 150px;
  background-position: -750px -1800px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.PyramidRelaxedEasy.selected {
  background-position: 50% 50%, -750px -1800px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.Citadel {
  width: 250px;
  height: 150px;
  background-position: -750px -1950px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.Citadel.selected {
  background-position: 50% 50%, -750px -1950px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.RoyalParadeRelaxedEasy {
  width: 250px;
  height: 150px;
  background-position: -1000px -900px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog
  .right
  .bottom
  .game
  .preview.RoyalParadeRelaxedEasy.selected {
  background-position: 50% 50%, -1000px -900px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.CrazyQuiltRelaxed {
  width: 250px;
  height: 150px;
  background-position: -1250px -900px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.CrazyQuiltRelaxed.selected {
  background-position: 50% 50%, -1250px -900px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.Spider2Suits {
  width: 250px;
  height: 150px;
  background-position: -1500px -900px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.Spider2Suits.selected {
  background-position: 50% 50%, -1500px -900px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.KlondikeTurn3 {
  width: 250px;
  height: 150px;
  background-position: -1750px -900px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.KlondikeTurn3.selected {
  background-position: 50% 50%, -1750px -900px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.Canfield {
  width: 250px;
  height: 150px;
  background-position: -1000px -1050px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.Canfield.selected {
  background-position: 50% 50%, -1000px -1050px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.Josephine {
  width: 250px;
  height: 150px;
  background-position: -1250px -1050px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.Josephine.selected {
  background-position: 50% 50%, -1250px -1050px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.SpanishPatience {
  width: 250px;
  height: 150px;
  background-position: -1500px -1050px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.SpanishPatience.selected {
  background-position: 50% 50%, -1500px -1050px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.CastlesInSpain {
  width: 250px;
  height: 150px;
  background-position: -1750px -1050px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.CastlesInSpain.selected {
  background-position: 50% 50%, -1750px -1050px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.CanfieldRelaxed {
  width: 250px;
  height: 150px;
  background-position: -1000px -1200px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.CanfieldRelaxed.selected {
  background-position: 50% 50%, -1000px -1200px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.TripleKlondikeTurn3 {
  width: 250px;
  height: 150px;
  background-position: -1000px -1350px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.TripleKlondikeTurn3.selected {
  background-position: 50% 50%, -1000px -1350px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.Spider {
  width: 250px;
  height: 150px;
  background-position: -1000px -1500px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.Spider.selected {
  background-position: 50% 50%, -1000px -1500px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.Windmill {
  width: 250px;
  height: 150px;
  background-position: -1000px -1650px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.Windmill.selected {
  background-position: 50% 50%, -1000px -1650px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.JosephineRelaxed {
  width: 250px;
  height: 150px;
  background-position: -1000px -1800px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.JosephineRelaxed.selected {
  background-position: 50% 50%, -1000px -1800px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.BearRiver {
  width: 250px;
  height: 150px;
  background-position: -1000px -1950px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.BearRiver.selected {
  background-position: 50% 50%, -1000px -1950px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.LaBelleLucie {
  width: 250px;
  height: 150px;
  background-position: -1250px -1200px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.LaBelleLucie.selected {
  background-position: 50% 50%, -1250px -1200px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.AlgerianPatienceHard {
  width: 250px;
  height: 150px;
  background-position: -1500px -1200px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.AlgerianPatienceHard.selected {
  background-position: 50% 50%, -1500px -1200px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.Beetle {
  width: 250px;
  height: 150px;
  background-position: -1750px -1200px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.Beetle.selected {
  background-position: 50% 50%, -1750px -1200px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.KlondikeTurn1 {
  width: 250px;
  height: 150px;
  background-position: -1250px -1350px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.KlondikeTurn1.selected {
  background-position: 50% 50%, -1250px -1350px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.WindmillStricter {
  width: 250px;
  height: 150px;
  background-position: -1500px -1350px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.WindmillStricter.selected {
  background-position: 50% 50%, -1500px -1350px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.MountOlympus {
  width: 250px;
  height: 150px;
  background-position: -1750px -1350px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.MountOlympus.selected {
  background-position: 50% 50%, -1750px -1350px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.LadyBetty {
  width: 250px;
  height: 150px;
  background-position: -1250px -1500px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.LadyBetty.selected {
  background-position: 50% 50%, -1250px -1500px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.CanfieldRelaxedTurn1 {
  width: 250px;
  height: 150px;
  background-position: -1250px -1650px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.CanfieldRelaxedTurn1.selected {
  background-position: 50% 50%, -1250px -1650px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.GolfRelaxed {
  width: 250px;
  height: 150px;
  background-position: -1250px -1800px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.GolfRelaxed.selected {
  background-position: 50% 50%, -1250px -1800px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.ThreeShufflesAndADraw {
  width: 250px;
  height: 150px;
  background-position: -1250px -1950px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog
  .right
  .bottom
  .game
  .preview.ThreeShufflesAndADraw.selected {
  background-position: 50% 50%, -1250px -1950px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.FreeCell {
  width: 250px;
  height: 150px;
  background-position: -1500px -1500px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.FreeCell.selected {
  background-position: 50% 50%, -1500px -1500px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.FanRelaxed {
  width: 250px;
  height: 150px;
  background-position: -1750px -1500px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.FanRelaxed.selected {
  background-position: 50% 50%, -1750px -1500px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.CanfieldTurn1 {
  width: 250px;
  height: 150px;
  background-position: -1500px -1650px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.CanfieldTurn1.selected {
  background-position: 50% 50%, -1500px -1650px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.BakersGameKingsOnly {
  width: 250px;
  height: 150px;
  background-position: -1500px -1800px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.BakersGameKingsOnly.selected {
  background-position: 50% 50%, -1500px -1800px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.Cruel {
  width: 250px;
  height: 150px;
  background-position: -1500px -1950px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.Cruel.selected {
  background-position: 50% 50%, -1500px -1950px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}
#gameChooserDialog .right .bottom .game .preview.Shamrocks {
  width: 250px;
  height: 150px;
  background-position: -1750px -1650px;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
#gameChooserDialog .right .bottom .game .preview.Shamrocks.selected {
  background-position: 50% 50%, -1750px -1650px;
  background-repeat: no-repeat, no-repeat;
  background-clip: border-box, content-box;
}

.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cc-animate.cc-revoke.cc-active.cc-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cc-revoke:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cc-revoke {
  padding: 0.5em;
}
.cc-revoke:hover {
  text-decoration: underline;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
  text-decoration: underline;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active,
.cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.cc-window.cc-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}
.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-floating .cc-compliance > .cc-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: 0.5em;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait),
  screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

/*  */
.img-tag {
  padding: 0 0 0 20px;
}
.button.disabled {
  top: 0;
}
#menuBar #menuUndo {
  margin: 0 0.2em;
}
#menuBar.menuShort .button .label .text.short {
  display: none !important;
}
#menuBar.menuShort .button .label .text.long {
  display: inline !important;
}
.button .label .icon {
  display: none !important;
}
.dialog .button .label {
  color: #000 !important;
  font-size: 16px;
}
.dialog .row {
  justify-content: center;
}
.dialog.centered .row {
  justify-content: left;
}
#userInfo {
  display: none;
}
.nav-bg {
  background-color: rgba(69, 69, 69, 0.9);
  z-index: 1093;
}
.privacy-policy {
  color: #fff;
}
.gameInfo a {
  color: #fff;
}
