/* Hide the PDF file-type icon on styled buttons.
   The button label already includes "(PDF, size)" so the icon is redundant.
      This keeps the icon on plain text PDF links site-wide. */
      a.btn[href$=".pdf"] {
      	  background-image: none !importantimportant;
      }
      }