<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ============= */
/* pdf-downloads */
/* ============= */
a.pdf-download {
	display: inline-block;
	*display: inline;
!	line-height: 18px;
!	*line-height: 20px;
width: 80%;
	text-decoration: none;
	border: none;
	margin: 4px 0 4px 0;
	padding: 0 0 0 24px;
	background-image: url(../images/pdf-icon-16x16.png);
	background-repeat: no-repeat;
	background-position: left center;
}
a.pdf-download:hover  {
	text-decoration: none;
}

/* debug */
a.pdf-download,
a.pdf-download:hover {
!	padding-right: 24px;
!	margin-right: 24px;
}
a.pdf-download {
!	border: solid 1px red;
!	background-color: silver ;
}
a.pdf-download:hover {
!	border: solid 1px blue;
!	background-color: dimgray;
}
</pre></body></html>