/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background: transparent;
}
a:active, a:hover {
    outline: 0;
}

.footer-size{
    font-size: 14px;
}

abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    //font: inherit;
    font-size: 14px;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font: 90%/1.5 "Century Gothic", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
body {
    background-color: #ffffff;
    color: #000000;
    border-top: 2em solid #ffffff;
}
.container {
    margin: -2em auto 0 auto;
    max-width: 43rem;
    overflow-x: hidden;
    padding-bottom: 20px;
    width: 99%}
#solitaire {
    min-height: 320px;
}
#plateaux, #tableaux {
    padding: 8px 0 4px 0;
}
#score {
    margin: 1em 0;
	float: right;
    text-align: right;
	display: none;
}
#score h3 {
	color: #000000;
    padding: 0;
    font-size: 1.7em;
    margin: 0;
    font-weight: normal;
}
#score .amount {
	font-size: 1.3rem;
}
#score .is-negitive {
	color: #d40201;
}
#reset {
	display: none;
}
.column {
    float: left;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    width: 14.2857%}
.column.half {
    width: 50%}
.column.six {
    width: 85.7143%}
.column.two {
    width: 28.5714%}
#golf #tableaux .column {
    height: 180px;
}
#cruel .column {
    width: 16.6666%}
#cruel #tableaux .column {
    margin-bottom: 10px;
    margin-top: 10px;
}
.clearfix:before, .row:before, .clearfix:after, .row:after {
    content: " ";
    display: table;
}
.clearfix:after, .row:after {
    clear: both;
}
#solitaire {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a {
    color: gray;
    text-decoration: none;
}
a:hover {
    color: gray;
    text-decoration: underline;
}
ul {
    margin-left: 0;
    padding-left: 0;
}
li {
    margin-left: 1.1em;
}
#header {
    line-height: 1;
    max-height: 2em !important;
    #overflow: hidden;
}
h1 {
    color: #000000;
    display: inline-block;
    font-size: 1.0em;
    margin: 2px 0;
}
h1 span {
    display: none;
}
h1 a {
    color: #000000;
    padding: 0 6px;
}
h1 a:hover {
    #background-color: #03c;
    color: gray;
    text-decoration: none;
}
h2, h3 {
    font-size: 1.17em;
}
h2 span, h3 span {
    display: block;
}
#rules h2, #rules h3 {
    margin-top: 0;
}
div.menu {
    display: inline-block;
    font-size: 1.2rem;
    float: right;
    line-height: 1.6rem;
    text-align: right;
}
button {
    border-radius: 5px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    #border-style: none;
    #color: #fff;
    font-variant: small-caps;
    font-weight: normal;
    #padding: 4px 6px 8px 6px;
}
button:hover {
    background-color: #eff0f2;
}
.menu button {
    #padding: 4px 2px 8px 2px;
}
#tool {
    font-size: 1.5rem;
    vertical-align: bottom;
}
.card {
    background-image: url(../cards/card-phone.png);
    background-size: 672px 264px;
    border-radius: 4px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    display: block;
    margin: -66px auto 0 auto;
    padding: 0;
    position: relative;
}
.card, .draw {
    height: 66px;
    width: 48px;
}
.down {
    background-position: 100% 0 !important;
}
.hint {
    box-shadow: 0 0 6px 4px rgba(255, 255, 0, .9) !important;
}
.hovered .card:last-child {
    box-shadow: 0 0 6px 4px rgba(255, 255, 0, .9) !important;
}
.hide {
    visibility: hidden;
}
.pile {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAACXBIWXMAAAsSAAALEgHS3X78AAAADElEQVR42mNgWBcEAAGyAQFM6NsEAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 48px 66px;
    min-height: 66px;
    position: relative;
    text-align: center;
}
.space {
    background-image: none !important;
}
.pile :first-child {
    margin-top: 0 !important;
}
.pile-stack .card:last-child {
    box-shadow: 0 0 16px rgba(0, 0, 0, .26);
}
.pile-fan {
    min-height: 165px;
}
.pile-fan .card {
    box-shadow: 0 0 16px rgba(0, 0, 0, .26);
    margin-bottom: 25px;
}
.pile-fan .down {
    margin-bottom: 7px;
}
.pile-flat {
    max-height: 66px;
    padding-left: 22px;
}
.pile-flat .card {
    box-shadow: 0 0 16px rgba(0, 0, 0, .26);
    display: inline-block;
    margin-left: -22px;
    margin-top: 0;
}
.pile-flat .ui-draggable-dragging {
    margin-left: 0 !important;
}
#stock div div {
    color: #eee;
    cursor: default;
    font-size: 4rem;
    font-weight: bold;
    margin-top: -3rem !important;
    position: absolute;
    width: 100%;
    top: 50%}
#stock .card div {
    color: #555;
}
#stock div.draw.blocked div {
	color: #d40201;
}
.dialog {
    background-color: #fff;
    bottom: 10%;
    box-shadow: 0 0 16px rgba(0, 0, 0, .26);
    color: #555;
    display: none;
    margin: 30px 0;
    opacity: .95;
    padding-bottom: 40px;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 11;
}
#list, .dialog a, .dialog button {
    background-color: #03c;
    display: inline-block;
    color: #fff;
    font-variant: small-caps;
    font-weight: bold;
    margin: .33em;
    padding: .33em 1em;
}
.dialog a:hover {
    text-decoration: none;
}
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0);
}
#list {
    margin-left: 1%;
    width: 98%}
#share {
    margin: 0;
    text-align: center;
}
#share a {
    background-color: #eee;
    background-image: url(../cards/share.png);
    background-size: 160px 32px;
    border: 2px solid #eee;
    border-radius: 50%;
    display: inline-block;
    height: 36px;
    margin: 0 5px;
    width: 36px;
}
#bt1 {
    background-position: 160px 0;
}
#bt2 {
    background-position: 128px 0;
}
#bt3 {
    background-position: 96px 0;
}
#bt4 {
    background-position: 64px 0;
}
#bt5 {
    background-position: 32px 0;
}
#cookies {
    font-size: .7rem;
    margin-top: -.7rem;
    text-align: center;
}
body.blog {
    border-top: 3em solid #0a5;
}
.blog h1 a {
    color: #ff0;
    padding: 0;
}
.blog h1 a:hover {
    background-color: #0a5;
    text-decoration: underline;
}
.blog .row p span {
    font-size: 50%}
footer span+span {
    display: none;
}
@media print {
    body, body.blog {
    background-color: #fff;
    border-top: 3em solid #fff;
    color: #000;
}
a {
    color: #000;
}
h1, h1 a, .blog h1 a {
    color: #084;
    padding-left: 0;
}
#solitaire {
    background-color: #0a5;
    color: #eee;
    margin-bottom: 2em;
    margin-top: 2em;
}
#header .menu, #share, .adsbygoogle, #cookies, #rules h2 span, footer span {
    display: none;
}
footer span+span {
    display: inline;
}
}#HA {
    background-position: 0% 0;
}
#H2 {
    background-position: 7.692% 0;
}
#H3 {
    background-position: 15.385% 0;
}
#H4 {
    background-position: 23.077% 0;
}
#H5 {
    background-position: 30.769% 0;
}
#H6 {
    background-position: 38.462% 0;
}
#H7 {
    background-position: 46.154% 0;
}
#H8 {
    background-position: 53.846% 0;
}
#H9 {
    background-position: 61.538% 0;
}
#HT {
    background-position: 69.231% 0;
}
#HJ {
    background-position: 76.923% 0;
}
#HQ {
    background-position: 84.615% 0;
}
#HK {
    background-position: 92.308% 0;
}
#SA {
    background-position: 0% -33.333%}
#S2 {
    background-position: 7.692% -33.333%}
#S3 {
    background-position: 15.385% -33.333%}
#S4 {
    background-position: 23.077% -33.333%}
#S5 {
    background-position: 30.769% -33.333%}
#S6 {
    background-position: 38.462% -33.333%}
#S7 {
    background-position: 46.154% -33.333%}
#S8 {
    background-position: 53.846% -33.333%}
#S9 {
    background-position: 61.538% -33.333%}
#ST {
    background-position: 69.231% -33.333%}
#SJ {
    background-position: 76.923% -33.333%}
#SQ {
    background-position: 84.615% -33.333%}
#SK {
    background-position: 92.308% -33.333%}
#DA {
    background-position: 0% -66.666%}
#D2 {
    background-position: 7.692% -66.666%}
#D3 {
    background-position: 15.385% -66.666%}
#D4 {
    background-position: 23.077% -66.666%}
#D5 {
    background-position: 30.769% -66.666%}
#D6 {
    background-position: 38.462% -66.666%}
#D7 {
    background-position: 46.154% -66.666%}
#D8 {
    background-position: 53.846% -66.666%}
#D9 {
    background-position: 61.538% -66.666%}
#DT {
    background-position: 69.231% -66.666%}
#DJ {
    background-position: 76.923% -66.666%}
#DQ {
    background-position: 84.615% -66.666%}
#DK {
    background-position: 92.308% -66.666%}
#CA {
    background-position: 0% -100%}
#C2 {
    background-position: 7.692% -100%}
#C3 {
    background-position: 15.385% -100%}
#C4 {
    background-position: 23.077% -100%}
#C5 {
    background-position: 30.769% -100%}
#C6 {
    background-position: 38.462% -100%}
#C7 {
    background-position: 46.154% -100%}
#C8 {
    background-position: 53.846% -100%}
#C9 {
    background-position: 61.538% -100%}
#CT {
    background-position: 69.231% -100%}
#CJ {
    background-position: 76.923% -100%}
#CQ {
    background-position: 84.615% -100%}
#CK {
    background-position: 92.308% -100%}
@media(max-width:24rem) {
    #game {
    display: none;
}
.card {
    background-size: 588px 264px;
}
.card, .draw {
    width: 42px;
}
.pile {
    background-size: 42px 66px;
}
}@media(min-width:28rem) {
    .container {
    width: 96%}
h1 span {
    display: inline;
}
.menu button {
    #padding: 4px 6px 8px 6px;
}
h2 span {
    display: inline;
    float: right;
    white-space: nowrap;
}
h3 span {
    display: inline;
}
.card {
    background-size: 896px 352px;
    margin-top: -88px;
}
.card, .draw {
    height: 88px;
    width: 64px;
}
.pile {
    background-size: 64px 88px;
    min-height: 88px;
}
.pile-flat {
    max-height: 88px;
}
.dialog {
    bottom: auto;
    top: 15%}
#list {
    display: none;
}
}@media(min-width:48rem) {
    html {
    font-size: 125%}
#solitaire {
    min-height: 520px;
    padding-top: 15px;
}
#golf #tableaux .column {
    height: 275px;
}
#plateaux, #tableaux {
    padding: 15px 0;
}
.card {
    background-image: url(../cards/card-game.png);
    background-size: 1344px 528px;
    border-radius: 6px;
    margin-top: -132px;
}
.card, .draw {
    height: 132px;
    width: 96px;
}
.pile {
    background-size: 96px 132px;
    min-height: 132px;
}
.pile-fan .card {
    margin-bottom: 30px;
}
.pile-fan .down {
    margin-bottom: 12px;
}
.pile-fan .ui-draggable-dragging :last-child {
    margin-bottom: -30px !important;
}
.pile-flat {
    max-height: 132px;
    padding-left: 64px;
}
.pile-flat .card {
    margin-left: -64px;
}
#share {
    margin-top: -15px;
}
}