div.paperContents a.pdf {
	font-size: 1.2em;
	position: relative; 
	display: block;
    text-decoration: none !important;
	color: #ffffff !important;
	border-radius: 50px;
	background: #4167b3;

	margin: 20px 0;
	padding: 20px 20px 20px 4em;
}

div.paperContents a.pdf:before {
    font-size: 1.8em;
    content: "\f1c1";
	font-family: "icomoon" !important;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 0.8em;
    height: 1.2em;
}

div.paperContents a.pdf::after{
    content: none;
}