a.pdf:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f1c1";
    padding-right: 5px;
}
a.folder:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f07b";
    padding-right: 3px;
    -webkit-text-stroke: 1px #004577;
 	-webkit-text-fill-color: transparent;
}
a.xls:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f1c3";
    padding-right: 5px;
}

a.insurancecard {
    display:	block;
    min-height:	30px;
}

a.insurancecard:after {
    content: "";
    vertical-align: middle;
    border: none;
    float:right;
    width: 136px;
    height: 30px;
    display: block;

    background-color: #1eb1a2;
    background-image: url("/_cms/files/images/bekijk_verzekeringskaart.png");
    background-size: 136px 30px;
}