td.name {
    white-space: nowrap;
}
td.thin {
    font-size: smaller;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.empty {
  background-color: silver;
}
tr.league_title {
  background-color: #F3F3FA;
}
tr.inactive {
  background-color: gray;
}
