table.form {
  width: 100%;
}

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

table.form th {
  font-weight: bold;

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

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

table.form th.name,
table.form td.name {
  width: 250px;

  padding-left: 0;
}

table.form th.option {
  width: 15px;

  text-align: center;
}

table.form td div.details {
  width: 15px;
  text-align: center;
  cursor: pointer;
  font-family: 'Times new roman';
  font-weight: bold;
  font-style: italic;
}

table.form td div.details a {
  text-decoration: none !important;
}

table.form td.no_padding {
  padding-top: 2px;
  padding-bottom: 0;
}

table.form td.separator {
  border-bottom: 1px dotted #FFFFFF;
}

table.form td input#initials,
table.form td input#postal_code {
  width: 40px;
}

table.form td input#city {
  width: 143px;
}

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

div.error-container {
  background-color: #CCCCCC;
  border: 1px solid #404040;
}