.pkp_brand_footer {
    display: none;
}

/* Apply Times New Roman everywhere, EXCEPT PKP icons */
body, 
p, 
div, 
h1, h2, h3, h4, h5, h6,
a, li, td, th {
  font-family: "Times New Roman", Times, serif !important;
}

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

.pkp_site_help {
    display: none !important;
}
