/* all A tags whose HREF attribute ends in .pdf */
a[href$='.pdf']{
        type="application/pdf";
        }