﻿html{
    background-color: black!important;
}
body {
    font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: black !important;
    margin: 0;
    padding: 0;
}

ol, ul {
    padding-left: 30px;
}

.table {
    width: 1366px;
    height: 650px;
    background-color: forestgreen;
    margin: 0 auto;
}

    .table h1 {
        margin: auto;
        text-align: center;
    }

    .table h2 {
        margin: 10px;
        text-align: center;
    }

.game {
    display: flex;
    flex-direction: row;
}

.game-info {
    margin-left: 20px;
}
.card {
}
.playingCards .card {
    display: inline-block;
    width: 5.3em;
    height: 7.6em;
    border: 1px solid #666;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    -khtml-border-radius: .3em;
    border-radius: .3em;
    padding: .25em;
    margin: 0 .5em .5em 0;
    text-align: center;
    font-size: 1.2em;
    font-weight: normal;
    font-family: Arial, sans-serif;
    position: relative;
    background-color: #fff;
    -moz-box-shadow: .2em .2em .5em #333;
    -webkit-box-shadow: 0.2em 0.2em 0.5em #333;
    box-shadow: 0.2em 0.2em 0.5em #333;
    float: left;
}

    .playingCards .card.back {
        text-indent: -4000px;
        background-color: #ccc;
        background-repeat: repeat;
        background-image: -moz-repeating-linear-gradient(34% 6% 135deg,#0F1E59, #75A1BF, #3E3E63 50%);
        background-image: -webkit-gradient(radial, center center, 20, center center, 80, from(#3c3), color-stop(0.4, #363), to(#030));
    }

.playingCards .cardS, .playingCards .cardC {
    color: black !important;
}

.playingCards .cardH, .playingCards .cardD {
    color: red !important;
}

.playingCards .suit {
    font-size: 48px;
}

.playingCards .rank {
    font-size: 20px;
    text-align: left;
}

.hand {
    text-align: center;
    margin: 0 20px;
}

.interface {
    height: auto;
    overflow: auto;
    margin: 25px 0px;
    background: rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 10px;
    clear: both;
}

    .interface.btn-group button {
        cursor: pointer;
    }

.btn-group > .btn:first-child {
    margin: 0 10px;
}
.btn-group button{
    width: 100px!important;
}
div.btnScore {
    margin: 5px 0 !important;
    display: inline-block;
    padding: 6px 12px;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #bce8f1;
    border-radius: 4px;
    color: #333;
    background-color: #d9edf7;
}
.alert {
    margin-bottom: 10px !important;
    text-align: center !important;
    font-size: 18px;
    font-weight: bold;
}