For example I have a CSS selector:
#spotlightPlayer .container .commands.over span,
#spotlightPlayer .container .commands.over ul,
#spotlightPlayer .container .commands.over ul li { clear:both }
Is there a way to write like,
(#spotlightPlayer .container .commands.over) span, ul, ul li { clear:both }