/*.tvg-cta-button {*/
/*color: black;*/
/*background-color: #FFCC00;*/
/*border: none;*/
/*font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;*/
/*text-transform: uppercase;*/
/*border-radius: 6px;*/
/*padding: 12px 16px 10px 16px;*/
/*font-weight: 700;*/
/*}*/

.tvg-cta-button {
    color: black;
    background-color: #FFCC00;
    border: none;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border-radius: 1px;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 1.7em;
    text-align: center;
    vertical-align: middle;
    border-radius: 2px;
}



@media screen and (max-width: 990px) {

    .tvg-cta-button {
        width: 100%;
    }
}

.betNowButton:link,
.betNowButton:visited {
    color: #000;
}

.betNowButton {
    display: inline-block;
}

.betNowAlignment {
    display: table-cell;
    text-align: center;
}

@media screen and (max-width: 599px) {
    .footer-fixed-bottom {
        position: fixed;
        bottom: 0;
        margin-bottom: 0;
        border-width: 1px 0 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
}

@media screen and (min-width: 600px) {
    .footer-fixed-bottom {
        position: -webkit-sticky;
        position: sticky;
    }
}

@media screen and (min-width: 600px) and (max-width: 990px) {
    .footer-fixed-bottom {
        width: 200px;
        display: inline-block;
    }
}

@media screen and (max-width: 990px) {

    .mobile-cta {

        background-color: #FFCC00 !important;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
        font-weight: 700;
        color: black !important;
        font-family: 'Roboto', Helvetica, Arial, sans-serif;
        font-size: 150%;

    }

    .mobile-cta-bar {
        background-color: #FFCC00 !important;
    }

    /* .footer-fixed-bottom {
        bottom: 0;
        margin-bottom: 0;
        border-width: 1px 0 0;
        right: 0;
        left: 0;
        z-index: 1030;
    } */

    .tvg-cta-button:hover {
        color: black;
        background-color: #FFCC00;
        border-color: white;
    }

    #container {
        display: flex;
        flex-direction: column;
        min-height: 100%;
    }
}

.footer-fixed-bottom-mep {
    bottom: 48px !important;
    flex: 0 0 auto;
}

#promoContentDiv {
    flex: 1 1 auto;
    position: relative;
    overflow-y: auto;
}

#promoContentDiv .featured-promotion-row {
    margin-top: 0;
}