.webform-submission-form fieldset,
.webform-submission-form fieldset .fieldset-wrapper.w3-panel {
  border: none;
  background: transparent !important;
  margin: 0 auto;
  padding: 0;
}

.webform-submission-form .form-actions {
  text-align: center;
}

.webform-submission-form .form-actions > input {
  margin: 15px 7px !important;
}

.webform-submission-form .form-type-webform-rating label {
  height: 25px;
  float: left;
}

.webform-multiple-table td input[type="image"] {
  border-color: #ccc;
}

.webform-multiple-add {
  text-align: center;
}

.webform-multiple-add .form-type-number input {
  display: inline-block;
  margin: 0;
  width: 4em;
}

.webform-multiple-add div.w3-section.form-item {
  width: auto;
  clear: none;
}

.webform-multiple-add > div,
.webform-multiple-add > input {
  float: left;
  margin-right: 10px;
}

.webform-multiple-add .field-suffix {
  font-size: 90%;
}

.webform-multiple-table td.webform-multiple-table--handle {
  width: auto;
}

.webform-has-field-prefix span.field-prefix + div,
.webform-has-field-suffix > div + span.field-suffix {
  display: inline-block;
  clear: none;
}

.webform-multiple-table td input[type="image"] + input[type="image"] {
  margin: 2px 0 0 0;
}
