table#sys_status {
  border: 1px solid black;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  margin-top: 1em;
}
table#sys_status th.system_hdr {
  background: cornflowerblue;
  font-size: larger;
}
table#sys_status th,td {
  padding-left: 10px;
  padding-right: 10px;
  border: 1px dotted black;
}
table#sys_status th {
  border: 1px solid black;
  background: lightgreen;
}

/* Matches Table */
table#matches {
  border: 1px solid black;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  margin-top: 1em;
}
table#matches tr.scratch {
  background: lightgrey;
  font-style: italic;
}
table#matches th.match_hdr {
  background: cornflowerblue;
  font-size: larger;
}
table#matches th,td {
  padding-left: 10px;
  padding-right: 10px;
  border: 1px dotted black;
}
table#matches th {
  border: 1px solid black;
  background: lightgreen;
}
table#matches th.recent {
  background: yellow;
}

/* Summary Table */
table#summary {
  border: 1px solid black;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  margin-top: 1em;
}
table#summary th.summary_hdr {
  background: cornflowerblue;
  font-size: larger;
}
table#summary th,td {
  padding-left: 10px;
  padding-right: 10px;
  border: 1px dotted black;
}
table#summary th {
  border: 1px solid black;
  background: lightgreen;
}
