/* Hide GDPR event policy link - all info in one document */
div#editrow-accept_entity_tc {
  display: none;
}

/* Make the event date/time info bigger.  Should find a better way to do this ... */
#crm-container.crm-public .event_date_time-section .label,
#crm-container.crm-public .event_date_time-section .content {
  font-size: 1.2em;
}

/* Event specific - compensate for pasted font content */
#crm-main-content-wrapper .crm-event-id-29 {
  line-height: 20px;
}

/* Hide the 'type' column in the cases dashboard */
/* header has type, but data td's don't. */
/* not working - hides too much
th.crm-case-type,
tr.crm-entity td:nth-of-type(5) {
  display: none;
}
*/
