﻿.finals-table{
    width:100%;
    text-transform: uppercase;
    font-size: 15px;
    font-family:"Roboto Condensed", Arial, sans-serif;

    border-collapse:collapse;
    margin-bottom:60px;
}
.finals-table tr{
    border-bottom:1px solid #f4f4f4;
}
.finals-table td{
    text-align:center;
    height:56px;
}
.finals-table .ft-team{
    width:50%;
}
.finals-table .ft-team > *{
    display:inline-block;
}
.finals-table .ft-team.ft-team-slb{
    font-weight:700;
    color:#C30000;
}
.finals-table .ft-team.ft-team-left{
    text-align:right;
}
.finals-table .ft-team.ft-team-right{
    text-align:left;
}
.finals-table .ft-team.ft-team-loser{
    color:#888;
}
.finals-table .ft-team .ft-team-img{
    width:60px;
    height:45px;
    vertical-align:middle;
}
.finals-table th{
    height:56px;
    padding-left:25px;
    background-color:#fcfcfc;
    border-top:1px solid #f4f4f4;
    font-weight:normal;
}
.finals-table .ft-team > *{
    display:inline-block;
}
.finals-table .ft-score{
    font-weight:700;
}
.finals-table .ft-score-up span{
    padding:0px 10px;
}
.finals-table .ft-score-up span.ft-team-loser{
    color:#888;
}
.finals-table .ft-score-down{
    font-size:13px;
}

@media screen and (max-width: 767px) {
    .finals-table .team-name {
        display: none;
    }
    .finals-table th {
        text-align: center;
    }
}
@media screen and (min-width: 768px) {
    .finals-table .team-acronym {
        display: none;
    }
    
    .finals-table .ft-score-up span{
        padding:0px 20px;
    }
}