div.sds_product_recipient_fields_wrapper table tr td.label {
    display: none !important;
}

div.sds_product_recipient_fields_wrapper table tr td.value input {
    width: 100%;
}

div.sds_product_recipient_fields_wrapper table tr td {
    padding: 3px 0;
}

input::placeholder, textarea::placeholder {
    color: gray;
}