.scores {
  display: inline-block;
  vertical-align: center;
  margin-right: 30px;
}

table, th, td {
  border: 1px solid #CCC;
}

th, td {
  padding: 2px;
  font-size: 14px;
  width: 150px;
}

th.rank, td.rank {
  width: 50px;
}

th.score, td.score {
  width: 50px;
}

table {
  border-spacing: 0px;
}

.green {
  color: #093;
}

.red {
  color: #d14836;
}

.pick-5 {
  text-decoration: line-through;
}

.strike {
  font-style: italic;
  text-decoration: line-through;
}

.bold {
  font-weight: bold;
}

.golfer {
  font-weight: bold;
  font-variant: small-caps;
}

.made-cut-0 {
  color: red;
}

.captain {
  background: #afa;
}
