@import url(https://fonts.googleapis.com/css?family=Questrial);
.solitairey_body_margin {
  padding: 50px; }

.solitairey_body {
  background-attachment: fixed;
  background-image: url(green.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  font-family: helvetica, verdana, sans;
  z-index: -99;
  overflow: hidden;
  height: 800px;
  margin: 0px;
  position: relative; }

.loading {
  z-index: 10000;
  position: absolute;
  bottom: 30px;
  right: 30px; }

.hidden {
  display: none; }

.stack,
.card {
  position: absolute;
  border-radius: 7px; }

.stack {
  z-index: -10; }

.playable {
  cursor: pointer;
  -webkit-transition: box-shadow 0.2s linear;
  -moz-transition: box-shadow 0.2s linear;
  -ms-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear; }
  .playable:hover {
    box-shadow: 0 0 6px 4px rgba(255, 252, 143, 0.9);
    -webkit-transition: box-shadow 0s;
    -moz-transition: box-shadow 0s;
    -ms-transition: box-shadow 0s;
    transition: box-shadow 0s; }

#menu {
  display: inline-block;
  list-style: none;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  margin: 0 auto;
  border-radius: 0 0 15px 15px;
  border-style: solid;
  background: #eee;
  background: -webkit-linear-gradient(#fff, #ddd);
  background: -moz-linear-gradient(#fff, #ddd);
  background: -ms-linear-gradient(#fff, #ddd);
  box-shadow: 0 1px 12px 0.5px #000;
  left: 20%;
  height: 35px; }
  #menu li {
    height: 100%;
    float: left;
    border-right: 1px solid #444; }
    #menu li.end {
      border: none;
      border-radius: 0 0 15px 0; }
    #menu li.begin {
      border-radius: 0 0 0 15px; }
    #menu li:hover {
      background: #bbb -webkit-linear-gradient(#fff, #bbb);
      background: #bbb -moz-linear-gradient(#fff, #bbb);
      background: #bbb -ms-linear-gradient(#fff, #bbb); }
  #menu a {
    display: block;
    margin: 7px 0 -7px;
    padding: 0 10px;
    height: 100%; }
  #menu li.end a {
    padding-right: 12px; }

#game-chooser {
  display: none;
  position: absolute;
  padding: 50px 35px;
  left: 0;
  top: 0;
  z-index: 1001;
  background-attachment: fixed;
  background-image: url(green.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%; }
  #game-chooser.show {
    display: block; }
  #game-chooser h2 {
    font: 20px Questrial;
    text-align: center;
    padding: 6px 0 6px 0;
    background: rgba(255, 255, 255, 0.5); }

.titlebar {
  display: none; }

#game-chooser-contents,
#description {
  display: inline-block; }

#game-chooser-contents > .description {
  width: 100%;
  height: 100%; }

#descriptions div {
  position: absolute;
  width: 100%;
  height: 127px;
  overflow: hidden; }

#descriptions li {
  border: 2px solid #eec;
  border-radius: 7px;
  float: left;
  width: 250px;
  height: 150px;
  margin: 10px;
  background-color: #eec;
  background-image: -webkit-linear-gradient(#eec, #a1a172);
  background-image: -moz-linear-gradient(#eec, #a1a172);
  background-image: -ms-linear-gradient(#eec, #a1a172);
  overflow: hidden;
  cursor: pointer; }
  #descriptions li:hover {
    background: #eec; }

.selected {
  background: #fff; }

.close {
  position: absolute;
  right: 1px;
  top: -1px;
  background: url("x.gif");
  height: 35px;
  width: 35px;
  cursor: pointer; }

#close-chooser {
  font-size: 30px;
  border: 0px;
  margin: 20px auto;
  width: 300px;
  display: block; }

#win_display {
  background-color: #eec;
  width: 35em;
  height: 15em;
  margin: 0 auto;
  top: 5em;
  z-index: 1000;
  border-radius: 10px;
  padding: 1em 1em 2em 1em;
  -webkit-box-shadow: 0 0 10px 3px #fff;
  -moz-box-shadow: 0 0 10px 3px #fff;
  -box-shadow: 0 0 10px 3px #fff;
  -ms-box--shadow: 0 0 10px 3px #fff;
  -o-box-shadow: 0 0 10px 3px #fff; }
  #win_display > p {
    font-size: 2.2em;
    text-align: center;
    text-shadow: #fff 1px 1px 1px;
    font-weight: bold; }
  #win_display > h2 {
    margin-bottom: 1em;
    font-size: 1.3em; }
  #win_display ul {
    font-size: 1.1em; }
  #win_display li {
    margin-bottom: 0.2em; }

#solver_bar {
  width: 500px;
  height: 15px;
  padding: 10px;
  background-color: black;
  background-image: -webkit-linear-gradient(#000, #222);
  background-image: -moz-linear-gradient(#000, #222);
  background-image: -ms-linear-gradient(#000, #222);
  position: fixed;
  bottom: 0;
  left: 25%;
  border-radius: 15px 15px 0 0;
  color: #ddd;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0 1px 12px 0.5px #000;
  z-index: 10000; }

.indicator {
  padding-right: 2em;
  float: left; }

.controls {
  position: relative;
  float: right;
  height: 20px;
  margin: -2px 50px 0 0;
  cursor: pointer; }
  .controls > .control {
    background: transparent;
    padding: 0;
    margin: 0;
    margin-right: 15px;
    float: left;
    position: relative; }

.indicator {
  float: left; }

.play {
  top: 0;
  height: 0px;
  width: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #ddd;
  border-right-width: 0; }

.play:hover {
  border-left-color: #32c700; }

.pause {
  top: 0;
  width: 15px;
  height: 20px;
  border-left: 5px solid #ddd;
  border-right: 5px solid #ddd;
  border-top-width: 0;
  border-bottom-width: 0; }

.pause:hover {
  border-color: #32c700; }

.rewind {
  top: 0;
  height: 0px;
  width: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid #ddd; }

.rewind:after {
  position: absolute;
  top: -10px;
  left: -3px;
  height: 20px;
  width: 4px;
  background: #ddd;
  content: ""; }

.rewind:hover {
  border-right-color: #32c700; }

.rewind:hover:after {
  background: #32c700; }

.fastforward {
  top: 0;
  height: 0px;
  width: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #ddd; }

.fastforward:after {
  position: absolute;
  top: -10px;
  right: -3px;
  height: 20px;
  width: 4px;
  background: #ddd;
  content: ""; }

.fastforward:hover {
  border-left-color: #32c700; }

.fastforward:hover:after {
  background: #32c700; }

.scrollable {
  overflow-y: scroll; }

#social {
  position: absolute;
  bottom: 10px;
  left: 20px; }
  #social > * {
    float: left; }

.layout {
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto 10px auto; }

.agnes .layout {
  background-image: url(layouts/mini/agnes.png); }

.flower-garden .layout {
  background-image: url(layouts/mini/flower-garden.png); }

.forty-thieves .layout {
  background-image: url(layouts/mini/forty-thieves.png); }

.freecell .layout {
  background-image: url(layouts/mini/freecell.png); }

.golf .layout {
  background-image: url(layouts/mini/golf.png); }

.grandfathers-clock .layout {
  background-image: url(layouts/mini/gclock.png); }

.klondike .layout {
  background-image: url(layouts/mini/klondike.png); }

.klondike1t .layout {
  background-image: url(layouts/mini/klondike1t.png); }

.monte-carlo .layout {
  background-image: url(layouts/mini/montecarlo.png); }

.pyramid .layout {
  background-image: url(layouts/mini/pyramid.png); }

.scorpion .layout {
  background-image: url(layouts/mini/scorpion.png); }

.spider .layout {
  background-image: url(layouts/mini/spider.png); }

.spider1s .layout {
  background-image: url(layouts/mini/spider1s.png); }

.spider2s .layout {
  background-image: url(layouts/mini/spider2s.png); }

.spiderette .layout {
  background-image: url(layouts/mini/spiderette.png); }

.tri-towers .layout {
  background-image: url(layouts/mini/tritowers.png); }

.will-o-the-wisp .layout {
  background-image: url(layouts/mini/will-o-the-wisp.png); }

.yukon .layout,
.russian-solitaire .layout {
  background-image: url(layouts/mini/yukon.png); }

.replay_options {
  display: table;
  margin: 20px auto; }

#descriptions > li {
  position: relative; }

.description blockquote,
.description h3,
.description p,
.description button {
  display: none; }

.chromestore {
  position: absolute;
  right: 0;
  bottom: 0; }
  .chromestore .hide {
    display: block;
    font: 20px Questrial;
    text-align: right;
    padding: 0 7px 5px 0; }
    .chromestore .hide:hover {
      color: #eec; }
  .chromestore img {
    background: #fff;
    display: block; }

html,
div,
ul,
li,
p,
img,
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin: 0;
  border: 0;
  padding: 0; }

html {
  z-index: -100; }

ul {
  list-style-type: none; }

a {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

p {
  margin-bottom: 1em; }

button.solitairey {
  font-size: 18px;
  margin-right: 27px;
  background-color: #eec;
  background-image: -webkit-linear-gradient(white, #eec);
  background-image: -moz-linear-gradient(white, #eec);
  background-image: -ms-linear-gradient(white, #eec);
  padding: 6px 17px;
  border-radius: 5px;
  box-shadow: inset 0 0 3px 1px #fff;
  border: #000 solid 1px;
  text-shadow: 1px 1px 1px white;
  cursor: pointer; }
  button.solitairey:hover {
    background-color: #a1a172;
    background-image: -webkit-linear-gradient(#eec, #a1a172);
    background-image: -moz-linear-gradient(#eec, #a1a172);
    background-image: -ms-linear-gradient(#eec, #a1a172);
    box-shadow: none; }

footer {
  position: absolute;
  right: 0%;
  top: 0%; }
  footer a {
    color: white;
    text-decoration: underline; }
  footer > p {
    padding: 1em; }
