.t-ballzean{margin-bottom:20px;}

.ballzean-h2{
    font-weight:500;font-size:22px;line-height:28px;text-align:center;padding:0;margin:0;
    padding:8px 0;display:block;width:100%;color:#666;
}
.ballzean-rows{display:flex;flex-direction:row;border-left:1px solid #26a566;color:#3d3d3d;}
.ballzean-rows.head-rows{
    border-top:1px solid #15825f;font-weight:500;overflow:hidden;
    border-top-left-radius:8px;-khtml-border-top-left-radius:8px;-moz-border-top-left-radius:8px;
    border-top-right-radius:8px;-khtml-border-top-right-radius:8px;-moz-border-top-right-radius:8px;
}
.ballzean-rows.head-rows .ballzean-col.matched{
    background:#15825f;color:#fff;text-align:center;padding-left:0;justify-content:center;
    
}
.ballzean-rows.head-rows .ballzean-col.rated{background:#15825f;color:#fff;}
.ballzean-rows.head-rows .ballzean-col.selected{background:#15825f;color:#fff;font-size:15px;}
.ballzean-rows.foot-rows .ballzean-col.selected{background:#ddd;}
.ballzean-col{
    text-align:center;padding:0.5% 5px;display:flex;align-items:center;justify-content:center;
    border:1px solid #26a566;border-left:none;border-top:none;
}
.ballzean-col.matched{
    width:30%;text-align:left;padding-left:15px;font-weight:500;justify-content:flex-start;
}
.ballzean-col.matched a{color:#232323;}
.ballzean-col.rated{width:8%;}
.ballzean-col.selected{width:18%;font-weight:500;font-size:16px;position:relative;}
.ballzean-col.scored{font-weight:500;color:#0662be;}
.ballzean-col.reported{width:46%;font-weight:500;background:#ddd;}
.ballzean-col .i-check{
    display:inline-block;position:absolute;right:0;bottom:0;max-height:20px;
}

@media screen and (min-width: 590px) and (max-width: 889px){
    .ballzean-rows.head-rows .ballzean-col{font-size:12px;}
    .ballzean-rows.head-rows .ballzean-col.selected{font-size:12px;}
    .ballzean-col{font-size:14px;}
    .ballzean-col.matched{padding-left:6px;}
    .ballzean-col.selected{font-size:14px;}
}

@media screen and (min-width:280px) and (max-width:589px){
    .ballzean-h2{font-size:18px;line-height:22px;}

    .ballzean-rows.head-rows .ballzean-col.selected{font-size:13px;}
    .ballzean-col{font-size:13px;}
    .ballzean-col.matched{width:44%;padding-left:5px;}
    .ballzean-col.rated{width:14%;}
    .ballzean-col.selected{width:14%;font-weight:400;font-size:13px;}
    .ballzean-col.scored{display:none;}
    .ballzean-col.reported{width:58%;}
}