table {
  width: 400px;
  margin-bottom: 20px;
  border-collapse: collapse;
}

caption {
  background: #a6dcbe;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
}

th {
  background: #a6dcbe;
  padding: 3px;
}

td {
  text-align: left;
  border-top: 1px solid #AAA;
}

tr.alt0 td {
  background-color: #CCC;
}

tr.alt1 td {
  background-color: #DDD;
}

td.moves {
  font-size: 90%;
  padding-left: 20px;
}

p {
  padding: 0px;
  margin: 3px;
}

a.ml {
  text-decoration: none;
  color: black;
}

a:hover.ml {
  text-decoration: underline;
  color: black;
}

