/* -------------------- Schedule Page Styles ---------- */

tr.gray {
  background-color: #d3d3d3;
}

#schedule {
  width: 75%;
  position: relative;
  left: 11%;
  border-collapse: collapse;
  margin-top: 10px;
}

#schedule td {
  padding: .25em;
  border: 2px solid #00008B;
}

th {
 font-weight: bold;
 font-size: 16pt;
}

#schedule td[colspan="5"] {
 padding: 8px;
}

.round {
  font-weight: bold;
}

#schedule td.round {
  font-size: 12pt;
}

.winner {
 font-weight: bold;
}