.pkp_brand_footer {
    display: none;
}


/* Restore PKP icon font so icons don’t disappear */
.pkp_icon {
  font-family: "Font PkpIcons" !important;
}

/* Hides the Help button in the dashboard and tabs */
.pkp_help_link,
.requestHelpPanel {
    display: none !important;
}

/* Hides the system notification boxes */
.pkp_notification,
.pkpNotification {
    display: none !important;
}

.pkp_site_help {
    display: none !important;
}
