html {
    font-family: sans-serif;
}

.poker-table {
       width: 530px;
    height: 371px;
    background-repeat: no-repeat;
    position: relative;   
	margin: 0 auto;
    left: 0px;
    right: 0;
    top: 0px;
}

.seat {
    height: 150px;
    position: absolute;
    width: 150px;
}

#button {
    background-image: url('../images/dealerbutton.png');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 19px;
    position: absolute;
    width: 24px;
}

.name-chips {
    background-color: #024959;
    border-radius: 4px;
    color: white;
    font-size: 14px;
    height: 33px;
    position: absolute;
    text-align: center;
    top: 65px;
	width: 120px;
    margin-left: 7px;
}

.player-name {
    width: 100%;
	background-color: #0078B3;
}

.card {
    background-image: url('../images/cardback.png');
    background-size: 100%;
    border-radius: 4px;
    height: 73px;
    width: 50px;
}



.holecards {
    float: left;
    height: 73px;
    left: 20px;
    position: absolute;
    top: 3px;
    width: 102px;
}

.holecard1 {
    left: 0px;
    position: absolute;
	background-repeat: no-repeat;
}

.holecard2 {
    left: 50px;
    position: absolute;
	background-repeat: no-repeat;
}


.bet {
    color: white;
    font-size: 12px;
    left: 40px;
    position: absolute;
    top: 0px;
    text-shadow: -1px 0     black, 0 1px     black, 1px 0     black, 0 -1px     black;
    text-shadow: -1px 0 1px black, 0 1px 1px black, 1px 0 1px black, 0 -1px 1px black;
}
#seat0 {
    left: 190px;
    top:  280px;
}
.seat0-button {
    left: 200px;
    top: 359px;
}
#seat0 .bet {
    top: -15px;
}

#seat1 {
    left: 0px;
    top: 260px;
}
.seat1-button {
    left: 8px;
    top: 339px;
}
#seat1 .bet {
    top: -15px;
}

#seat2 {
    left: 0px;
    top:  30px;
}
.seat2-button {
    left: 8px;
    top: 107px;
}
#seat2 .bet {
    top: 100px;
}

#seat3 {
    left: 190px;
    top: 20px;
}

.seat3-button {
    left: 200px;
    top: 98px;
}
#seat3 .bet {
    top: 100px;
}

#seat4 {
    left: 380px;
    top:  30px;
}

.seat4-button {
    left: 390px;
    top: 107px;
}
#seat4 .bet {
    top: 100px;
}

#seat5 {
    left: 380px;
    top:  260px;
}

.seat5-button {
    left: 390px;
    top: 339px;
}
#seat5 .bet {
    top: -15px;
}

#board {
    left: 90px;
    position: absolute;
    top:  180px;
}

#pot {
    color: black;
    font-size: 16px;
    left: 190px;
    position: absolute;
    text-align: center;
    top: 145px;
}

.boardcard {
    height: 73px;
    left: 0px;
    background-repeat: no-repeat;
    position: absolute;
    top: -10px;
    width: 50px;
}

#flop1 {
    left: 0px;
}

#flop2 {
    left: 57px;
}

#flop3 {
    left: 113.5px;
}

#turn {
    left: 169.5px;
}

#river {
    left: 225.5px;
}

#burn1 {
    left: 300px;
    rotate: -18deg;
}
#burn2 {
    left: 310px;
}
#burn3 {
    left: 330px;
    rotate: 15deg;
}

#action-options {
    height: 20px;
    position: absolute;
    width: 336px;
    margin: 0 auto;
    font-family: Poppins !important;
    
}

.action-button {
    background-color: silver;
    color: #000000;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    height: 20px;
    padding: 10px;
    margin: 5px;
    position: absolute;
    text-align: center;
    width: 140px;
    border-radius: 2px;
}

#setup-options {
       left: 5px;
    top: 0px;
    width: 100%;
    overflow: hidden;     
   justify-content: center;
}

.btn-group {
    width: 100%;
}


.setup-button:hover {
    box-shadow: 3px 3px 4px #000000;
}
.setup-button {
border-radius: 2px;
    height: 45px;
    color: white;
    float: left;
    left: 0;
    right: 0;
    cursor: pointer;
    font-size: 18px;
    line-height: 45px;
    padding: 2px;
    margin: 2px;
    text-align: center;
    width: 100%;
    text-overflow: ellipsis;
    vertical-align: middle;
    background: #4c9090;
    margin-top: 6px;
}

#speed-button {
    cursor: default;
    top: 50px;
}

select {
background-color: silver;
    background: silver;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    width: 3em;
}

#mode-button {
    top: 100px;
}

#help-button {
    top: 150px;
}

#check-button {
    top: 200px;
}

#history {
    border-color: black;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    font-size: 10px;
    height: 600px;
    left: 50px;
    position: absolute;
    top: 600px;
    width: 400px;
}

#game-response {
	color: bisque;
    font-weight: bold;
    letter-spacing: 4px;
    font-size: 18px;
    max-width: 580px;
    text-align: center;
    width: 100%;
    border: 1px solid #9acd324a;
    background-color: rgba(2, 73, 89, 0.73);
    position: absolute;
    margin: 0 auto;
    left: 0px;
    right: 0;
    top: 10px;
	border-radius: 0px 0px 8px 8px;
}


.response-warning {
    background-color: #FF0000;
}

#fold-button {
    background-image: url('../images/buttonred.png');
    text-align: center;
    float: left;
    left: 0;
}

#fold-button:hover {
    box-shadow: 3px 3px 4px #000000;
}

#call-button {
    background-image: url('../images/buttongreen.png');
    text-align: center;
    float: right;
    right: 0;

}
#call-button:hover {
    box-shadow: 3px 3px 4px #000000;
}


.grad0 {
    background: #ceff00;
}

.grad1 {
    background: #d6d500  ;
}

.grad2 {
    background: #deaa00  ;
}

.grad3 {
     background: #e68000 ;
}

.grad4 {
    background:#ef5500   ;
}

.grad5 {
   background: #f72b00   ;
}
.grad6 {
   background: #ff0000  ;
}

#quick-raises {

    font-size: 14px;
    line-height: 8px;
    height: 45px;
    position: absolute;
    text-align: center;
    width: 336px;
    margin-top: 35px;
}
#quick-raises a:link {
    color: white;
    text-shadow: 0 0 2px #000000;
    text-decoration: none;
    padding: 5px;
    margin: 1px !important;
}
#quick-raises a:hover {
    color: white;
    text-shadow: 3px 3px 4px #000000;
}



.cheatsheet {
    top: 15px;
    width: 338px;
    height: 100px;
    position: relative;
    border-radius: 3px;
    color: #fff;
    cursor: default;
    border: 1px solid #9acd324a;
    background-color: rgba(2, 73, 89, 0.19);
    margin: 0 auto 20px;
    left: 0px;
    right: 0;
}

.mainsettings {
    width: 338px;
    height: 100px;
    border-radius: 0px;
    float: left;
    margin-left: 1px;
    margin-top: 0px;

}
