﻿/*Live Scores Top Bar*/
.bg-image-team {
    background: #26282B;
}

.live-title {
    background: #18191b;
    margin: 0;
    padding: 15px 25px;
}

/*Top Player Tab Styles*/
.tournament-top-player-wrap {
    width: 140px;
    height: 168px;
    border: 1px solid silver;
    float: left;
    background: #1e1e1e;
}

.tournament-top-player-image {
    width: 138px;
    height: 105px;
    overflow: hidden;
    position: relative;
}

    .tournament-top-player-image img {
        height: auto;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.tournament-top-player-content {
    background: rgb(30,30,30);
    padding: 2px 0;
    text-align: center;
    height: 20px;
    position: relative;
    overflow: hidden;
}

    .tournament-top-player-content h3 {
        margin: 0;
        font-size: 13px;
        font-weight: bold;
        color: #fff;
    }

    .tournament-top-player-content h4 {
        margin: 0;
        font-size: 12px;
        color: #fff;
    }

.tournament-top-player-content-active {
    background: rgba(30,30,30,0.8);
    height: 125px;
    margin-top: -105px;
}

    .tournament-top-player-content-active h3 {
        padding-top: 8px;
        font-size: 15px;
        color: #fff;
    }

/*Team Scoring Table*/
.ts-content-wrap {
    padding: 15px;
}

    .ts-content-wrap > ul {
        margin-top: 0;
        margin-bottom: 15px;
    }
