body {
  font-family: Roboto, sans-serif;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 150%;
}

table.standings {
  width:100%;
}


tr, td, th {
  border-spacing: 0;
  border-collapse: collapse;
}

a {
  margin-left: 0.5em;
}

.rank {
  text-align: right;
}

.wins, .spread {
  text-align: right;
}

.score {
  font-weight: bold;
  text-align: center;
}

.score.won {
  background: #10dc60;
}

.score.tied {
  background: #ffce00;
}

.score.lost {
  background: #f65050;
}

@media only screen and (max-width: 480px) {
  .small {
     display: none;
  }
}


