Is it possible to apply a class to a specific page? So I can target some css to only that page?

I am using panels and I have a relationshup manager table which I would like to apply some custom css to but I dont want to override every RM table on my app.

I've tried to look through the source html and I cannot see any unique identifier for that page.
Solution
Check the classes on the Page:
E.g. from th demo: .fi-resource-shop-orders
Was this page helpful?