/* * {
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: Arial, sans-serif;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
 */
.debug #board {
    border: 1px solid red
}

.debug #play-page {
    border: 1px solid #00f
}

.debug #pagecontent {
    border: 1px solid green
}

.debug #wrapper {
    border: 1px solid #ff0
}

.debug .avatar {
    border: 1px solid #fff
}

.debug #page {
    border: 1px solid #000
}

/* ol,
p,
ul {
    font-size: 18px;
    line-height: 23px
}
 */
ol,
ul {
    padding: 10px 40px
}

li {
    margin-bottom: 5px
}

img {
    border-style: none
}




.game-thumbnail {
    display: inline-block;
    margin: 10px;
    height: 127px;
    border: 2px solid #fff;
    border-radius: 5px
}

#board {
    background-color: #00700069;
    border-radius: 30px;
    color: #fff;
    padding: 10px;
    margin-bottom: 20px
}

#board h3 {
    color: #fff
}

#board a,
#board a:visited {
    color: #ff0
}

#board a:active,
#board a:hover {
    color: orange!important
}

#play-page {
    position: relative;
    height: 600px
}

#promo-links {
    text-align: left;
    font-weight: 700;
    font-size: 13px;
    margin: auto;
    width: 1050px
}

.dialog {
    color: #333;
    background-color: #EDF35A;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 5px;
    box-shadow: #222 0 0 5px
}

#board .dialog h3 {
    color: maroon;
    text-shadow: none
}

.error {
    color: red;
    font-weight: 700
}

.newest-game {
    display: inline-block;
    transform: rotate(-4deg);
    font-family: Verdana, Arial;
    text-shadow: red 1px 1px
}

#page {
    width: 726px
}

#menucontainer {}

#menu {
    padding: 2px;
    position: relative;
    margin: auto;
    text-align: center
}

#menu li {
    display: inline;
    list-style: none;
    font-size: 18px
}

.ad label {
    display: block;
    text-align: center;
    height: 20px;
    padding: 0;
    width: 100%;
    font-size: 12px
}

#ad-right {
    width: 160px;
    height: 620px;
    float: left;
    margin-left: 160px;
    margin-top: 100px
}

#ad-rectangle {
    width: 336px;
    height: 300px;
    position: relative;
    margin: 40px auto
}

#privacy,
#version-info {
    text-align: center;
    margin: auto;
    font-size: 12px
}

.avatar {
    position: absolute
}

.avatar small {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 5px
}

.avatar div {
    border: 0 solid #fff;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-image: url(/img/players.png)
}

.bubble {
    position: absolute;
    width: 130px;
    height: 97px;
    display: none;
    z-index: 5000
}

.bubble p {
    color: #000;
    text-align: center;
    margin-top: 9px;
    margin-left: 20px;
    padding: 0!important;
    width: 85px;
    height: 45px;
    line-height: 45px;
    display: block;
    font-size: 11px
}

.bubble p span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 11px
}

#top-player-bubble p {
    margin-top: 34px
}

#left-player-bubble {
    background-image: url(images/speechleft.png);
    top: 180px;
    left: 50px
}

#right-player-bubble {
    background-image: url(images/speechright.png);
    top: 180px;
    right: 50px
}

#top-player-bubble {
    background-image: url(images/speechtop.png);
    top: 25px;
    left: 200px
}

#bottom-player-bubble {
    background-image: url(images/speechleft.png);
    bottom: 40px;
    left: 370px
}

.dealer {
    background: #fff;
    color: #000;
    border: 1px solid #222;
    font-weight: 700;
    border-radius: 12px
}

.player-thumb {
    background-image: url(images/players-thumbs.png);
    width: 20px;
    height: 20px;
    display: inline-block
}

#left-player {
    top: 250px;
    left: 2px;
    display: none
}

#left-player div {
    background-position: -50px 0
}

#right-player {
    top: 250px;
    right: 2px;
    display: none
}

#right-player div {
    background-position: -150px 0
}

#top-player {
    top: 2px;
    left: 325px
}

#top-player div {
    background-position: -100px 0
}

#bottom-player {
    bottom: 2px;
    left: 325px
}

#bottom-player div {
    background-position: 0 0
}

#player-count {
    position: absolute;
    width: 166px;
    left: 362px;
    top: 310px
}

#release-notes ul li ul {
    padding-left: 30px;
    font-size: 12px
}

#result-box {
    display: none;
    text-align: center;
    width: 330px
}

#results-div {
    width: 100%;
    position: absolute;
    bottom: 200px
}

.results {
    width: 400px;
    margin: auto;
    display: none
}

.results h3 {
    padding: 10px;
    font-size: 18px;
    margin: 0
}

.results p img {
    float: right;
    margin-left: 5px
}

.button-panel {
    clear: both;
    text-align: center;
    padding: 10px;
    height: 30px
}

#change-player {
    width: 300px;
    position: absolute;
    left: 200px;
    top: 150px;
    z-index: 50000;
    display: none
}

#change-player h3 {
    margin: 8px 0
}

#player-picker {
    background-image: url(images/players-large.png);
    width: 120px;
    height: 120px;
    margin: 10px auto
}

#open-player-picker {
    position: absolute;
    bottom: 78px;
    font-size: 12px;
    left: 280px;
    font-weight: 400
}

#next-image,
#prev-image {
    width: 70px
}

#save-image {
    width: 100px
}

#messageBox {
    position: absolute;
    width: 100%;
    top: 365px;
    left: 0;
    padding: 0
}

#messageBox p {
    width: 50%;
    height: 35px;
    font-size: 12px;
    line-height: 16px;
    margin: 0 auto;
    padding: 3px 6px;
    color: #333;
    background-color: #EDF35A;
    border-radius: 4px;
    text-shadow: none
}

#authorpic {
    float: left;
    padding: 10px 10px 0
}

#authorpic img {
    border: 1px solid #fff
}

.winner-img {
    width: 120px;
    height: 120px;
    background-image: url(images/players-large.png);
    display: none
}

#options-page small {
    display: block;
    text-align: center
}

#menu li a.selected {
    text-decoration: underline
}

.playlink {
    display: block;
    text-align: center
}

#options-page {
    width: 360px;
    position: absolute;
    background: #EDF35A;
    top: 130px;
    left: 175px;
    z-index: 10000;
    border-radius: 5px;
    box-shadow: #000 0 0 5px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    color: #000;
    display: none
}

#options-page button {
    width: 100px;
    height: 30px;
    display: block;
    margin: 10px auto 15px
}

#options-page h2 {
    color: maroon;
    font-size: 24px;
    padding-top: 8px
}

#options-page p {
    margin-left: 50px
}

button {
    color: #333!important;
    font-family: Arial, sans-serif;
    font-weight: 400!important;
    font-size: 14px;
    padding: 3px 9px;
    border-radius: 4px;
    border: 1px solid #555!important;
    border-bottom: solid 2px #555!important;
    background: #ddd;
    background: linear-gradient(to bottom, #fff, #ddd);
    background: -webkit-linear-gradient(top, #fff, #ddd);
    background: -moz-linear-gradient(top, #fff, #ddd);
    -webkit-touch-callout: none;
    outline: 0
}

button.big {
    font-size: 20px;
    font-weight: 700;
    padding: 7px 12px;
    width: 170px
}

button.small {
    font-size: 11px;
    padding: 3px 5px
}

button:hover {
    -webkit-touch-callout: none;
    outline: 0;
    cursor: pointer;
    color: #222!important;
    background: linear-gradient(to bottom, #ddd, #fff);
    background: -webkit-linear-gradient(top, #ddd, #fff);
    background: -moz-linear-gradient(top, #ddd, #fff)
}

button:disabled {
    background: #ddd;
    opacity: .5;
    cursor: auto
}

button:active {
    -webkit-touch-callout: none;
    outline: 0;
    border-bottom: solid 1px #555!important;
    position: relative;
    top: 1px;
    background: #ddd
}

.result-table {
    padding: 1px;
    background-color: #fff;
    margin: 5px 10px;
    border-radius: 3px;
    border: 2px solid #333;
    font-family: Arial, sans-serif
}

.result-table table {
    border-collapse: collapse;
    border: 1px solid #000;
    width: 100%
}

.result-table .totals {
    font-weight: 700
}

.result-table table td,
.result-table table th {
    text-align: right;
    border: 1px solid #000;
    padding: 2px;
    white-space: nowrap
}

.result-table table th {
    font-weight: 700;
    text-align: center
}

.result-table .thick-bottom {
    border-bottom: solid 2px #000
}

.result-table .thick-top {
    border-top: solid 2px #000
}

.glow {
    box-shadow: #fff 0 0 35px
}

#win-screen {
    display: none;
    top: 130px;
    left: 0;
    width: 100%;
    position: absolute;
    text-align: center;
    z-index: 5000
}

#win-screen .congrat-title {
    font-size: 105px;
    margin: 0 0 20px;
    color: #fff;
    text-shadow: #444 1px 1px 2px;
    font-family: Slackey, "Lucida Grande", "Lucida Sans Unicode", Tahoma, Geneva, Arial, Verdana, sans-serif
}

.marker {
    text-align: left;
    padding-left: 18px;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 23px
}

.cell {
    width: 64px;
    height: 90px;
    position: absolute;
    border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px
}

.cell p {
    padding: 0!important
}

.foundation {
    text-align: center;
    line-height: 40px;
    font-size: 50px;
    text-shadow: #000 0 0 2px
}

.foundation p {
    font-size: 50px;
    font-family: 'Lucida Sans unicode', Arial, sans-serif;
    margin-top: 34px
}

.card {
    border-radius: 9px;
    -ms-border-radius: 9px;
    -webkit-border-radius: 9px;
    -o-border-radius: 9px;
    -khtml-border-radius: 9px;
    -moz-border-radius: 9px;
    width: 69px;
    height: 94px;
    background-image: url(https://pasyanskosinka.ru/basic-cards.png);
    position: absolute;
    cursor: pointer
}

#undo {
    position: absolute
}

#info-bar {
    text-align: center
}

#play-page #messageBox {
    text-align: center;
    width: 100%;
    top: 104px
}

#play-page #messageBox p {
    border: none;
    color: #fff;
    background: 0 0;
    width: 100%;
    height: 30px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px
}

.stock {
    cursor: pointer;
    text-align: center
}

.stock p {
    margin-top: 30px;
    font-size: 16px
}

#messageBox {
    display: none
}

#undo {
    left: 315px;
    top: 132px
}

#undo button {
    width: 70px
}

#options-page p input {
    position: relative;
    top: -2px
}

body {
    padding: 0;
/*     background: #007000;
    color: #fff
 */}

#wrapper {
    width: 100%;
    margin: 0
}

#page {
    margin: 0 auto;
    float: none;
/*     padding-bottom: 50px; */
    position: relative;
}

/* #header {
    padding: 15px 0 2px 0;
    margin-bottom: 10px
}
 */
/* #footer .container {
    padding: 20px 0;
    font-size: 12px;
    border-top: 1px solid #fff
}
 */
.solitare-container a:link,
a:visited {
    color: #fff;
    text-decoration: none;
/*     font-weight: 700;
 */    border-style: none
}

.solitare-container a:hover {
    color: #000
    text-decoration: none;
}

.solitare-container {
    width: 746px;
    margin: 0 auto
}

.clearfix:after,
.solitare-container:after {
    content: "";
    display: table;
    clear: both
}
/* 
h1 {
    margin-top: 0
}

p {
    font-size: 14px;
    line-height: 120%;
    padding: 0 0 10px
}
 */
.text-block {
    margin-bottom: 15px
}

.description {
    padding: 10px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

#board {
    border: 0;
    box-shadow: none
}

.cell {
    border: 2px solid #F5F9F5
}

#other-games {
    padding-bottom: 30px
}

#other-games .item {
    width: 30%;
    margin-left: 1%;
    background: #44BD44;
    border: 1px solid #7ECB7E;
    float: left;
    padding: 5px;
    height: 140px;
    text-align: center
}

#other-games .title {
    font-size: 20px;
    padding: 10px 0 15px
}

#other-games .icon-game {
    height: 120px
}

.rules {
    padding-top: 20px
}

.options-title {
    color: maroon;
    font-size: 24px;
    padding-top: 8px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px
}