html * {
  margin: 0;
}
 * { font-family: Verdana, Geneva, Airal, sans-serif }
 ul { list-style-type: circle; }
 li { list-style-type: circle; }
 a { color: #000000; text-decoration: none; }
 a:visited { color:#000000; }
 a:hover {text-decoration: underline; }
table {
  width: 100%;
}
.table1a {
  width: 70%;
  text-align: center;
  margin-left: 15%;
  margin-right: auto;
}
.table1b {
  width: 85%;
  text-align: center;
  margin-left: 7%;
  margin-right: auto;
}
.table2 {
  width: 35%;
  text-align: center;
  margin-left: 20%;
  margin-right: auto;
}
.tablerow {
  text-align: center;
  border: 1px solid #000000;
}
.column {
  float: left;
  width: 33%;
}
.column2 {
  float: left;
  width: 50%;
}
.column4 {
  float: left;
  width: 25%;
}
.cutoff {
  background: #9696d2
}
.title {
        color: #000000;
        font-size: 1.7em;
}
.header {
        color: #000000;
        font-size: 1.2em;
}
.note {
        color: #000000;
        font-size: 1.0em;
        font-weight: bold;
}
.note1 {
        color: #000000;
        font-size: 1.0em;
        font-weight: bold;
}
table.standings tr.row0, table.standings td.row0, table.standings1080 tr.row0, table.standings1080 td.row0 {
        background-color: #b7fa7d;
        font-size: 1.0em;
}
table.standings tr.row1, table.standings td.row1, table.standings1080 tr.row1, table.standings1080 td.row1 {
        background-color: #f7ffba;
        font-size: 1.0em;
}
table.standings tr.row2, table.standings td.row2, table.standings1080 tr.row2, table.standings1080 td.row2 {
        background-color: rgba(180,180,255,.25);
}
summary {list-style: none}
summary::-webkit-details-marker {display: none; }
details summary::after {
content:" \1f782";}
details[open] summary::after {
content:" \1f783";}
