.ballleague{padding:5px 12px 15px 12px;}

.tleague-rows{display:flex;flex-direction:row;justify-content:center;}
.tleague-cols{width:20%;text-align:center;border:1px solid #fff;}

.tleague-cols .tleague-program{
    padding:6px 10px;border-bottom:1px solid #fff;font-weight:500;background:#232323;
    color:#aaa;display:block;white-space:nowrap;overflow:hidden;text-overflow:'..';
}
.tleague-cols .pg-logos{
    display:inline-block;vertical-align:middle;width:24px;height:24px;overflow:hidden;
    border:1px solid #aaa;background:#fff;margin-right:5px;
    border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;
}
.tleague-cols .pg-logos img{display:inline-block;vertical-align:top;width:100%;}
.tleague-img{padding:10px 5px;border-bottom:1px solid #fff;background:#f0f0f0;}
.tleague-img .img{
    display:inline-block;vertical-align:middle;width:85px;height:85px;overflow:hidden;
    margin:10px 0 8px 0;
    border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;
}
.tleague-img .img img{display:inline-block;vertical-align:top;width:100%;}

.tleague-cols .tleague-txshow{padding:5px 0;border-bottom:1px solid #fff;background:#fed000;}
.tleague-cols .tleague-results{padding:5px 0;background:#fdf1ba;}

@media screen and (min-width:590px) and (max-width:919px){
    .ballleague{padding:5px 0 15px 0;}

    .tleague-cols{font-size:0.8rem;}
    .tleague-cols .tleague-txshow{display:block;white-space:nowrap;overflow:hidden;text-overflow:'..';}
    .tleague-img .img{width:60px;height:60px;}
}

@media screen and (min-width:280px) and (max-width:589px){
    .ballleague{padding:5px 0 15px 0;}

    .tleague-rows{flex-wrap:wrap;}
    .tleague-cols{width:50%;font-size:0.8rem;}
    .tleague-cols:nth-child(5){width:100%;}

    .tleague-cols .tleague-txshow{display:block;white-space:nowrap;overflow:hidden;text-overflow:'..';}
}