
.coa-pdf-icon a:after {
  content: url("/2015-images/pdf-icon.png");
  position: relative;
  top: 3px;
  left: 5px;
  padding-right: 5px; }

a.coa-pdf-icon:after {
  content: url("/2015-images/pdf-icon.png");
  position: relative;
  top: 3px;
  left: 5px;
  padding-right: 5px; }

div.card--bg-image>a.coa-pdf-icon:after {
/* what to do to hide PDF icon on carousel cards:
	content: none;
*/
    content: url("/2015-images/pdf-icon-big.png");
    top: 10px;
    position: absolute;
    right: 3px;
    left: auto;
    display: inline-block;
}

