.progress-step .progress-text {display: none;}

.webform-likert-table {
border: 0;
}

table.webform-likert-table > thead {
background-color: transparent;
}

table.webform-likert-table > thead th:not(:first-child) {
  background-color: #00243a;
}

@media (max-width: 768px) {
  .form-type-webform-likert table.sticky-header[class] {
    display: block;
  }
}
