table.form td {
  padding: 3px 2px;
}

table.form th {
  font-weight: bold;

  border-bottom: 1px solid #2c2c2c;
}

table.form th.date {
  width: 160px;

  padding-left: 0px;
}

table.form th.name {
  width: 160px;
}

table.form th.city {
  width: 135px;

  padding-right: 15px;
}

table.form td a {
  text-decoration: underline;
}

table.form td a:hover {
  text-decoration: none;
}