String.prototype.endsWith=function(a){return(this.match(a+"$")==a)};function clean_css(){var d={};for(var a in theme){for(var b in theme){var c=false;if(b.endsWith(a)&&b!=a){c=true;d[b]=theme[a];break}}if(!c){d[a]=theme[a]}}theme=d};