/* all DIV tags with an ID ending in ModuleContent */ div[id$='ModuleContent'] { border:2px #000 solid; }
/* all A tags whose HREF attribute ends in .pdf */ a[href$='.pdf'] { border:2px #000 solid; }