.webform-multiple-table--operations .btn-danger {
  border: 1px solid #b98f3d;
  background-color: rgba(0, 0, 0, 0);
  color: #2a613e;
}
.webform-multiple-table--operations .btn-danger:hover {
  background-color: #b98f3d;
  color: #ffffff;
}
.webform-multiple-table--operations .btn-success {
  display: none !important;
}
.webform-multiple-add .btn-success {
  background-color: #2a613e;
  border: 1px solid #b98f3d;
}
.webform-multiple-add .btn-success:hover {
  background-color: #b98f3d;
}
.webform-submission-form .form-type-number label,
.webform-submission-form .form-type-number input {
  display: block;
  width: 100%;
}