body {
  font-family: Arial, sans-serif;
}
a, a:visited {
  text-decoration: none;
  font-weight: bold;
  color: blue;
}
td {
  height: 100%;
}
td.epname {
  padding: 5px;
}
td a {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 5px;
}
tr.oddrow {
  background: #def;
}
tr.evenrow {
  background: #cfd;
}
td.watchcol {
  min-width: 150px;
  text-align: center;
}
table {
  max-width: 600px;
  width: 100%;
}
form#searchform {
  display: inline;
}
a.info {
  display:inline;
}
