<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.document-filter .table-col {
	vertical-align:bottom;
	padding:0 0 10px 0;
}

.document-filter .table-col:last-child {
	padding:0;
}

.document-filter input,
.document-filter select,
.document-filter .btnWrapper {margin-bottom:0 !important; }

@media only screen and (min-width:48em){
	.document-filter .table-col {
		padding:0 10px 0 0;
	}
	
	.document-filter .table-col:nth-child(3) {
		white-space:nowrap;
	}
	
	.document-filter select {
		max-width:255px;
	}
}

.document-item {
	padding:0 0 1rem 0;
}
.document-item img {
	padding-right:5px;
}

.document-item a {
	font-weight:600;
}

.document-item .category {
	font-style:italic;
}</pre></body></html>