  .play::before{
	 background: url("https://www.wilmu.edu/_files/images/icons/icon-play.svg") no-repeat center right;
}

a[href$=".pdf"]::after, 
a[href$=".doc"]::after, 
a[href$=".docx"]::after, 
a[href$=".xls"]::after, 
a[href$=".xlsx"]::after, 
a[href$=".ppt"]::after, 
a[href$=".pptx"]::after {
	content: "";
	display: inline-block;
  width: 16px;
  height: 16px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  font-smoothing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  text-align: right;
  margin-block: 0 10px;
}


a:not(.btn)[href$=".pdf"]::after {
  /*background: url("https://www.wilmu.edu/_files/images/icons/icon-pdf.svg") no-repeat center right;*/
  content: "\f1c1";
    
}

a[href$=".doc"]::after,
a[href$=".docx"]::after {
  /*background: url("https://www.wilmu.edu/_files/images/icons/icon-word.svg") no-repeat center right;*/
  content: "\f1c2";
}

a[href$=".xls"]::after,
a[href$=".xlsx"]::after {
  /*background: url("https://www.wilmu.edu/_files/images/icons/icon-excel.svg") no-repeat center right;*/
  content: "\f1c3";
}

a[href$=".ppt"]::after,
a[href$=".pptx"]::after {
  /*background: url("https://www.wilmu.edu/_files/images/icons/icon-point.svg") no-repeat center right;*/
  content: "\f1c4";
}

span[data-size] {
  font-size: small;
}

span[data-size]::after {
  content: " ( " attr(data-size) " )";
}