table.tableselect thead > tr > th {
  border: 0;
}
fieldset.webform-composite-hidden-title {
  margin-top: 0em;
  margin-bottom: 0;
}
.fieldset {
  top: 0;
}
fieldset.radios--wrapper {
    top: 1.5rem;
    margin-bottom: 1.5rem;
    
}
fieldset.radios--wrapper legend {
  font-size: inherit;
  font-weight: bold;
  position: relative;
}
fieldset.radios--wrapper .fieldset__content {
  position: relative;
  top: -1rem;
}
.messages {
  padding: 10px 40px;
  margin-bottom: 1.5rem;
}