.js-form-item label {
    display: none;
}
.text-count-message{
  display: none !important;
}
label{
      font-weight: 700;
}
form.webform-submission-form [class*="form-type-"], form.webform-submission-form label.form-required{
  font-family: 'Lato', serif !important;
}

.tabledrag-toggle-weight-wrapper{
 display:none !important; 
}

.webform-multiple-add.js-webform-multiple-add.container-inline {
    display: none !important;
}

.webform-multiple-table td.webform-multiple-table--handle{
  display:none !important;
}



@media only screen and (max-width: 481px) {
.description {
    display: none;
}
  .webform-multiple-table-responsive td{
    padding:5px;
  }
}