a.tabledrag-handle .handle {
    width: 22px;
    height: 22px;
}

div.webform-element-description {
    white-space: normal !important;
}

legend{
  display: none !important;
}

fieldset.radios--wrapper{
  margin-top: 0 !important;
}

.webform-multiple-table td input[type="image"] {
    display: inline;
}

.webform-multiple-add.js-webform-multiple-add.container-inline {
    display: flex;
    justify-content: center;
}

.webform-multiple-add.js-webform-multiple-add.container-inline .btn-primary {
    width: 20%;
}
fieldset {
    margin-bottom: 30px !important;
}

.ui-autocomplete {
    background: white;
}

div#edit-actions {
    display: flex;
}

div.form-wrapper {
    margin: 0px 10%;
}

input#edit-wizard-next,
input#edit-wizard-prev{
    margin: 0 10%;
}