/* Hide case details field on new case, as this field is recorded as the open case activity in the details section and is not actively visible */
.crm-case-form-block-activity_details {
	display: none;
}

/* Hide the location field, as this is a plain text field and not useful for collecting normalised data */
.crm-case-activity-view-Location, #activity_location, label[for=activity_location] {
	display: none !important;
}




.custom-group-Intake_Instructions tr.custom_field-row {
	display: none !important;
}


