.custom-container .content .icon.icon-pdf {
  width: 42px;
  height: 42px;
  background-image: url("/_/images/pdf-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.custom-container .content .icon.icon-docx {
  width: 42px;
  height: 42px;
  background-image: url("/_/images/docx-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.custom-container .content .icon {
	display: inline-block;
	position: relative;
	float: left;
	margin-right: 10px;
}