<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.itemnumber {
	display: inline;
	color: darkblue;
}

.authorName {
	display: inline-block;
	font-weight: bolder;
	/*vertical-align: middle;*/
	margin: .1em;
	margin-left: .5em;
}
.authorName a {
	text-decoration: none;
}
.authorName a:hover {
	text-decoration: underline;
}

.filename {
	display: inline-block;
	/*color: black;*/
	margin: .1em;
}

.filename a {
	text-decoration: none;
	color: black;
}
.filename a:hover {
	text-decoration: underline;
}

.tags {
	/*clear: both;*/
	/*color: blue;*/
	/*color: lightgrey;*/
	float: right;
	margin-right: .5em;
}

.tags a {
	color: #596e74;
}
.tags a {
	text-decoration: none;
}
.tags a:hover {
	text-decoration: underline;
}

.cardCount {
	float: right;
	color: darkblue;
	font-weight: bolder;
	margin: .1em;
}

.description {
	clear: both;
	/*display: none;*/
	color: #898989;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: .1em;
}

.fileHeader {
	/*color: black;*/
	font-weight: bold;
	margin: .1em;
}

.cardListItem {
	background-color: white;
	/*border-left: 1px solid lightgrey;*/
	/*border-right: 1px solid lightgrey;*/
	padding: .5em;
}

.cardListItemBorderTop {
	border-top: 1px solid lightgrey;
}


/*.cardListItem:hover,*/
/*.cardListItem:hover &gt; .tags a,*/
/*.cardListItem:hover &gt; .authorName a,*/
/*.cardListItem:hover &gt; .filename a*/
/*{*/
	/*background-color: #296ca3;*/
	/*color: white;*/
/*}*/

.cardListItem:hover {
	background-color: lightblue;
}

.gearOptions {
	float: left;
	display: inline-block;
	min-width: 95px;
	min-height: 1.3em;
}

.cardListContainer {
	/*padding: 1em;*/
	margin-top: 1em;
	margin-right: 1em;
}</pre></body></html>