tr:nth-child(even) { background: #eee; }
.prev { float: left; }
.next { float: right; }
.button a { color: white; }
table { font-size: 14pt; font-family: "Sorts Mill Goudy";}
th { font-weight: bold; font-size: 14pt; border-bottom: 1px solid black;}
.pagebutton { border: 1px solid black; border-radius: 10px; padding: 6px; background-color: #eee; font-size: 16pt; }
table { font-size: 14pt; }
th { font-size: 16pt; }
@media only screen and (max-width < 768px) {
  table { font-size: 12pt; }
  th { font-size: 14pt; }
}
