Style-izator will allow you to add a custom parent selector to all your CSS selectors listed below.
The resuling CSS will help to avoid styles collisions when working with duplicated selectors from two or more incompatible CSS.
Parent:
CSS:
.example { color: white; background: orange !important; } a example, b example { color: black; }