I'm trying to set the rendered attribute of afanelList on a .css file so i cant display it according to the device resolution but when i define on css:\[code\]#pl2{ rendered:false;}\[/code\]i get a unknown property "rendered" and chrome doesn't hide it when its a smaller resolution.Heres the component definition on my .jspx file:\[code\]<afanelList id="pl2" rows="3" maxColumns="5" >\[/code\]what can i do to fix this? is there a way around?thanks in advance