.collapsible-body {
    background-color: #ffffff;
}

.tv-coverage .headline {
    background-color: #f5f6f6;
    color: #000000;
    padding: 10px 15px;
    font-weight: bold;
}

#fixture-tv-box .tv-list {
    padding: 0px 0px;
    margin-bottom: 20px;
}

.tv-coverage .title {
    color: #000;
}

.tv-coverage .time {
    font-size: 95%;
    color: #bdbdbd;
}

.tv-coverage .primary {
    color: red;
}

.tv-coverage .secondary {
    font-size: 95%;
    color: #bdbdbd;
}

.list-tv-international {
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px #f5f6f6 solid;
    float: left;
    width: 100%;
    padding: 10px 15px;
}

.list-tv-country {
    color: #000;
    width: 180px;
    float: left;
}

.list-tv-country>img {
    margin-top: -7px;
    vertical-align: middle;
    height: auto;
}

.list-tv-name {
    width: calc(100% - 180px);
    float: left;
}

.tv-country-flag {
    float: left;
    margin-right: 5px;
}

.tv-country-name {
    line-height: 25px;
    color: #000;
    width: calc(100% - 24px);
}

.images_logo img {
    max-width: 30px;
    max-height: 30px;
}

td,
th {
    padding: 0;
}

#stats {
    float: left;
    width: 100%;
}

.list-stats {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.list-stats .stats-number {
    float: left;
}

.list-stats .stats-number {
    border-radius: 50%;
    color: #fff;
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 6px;
    float: left;
    font-size: 12px;
}

.list-stats .stats-text {
    float: left;
    width: 150px;
    text-align: center;
    color: #9e9e9e;
}

.list-stats .stats-line {
    background-color: #eceff1;
    float: left;
    width: calc(50% - 150px);
    margin: 10px;
}

.stats-number.blue {
    margin-left: 25px;
}

.stats-line>.progress {
    margin: 0px;
}

#match-stat-header {
    color: #000;
    width: 100%;
    padding-top: 30px;
    float: left;
}

#match-stat-header>div {
    float: left;
    width: 50%;
    text-align: center;
}

#match-stat-header img {
    height: auto;
    width: auto;
}

#match-stat-header>p {
    background-color: #f5f6f6;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    width: 100%;
    text-align: center;
}

.logo-wrapper img {
    max-width: 30px;
}

.teams .team .valign-wrapper {
    margin-top: 45px !important;
    height: 0 !important;
}

.teams .team .logo-wrapper {
    margin-top: 60px !important;
}

#fixture-statistics .collapsible-body {
    background-color: #FFFFFF;
}

.teams .team .valign-wrapper {
    height: 120px;
}

.teams .team .logo-wrapper {
    height: 80px;
    width: 80px;
}

.teams .team .logo-wrapper .logo {
    max-width: 80px;
    max-height: 80px;
}

.teams .team .text-wrapper {
    color: #000000;
}

.listed .header {
    color: #000;
}

.listed .stats .stat {
    color: #9e9e9e;
}

.listed .stats .number {
    width: 30px;
    height: 30px;
    /* padding: 4px; */
    padding: 6px;
    border-radius: 50%;
    text-align: center;
    background-color: transparent;

    font-size: 12px;
}

.listed .stats .number span {
    color: #000;
}

.listed .stats .number.blue span {
    color: #ffffff;
}

.listed .stats .number.red span {
    color: #ffffff;
}

.progress {
    margin-top: 10px;
    margin-bottom: 10px;
}

.progress.left-to-right .determinate {
    left: 0;
    right: initial;
}

.progress.right-to-left .determinate {
    right: 0;
    left: initial;
}

.progress .red {
    background-color: red;
}

.progress__color--gray {
    background-color: #eee !important
}

.live-tv-list-box {
    margin: 0px 15px;
}

.live-tv-list-box h2 {
    background-color: #f5f6f6;
    color: #000000;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 15px;
}

.live-tv-list {
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px #ccc solid;
    min-height: 40px;
}

.live-tv-list>a>img {
    vertical-align: middle;
    margin-left: 40px;
    margin-right: 40px;
    height: auto;
    width: 30px;
}

.live-tv-list>a:nth-child(2) {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

.live-tv-list .live-tv-stream {
    color: #006699;
    font-weight: 500;
    margin-left: 115px;
}

.live-tv-list .live-tv-stream i {
    font-size: 10px;
}

.live-tv-list>span {
    margin-top: 5px;
    color: #999999;
    font-weight: 500;
    font-size: 14px;
    margin-left: 115px;
}

@media only screen and (max-width: 600px) {
    .listed .stats .number {
        width: 1.8rem;
        height: 1.8rem;
        font-size: .75em;
        font-weight: bold;
    }
}