.table.questionnaire {
  table-layout: fixed;
}
.table.questionnaire thead th {
  text-align: center;
  border: 1px solid #fff;
}
.table.questionnaire thead th:nth-child(2), .table.questionnaire thead th:nth-child(8) {
  background-color: #d88048;
}
.table.questionnaire thead th:nth-child(3), .table.questionnaire thead th:nth-child(7) {
  background-color: #e19b6a;
}
.table.questionnaire thead th:nth-child(4), .table.questionnaire thead th:nth-child(6) {
  background-color: #ebbb91;
}
.table.questionnaire thead th:nth-child(5) {
  background-color: #f3d9be;
}
.table.questionnaire tbody td {
  position: relative;
  border: 1px solid #fff;
}
.table.questionnaire tbody td:nth-child(2), .table.questionnaire tbody td:nth-child(8) {
  background-color: #d88048;
}
.table.questionnaire tbody td:nth-child(3), .table.questionnaire tbody td:nth-child(7) {
  background-color: #e19b6a;
}
.table.questionnaire tbody td:nth-child(4), .table.questionnaire tbody td:nth-child(6) {
  background-color: #ebbb91;
}
.table.questionnaire tbody td:nth-child(5) {
  background-color: #f3d9be;
}
.table.questionnaire label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*# sourceMappingURL=style.css.map */
