/* v650: TB scores only appear when final records are tied. */
body.draft-theme-fcf .compact-ladder-row.no-tiebreaks,
body.draft-theme-fcf .compact-ladder-row.ladder-header-row.no-tiebreaks{
  grid-template-columns:34px minmax(0,1fr) 76px!important;
}
body.draft-theme-fcf .compact-ladder-row.no-tiebreaks>span:last-child{
  text-align:right!important;
}
body.draft-theme-fcf .compact-ladder-row.no-tiebreaks .ladder-team-name{
  text-align:left!important;
}
@media(max-width:760px){
  body.draft-theme-fcf .compact-ladder-row.no-tiebreaks,
  body.draft-theme-fcf .compact-ladder-row.ladder-header-row.no-tiebreaks{
    grid-template-columns:30px minmax(0,1fr) 64px!important;
  }
}
@media(max-width:520px){
  body.draft-theme-fcf .compact-ladder-row.no-tiebreaks,
  body.draft-theme-fcf .compact-ladder-row.ladder-header-row.no-tiebreaks{
    grid-template-columns:28px minmax(0,1fr) 58px!important;
  }
}
