.webform-submission-form .form-item.form-type-webform-markup,
.webform-submission-form .form-item.form-type-webform-likert {
  margin: 0;
}

.form-type-webform-likert .table {
  margin-top: 0;
}

.form-type-webform-likert .table td label {
  font-size: 14px;
  margin: 0;
}

#edit-captcha-response--description {
 display: none;
}

/* Adjust quesstion and answer widths */
@media (min-width: 768px) {
  .form-type-webform-likert .table th {
    width: 10%
  }

  .form-type-webform-likert .table tr th:first-child {
    width: 70%;
  }

  .form-type-webform-likert .table td {
    text-align: center;
  }

  .form-type-webform-likert .table tr td:first-child {
    text-align: left;
  }
}
