/*HIDE THESE CLASSES
These classes belong to plugins or themes that display nagging notices*/
.notice.is-dismissible, .vc_license-activation-notice, .itsec-notice, .update-nag, .updated, .cff_review_notice, .nf-admin-notice, #fca-pc-setup-notice{
    display: none;
}

/*IMPORTANT NOTICES
These notices convey important messages in the WordPress backend, such as plugins that were successfully added.*/
.updated.notice.is-dismissible, .woocommerce-message, .w3tc_note {
	display:inherit;
}

/*OUTLIERS
These are notices that hijack the standard class set "updated notice is-dismissable" but has an additional class. 
*/
.settings-error {
	display:none!important;
}