﻿a {
    color: #4ca800;
}

.row {
    margin: 0;
}

b {
    font-weight: 700;
}

.holding-wrapper {
    margin: auto;
}

.home-wrapper {
    width: 100%;
    margin: 0 auto;
}

#dealSwapFrame h3 {
    margin-top: 0;
}

.ui-loader {
    display: none !important;
}

.contentshadow {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6d6d6+0,ffffff+100 */
    background: #d6d6d6; /* Old browsers */
    background: -moz-linear-gradient(top, #d6d6d6 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d6d6d6 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d6d6d6 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    width: 100%;
    height: 40px;
}

.downloadbut {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#92cc00+0,4ca800+78 */
    background: #92cc00; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkyY2MwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iIzRjYTgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #92cc00 0%, #4ca800 78%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#92cc00), color-stop(78%,#4ca800)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #92cc00 0%,#4ca800 78%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #92cc00 0%,#4ca800 78%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #92cc00 0%,#4ca800 78%); /* IE10+ */
    background: linear-gradient(to bottom, #92cc00 0%,#4ca800 78%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92cc00', endColorstr='#4ca800',GradientType=0 ); /* IE6-8 */
    padding: 1px 20px;
    color: #fff;
    text-align: center;
    margin: 10px 0 0 0px;
    font-size: 200%;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px;
    float: left;
    max-width: 300px;
    text-transform: uppercase;
}

    .downloadbut:hover {
        color: #fff;
        font-weight: 700;
        font-size: 150%;
        text-align: center;
        background: #4ca800;
        background: -moz-linear-gradient(top, #4ca800 26%, #92cc00 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#4ca800), color-stop(100%,#92cc00));
        background: -webkit-linear-gradient(top, #4ca800 26%,#92cc00 100%);
        background: -o-linear-gradient(top, #4ca800 26%,#92cc00 100%);
        background: -ms-linear-gradient(top, #4ca800 26%,#92cc00 100%);
        background: linear-gradient(to bottom, #4ca800 26%,#92cc00 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ca800', endColorstr='#92cc00',GradientType=0 );
        cursor: pointer;
        padding: 1px 20px;
        color: #fff;
        text-align: center;
        margin: 10px 0 0 0px;
        font-size: 200%;
        text-decoration: none;
        font-weight: 700;
        border-radius: 4px;
    }

.button.betnow {
    background: #70b835;
}

    .button.betnow:hover {
        background: #00246d;
    }

.button:hover {
    background: #70b835;
}

.shadow {
    height: 30px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6d6d6+0,ffffff+100 */
    background: #d6d6d6; /* Old browsers */
    background: -moz-linear-gradient(top, #d6d6d6 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d6d6d6 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d6d6d6 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}



.top-info {
    top: 45px;
    left: 200px;
    max-width: 684px;
    height: auto;
    padding: 0px;
    position: absolute;
}


.top-text {
    font-family: 'Roboto', sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    /*text-shadow: 0 3px 0 #000000;*/
    line-height: 1em;
    font-style: italic;
}

.top-text-info {
    font-family: 'Roboto', sans-serif;
    font-size: 3.5em;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 0 3px 0 #000000;
    line-height: 1em;
    font-style: italic;
}

.top-text.blue {
    color: #0099ff;
    text-shadow: 0 2px 0 #000000;
    font-size: 18px;
}


.hb-btn {
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    width: 210px;
    background-color: rgb(0, 153, 255);
    position: absolute;
    z-index: 500;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    padding: 10px;
    margin: 15px 0px;
}

    .hb-btn:hover {
        color: #FFF;
        background-color: #70b835;
        font-weight: bold;
    }


.break {
    display: none;
}

.winnerdesktop img {
    width: 100%;
    max-width: 200px;
}

.winners {
    background: url(../images/banners/big-winner-20171031-banner.jpg) no-repeat top center scroll;
    width: 100%;
    background-size: cover;
    height: 400px;
}

.ban1 {
    background: url(../images/banners/fast-charge-2017-banner1.jpg) no-repeat top center scroll;
    width: 100%;
    background-size: cover;
    height: 400px;
}

.ban3 {
    background: url(../images/banners/fast-charge-2017-banner2.jpg) no-repeat top center scroll;
    width: 100%;
    background-size: cover;
    height: 400px;
}

.ban2 {
    background: url(../images/banners/live-betting-20170830.jpg) no-repeat top center scroll;
    width: 100%;
    background-size: cover;
    height: 400px;
}

.banEPL {
    background: url(../images/banners/epl-2018-banner.jpg) no-repeat top center scroll;
    width: 100%;
    background-size: cover;
    height: 400px;
}

/*.banuefa {
    background: url(../images/banners/voda-super-rugby-2-2018-banner.jpg) no-repeat top center scroll;
    width: 100%;
    background-size: cover;
    height: 400px;
}*/

.banuefaone {
    background: url(../images/banners/champions-league-20180305-banner.jpg) no-repeat top center scroll;
    width: 100%;
    background-size: cover;
    height: 400px;
}

/*.ban4 {
    background: url(../images/banners/manu-liverpool-2018-banner.jpg) no-repeat top center scroll;
    width: 100%;
    background-size: cover;
    height: 400px;
}*/

.ban5 {
    background: url(../images/banners/fast-charge-2017-banner3.jpg) no-repeat top center scroll;
    width: 100%;
    background-size: cover;
    height: 400px;
}

.ban6 {
    background: url(../images/banners/refer-a-friend-14.jpg) no-repeat top center scroll;
    width: 100%;
    background-size: cover;
    height: 400px;
}

.ban7 {
    background: url(../images/banners/LOTTO-20170904-Banner.jpg) no-repeat top center scroll;
    width: 100%;
    background-size: cover;
    height: 400px;
}

.ban8 {
    background: url(../images/banners/winning-week-1-feb-2018-banner.jpg) no-repeat top center scroll;
    width: 100%;
    background-size: cover;
    height: 400px;
}

.ban9 {
    background: url(../images/banners/bnp-parisbas-2018-banner.jpg) no-repeat top center scroll;
    width: 100%;
    background-size: cover;
    height: 400px;
}

.grid {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .grid img {
        position: relative;
        display: block;
        width: auto;
        height: auto;
        opacity: 0.8;
    }

    .grid .caption {
        color: #fff;
        text-transform: uppercase;
        font-size: 125%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .grid .caption::before,
        .grid .caption::after {
            pointer-events: none;
        }

        .grid .caption,
        .grid .caption > a {
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

            /* Anchor will cover the whole item by default */
            /* For some effects it will show as a button */
            .grid .caption > a {
                z-index: 1000;
                text-indent: 200%;
                white-space: nowrap;
                opacity: 0;
            }

    .grid h2 {
        word-spacing: -0.15em;
        font-weight: 300;
        font-size: 160%;
    }

        .grid h2 span {
            font-weight: 800;
        }

    .grid h2,
    .grid p {
        margin: 0;
    }

    .grid p {
        letter-spacing: 1px;
        font-size: 190%;
    }

.item {
    width: 100%;
}

    .item .carousel-control {
        width: 5%;
    }

    .item .carousel-inner {
        width: 100%;
    }

    .item .carousel-indicators {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        z-index: 15;
        margin: 0;
        padding: 0 25px 5px 0;
        text-align: right;
        display: none;
    }

    .item .carousel-caption {
        background-color: #f9a41d;
        position: absolute;
        letter-spacing: 0;
        left: 0;
        right: 0;
        margin-top: 15px;
        bottom: 0;
        z-index: 10;
        font-size: 9px;
        padding: 3px;
        color: #fff;
        text-align: center;
        text-shadow: none;
    }

        .item .carousel-caption h2 {
            color: #000;
            font-weight: 700;
            margin: 0;
            padding: 0;
        }

    .item .carousel-control.left,
    .item .carousel-control.right {
        background-image: none;
    }

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (min-width:768px) {



    .item .carousel-caption {
        background-color: #f9a41d;
        font-size: 120%;
        padding: 5px 0 5px 10px;
    }
}

.col-center {
    float: none;
    margin-right: auto;
    margin-left: auto;
}

.homecontainer {
    padding-right: 0;
    padding-left: 0;
    /*min-height: 900px;*/
}

.logos {
    text-align: center;
    margin: 0;
    background: #E7E7E7;
    display: block;
    padding: 0;
}

    .logos img {
        margin: 0 5px 5px 0;
    }

.regcontainer {
    background: #E7E7E7;
    width: 100%;
    display: inline-block;
    text-align: center;
}

    .regcontainer .left-container,
    .regcontainer .Register {
        display: inline-block;
        vertical-align: top;
    }

        .regcontainer .Register .regbtn {
            background: #21a9e1;
            color: #fff;
            font-size: 1.4em;
            padding: 15px 10px;
            -ms-touch-action: manipulation;
            touch-action: manipulation;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            user-select: none;
            -webkit-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, .3);
            box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, .3);
        }

    .regcontainer .step1,
    .regcontainer .step2,
    .regcontainer .step3 {
        color: #000;
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        border: 4px solid #ffffff;
        background: #faa61f;
        margin: 10px 8px;
        font-size: 200%;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        text-align: center;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
        box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
    }

        .regcontainer .step1:hover,
        .regcontainer .step2:hover,
        .regcontainer .step3:hover {
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-name: rotateIn;
            animation-name: rotateIn;
        }

    .regcontainer .number {
        font-weight: 700;
        font-size: 45px;
    }

    .regcontainer .step1 {
        background: #f9a41d;
    }

    .regcontainer .step2 {
        background: #21a9e1;
    }

    .regcontainer .step3 {
        background: #4ca800;
    }

    .regcontainer .regbottom {
        display: block;
        margin-bottom: 5px;
    }

        .regcontainer .regbottom h3 {
            width: 100px;
            display: inline-block;
            color: #000;
            font-size: 130%;
            text-align: center;
            vertical-align: middle;
            margin: 0;
        }

@media (min-width : 568px) and (max-width : 1023px) {



    .regcontainer .left-container .step1,
    .regcontainer .left-container .step2,
    .regcontainer .left-container .step3 {
        width: 105px;
        height: 105px;
        margin-right: 5px;
        display: inline-block;
    }

    .regcontainer .left-container .number {
        font-size: 60px;
    }

    .regcontainer .left-container .regbottom h3 {
        width: 120px;
        font-size: 1.4em;
        margin: 0 0px;
    }

    .regcontainer .Register {
        display: inline-block;
        padding: 0;
        position: relative;
        width: 100px;
        margin: 0 0 0 0;
    }

        .regcontainer .Register .regbtn {
            background: #21a9e1;
            margin: 30px 0 0 0;
            color: #fff;
            position: relative;
            font-size: 1.1em;
            vertical-align: middle;
            padding: 30px 10px;
            text-align: center;
        }
}

@media (min-width : 1024px) and (max-width : 1199px) {

    .winnerdesktop img {
        width: 100%;
        max-width: 200px;
    }

    .top-info {
        left: 140px;
    }

    .ban1 {
        height: 349px;
    }

    .ban2 {
        height: 349px;
    }

    .ban3 {
        height: 349px;
    }

    .ban4 {
        height: 349px;
    }


    .ban5 {
        height: 349px;
    }


    .ban6 {
        height: 349px;
    }


    .ban7 {
        height: 349px;
    }


    .ban8 {
        height: 349px;
    }


    .ban9 {
        height: 349px;
    }

    .item {
        width: 100%;
    }

    .regcontainer {
        width: 100%;
    }

        .regcontainer .Register {
            display: inline-block;
            padding: 0;
            width: 150px;
            margin: 0;
        }

            .regcontainer .Register .regbtn {
                background: #21a9e1;
                margin: 22px 25px 0 0;
                color: #fff;
                position: relative;
                font-size: 1em;
                vertical-align: middle;
                padding: 30px 10px;
                text-align: center;
            }

        .regcontainer .left-container .step1,
        .regcontainer .left-container .step2,
        .regcontainer .left-container .step3 {
            width: 110px;
            height: 110px;
            font-size: 100%;
            display: inline-block;
        }

        .regcontainer .left-container .number {
            font-size: 65px;
        }

        .regcontainer .left-container .regbottom {
            display: block;
        }

            .regcontainer .left-container .regbottom h3 {
                width: 133px;
                text-align: center;
                display: inline-block;
                color: #000;
                font-size: 140%;
            }
}

@media (min-width : 1200px) {

    .winnerdesktop img {
        width: 100%;
        max-width: 200px;
    }

    .item {
        width: 100%;
    }

    .regcontainer {
        width: 100%;
        min-height: 169.3px;
    }


        .regcontainer .left-container .step1,
        .regcontainer .left-container .step2,
        .regcontainer .left-container .step3 {
            width: 116px;
            height: 116px;
            display: inline-block;
        }

        .regcontainer .left-container .number {
            font-size: 65px;
        }

        .regcontainer .left-container .regbottom h3 {
            width: 130px;
            font-size: 1.7em;
        }

        .regcontainer .Register .regbtn {
            background: #21a9e1;
            margin: 22px 40px 0 0;
            color: #fff;
            position: relative;
            font-size: 1.2em;
            vertical-align: middle;
            padding: 30px 20px;
            text-align: center;
        }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.home-header {
    height: 133px;
    background: #f9a41d; /* Old browsers */
    background: -moz-linear-gradient(top, #f9a41d 0%, #f15b24 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9a41d), color-stop(100%,#f15b24)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9a41d 0%,#f15b24 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9a41d 0%,#f15b24 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9a41d 0%,#f15b24 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f9a41d 0%,#f15b24 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a41d', endColorstr='#f15b24',GradientType=0 ); /* IE6-9 */
    background: url(../Images/toteHeader.jpg);
}

.home-banner {
    height: auto;
    width: 100%;
    background: green;
}

.home-main {
    background: #fff;
    padding: 5px 10px;
    text-align: center;
    background-image: url("../Images/allsports.jpg");
}

    .home-main h1 {
        color: #008dc7;
        margin: 20px 0 10px 0;
    }

    .home-main h2 {
        color: #4ca800;
        margin: 20px 0 10px 0;
    }

.home-main {
    text-align: left;
    margin: 0 10px;
}

.margin-left {
    margin-left: 0;
}

.margin-right {
    margin-right: 0;
}


.over18:hover {
    background-position: 0 -35px;
}

.over18 a {
    display: block;
    width: 35px;
    height: 35px;
}


.home_center {
    width: 100%;
    margin: 5px;
    /* display: inline-block; */
}

@media screen and (max-width: 768px) {
    .home_center h1 {
        margin: 0;
    }

    .home_center {
        text-align: center;
        margin: 5px;
    }

    .top-info {
        top: 38px;
        left: 100px;
    }

    .top-text {
        font-size: 40px;
    }

        .top-text.blue {
            font-size: 11px;
        }

    .winnerdesktop img {
        max-width: 100px;
        width: 100%;
    }

    .ban1 {
        height: 262px;
    }

    .ban2 {
        height: 262px;
    }

    .ban3 {
        height: 262px;
    }

    .ban4 {
        height: 262px;
    }

    .banEPL {
        height: 262px;
    }

    .winners {
        height: 262px;
    }

    .ban5 {
        height: 262px;
    }

    .ban6 {
        height: 262px;
    }

    .ban7 {
        height: 262px;
    }

    .ban8 {
        height: 262px;
    }

    .ban9 {
        height: 262px;
    }

    .hb-btn {
        font-size: 19px;
        width: 187px;
        padding: 8px;
        margin: 9px 0px;
    }
}
/*Race Cards*/
.race-wrapper {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    margin: 0 auto;
}

.race-main {
    background: #fff;
    padding: 10px;
}

.RaceCardDivs {
    min-height: 800px;
    background-color: #fff;
    border: 1px rgba(220,237,252,1);
}

.VenueDetails {
    padding: 15px;
    border: 1px solid #f2f2f2;
    margin-bottom: 10px;
    /*box-shadow: 0 1px 1px rgb(0 0 0 / 5%);*/
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.VenueHeader {
    background-color: #f2f2f2;
    color: #081535;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-color: #f2f2f2;
    letter-spacing: 0.5px;
}

.Racedetails {
    /*background-color: rgba(220,237,252,1);*/
    margin: 0;
    padding: 15px 5px;
    border: 1px solid #00246d;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.ClickRaces {
    cursor: pointer;
    border-radius: 5px;
    padding-bottom: 1.5px;
}

    .ClickRaces #header {
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        border-color: #081535;
        background-color: #081535;
        color: #fff;
        line-height: 1.1;
        padding: 10px;
    }

    .ClickRaces p,
    .VenueDetails p {
        padding: 0;
        margin-bottom: 3px;
    }

.Racedetails p {
    font-size: 90%;
}

.openRaces {
    cursor: pointer;
    float: left;
}


table.RaceCard {
    background-color: #CDCDCD;
    padding: 0;
    margin: 0;
    font-size: 100%;
    width: 100%;
    text-align: left;
}

    table.RaceCard.RaceHeader thead tr th {
        background-color: #CDCDCD;
        font-size: 100%;
        padding: 5px;
    }

    table.RaceCard.RaceVenue thead tr th {
        background-color: #FFF;
        color: #3D3D3D;
        vertical-align: top;
        font-size: 100%;
        padding: 0;
    }

    table.RaceCard tbody tr td {
        background-color: #FFF;
        color: #3D3D3D;
        vertical-align: top;
        font-size: 100%;
        padding: 0;
    }

.RACE_HEADER_1_VENUE {
    font-size: 80%;
    font-weight: 700;
    display: inline-block;
}

.RACE_HEADER_1_RACE_NO {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    font-size: 90%;
    margin-bottom: 5px;
    text-align: left;
}


.RACE_HEADER_1_RACE_TIME {
    display: inline-block;
    color: #00246d;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 2px 5px;
    font-size: 80%;
    font-weight: 700;
    margin-bottom: 5px;
    margin-left: 20px;
    text-align: left;
}

.RACE_HEADER_2_RACE_TITLE {
    display: block;
    font-size: 70%;
    width: 100%;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: left;
}

.RACE_HEADER_2_RACE_DESC {
    display: inline-block;
    font-size: 80%;
    text-align: left;
}

.RACE_HEADER_1_GR_STAKE {
    float: right;
    display: inline-block;
    font-size: 80%;
}

.racecard_footer {
    margin-top: 30px;
}

    .racecard_footer p {
        font-size: 80%;
        text-align: center;
    }

.VENUE,
.DATE,
.DAY {
    padding: 10px;
    display: inline-block;
    font-size: 80%;
    font-weight: 700;
}


.stats {
    display: inline;
    font-size: 90%;
    font-style: italic;
    color: darkslategrey;
}

.comment {
    text-align: left;
}

.RaceRunners {
    cursor: default;
    font-size: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: auto;
    width: 100%;
    text-align: left;
    border-top: 1px solid #081535;
    margin-bottom: 10px;
    margin-top: 10px;
}

.RaceImage {
    display: inline-block;
    margin: 10px;
    vertical-align: middle;
}

.raceno {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 120%;
}

.Horsename {
    vertical-align: middle;
    margin-left: 10px;
    display: inline-block;
    font-weight: 700;
}

.RaceRunners .Age {
    display: inline-block;
}

.RaceRunners .Runs {
    display: inline-block;
}

.RaceRunners .draw {
    display: inline-block;
}

.RaceRunners .wgt {
    display: inline-block;
}

.RaceRunners .comment {
    font-size: 140%;
    text-align: left;
}

table.RecentResults {
    padding: 0;
    margin: 0;
    font-size: 90%;
    width: 100%;
    text-align: left;
    border-spacing: 0;
    border: 0.5px solid #d6d6d6;
}

    table.RecentResults thead tr {
        font-weight: 700;
        vertical-align: middle;
        background-color: #ebe7e7;
        font-size: 70%;
        padding: 0;
        text-align: center;
        margin: 0;
    }

        table.RecentResults thead tr th {
            border: 0.5px solid #d6d6d6;
        }

    table.RecentResults tbody tr td {
        background-color: #FFF;
        border-top: solid 1px #ebe7e7;
        color: #3D3D3D;
        text-align: center;
        vertical-align: top;
        font-size: 80%;
        padding: 5px 0;
        margin: 0;
    }

.RaceStats {
    display: inline-block;
    font-size: 80%;
    cursor: default;
    border: 1px solid #70b835;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    white-space: nowrap;
    margin: 5px;
    vertical-align: top;
    height: 125px;
}

table.RACE_RATE {
    margin: 0;
    width: 100%;
    text-align: left;
    padding: 0;
    border-spacing: 0;
    min-width: 200px;
}

    table.RACE_RATE tr th {
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        border: solid 1px #8DC63F;
        text-align: left;
        font-size: 100%;
        padding: 3px;
        background-color: #8DC63F;
        color: #081535;
        font-weight: 700;
        text-align: center;
    }

    table.RACE_RATE tr td {
        background-color: #fff;
        text-align: left;
        border-top: 0.5px solid #70b835;
        padding: 3px 5px;
    }

.RaceStatsInfo {
    width: 250px;
    color: black;
    display: inline-block;
    font-size: 80%;
    cursor: default;
    white-space: nowrap;
    margin: 10px 10px 0 10px;
    vertical-align: top;
}

    .RaceStatsInfo .col-1 {
        display: inline-block;
        width: 120px;
        font-weight: 700;
        vertical-align: top;
    }

    .RaceStatsInfo .col-3 {
        display: inline-block;
        width: 70px;
        font-weight: 700;
        vertical-align: top;
    }

    .RaceStatsInfo .col-2,
    .RaceStatsInfo .col-4 {
        width: 100px;
        text-align: left;
        display: inline-block;
        font-weight: 300;
        vertical-align: top;
    }

    .RaceStatsInfo p {
        padding: 0;
        margin-bottom: 3px;
        margin-top: 10px;
    }

.RaceInfo {
    cursor: pointer;
    color: #fff;
    display: inline-block;
}

.HorseInfo {
    cursor: pointer;
    color: #70b835;
}

.HORSE_HEADER {
    margin-left: 10px;
    margin-bottom: 10px;
    word-wrap: break-word;
    display: block;
    font-weight: 700;
    font-size: 90%;
    padding: 5px;
}

.RaceLabel {
    font-size: 120%;
    font-weight: 700;
}

select {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    font-size: 130%;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    border: 1px solid #AAA;
    color: #555;
    margin: 20px;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
}

.PrintRaceCard a {
    color: #081535;
    text-decoration: none;
    cursor: pointer;
    font-size: 80%;
    float: right;
    font-weight: 700;
    margin-right: 10px;
    margin-top: 8px;
}

.raceCardLogo {
    background-color: #fff;
}

    .raceCardLogo img {
        width: 150px !important;
        /* height: 60px; */
        margin: 10px;
        width: auto;
    }

@media screen and (min-width :568px) {
    RACE_HEADER_1_RACE_TIME,
    RACE_HEADER_2_RACE_TITLE,
    .RACE_HEADER_1_RACE_TIME,
    .PrintRaceCard a,
    .RACE_HEADER_1_RACE_NO,
    .VENUE,
    .DATE,
    .DAY {
        font-size: 110%;
    }
}

.laduma {
    background: #132154;
    background: -moz-linear-gradient(top, #132154 12%, #2e2bbf 49%, #132154 87%);
    background: -webkit-linear-gradient(top, #132154 12%,#2e2bbf 49%,#132154 87%);
    background: linear-gradient(to bottom, #132154 12%,#2e2bbf 49%,#132154 87%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#132154', endColorstr='#132154',GradientType=0 );
    width: 100%;
    height: 150px;
}

    .laduma p {
        font-size: 120%;
        font-weight: 700;
        color: #ffffff;
        text-transform: uppercase;
        text-align: right;
        padding-top: 27px;
        padding-right: 20px;
    }

    .laduma h5 {
        font-size: 250%;
        font-weight: 700;
        color: #ffffff;
        text-transform: uppercase;
        text-align: right;
        padding: 5px 20px 30px 0;
    }

.ladumalogo {
    float: left;
}

@media screen and (max-width : 645px) {

    .winnerdesktop img {
        max-width: 100px;
        width: 100%;
    }

    .ban1 {
        height: 190px;
    }

    .ban2 {
        height: 190px;
    }

    .ban3 {
        height: 190px;
    }

    .ban4 {
        height: 190px;
    }

    .ban5 {
        height: 190px;
    }

    .ban6 {
        height: 190px;
    }

    .ban7 {
        height: 190px;
    }

    .ban8 {
        height: 190px;
    }

    .ban9 {
        height: 190px;
    }

    .top-text {
        font-size: 25px;
    }

        .top-text.blue {
            font-size: 11px;
        }


    .hb-btn {
        font-size: 18px;
        width: 162px;
        padding: 2px;
    }

    .break {
        display: inherit;
    }

    .break2 {
        display: none;
    }
}

@media screen and (max-width : 500px) {
    .ladumalogo {
        width: 100%;
    }

        .ladumalogo img {
            width: 300px;
            margin-top: 10px;
            margin-left: 50px;
        }

    .laduma p {
        font-size: 120%;
        width: 100%;
        padding-top: 15px;
        padding-right: 50px;
    }

    .laduma h5 {
        font-size: 250%;
        width: 100%;
        padding-right: 70px;
    }


    .top-info {
        top: 13px;
        left: 50px;
        max-width: 684px;
        height: auto;
        padding: 0px;
        position: absolute;
    }

    .top-text {
        font-size: 20px;
        color: #000;
    }

        .top-text.blue {
            font-size: 11px;
        }


    .hb-btn {
        font-size: 12px;
        width: 111px;
        margin: 9px 0px;
        padding: 6px;
    }

    .winnerdesktop img {
        max-width: 100px;
        width: 100%;
    }

    .winners {
        background: url(../images/banners/mobile/big-winner-20171031-banner-mobile.jpg) no-repeat top center scroll;
        height: 170px;
    }

    .ban1 {
        background: url(../images/banners/mobile/fast-charge-2017-mobile-banner1.jpg) no-repeat top center scroll;
        height: 170px;
    }

    .ban2 {
        height: 170px;
        background: url(../images/banners/mobile/live-betting-20170830-mobile.jpg) no-repeat top center scroll;
    }

    .ban3 {
        height: 170px;
        background: url(../images/banners/mobile/fast-charge-2017-mobile-banner2.jpg) no-repeat top center scroll;
    }

    .banEPL {
        height: 170px;
        background: url(../images/banners/mobile/epl-2018-mobile-banner.jpg) no-repeat top center scroll;
    }

    .banuefaone {
        height: 170px;
        background: url(../images/banners/mobile/champions-league-20180305-mobile-banner.jpg) no-repeat top center scroll;
    }

    .banuefa {
        height: 170px;
        background: url(../images/banners/mobile/voda-super-rugby-2-2018-mobile-banner.jpg) no-repeat top center scroll;
    }

    .ban4 {
        height: 170px;
        background: url(../images/banners/mobile/manu-liverpool-2018-mobile-banner.jpg no-repeat top center scroll;
    }

    .ban5 {
        background: url(../images/banners/mobile/fast-charge-2017-mobile-banner3.jpg) no-repeat top center scroll;
        height: 170px;
    }

    .ban6 {
        height: 170px;
        background: url(../images/banners/mobile/refer-a-friend-mobile14.jpg) no-repeat top center scroll;
    }

    .ban7 {
        height: 170px;
        background: url(../images/banners/mobile/LOTTO-2017-Mobile3.jpg) no-repeat top center scroll;
    }

    .ban8 {
        height: 170px;
        background: url(../images/banners/mobile/winning-week-1-feb-2018-mobile-banner.jpg) no-repeat top center scroll;
    }

    .ban9 {
        height: 170px;
        background: url(../images/banners/mobile/bnp-parisbas-2018-mobile-banner.jpg) no-repeat top center scroll;
    }



    /*mobile .ban7 {
    height: 170px;
    background: url(../images/banners/mobile/big-winner-banner-mobile.jpg) no-repeat top center scroll;
}*/
