Add unique id attributes to the body element for each page in the Portal
Customizing the Portal's styles is unnecessarily difficult. In part, this is because the elements on each page are only given generic classes. In particular, the body element has the classes "ft_body" and "portal." But that makes it very difficult to target the content of only one page with a desired style.
Instead, the body element should be given a unique id attribute to distinguish the page on which it appears from every other page. Ideally, the id should identify the role-based portal in which the page appears and the function of the page within that portal.
For example, when viewing the Donation Summary page in the Donor portal, the body element could have the id "donor-summary." In contrast, the Contributor Summary page in the Fund Advisor portal could have the id "fundadvisor-contributor-summary."
Or each page could have a seemingly random--but persistent--body id. What ultimately matters is the id's uniqueness and persistence, not its meaningfulness.
