table.seminarlist, table.seminarlist td, table.seminarlist th {
  border: 1px solid #222;
  border-collapse: collapse;
}

table.seminarlist tr:nth-child(even) {
    background-color: #eee;
}
table.seminarlist tr:nth-child(odd) {
    background-color: #fff;
}
table.seminarlist th {
    color: white;
    background-color: #444;
}

table.seminarlist th, table.seminarlist td {
  padding: 5px 10px;
}

dl.seminardetails dt {
  font-weight: bold;
}

body {
  width: 960px;
}