#lead {
  text-align: left;
  font-size: 0.9em;
  line-height: 1.6em;
}

#lead-link {
  margin-left: 1em;
}

#lead strong {
  color: var(--site-red-color);
  font-weight: bold;
}

#fee table {
  width: 100%;
  margin: 1em 0 0 0;
}

#fee table {
  width: 100%;
  margin-top: 1em;
}

#fee table tr th, #fee table tr td {
  padding: 0.5em 1em;
  border: solid 2px var(--site-main-color);
//  font-size: 0.9em;
  line-height: 1.4em;
  vertical-align: middle;
}

#fee table tr th {
  width: calc(100% / 6);
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  background-color: var(--site-main-color);
  border-bottom: solid 2px #ffffff;
}

#fee table tr:last-of-type th {
  border-bottom: solid 2px var(--site-main-color);
}

#fee table tr td {
  text-align: left;
}

#fee table tr td > h1 {
  font-weight: bold;
}

#fee table tr td small {
  display: block;
  margin-top: 0.3em;
  color: var(--site-red-color);
  font-size: 0.8em;
  line-height: 1.5em;
}

#fee table tr td small strong {
  font-weight: bold;
}

