﻿.leagueTablePage .graybackground {
    background-color: #F2F2F2 !important;
}

/* Live score badge in league table */
.leagueTablePage .live-score-badge {
    display: inline-block;
    padding: 2px 5px;
    border-radius: 6px;
    font-size: 10px;
    line-height: 16px;
    font-weight: 700;
    color: #fff;
    vertical-align: middle;
    float: left;
    margin: 5px 2px;
}

    .leagueTablePage .live-score-badge.live-score-win {
        background: #1a8f3a;
    }

    .leagueTablePage .live-score-badge.live-score-lose {
        background: #c62828;
    }

    .leagueTablePage .live-score-badge.live-score-eq {
        background: #FFEE6F;
        color: #010526;
    }

/* 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;
            position: absolute;
            display: block;
        }

    .leagueTablePage #main .score-list table td:first-child .rank-arrow-up {
        bottom: 0px;
        left: 0px;
        position: relative;
    }

    .leagueTablePage #main .score-list table td:first-child .rank-arrow-down {
        bottom: 7px;
        left: 13px;
        position: absolute;
    }

.league-table-page #nav ul li a {
    white-space: nowrap;
}

.leagueTablePage .rank-arrow {
    /* display: inline-block;*/
    width: 4px;
    text-align: right;
    line-height: 14px;
    font-weight: 700;
    vertical-align: middle;
    left: 3px;
    position: relative;
}


.leagueTablePage .score-list table tr td a {
    /*color: #000;*/
    /*max-width: 78px;*/
    /*display: inline-table;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 auto;*/
    /* width: 85px; */
    /*text-align: right;
    width: 78px;*/
}

.leagueTablePage .rank-arrow-up {
    color: #1a8f3a;
}

.leagueTablePage .rank-arrow-down {
    color: #c62828;
}

.leagueTablePage .team-pic-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .leagueTablePage .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;
    }

.leagueTablePage .score-list table tr td.big {
    text-align: right;
    max-width: 140px;
}

.leagueTablePage #nav ul li a {
    width: 120px;
}


.score-list table tr td {
    border-bottom: 1px solid var(--Greyscale-border-default, #E6E6E6)
}
    /*.leagueTablePage #conttabTable .score-list table tr,
.leagueTablePage #conttabTable .score-list table tr td {
    border-bottom: 1px solid var(--Greyscale-border-default, #E6E6E6)
}*/

    .leagueTablePage #conttabTable .score-list table tr td.big {
        border-left: 1px solid #E6E6E6;
    }
