#input-form th {
  width: 8rem;
}

#input-form input, #input-form select {
  width: 100%;
  line-height: 2rem;
  font-size: 180%;
}

#input-form span {
  font-weight: bold;
}

#input-form span.notice {
  font-size: 90%;
  color: #999999;
}
