table.report tr:nth-child(even) {
   background-color: #E0E0E0;
}

table.report th {
   padding-bottom: 3ex;
}

td.repcode {
   width: 14ex;
   padding: 1ex;
}

td.title {
   width: 40ex;
   padding: 2ex;
}

td.author {
   width: 30ex;
   padding: 1ex;
}
