.leagueTablePage .slick-list .btn-play a > img {
    width: 212px !important;
    height: auto;
}

.leagueTablePage .btn-play > a:after {
    width: 53px;
    height: 53px;
    background: url(images/VideoMain.png) no-repeat 0px 0px;
    left: 10px;
    bottom: 7px;
    right: unset;
    top: unset;
}

.leagueTablePage #main .score-list table td {
    height: 50px;
    border-bottom: 1px solid #E6E6E6;
}

.leagueTablePage .desc .talkbacks-svg .messages-count {
    top: 1px;
    left: 1px;
}

.leagueTablePage #main .score-list table tr.green td {
    border-bottom: 2px solid #61ac11;
}

.leagueTablePage #main .score-list table tr.red td {
    border-bottom: 2px solid #cc1601;
}

/* Rank arrows (league table): center above/below the rank number */
.leagueTablePage #main .score-list table td:first-child {
    position: relative;
}

.leagueTablePage #main .score-list table td:first-child .rank-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    text-align: center;
    line-height: 1;
}

.leagueTablePage #main .score-list table td:first-child .rank-arrow img {
    width: 8px;
    height: 8px;
    display: block;
}

    .leagueTablePage #main .score-list table td:first-child .rank-arrow-up {
        top: 6px;
        left: 13px;
    }

.leagueTablePage #main .score-list table td:first-child .rank-arrow-down {
    bottom: 6px;
    left: 13px;
}


.leagueTablePage .post-container h2 a {
    font-family: 'blender-bold',Arial,Helvetica,sans-serif !important;
}

.leagueTablePage .league-title a {
    font-family: 'blender-regular',Arial,Helvetica,sans-serif !important;
    color: #969696;
    font-weight: 400;
}



.leagueTablePage .world-title,
.leagueTablePage .section.sub-container .header {
    height: 30px;
    width: 100%;
}

.leagueTablePage #main .people-blockHomepage.center .video-list .video-box {
    direction: rtl;
    display: block;
    width: 210px;
    height: auto;
}

.leagueTablePage #main .people-blockHomepage.center .btn-play a > img {
    position: relative;
    z-index: -1;
    width: 210px;
    height: auto;
}


.leagueTablePage .post-container .post-alt .holder {
    background: #fff;
}

.leagueTablePage .post-container .post-alt {
    padding-bottom: 0px;
}

.leagueTablePage .post-container .post {
    padding: 0px 0 0px 16px;
}

.leagueTablePage .world-title {
    height: 38px !important;
    padding: 5px 10px 0 0;
    display: inline-block;
}


.leagueTablePage .text-holder .date {
    width: 100%;
    padding: 11px 0 0 0;
}

.leagueTablePage .post-container .title {
    padding: 0px 0 10px 0;
    margin: -2px 0 0 0;
    font-family: 'blender-regular',Arial,Helvetica,sans-serif !important;
    color: #000;
    font-size: 14px;
}

.leagueTablePage .world-title h1 {
    margin: 7px 15px;
    font-size: 18px;
    font-family: 'blender-regular';
    color: #fff;
    display: inline-block;
}



.leagueTablePage .word-main-article.banner-holder .talkbacks-container,
.leagueTablePage #main .banner-holder p.h3,
.leagueTablePage #main .banner-holder h3,
.leagueTablePage #main .banner-holder h2 {
    width: 407px;
}

.leagueTablePage #main .banner-holder h2 {
    margin: 10px -1px 11px 0;
    line-height: 33px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.leagueTablePage #main .banner-holder p.h3 {
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}



.leagueTablePage #sidebarHomePage .heading strong {
    font-size: 16px;
    font-family: 'blender-regular';
    background-color: transparent;
    color: #fff;
    font-weight: 400;
}



/* COLOR */
/*---------BLUE----------------------------------------------------*/
.leagueTablePage.color-alt-blue .tab-box .tabset li {
    background: #071C81;
}

    .leagueTablePage.color-alt-blue .tab-box-list,
    .leagueTablePage.color-alt-blue .tab-box .tabset a:hover,
    .leagueTablePage.color-alt-blue .tab-box .tabset li a.active,
    .leagueTablePage.color-alt-blue #sidebarHomePage .heading {
        background: #014bad !important;
        /*height: 31px;
        border: 0;*/
        /* padding: 11px 5px 2px;*/
       /* padding: 4px 7px 0px 7px;*/
    }


.leagueTablePage.color-alt-blue .result-form a.open,
.leagueTablePage.color-alt-blue .result-form a.openYearList {
    color: #1430ba !important;
}

/*--------ORANGE-------*/
.leagueTablePage.color-alt-orange .tab-box .tabset li {
    background: #c24704;
}

    .leagueTablePage.color-alt-orange .tab-box-list,
    .leagueTablePage.color-alt-orange .tab-box .tabset li a:hover,
    .leagueTablePage.color-alt-orange .tab-box .tabset li a.active,
    .leagueTablePage.color-alt-orange #sidebarHomePage .heading {
        background: #ff5a00 !important;
    }


.color-alt-orange .word-main-article .talkbacks-svg svg,
.color-alt-orange .post-container .world-arrow {
    fill: #ff5a00 !important;
    color: #ff5a00;
}

.color-alt-orange .word-main-article .talkbacks-svg .messages-count a,
.leagueTablePage.color-alt-orange .result-form a.open,
.leagueTablePage.color-alt-orange .result-form a.openYearList {
    color: #ff5a00 !important;
}

/*------GREEN---------*/
.leagueTablePage.color-alt-green .tab-box .tabset li {
    background: #0b7a00;
}

    .leagueTablePage.color-alt-green .tab-box-list,
    .leagueTablePage.color-alt-green .tab-box .tabset li a:hover,
    .leagueTablePage.color-alt-green .tab-box .tabset li a.active,
    .leagueTablePage.color-alt-green #sidebarHomePage .heading {
        background: #0e9b00 !important;
    }

.color-alt-green .word-main-article .talkbacks-svg svg,
.color-alt-green .post-container .world-arrow {
    fill: #0e9b00 !important;
    color: #0e9b00;
}

.color-alt-green .word-main-article .talkbacks-svg .messages-count a,
.leagueTablePage.color-alt-green .result-form a.open,
.leagueTablePage.color-alt-green .result-form a.openYearList {
    color: #0e9b00 !important;
}

/*------RED---------*/

.leagueTablePage.color-alt-red .tab-box .tabset li {
    background: #940101;
}

    .leagueTablePage.color-alt-red .tab-box-list,
    .leagueTablePage.color-alt-red .tab-box .tabset li a:hover,
    .leagueTablePage.color-alt-red .tab-box .tabset li a.active,
    .leagueTablePage.color-alt-red #sidebarHomePage .heading {
        background: #d10202 !important;
    }

.color-alt-red .word-main-article .talkbacks-svg svg,
.color-alt-red .post-container .world-arrow {
    fill: #d10202 !important;
    color: #d10202;
}

.leagueTablePage.color-alt-red .result-form a.open,
.leagueTablePage.color-alt-red .result-form a.openYearList {
    color: #d10202 !important;
}




/*-------BLUETRAVEL--------*/
.leagueTablePage.color-alt-bluetravel .tab-box .tabset li {
    background: #01253b;
}

    .leagueTablePage.color-alt-bluetravel .tab-box-list,
    .leagueTablePage.color-alt-bluetravel .tab-box .tabset li a:hover,
    .leagueTablePage.color-alt-bluetravel .tab-box .tabset li a.active,
    .leagueTablePage.color-alt-bluetravel #sidebarHomePage .heading {
        background: #3d79b4 !important;
    }

.leagueTablePage.color-alt-bluetravel .result-form a.open,
.leagueTablePage.color-alt-bluetravel .result-form a.openYearList {
    color: #3d79b4 !important;
}

/*-------GREEN--------*/
.leagueTablePage.color-alt-greenLight .tab-box .tabset li {
    background: #446e29;
}

    .leagueTablePage.color-alt-greenLight .tab-box-list,
    .leagueTablePage.color-alt-greenLight .tab-box .tabset li a:hover,
    .leagueTablePage.color-alt-greenLight .tab-box .tabset li a.active,
    .leagueTablePage.color-alt-greenLight #sidebarHomePage .heading {
        background: #60993A !important;
    }


.leagueTablePage.color-alt-greenLight .result-form a.open,
.leagueTablePage.color-alt-greenLight .result-form a.openYearList {
    color: #60993A !important;
}

/*-------GREY--------*/
.leagueTablePage.color-alt-grey .tab-box .tabset li {
    background: #3f454d;
}

    .leagueTablePage.color-alt-grey .tab-box-list,
    .leagueTablePage.color-alt-grey .tab-box .tabset li a:hover,
    .leagueTablePage.color-alt-grey .tab-box .tabset li a.active,
    .leagueTablePage.color-alt-grey #sidebarHomePage .heading {
        background: #59616c !important;
    }

.leagueTablePage.color-alt-grey .result-form a.open,
.leagueTablePage.color-alt-grey .result-form a.openYearList {
    color: #59616c !important;
}
/*-------------------------------------------------------------*/



/*-------GOLD--------*/
.leagueTablePage.color-alt-gold .tab-box .tabset li {
    background: #691e32;
}

    .leagueTablePage.color-alt-gold .tab-box-list,
    .leagueTablePage.color-alt-gold .tab-box .tabset li a:hover,
    .leagueTablePage.color-alt-gold .tab-box .tabset li a.active,
    .leagueTablePage.color-alt-gold #sidebarHomePage .heading {
        background: #691e32 !important;
    }

.leagueTablePage.color-alt-gold .result-form a.open,
.leagueTablePage.color-alt-gold .result-form a.openYearList {
    color: #691e32 !important;
}


.leagueTablePage .world-line {
    height: 10px;
    width: 100%;
    border-top: 1px solid #e8e8e8;
}

.leagueTablePage .post-container a.show-all {
    font-size: 18px;
    margin: 6px 0 0 0;
    font-family: 'blender-regular';
}

    .leagueTablePage .post-container a.show-all:before {
        background-image: unset;
    }

.leagueTablePage .post-container .world-arrow {
    float: left;
    margin: 0px 10px;
}


.leagueTablePage .show-all:before{
    content:none;
}

.leagueTablePage .show-all {
    float: left;
    position: relative;
    margin: 0 0 5px;
    color: #014bad;
    font-size: 11px;
    line-height: 15px;
    padding: 0 0 0 6px;
    font-family: 'blender-bold' !important;
    color: #fff !important;
    text-decoration: underline !important;
}

.leagueTablePage .result-form {
    background-image: unset;
    display: inline-block;
    height: 35px;
    width: 100%;
    padding: 0px 15px 0 0;
    position: absolute;
    top: 42px;
    z-index: 99999;
    display: block;
    right: 486px;
    width: 175px;
    /*height: 9px;*/
    }

    .leagueTablePage .result-form span.open {
        font-family: 'blender-bold';
        font-size: 16px;
        color: #000;
        padding: 0px 0 0 0;
        margin-top: 0 !important;
    }

    .leagueTablePage .result-form select {
        font-family: 'blender-regular';
        font-size: 14px;
        color: #000;
        width: 104px;
        height: 20px;
        margin-top: 12px !important;
        border-radius: 6px;
    }

.leagueTablePage .section.sub-container .sub-title {
    margin: 9px 11px;
    font-size: 16px;
    font-family: 'blender-regular';
    color: #fff;
    display: inline-block;
    font-weight: 400;
}


.leagueTablePage .result-form input[type="submit"],
.leagueTablePage .result-form input[type="button"] {
    float: right;
    font-size: 16px;
    font-family: blender-regular;
    border: 0px solid rgb(229, 229, 229);
    cursor: pointer;
    padding: 0px;
    text-decoration: underline;
    background: 0px center;
    line-height: 26px;
    color: rgb(255, 255, 255) !important;
}


.leagueTablePage #main .result-form h3 {
    font-family: 'blender-regular';
    float: right;
    font-size: 15px;
    line-height: 34px;
    color: #000;
    text-align: right;
    margin: 2px 0 0 0;
    max-width: 300px;
    width: 300px;
    font-weight: bold;
}



.leagueTablePage .result-form .select-holder {
    float: right;
    padding: 8px 14px 4px 10px;
    border-right: 0px solid #e0e0e0;
}



.leagueTablePage .result-form a.open {
    font-family: 'blender-bold' !important;
    font-size: 16px;
    margin: 9px 10px;
    display: inline-block;
}

.leagueTablePage .result-form a.openYearList {
    font-family: 'blender-bold' !important;
    font-size: 16px;
    margin: 2px 10px;
    display: inline-block;
}

.leagueTablePage .result-table,
.leagueTablePage .score-list table,
.leagueTablePage .goal-list table {
    border: solid #bfbfbf 1px;
    border-bottom: solid #bfbfbf 2px;
}

    .leagueTablePage .score-list table tr {
        border: unset;
        /*background-color: #E6E6E6;*/
        height: 30px;
        border-bottom: 1px solid #A7A7A7;
    }


.leagueTablePage .goal-list table tr {
    border: unset;
    background-color: #E6E6E6;
    height: 30px;
    font-family: 'blender-regular';
    font-size: 16px;
    border-bottom: 1px solid #A7A7A7;
}

.leagueTablePage .score-list {
    margin: 0px 0px;
}

.leagueTablePage .header {
    margin: 0px 0px;
}


.leagueTablePage .score-list .title-block {
    font-family: 'blender-bold';
    color: #000;
    font-size: 18px;
    border-left: solid #bfbfbf 1px;
    border-right: solid #bfbfbf 1px;
}

.leagueTablePage .score-list table tr th {
    font-family: 'blender-regular';
    color: #000;
    font-size: 16px;
    border: solid 0 !important;
}

.leagueTablePage table.result-table tr th {
    background-image: unset !important;
    border: solid 0 !important;
}

    .leagueTablePage table.result-table tr th strong {
        background-image: unset !important;
        font-family: 'blender-bold' !important;
    }

.leagueTablePage .score-list table tr td {
    /*background-color: #fff !important;*/
    height: 39px;
    font-family: 'blender-regular';
    color: #000;
    font-size: 14px;
}


.leagueTablePage .goal-list table td {
    background-color: #fff !important;
    height: 50px;
    font-family: 'blender-regular';
    color: #000;
    font-size: 12px;
}

.leagueTablePage .goal-list li {
    margin: 0 0 40px 20px;
}

/*.leagueTablePage #sidebarHomePage {
    padding: 10px 10px 0px 5px;
}*/





.leagueTablePage .tab-box .result-table td {
    background: #F9F9F9;
}

.leagueTablePage .goal-list table th {
    border-bottom: 1px solid #A7A7A7;
}

    .leagueTablePage .goal-list table th:first-child {
        width: 85px;
        padding: 0 8px 0 0;
        text-align: right;
    }


.leagueTablePage .score-list table tr.alt td,
.leagueTablePage .goal-list table tr.alt td {
   /* background-color: #FFF !important;*/
    height: 39px;
    font-family: 'blender-regular';
}

.leagueTablePage .score-list table tr.green td {
    /*  background-color:#E6F2E7  !important;
    border-bottom:solid 1 #fff !important;*/
}

.leagueTablePage .results-holder .result-table th,
.leagueTablePage .tab-box .result-table th,
.leagueTablePage #main .score-list table th,
.leagueTablePage .goal-list table th,
.leagueTablePage .modal-cont table th {
    color: #000;
}

.leagueTablePage .goal-list table td.score, .modal-cont table td.score {
    font-size: 14px;
}


.leagueTablePage .score-list {
    border: solid 0;
}


.leagueTablePage #main .score-list .menu {
    padding: 0px;
    margin: 15px 0px 0px 0px;
}


.leagueTablePage .score-list .menu, .leagueTablePage .score-list .title-block strong {
    background-image: unset !important;
    padding: 5px 16px 4px;
}


    .leagueTablePage .score-list .menu a {
        font-family: 'blender-bold' !important;
        font-size: 16px;
        display: inline-block;
    }

        .leagueTablePage .score-list .menu a.prev {
            margin: 0 -16px !important;
        }

        .leagueTablePage .score-list .menu a.next {
            margin: 0 -7px !important;
        }

        .leagueTablePage .score-list .menu a svg {
            margin: 0 5px;
        }

    .leagueTablePage .score-list .menu strong.title {
        font-family: 'blender-bold';
        font-size: 16px;
        color: #000;
    }


.leagueTablePage .tab-box .heading {
    border: unset !important;
}

.leagueTablePage .tab-box .tabset {
    border: solid 0;
    height: 30px;
    width: 100%;
}

.leagueTablePage .tab-box .tab-box-list {
    display: inline-block;
    background-color: inherit;
    width: 100%;
    height: 30px;
}

.leagueTablePage .tab-box.ranking-tables .tab-box-list .tabset,
.leagueTablePage .tab-box.stage-games .tab-box-list .tabset {
    display: inline !important;
}

.leagueTablePage .tab-box .tabset li {
    border: solid 0;
    height: 100% !important;
    background: inherit;
    padding: 0px 0px 0 0px;
    border-left: 1px solid #fff;
    /*border-width: 0px 0px 1px 1px;*/
}

    .leagueTablePage .tab-box .tabset li a {
        color: #fff;
        opacity: 0.6;
        font-size: 18px;
        height: 100%;
        width: unset;
        display: inline-block;
        background: inherit;
        white-space: nowrap;
        border: solid 0;
        padding: 4px 7px 0px 7px;
    }

        .leagueTablePage .tab-box .tabset li a:hover,
        .leagueTablePage .tab-box .tabset li a.active {
            opacity: 1.0 !important;
        }

.leagueTablePage .logos-holder li img {
    height: 81px;
    width: auto;
}

.leagueTablePage .logos-holder {
    border: 1px solid #c3cad1;
}


.leagueTablePage #main .article-list img {
    display: block;
    display: block;
    width: 210px;
    height: 156px;
}

.leagueTablePage #main .article-list-alt {
    width: 100%;
}

#main .score-list table td:first-child {
    width: 22px;
    padding-right: 4px;
}


.leagueTablePage .score-list table td:first-child {
    width: 32px;
}

.leagueTablePage #sidebarHomePage .heading {
    border: 0px solid #fff;
    background-color: #d10202;
    text-align: justify;
    line-height: 17px;
    height: 30px;
    font-size: 16px;
}

.leagueTablePage .main-block .tab-box .tab-content {
    border-width: 0 0px 1px;
}


.leagueTablePage .people-blockHomepage.center .video-list {
    padding-bottom: 0px;
}

.leagueTablePage .result-form .openYearList {
    margin: 10px 1px !important;
}
/*-------------------------------------------------------------*/

.leagueTablePage .tab-box {
    margin: 0px 0px 0px 0px;
}

.leagueTablePage .titleLeagueName {
    font-family: 'blender-bold', 'Mukta-ExtraBold', 'south web', Arial, Helvetica, sans-serif;
    font-size: 24px;
    height: 40px;
    width: 100%;
    color: #fff;
    line-height: 40px;
    margin: 0px;
    padding: 0px 20px;
}


.leagueTablePage .goal-list {
    padding: 0 0 1px;
    margin: 0 0 0 -5px;
    list-style: none;
}

    .leagueTablePage .goal-list table td a {
        max-height: 132px;
        overflow: hidden;
        vertical-align: middle;
        display: unset;
    }

.leagueTablePage .tdComments.color-alt-blue,
.leagueTablePage .tdComments.color-alt-red,
.leagueTablePage .tdComments.color-alt-green,
.leagueTablePage .tdComments.color-alt-orange,
.leagueTablePage .tdComments.color-alt-grey {
    color: #020B57;
    text-align: right;
    margin: 0px 10px;
    font-size: 12px;
}

.leagueTablePage .trIsComments {
    line-height: 22px;
    font-size: 16px;
    text-align: right;
    height: 22px;
    padding: 0px !important;
    margin: -1px -4px !important;
    font-family: 'blender-regular', 'Mukta-Regular', 'south web light';
    color: #fff;
    padding: 0px 10px !important;
}


.leagueTablePage #content {
    overflow: hidden;
    padding: 10px 0px 0 0px;
}

.leagueTablePage .result-table th,
.leagueTablePage .score-list th {
    font-size: 16px;
    line-height: 18px;
    border-top: 1px solid #e8e8e8;
    font-family: 'blender-bold', 'Mukta-Regular', 'south web light' !important;
}

.leagueTablePage #content span:not(.writer) > a {
    color: #000;
}

.leagueTablePage .stage-games table tr {
    border: unset;
    background-color: #E6E6E6;
    height: 30px;
    border-bottom: 1px solid #A7A7A7;
}


.leagueTablePage #main .stage-games table tr.alt td {
    background: #fff;
    font-family: 'blender-regular'
}


.leagueTablePage .stage-games table td {
    height: 50px;
    border-bottom: 1px solid #A7A7A7;
}

.leagueTablePage #main .result-table td {
    height: 50px !important;
    font-family: 'blender-regular'
}

.leagueTablePage .tab-box .result-table td {
    background: #fff;
    font-family: 'blender-regular'
}

.leagueTablePage #main .tab-box .tab-content .title-block-stages th:first-child,
.leagueTablePage #main .content .tab-content .title-block-stages th:first-child {
    padding: 0 16px 0 0 !important;
}



.leagueTablePage .divncReview {
    width: 91px;
    margin: 0 auto;
}

.leagueTablePage .result-table .divncReview a.linkReview,
.leagueTablePage .score-list .divncReview a.linkReview {
    color: #fff !important;
    background-color: #E5015C;
    border-radius: 50px;
    margin: 0px auto;
    position: relative;
    /*margin-top: -25px;*/
    font-size: 10px;
    height: 25px;
    line-height: 25px;
    left: 0;
    display: inline-block;
    width: 91px;
}

.leagueTablePage .result-table,
.leagueTablePage .score-list {
    margin: 0px 0px 1px;
}

.leagueTablePage #main .score-list .menu a.prev {
    color: #000 !important;
    font-family: 'blender-regular' !important;
}

.leagueTablePage #main .score-list .menu a.next {
    color: #000 !important;
    font-family: 'blender-regular' !important;
}

/*.leagueTablePage #content .tab-box .tab-box-list:first-of-type {
    width: 50% !important;
    display: inline-table !important;
}*/


.leagueTablePage .modal-cont .popup,
.leagueTablePage .goal-list .popup,
.leagueTablePage .cycle-games-popup .popup {
    position: absolute;
    display: none;
    width: 648px;
    background: #fff;
    z-index: 1000;
    top: 87px;
    right: 250px;
    padding: 0px !important;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
   /* box-shadow: 0 0 16px #000;*/
}

    .leagueTablePage .goal-list .popup .holder, .cycle-games-popup {
        width: 100%;
    }

    .leagueTablePage .goal-list .popup .frame {
        width:100%;
        padding:0px;
    }

.leagueTablePage .goal-list .popup-holder table th:first-child {
    width: 280px;
}

.leagueTablePage .goal-list .popup-holder table th {
    width: 50px !important;
    padding: 0px 25px;
}


.leagueTablePage .goal-list .popup-holder table td {
    font-size: 14px;
}

.leagueTablePage .goal-list .popup .title {
    height: 56px;
    margin: 0 0 -3px 0px;
    border-radius: 0px;
}

.leagueTablePage .goal-list .popup .holder{
    height:482px;
}

.leagueTablePage .goal-list .popup .close {
    background: url(/images/CloseX.png) 0px 0 no-repeat;
    width: 40px;
    height: 40px;
    background-size: contain;
    opacity: 1;
}


.leagueTablePage .goal-list .popup .title h3 {
    font-family: 'blender-bold' !important;
    font-size: 30px !important;
    line-height: 48px !important;
}




.leagueTablePage .post-container .titleNBA {
    padding: 0px 0 10px 0;
    margin: -26px 10px 0 0;
    font-family: 'blender-regular', Arial, Helvetica, sans-serif !important;
    color: #fff;
    font-size: 14px;
}



.leagueTablePage .nba-games .title {
    background: rgb(1, 75, 173) !important;
}

.leagueTablePage .title .sub-title {
    margin: 0px 11px;
    font-size: 16px;
    font-family: 'blender-regular';
    color: #fff;
    display: inline-block;
    font-weight: 400;
    height: 30px;
    line-height: 38px;
}

.nba-games .menu {
    overflow: hidden;
    background-color: #fff;
    height: 31px;
    line-height: 31px;
    position: relative;
    margin-bottom: 10px;
    color: #000;
}

    .nba-games .menu .menu-title {
        display: block;
        text-align: center !important;
        font-family: 'blender-regular','south web light';
        font-weight: normal;
        font-size: 16px;
        color: #000;
        line-height:42px;
        background-color: transparent !important;
        position: inherit !important;
    }

    .nba-games .menu a.prev {
        float: right;
        display: block;
        width: 15px;
        height: 100%;
        background: transparent url(/Images/Chevron-right.png) no-repeat center;
        position: absolute;
        right: 12px;
        top: 0;
    }

    .nba-games .menu a.next {
        display: block;
        width: 15px;
        height: 100%;
        background: transparent url(/Images/Chevron-left.png) no-repeat center;
        position: absolute;
        left: 12px;
        top: 0;
    }



    .nba-games .score-list {
    color: #707070;
}

    .nba-games .score-list .result-table {
        table-layout: fixed;
    }

        .nba-games .score-list .result-table tr.up td:last-child {
            text-align: right;
            background-color: #f6f6f6;
            padding: 0;
        }

        .nba-games .score-list .result-table tr.up td div.result-table-status {
            display: block;
            border-top: solid 1px #be9d53;
            border-bottom: solid 1px #be9d53;
            margin: 0;
        }

            .nba-games .score-list .result-table tr.up td div.result-table-status div {
                height: 23px;
                border-bottom: none;
                background-color: #be9d53;
                width: 123px;
                line-height: 23px;
                color: white;
                font-size: 14px;
                text-align: right;
                padding-right: 12px;
                font-family: 'blender-regular','south web light';
                font-weight: normal;
                direction: ltr;
            }

            .nba-games .score-list .result-table tr.up td div.result-table-status.finished div {
                background-color: #57595b;
            }

        .nba-games .score-list .result-table tr.center td {
            border-bottom: none;
            padding-bottom: 10px;
        }

            .nba-games .score-list .result-table tr.center td.gray-box {
                font-size: 14px;
                direction: ltr;
                width: 30%;
                display: inline-block;
            }

            .nba-games .score-list .result-table tr.center td:first-child,
            .nba-games .score-list .result-table tr.center td:last-child {
                width: 30%;
                text-align: center;
            }

            .nba-games .score-list .result-table tr.center td.result-table-homelogo,
            .nba-games .score-list .result-table tr.center td.result-table-guestlogo {
                width: 15%;
            }

                .nba-games .score-list .result-table tr.center td.result-table-homelogo img,
                .nba-games .score-list .result-table tr.center td.result-table-guestlogo img {
                    width: 40px;
                }

        .nba-games .score-list .result-table tr.center .team_name a {
            color: #707070;
        }

.nba-games.euro-games .score-list .result-table tr.center .team_name a {
    color: #707070;
    max-width: 100%;
    width: 100%;
}

.nba-games .score-list .result-table tr.center .score {
    color: #000;
    font-size: 20px;
}

.nba-games .score-list .result-table tr.center td.result-table-vs {
    width: 10%;
}

.nba-table .score-list table .team-row .team-name {
    text-align: right;
}

.nba-table .score-list table .leaugue-stat-conf div {
    text-align: right;
    padding-right: 15px;
    font-weight: bold;
}

    .nba-table .score-list table .leaugue-stat-conf div a {
        text-align: left;
        position: absolute;
        left: 15px;
        font-weight: normal;
        color: #1e518c;
    }

.nba-table .score-list table .division td {
    padding: 0;
}

.nba-table .score-list table .division .leaugue-stat-div div {
    height: 29px;
    display: block;
    line-height: 30px;
    padding: 0 10px;
    color: #fff;
    font-size: 15px;
    background-color: #a1a1a1;
    width: 50px;
}



.leagueTablePage .nba-games .score-list table th:first-child,
.leagueTablePage .nba-games .score-list table td:first-child {
    width: 320px !important;
    text-align: right !important;
    padding: 0 16px 0 0 !important;
}

/* Live score badge in league table */
.live-score-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #fff;
    vertical-align: middle;
    float: left;
    margin: 8px 0;
}

.live-score-badge.live-score-win{ background:#1a8f3a; }
.live-score-badge.live-score-lose{ background:#c62828; }
    .live-score-badge.live-score-eq {
        background: #FFEE6F;
        color: #010526;
    }

.rank-arrow {
    display: inline-block;
    width: 3px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    vertical-align: middle;
    /* margin-left:6px;*/
    left: 1px;
    position: relative;
}

.rank-arrow-up{ color:#1a8f3a; }
.rank-arrow-down{ color:#c62828; }

.team-pic-wrap{
    position:relative;
    display:inline-block;
    vertical-align:middle;
}

.team-pic-wrap .rank-arrow{
    position:absolute;
    left:0;
    bottom:0;
    width:14px;
    height:14px;
    line-height:14px;
    margin:0;
    background:rgba(255,255,255,0.9);
    border-radius:3px;
}

.graybackground {
    background-color: #F2F2F2 !important;
}

