
/* Hide the meeting credential custom fields to avoid access to the files */

/* Meeting credential view dialog */
td[id^="Meeting_Credentials_"] div.crm-accordion-body table {
    display: none;
}

/* Meeting credential edit dialog */
div.custom-group.custom-group-Meeting_Credentials div.crm-accordion-body table {
    display: none;
}