html, body {
  font-family: Arial;
  font-size: 10pt;
}

h1 {
  font-size: 18pt; 
}

h1 .dates {
  font-weight: normal;
  font-size: 12pt;
  margin-left: 1em;
}

form, .print, .functions, .pagination {
  display: none;
}

#credits {
  margin-top: 2em;
  font-size: 8pt;
}

#back {
  font-size: 10pt;
}

table.list {
  empty-cells: show;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
}
table.list a {
  color: black;
  text-decoration: none;
}
table.list th, table.list td {
  border-bottom: 1px solid #DDD;
  border-right: 1px solid #DDD;
}
table.list tr.light {
  background-color: #F5F5F5;
}
