                @import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
            .col-xs-20,
            .col-sm-20,
            .col-md-20,
            .col-lg-20 .col-xl-20 {
                position: relative;
                min-height: 1px;
                padding-right: 15px;
                padding-left: 15px;
            }
            
            .col-xs-20 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 25%;
                flex: 0 0 20%;
                max-width: 20%;
            }
            
            .img-fluid {
                max-width: 100%;
                height: auto;
            }
            
            @media (min-width: 576px) {
                .col-sm-20 {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 25%;
                    flex: 0 0 20%;
                    max-width: 20%;
                }
            }
            
            @media (min-width: 768px) {
                .col-md-20 {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 25%;
                    flex: 0 0 20%;
                    max-width: 20%;
                }
            }
            
            @media (min-width: 960px) {
                .col-lg-20 {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 25%;
                    flex: 0 0 20%;
                    max-width: 20%;
                }
            }
            
            @media (min-width: 1200px) {
                .col-xl-20 {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 25%;
                    flex: 0 0 20%;
                    max-width: 20%;
                }
            }
            
            .lobby {
                padding-top: 30px;
            }
            
            .lobby form {}
            
            .provImg {
                text-align: center;
                padding-bottom: 30px;
                border-bottom: 1px solid goldenrod;
            }
            
            .provImg img {
                max-width: 180px;
            }
            
            .gameImg {
                padding: 10px;
                position: relative;
                color: #000;
                text-align: center;
            }
            
            .gameImg img {
                transform: scale(1, 1);
                transition: transform 0.3s ease-out;
            }
            
            .gameImg:hover img {
                filter: brightness(50%);
            }
            
            .gameImg:hover img {
                transform: scale(1.1, 1.1);
            }
            
            .playBtn {
                color: goldenrod;
                text-transform: uppercase;
                line-height: 20px;
                font-weight: bold;
                font-size: .7em;
                width: calc(100% - 20px);
                transition: all;
                box-sizing: border-box;
                height: calc(100% - (20px));
                opacity: 0;
                cursor: pointer;
                text-align: center;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                align-items: center;
                justify-content: center;
                position: absolute;
                top: 10px;
                left: 10px;
            }
            
            .playBtn:hover {
                opacity: 1;
            }
            
            .playBtn span {
                background-image: linear-gradient(to right top, #80129e, #911aae, #710f85, #530560, #461e4c);
                padding: 5px 15px;
                border: 2px solid goldenrod;
            }
            
            .banner-envivo {
                opacity: .8;
            }
            
            banner-envivo:hover {
                opacity: 1;
            }
            
            .menu-vivo {
                margin: 30px 0;
            }
            
            .menu-vivo a {
                position: relative;
            }
            
            .menu-vivo a.active {
                background-image: linear-gradient(to right top, #80129e, #911aae, #710f85, #530560, #461e4c);
                color: #FFF;
            }
            
            .menu-vivo a.active::after {
                content: "";
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 10px 10px 0 10px;
                border-color: #daa520 transparent transparent transparent;
                position: absolute;
                bottom: -10px;
                right: 40%;
            }
            /*
--------------------------------
BlackJack
--------------------------------
*/
            
            .vgmesa {
                margin: 0 0 20px 0;
                padding: 10px;
                background-color: #000;
                border: solid 1px #ff0000;
            }
            
            .vgmesa .vgtitle {
                text-transform: capitalize;
                padding-bottom: 5px;
                margin-bottom: 0px;
                color: #EBEBEB;
                min-height: 50px;
            }
            
            .vgmesa .circle {
                border: 3px solid #aaa;
                border-radius: 50%;
                box-sizing: border-box;
                display: inline-block;
                font-size: .7em;
                padding: 8px 4px;
                margin: 2px;
                /* width: calc(100%/7 - 4px); */
            }
            
            .vgmesa .circle:last-child {
                /* position: absolute*/
                right: 0;
                top: 21px;
                border-radius: 50%;
            }
            
            .vgmesa .circle.open {
                background-color: darkgreen;
                border-radius: 50%;
            }
            
            .vgmesa .circle.closed {
                background-color: darkred;
                border-radius: 50%;
            }
            
            .vgstatus {
                width: 165px;
                color: #EBEBEB;
            }
            
            .vginfo {
                display: flex;
                justify-content: space-between;
                align-items: flex-start;
            }
            
            .vgdealer {
                width: 40%;
                margin-left: 10px;
                position: relative;
                max-height: 135px;
                overflow: hidden;
                max-width: 100px;
            }
            
            .vgdealer span {
                display: block;
                padding: 5px;
                background: rgba(0, 0, 0, 0.8);
                text-align: center;
                position: relative;
                color: #fff;
                font-size: .7em;
                position: absolute;
                bottom: 0;
                width: 100%;
            }
            
            .vgplay {
                display: flex;
                justify-content: space-between;
                margin-top: 10px;
            }
            
            .vgplay select {
                font-size: .8em;
                width: 62%;
                padding: initial;
            }
            /*.vgplay .button{
    width: 40% !important;
    margin-left: 15px;
	background-color: #ff0000;
}*/
            
            .btn-vgplay {
                background: #ff0000;
                width: 40% !important;
                margin-left: 15px;
            }
            
            .vgplay .theme-btn {
                width: 40%;
                margin-left: 10px;
                align-self: auto !important;
            }
            
            .btn-vgplay a:hover {
                background: #000;
            }
            
            .bjcircles {
                display: flex;
                margin-top: 15px;
                flex-wrap: wrap;
                margin-bottom: 15px;
                position: relative;
            }
            
            .bjcircles img {
                width: calc(100% / 7);
            }
            
            .vgstatus.rl {
                width: 60%;
            }
            
            .vgstatus.bc {
                width: 60%;
            }
            
            .bctable {
                width: 100%;
                /*border-bottom: 1px solid #00ff00;
    border-right: 1px solid #AAA;
    margin-bottom: 10px;*/
                border: solid 0px #ff00ff;
            }
            
            .bctable table {
                border-left: 1px solid #AAA;
                border-right: 1px solid #AAA;
            }
            
            .bctable table tr {
                border-top: 1px solid #AAA;
                border-bottom: 1px solid #AAA;
            }
            
            .rltable {
                margin-bottom: 10px;
            }
            
            .rltable table {
                width: 100%;
            }
            
            .rltable td {
                padding: 2px;
                border: 1px solid #AAA;
                font-size: .8em;
                text-align: center;
            }
            
            .rltable td.rojos {
                background-color: darkred;
            }
            
            .rltable td.negros {
                background-color: #000;
            }
            
            .rltable td.verde {
                background-color: darkgreen;
            }
            
            .rlindicador {
                border: 1px solid #AAA;
                border-radius: 0;
                font-size: .55em;
                width: 100%;
                margin-top: 10px;
            }
            
            .rlindicador .bg-black {
                background-color: black;
            }
            
            .rlindicador .bg-green {
                background-color: darkgreen;
            }
            
            .rlindicador .bg-blue {
                background-color: #111755;
            }
            
            .rlindicador .bg-red {
                background-color: darkred;
            }
            
            .bcell {
                height: 19px;
                width: 19px;
                background-color: #222;
                background-repeat: no-repeat;
            }
            
            @media only screen and (min-width: 100px) and (max-width:576px) {
                .vg-title {
                    font-size: 12px;
                }
                .vginfo {
                    display: block;
                }
                .vgstatus {
                    width: 100% !important;
                }
                .vgdealer {
                    margin-left: 0;
                    width: 100%;
                }
                .bcell {
                    height: 23px;
                    width: 23px;
                }
            }
            
            @media only screen and (min-width: 576px) and (max-width:767px) {
                .bcell {
                    height: 29px;
                    width: 29px;
                }
            }
            
            @media only screen and (min-width: 230px) and (max-width:991px) {
                .provImg {
                    padding-bottom: 20px;
                    padding-top: 15px;
                }
                .provImg img {
                    max-width: 140px;
                }
                @media screen and (max-width: 490px) {
                    .vgmesa .circle {
                        border: 3px solid #aaa;
                        border-radius: 50%;
                        box-sizing: border-box;
                        display: inline-block;
                        font-size: .6em;
                        padding: 6px 3px;
                        margin: 2px;
                        /* width: calc(100%/7 - 4px); */
                    }
                }
                @media only screen and (min-width: 992px) and (max-width:1199px) {
                    .vgstatus {
                        width: 195px;
                    }
                    .bcell {
                        height: 16px;
                        width: 16px;
                    }
                }