body {
  margin: 50px auto;
  background-color: #b2c1d1;
}

.container {
  background-color: white;
  border-radius: 10px;
  padding: 5%;
}

/* questions */

.question {
  margin-bottom: 25px;
}

.question > label,
.question > fieldset > legend {
  font-size: 16px;
  font-weight: 500;
}

label[for='age'] {
  display: block;
}

#disability-status > legend, 
#grades-teaching > legend {
  margin-bottom: 0;
}

#disability-status > small, 
#grades-teaching > small {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

select {
  background-color: white;
}

.no-margin {
  margin-bottom: 0;
}

/* likert scale */

.table th {
  font-weight: normal;
  text-align: center;
}

.table td {
  text-align: center;
  border-top: 3px solid white;
}

table tr {
  background-color: #f8f8fa;
}

form label.required:after,
form legend.required:after {
  color: red;
  content: ' *';
}
