<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main li a[href*=".pdf"]:before, main td a[href*=".pdf"]:before, main p a[href*=".pdf"]:before, main .panel-body a[href*=".pdf"]:before {
	 content: "";
	 display: inline-block;
	 margin-right: .2em;
	 background: url(/images/icons/pdf-icon-small.gif);
	 background-position: center center;
	 background-repeat: no-repeat;
	 background-size: contain;
	 width: 15px;
	 height: 15px;
}
blockquote p:first-child {margin-top:0;}


.table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
    background-color: #f9f9f9 !important;
}

.thead-dark {
    color:#FFF !important;
}

.thead-dark th {
    background-color: #333 !important;
}

li &gt; ul, li &gt; ol, li &gt; dl {
    margin-top: 0px;
}
</pre></body></html>