/* Remove PDF before icon from element */
.hide-pdf-icon::before {
	display: none;
	margin: 0;
	padding: 0;
}

/* Override the left positioning for the specific buttons that link to pdf's so there isnt not indent and buttons are aligned */
#maincontent a[href $='.pdf'] {
	position: relative;
	left: 0px;
}

