.aatilpi-table {
  border-collapse: collapse;
  width: 100%;
}
.aatilpi-table label {
  vertical-align: top;
  width: 25ch;
  display: inline-block;
}
.aatilpi-table input {
  vertical-align: top;
}
.aatilpi-table th,
.aatilpi-table td {
  border: 1px solid #ccc;
  padding: .5rem;
  text-align: left;
}

.aatilpi-table th {
  background-color: #f2f2f2;
  font-weight: bold;
}

.aatilpi-table-h2 {
  text-align: center;
  font-size: larger;
}

.aatilpi-table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
.aatilpi-description{
  font-size: x-small;
}