table#players-list tr {
  font-family: 'zilla_slab', sans-serif;
  font-weight: 100;
  line-height: 0.8em; }

th#player-surname {
  width: 23%; }

th#player-first-name {
  width: 23%; }

th#player-id {
  width: 14%;
  text-align: right; }

th#player-rank-off {
  width: 14%;
  text-align: right; }

th#player-rank-monthly {
  width: 14%;
  text-align: right; }

th#player-rank-nat {
  width: 14%;
  text-align: right; }

table#players-list tr td:nth-child(3),
table#players-list tr td:nth-child(4),
table#players-list tr td:nth-child(5),
table#players-list tr td:nth-child(6) {
  text-align: right; }
