#bbq_personen_table legend {
  display: none
}
.tabledrag-toggle-weight-wrapper {
  display:none
}}
.webform-multiple-table td {
  white-space: normal !important;
}
.mossel--gerechten {
    white-space: normal !important;
}
.js-form-item-bbq-personen-add-more-items {
  display: none !important;
}
.webform-multiple-add input {
  margin-left:2rem;
    background-color: #BBB !important;
}
.main-content .main-wrapper .node form .webform-multiple-add > input.button:hover {
    background-color: #DDD !important;
    color:black !important;
}
#edit-actions-submit {
  position: absolute;
  margin-top: -52px;
  margin-left: 22rem;
}
.webform-multiple-table--handle {
    display: none;
}
.webform-multiple-table--operations input:first-child {
  display: none;
}

.webform-multiple-table--operations input:last-child {
  padding: 2rem !important;
  border-radius: 2rem;
  background: url(/modules/webform/images/icons/ex.svg) no-repeat center #FF8844 !important;
  opacity: 1;
  border: 1px solid #AAA;
}
.form-item-bbq-personen > label { display:none !important }
.form-item-bbq-personen .webform-multiple-table > table > thead { display:none }

@media only screen and (min-width:992px){
  .webform-multiple-add input {
    margin-left: 10rem;
  }
  #edit-actions-submit {
    margin-left: 28rem;
  }
}