/**
 * Contact > New Activity
 * Force width on all text fields. Default is too small (ex: "Street Address" custom field).
 */
#crm-container #Activity .crm-activity-form-block-custom_data .crm-form-text:not(.crm-form-date) {
  width: 30em;
}

/**
 * Contact > New Activity
 * Hide the default text "location" field, and some other fields (replaced by custom fields).
 */
.crm-container #Activity .crm-activity-form-block-location {
  display: none;
}

.crm-container #Activity .crm-activity-form-block-priority_id {
  display: none;
}

.crm-container #Activity .crm-activity-form-block-duration {
  display: none;
}

.contact_basic_information-section tr:nth-child(2) td:first-child, .contact_basic_information-section tr:nth-child(2) td:nth-child(3) {
    display: none;
}

/* Fix grey-on-grey in activities panel */
.crm-ajax-table th {
    color: #fff !important;
}