body {
  text-align: center !important;
}

.question-response {
  background: white;
  color: #007598;
  font-family: roboto;
  padding: 10px;
  border-radius: 5px;
  border-style: inset;
  margin: 40px;
  display: none;
}

.questionnaire_section {
  width: min-content;
  min-width: 55vw;
  margin: auto;
  background: #f1ece6;
  padding: 40px;
  border-radius: 25px;
  border-style: none;
  margin-top: 20px;
  background: white;
  border: 2px solid #e8e8e8;
}

.c29 td{
  border: 2px solid #b9b9b9 !important;
  display: table-cell;
}

td {
  display: inline-table;
  border: none !important;
}

.question{
  display: block;
}

.radio-toolbar input[type="radio"] {
  display: contents;
}

.radio-toolbar label {
  display: inline-block;
  background-color: #ddd;
  padding: 5px 14px;
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
  margin-left: 10px;
  border-radius: 4px;
  border: 1px solid #b9b9b9;
}

.radio-toolbar input[type="radio"]:checked+label {
  background-color: #bbb;
}