@media only screen and (min-width: 992px) {
    thead {
        display: none !important;
    }
    table,
    tbody,
    tr,
    td {
        border: 0 !important;
    }
    .webform-multiple-add {
        padding-right: 6px !important;
    }
    .webform-multiple-table--operations {
        position: relative !important;
        width: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .webform-multiple-table td input[type="image"] {
        position: absolute;
        top: -8px;
        left: -18px;
        background-color: #FFF;
    }
    .webform-submission-form .form-item label {
        font-size: 1rem !important;
    }
    .webform-submission-form .form-item table label {
        height: auto !important;
        clip: unset !important;
        position: absolute !important;
        top: -10px;
        left: 5px;
        font-size: 0.8rem !important;
        z-index:1;
    }
    #edit-companydetailsandgeneralinfo tr td:nth-child(n+1):nth-child(-n+22) {
        width: 50% !important;
        float: left;
    }
    #edit-financialinformation tr td:nth-child(n+1):nth-child(-n+6) {
        width: 50% !important;
        float: left;
    }
  
    #edit-technicalcapability {
        margin-bottom: 0;
    }
    #technicalcapability_table {
       width: 66%;
       float: left;
    }
    #edit-reference-sources tr td,
    #reference_sources_table tr td{
        width: 25% !important;
        float: left;
    }
    #edit-technicalcapability tr td:nth-child(n+1):nth-child(-n+3) {
        width: 50% !important;
        float: left;
    }
    #edit-quality-assurance-certificates---wrapper {
        width: 33%;
        margin-top: 2.39rem;
    }
   .webform-options-display-buttons-label.option {
       line-height: 8px;
   }
}

#upload_other_documents_table .description,
#upload_your_resume_table .description,
#upload_other_documents_table table label,
#upload_your_resume_table table label {
    display: none !important;
}

.webform-multiple-add .button,
.form-managed-file .button {
    display: block !important;
    height: 40px !important;
    line-height: 40px !important;
}

.webform-multiple-add .button:hover,
.webform-multiple-add .button:focus,
.form-managed-file .button:hover,
.form-managed-file .button:focus {
    color: #04659e !important;
}

table .form-textarea {
    padding-top: 20px !important;
}

#edit-other-items-0-profession {
    margin-top: 0 !important;
}

#edit-other-items-0-profession legend {
    display: none;
}

legend,
fieldset.webform-composite-hidden-title {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height:0.8rem;
}

.fieldset-legend {
  font-weight: 600;
  color: #252733;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.js-webform-radios {
  display: inline-block !important;
  margin-top: 10px;
}

.webform-type-radios .visually-hidden,
.js-form-type-radio .option{
   position: relative !important;
}

.webform-type-radios input {
  height: 20px !important;
  line-height: 20px !important;
  width: 20px !important;
}

.webform-submission-form .form-item.js-form-type-radio .option {
  position: relative !important;
  top: -3px;
  left: 0;
}

.webform-submission-form .form-item.js-form-type-radio {
  position: relative;
  width: auto;
  display: inline-block;
}

#edit-certificates--description {
  font-size: 0.8rem;
  line-height: 0.8rem;
}

.js-form-item.form-item.js-form-type-radio.form-item-technicalcapability-items-0-qualitystandardsconformity.js-form-item-technicalcapability-items-0-qualitystandardsconformity {
  margin-right: 15px;
}

#edit-actions::after {
  content: 'I warrant that the information provided in this form is correct and further details will be provided as soon as possible in the event of change.';
  color: #e43844;
  margin: 0 10px;
}

@media only screen and (max-width: 992px) {
  #edit-actions::after {
    display:block; 
  }
}

.webform-multiple-table--handle,
.tabledrag-toggle-weight-wrapper,
.webform-multiple-table--operations,
#edit-certificatesupload-add-more-items,
.form-item-certificatesupload-add-more-items,
.field-suffix {
  display: none !important;
}

.draggable .description {
  font-size: 0.8rem;
  line-height: 0.8rem;
}

.webform-document-file {
  line-height: 4rem;
}

#edit-reference-sources tr:nth-of-type(1) label::before,
#reference_sources_table tr:nth-of-type(1) label::before {
  content: '1-';
}

#edit-reference-sources tr:nth-of-type(2) label::before,
#reference_sources_table tr:nth-of-type(2) label::before {
  content: '2-';
}

#edit-reference-sources tr:nth-of-type(3) label::before, 
#reference_sources_table tr:nth-of-type(3) label::before {
  content: '3-';
}

#reference_sources_table > div > label::after {
  content: ' (List of Reference Sources for Services Rendered by the Company within the last 12 months)';
  text-transform: none;
}