.table-holder {
  margin: 10px;
  width: calc(100% - 20px);
}
.table-holder .title {
  font-size: 200%;
  margin-bottom: 5px;
  font-variant: small-caps;
}
.table-holder table {
  width: calc(100% - 20px);
}
.table-holder table tr td input {
  width: 100%;
}
.table-holder table tr td textarea {
  width: 100%;
}
