/* Hide Pretty Links admin notices */
div[class*="pl-admin-notice"], 
div#pl-notice-wrapper,
div.notice.notice-error,
div.updated.notice,
div.prli-red-notice,
.prli-red-notice,
#pl-admin-header {
    display: none !important;
}
.prli-red-notice,
#pl-admin-header  {
  display: none !important;
  max-height: 0 !important;
  overflow: hidden !important;
}
.prli-red-notice {
    display: none !important;
}
