html {
    background: #006400;
}

.BallDisplay{
    color: black;
    margin: auto;
    background: #00CED1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1100px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ballTwo{
    clear: both;
}

.BallDisplaySub{
    background:#F88017;
    width:50px;
    height:50px;
    border:1px;
    font-size: 30px;
    border-radius:50%;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    left:20px;
}


.BallDisplaySub1{
    background:#F88017;
    width:50px;
    height:50px;
    border:1px;
    font-size: 30px;
    border-radius:50%;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    left:20px;
}


#FixBallButton{
    background: #F75D59;
    margin-left: 75px;
    margin-top: 10px;
    width: 70px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}




.CenterContext{
    width: 450px;
    height: 60px;
    margin: auto;
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
}


#GameTipsOne{
    background: #FFFF00;
    width: 350px;
    height: 60px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

#GameTipsTwo{
    background: #F88017;
    width: 60px;
    height: 60px;
    float: left;
    margin-left: 20px;
    border: 1px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#GameInfoLabel{
    /*background: #8FBC8B;*/
    color:#F8F8FF;
    margin-left: 75px;
    margin-top: 140px;
    width: 400px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.BottomContext{
    margin-left: 75px;
    margin-top: 20px;
}

#GameStatus{
    background: #FFDB58;
    width: 260px;
    height: 60px;
}

#GameSettle{
    background: #FFDB58;
    margin-left: 150px;
    width: 260px;
    height: 60px;
}

#DealerName{
    background: #FFDB58;
    margin-left: 150px;
    width: 260px;
    height: 60px;
}

#OpenBallDisplay{
    /*display: none;*/
    background: #FFDB58;
    margin-left: 60px;
    margin-top: 10px;
    width: 1100px;
    height: 200px;
}

#overlay{
    position: fixed;
    left: 15px;
    top: 250px;
    width: 100%;
    height: 100%;
    display: none;
}

#ConfirmOpenBall{
    background: #FFDB58;
    margin-left: 150px;
    width: 260px;
    height: 60px;
}