table#last_wk_summary {
  border: 1px solid black;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  margin-top: 1em;
}
table#last_wk_summary th,td {
  padding-left: 10px;
  padding-right: 10px;
  border: 1px dotted black;
}
table#last_wk_summary th {
  border: 1px solid black;
  background: lightgreen;
}

/* Match Detail Table */
table#match_dtl {
  border: 1px solid black;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  margin-top: 1em;
}
table#match_dtl tr.scratch {
  background: lightgrey;
  font-style: italic;
}
table#match_dtl th,td {
  padding-left: 10px;
  padding-right: 10px;
  border: 1px dotted black;
}
table#match_dtl th {
  border: 1px solid black;
  background: cornflowerblue;
}
table#match_dtl th.player {
  background: lightgreen;
}
table#match_dtl th.recent {
  background: yellow;
}
table#match_dtl td {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

