html {
    min-height: 100%;
}

body {
  font-family: Times New Roman;
    background-image: url(../images/Green-Background-with-Black-Line-in-the-Center.webp);
    font-size: 0.5em;
    min-height: 100%;
    overflow: hidden;
    color: white;
    background-size: cover;
}



ol {
    padding: 10px 40px;
}





a {
    font-size: 22px;
    border-radius: 10px;
    width: 200px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border-color: transparent;
    color: #1E1E1E;
    cursor: pointer;
}

    a:link, a:visited {
        color: white;
        font-weight: 700;
        text-decoration: none;
    }

    a:hover {
        color: #f2ee44 !important;
        cursor: pointer;
    }

    a:hover {
        color: #0094ff !important;
        cursor: pointer;
    }

#pageRules {
    position: absolute;
    left: -50px;
    top: 0px;
    width: 940px;
    font-size: 19px;
    overflow-y: scroll;
    height: 620px;
    color: black;
    text-align: center;
    /*color: #eff732*/
    display: none;
    background-size: cover;
}

#rules-page {
    position: absolute;
    left: 45px;
    top: 20px;
    width: 580px;
    font-size: 19px;
    overflow-y: scroll;
    height: 500px;
    color: white;
    text-align: center;
    /*color: #eff732*/
    display: none;
}

#PeshoGoshoTosho {
    position: absolute;
    top: 80px;
    width: 580px;
    font-size: 25px;
    overflow-y: scroll;
    height: 460px;
    color: white;
    text-align: center;
    /*color: #eff732*/
}

#rules-page h2 {
    font-size: 25px;
    margin-top: -20px;
    font-weight: bold;
}


#rules-page h4 {
    font-size: 18px;
    margin-top: 10px;
}


#rulesButton {
    font-size: 24px;
    font-family: Times New Roman;
    cursor: pointer;
    border: 0;
}

#newGameUP {
    font-size: 24px;
    font-family: Times New Roman;
    cursor: pointer;
    border: 0;
    display: none;
}


img {
}

h1 {
    text-align: center;
}

h2 {
    text-align: center;
}

h3 {
    text-align: center;
}

h4 {
    text-align: center;
}

h5 {
    text-align: center;
}

h6 {
    text-align: center;
}

h1 {
    font-family: Times New Roman;
    font-size: 35px;
}

h2 {
}

small {
    font-family: Times New Roman;
    font-size: 20px;
    font-weight: bold;
}



.inner-page {
    display: none;
    min-height: 300px;
}

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

#promo-links {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 5px;
}

.bigbutton {
    margin: auto;
    padding: 5px;
    color: rgb(85, 85, 85);
    font-size: 20px;
    font-weight: 700;
}

.dialog {
}

.dialog-button {
    width: 250px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}

.dialog-button {
}

.rounded {
    border-radius: 6px;
}

#reset-game {
    font-size: 24px;
    font-family: Times New Roman;
    cursor: pointer;
    border: 0;
}

#start-new-game {
    font-size: 24px;
    font-family: Times New Roman;
    cursor: pointer;
    border: 0;
}

.dialog-button span {
    padding: 1px 5px 0px;
    color: white;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
}

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



#page {
    margin-left: -25px;
    margin-top: 0px;
    border-radius: 5px;
    border: 0px;
    width: 920px;
    position: relative;
}

#menu {
    position: absolute;
    left: 570px;
    top: -10px;
    /*padding-right: 20px;*/
    text-align: center;
    color: white;
	z-index:1;
}

ul#menu li {
    list-style: none;
    width: 140px;
    padding-top: 10px;
    /*padding-right: 20px;*/
    font-size: 15px;
    color: white;
}

#pagecontent {
    margin: 5px;
    font-size: 14px;
}

    #pagecontent a {
        color: #0094ff;
    }

    #pagecontent ol {
        padding: 10px 60px;
    }

    #pagecontent ul {
        padding: 10px 60px;
    }

    #pagecontent ol li {
        margin-bottom: 10px;
    }

    #pagecontent ul li {
        margin-bottom: 10px;
    }

    #pagecontent p {
        padding: 10px 35px;
    }

    #pagecontent h2 {
        margin: 10px;
    }

.avatar {
    position: absolute;
}

    .avatar small {
        text-align: center;
        display: block;
    }

    .avatar div {
        border: 0px solid rgb(255, 255, 255);
        width: 50px;
        height: 50px;
        cursor: pointer;
    }

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

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

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

#top-player-bubble p {
    margin-top: 10px;
    color: black;
    font-size: 23px;
    font-weight: bold;
}

#left-player-bubble p {
    margin-top: 10px;
    color: black;
    /*background-image: url(/images/bidBackground.png);*/
    font-size: 23px;
    font-weight: bold;
}

#right-player-bubble p {
    margin-top: 10px;
    color: black;
    font-size: 23px;
    font-weight: bold;
}

#bottom-player-bubble p {
    margin-top: 10px;
    color: black;
    font-size: 23px;
    font-weight: bold;
}

#left-player-bubble {
    left: 160px;
    top: 235px;
    /*background-color: rgba(0,0,0,0.5);*/
}

#right-player-bubble {
    top: 235px;
    right: 45px;
}





#top-player-bubble {
    left: 460px;
    top: 140px;
}

#bottom-player-bubble {
    left: 460px;
    bottom: 180px;
}

.player-thumb {
    width: 20px;
    height: 20px;
    display: inline-block;
}

#left-player {
   top: 220px;
    left: 20px;
    /*display:inline-block; vertical-align:bottom;*/
	height: 36px;
    width: 145px;
    z-index: 1000;
    /*background-image: url(/images/options-background.png);*/
    background-color: #191919;
    border: 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    #left-player div {
        cursor: default;
        /*line-height: 200px;*/
    }

#right-player {
   top: 220px;
    right: 285px;
    display: none;
    height: 36px;
    width: 145px;
    z-index: 1000;
     background-color: #191919;
    border: 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}



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

#top-player {
    top: 70px;
    left: 250px;
    height: 36px;
    width: 145px;
    z-index: 1000;
     border: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: #162F9E;
}

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

#bottom-player {
  	left: 140px;
    bottom: 265px;
    height: 36px;
    width: 145px;
    z-index: 1000;
    border: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: #162F9E;
}

    #bottom-player div {
        background-position: 0 0;
        cursor: default;
    }

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

#release-notes {
    margin: auto;
    width: 80%;
}

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

/*#result-box {
    background-image: url(/images/result-background.png);
    text-align: center;
    z-index: 5005;
    width: 850px;
    height: 550px;
}*/

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

.results {
    margin: auto;
    /*width: 400px;*/
    display: none;
    color: white;
}

    .results h3 {
        padding: 10px;
        font-size: 25px;
    }

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

.button-panel {
    margin-left: 70px;
    margin-top: 0px;
    padding: 10px;
    text-align: center;
    clear: both;
}

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

    #change-player h3 {
        margin: 8px 0px;
        visibility: hidden;
        cursor: none;
    }

#player-picker {
    margin: 10px auto;
    width: 120px;
    height: 120px;
    visibility: hidden;
    cursor: none;
}

#open-player-picker {
    left: 280px;
    bottom: 70px;
    font-size: 12px;
    position: absolute;
    visibility: hidden;
    cursor: none;
}

#next-image {
    width: 70px;
}

#prev-image {
    width: 70px;
}

#save-image {
    width: 100px;
}

#promo {
    padding-top: 4px;
}

    #promo span {
        font-size: 11px;
        font-weight: 700;
        display: none;
    }

        #promo span a {
            color: rgb(0, 0, 255) !important;
        }

            #promo span a:visited {
                color: rgb(0, 0, 255) !important;
            }

#messageBox {
	left: 290px;
    bottom: 260px;
    width: 25%;
    position: absolute;
}

#pagecontent #messageBox p {
    margin: 0px auto;
    padding: 3px 6px;
    /* width: 50%; */
    height: 35px;
    color: white;
    font-size: 13px;
    font-weight: bold;
    background-color: transparent;
}




.winner-img {
    width: 120px;
    height: 120px;
    display: none;
}

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

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

#dealer-chip {
    margin: 0px;
    padding: 0px;
    width: 60px;
    height: 30px;
    display: none;
    position: absolute;
}

.card {
    width: 79px;
    height: 106px;
    position: absolute;
    cursor: pointer;
    background-image: url(../images/small-cards.png);
}

.verticalTrick {
    background-image: url(../images/vertical-trick.png);
    width: 32px;
    height: 43px;
    position: absolute;
    z-index: 1000;
}

.horizontalTrick {
    background-image: url(../images/horizontal-trick.png);
    width: 43px;
    height: 32px;
    position: absolute;
    z-index: 1000;
}

#deal {
   	left: 340px;
    top: 216px;
    width: 150px;
    position: absolute;
    color: white;
    font-size: 35px;
    font-family: Candlescript Demo Version;
    background-color:transparent;
    cursor: pointer;
    border: 0;
    border-radius: 50px;
    text-align: center;
}

#sortHand {
    padding: 0px 3px;
    border-radius: 6px;
    border: 1px solid rgb(68, 68, 68) !important;
    left: 385px;
    bottom: 53px;
    font-size: 11px;
    font-weight: 700;
    display: none;
    background-color: transparent;
    position: absolute;
    cursor: pointer;
}

.featured {
    color: red !important;
    font-size: 16px;
    text-shadow: 0px 0px 1px #000;
}

#winner1 {
    margin-bottom: 18px;
    display: inline-block;
}

#winner2 {
    margin-bottom: 18px;
    display: inline-block;
}

#bid-div {
    width: 600px;
    text-align: center;
    left: 180px;
    bottom: 270px;
    display: none;
    position: absolute;
}

    #bid-div div#bid-div-inner {
        margin-left: 60px;
        padding: 5px;
        color: white;
        display: inline-block;
    }

#bid-div-inner h4 {
    font-size: 25px;
    font-weight: bold;
    color: white;
}


#bid-div div span {
    margin: 4px;
    width: 40px;
    height: 56px;
    text-align: center;
    color: white;
    line-height: 55px;
    font-size: 22px;
    display: inline-block;
    cursor: pointer;
}


#start-new-tournament {
    position: absolute;
    right: -40px;
    top: 10px;
    /*padding-right: 20px;*/
    text-align: center;
    color: white;
    font-size: 24px;
    font-family: Times New Roman;
    cursor: pointer;
    border: 0;
}


#play {
    width: 181px;
    height: 46px;
    border: none;
    cursor: pointer;
}

#bigspade {
    left: 440px;
    top: 220px;
    display: none;
    position: absolute;
    z-index: 100000;
}

#result-box {
    position: relative;
    margin-top: -60px;
    margin-left: 55px;
    font-size: 19px;
    display: none;
    color: white;
    position: absolute;
    z-index: 10000;
    border: 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: transparent;
    width: 650px;
    height: 550px;
    padding-top: 100px;
    background-color: rgba(33, 125, 54,0.75);
}

    #result-box table {
        margin-left: 190px;
        margin-top: -10px;
    }

        #result-box table tr#scoring-header th {
            padding: 8px;
            text-align: center;
            font-size: 18px;
            font-weight: 700;
        }

        #result-box table #names-row th {
            padding-right: 5px;
            padding-left: 5px;
        }

        #result-box table td {
            padding: 2px;
            text-align: right;
            white-space: nowrap;
        }

        #result-box table th {
            padding: 2px;
            text-align: right;
            white-space: nowrap;
        }

#passCardsContainer {
    position: absolute;
    width: 700px;
	right:380px;
    top: 170px;
    margin: 0;
    display: none;
}

#passCards {
    margin: auto;
    display: block;
    cursor: pointer;
}

#sounds {
    visibility: hidden;
}



#points-this-round {
    font-weight: 700;
}

#points-total {
    font-weight: 700;
}

#winner-pics {
    text-align: center;
    display: none;
}

.human-win-pics {
    margin-bottom: 20px;
}

.opponent-win-pics {
    margin-bottom: 20px;
}

#start-new-tournament {
}

#current-score {
    color: white;
    font-size: 15px;
    position:absolute;
    left:-10px;
    top:0px;
}

#startNewGame {
    position: absolute;
    right: -15px;
    top: 10px;
    text-align: center;
    color: white;
    font-size: 24px;
    font-family: Candlescript Demo Version;
    font-weight: bold;
    cursor: pointer;
    border: 0;
}
