.poker-bar {
    width: 200px;
    height: 30px;
    border: 2px solid #ddd;
}

.poker-bar.green {
    background-color: #00C300;
}

.poker-bar.red {
    background-color: #AB0000;
}

.poker-bar.gray {
    background-color: #404040;
}

.poker-text-80 {
    font-size: 80px;
    font-family: Impact;
    font-weight: 600;
    letter-spacing: 8px;
    text-shadow: -3px 0px white,
    0px 3px white,
    3px 0px white,
    0px -3px white,
    -3px 3px white,
    3px 3px white,
    3px -3px white,
    -3px -3px white;
}

.poker-text-80.green {
    color: #00C300;
}

.poker-text-80.red {
    color: #AB0000;
}

.poker-text-80.gray {
    color: #404040;
}

.poker-text-80.blue {
    color: #4DC8F5;
}

.poker-text-45-yellow {
    /*top:57px;*/
    /*left:22px;*/
    /*top:38%;*/
    /*left:24%;*/
    /*position:absolute;*/
    font-size: 45px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: 8px;
    text-shadow: -3px 0px yellow,
    0px 3px yellow,
    3px 0px yellow,
    0px -3px yellow,
    -3px 3px yellow,
    3px 3px yellow,
    3px -3px yellow,
    -3px -3px yellow;
}

.poker-text-45-yellow.red {
    color: rgb(195, 0, 0);
}

.poker-text-45-yellow.green {
    left: 50px;
    color: #00C300;
}

.poker-text-80-yellow {
    font-size: 80px;
    font-family: impact;
    font-weight: 600;
    letter-spacing: 8px;
    text-shadow: -3px 0px yellow,
    0px 3px yellow,
    3px 0px yellow,
    0px -3px yellow,
    -3px 3px yellow,
    3px 3px yellow,
    3px -3px yellow,
    -3px -3px yellow;
}

.poker-text-80-yellow.green {
    color: #00C300;
}

.poker-text-80-yellow.red {
    color: #AB0000;
}

.poker-text-80-yellow.gray {
    color: #404040;
}

.poker-text-80-yellow.blue {
    color: #4DC8F5;
}

.poker-text-200 {
    font-size: 200px;
    font-family: impact;
    font-weight: bold;
    letter-spacing: 10px;
    text-shadow: -6px 0px red,
    0px 6px red,
    6px 0px red,
    0px -6px red,
    -6px 6px red,
    6px 6px red,
    6px -6px red,
    -6px -6px red;
    /*opacity: 0.7;*/
}

.poker-text-200.green {
    color: #00C300;
}

.poker-text-200.red {
    color: #AB0000;
}

.poker-text-200.gray {
    color: #404040;
}

.poker-text-200.blue {
    color: #4DC8F5;
}

.poker-text-80-1 {
    margin: 0 0 0 0;
    font-size: 80px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
    letter-spacing: 10px;
    /*
    text-shadow:
        -3px 0px black,
         0px 3px black,
         3px 0px black,
         0px -3px black,
         -3px 3px black,
         3px 3px black,
         3px -3px black,
         -3px -3px black;
         */
}

.poker-text-80-1.yellow {
    color: #FFC90E;
}

.poker-text-80-1.green {
    color: #00C300;
    /*
    text-shadow:
            -3px 0px #F57C6C,
            0px 3px #F57C6C,
            3px 0px #F57C6C,
            0px -3px #F57C6C,
            -3px 3px #F57C6C,
            3px 3px #F57C6C,
            3px -3px #F57C6C,
            -3px -3px #F57C6C;*/
}

.poker-text-80-1.red {
    color: #AB0000;
}

.poker-text-80-1.gray {
    color: #727C85;
}

.poker-text-80-1.blue {
    color: #4DC8F5;
}

.poker-text-normal-24 {
    font-size: 24px;
    font-family: arial;
    font-weight: 200;
    letter-spacing: 2px;
}

.poker-text-normal-24.yellow {
    color: #FFC90E;
}

.poker-text-normal-24.green {
    color: #00C300;
}

.poker-text-normal-24.red {
    color: #AB0000;
}

.poker-text-normal-24.gray {
    color: #404040;
}

.poker-text-normal-24.blue {
    color: #4DC8F5;
}

.poker-text-normal-24.white {
    color: #FFFFFF;
}

