
table { width: 100%; }


/* homepage */

.seriesList {
	columns: 2;
	gap: 2em;
}


/* document information */

.documentInfoList {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	padding: 1em;
}

.documentInfoList td:first-child { white-space: nowrap; }


/* search results */

.formRow.appliedFacets { overflow: visible; }

#appliedFacets { width: 100%; }
.js #appliedFacets {
	appearance: none;
	height: 28px;
	opacity: .5;
	overflow: hidden;
}

.chosen-container { font-size: revert; }
.chosen-container-multi .chosen-choices { border-color: #767676; }
.chosen-container-multi .chosen-choices li.search-choice {
	line-height: 1.25;
	padding-block: 1px;
}

.searchResults td:where(
	:nth-child(2),
	:nth-child(5),
	:nth-child(6)
),
.striped.join td:last-child { white-space: nowrap; }

span.highlight { font-weight: 700; }

.removeFacet.removeFacet {
	text-decoration: none;
	transition: .2s linear;
}
.pod:not(:hover, :focus) .removeFacet {
	filter: grayscale(.5);
	opacity: .5;
}

.removeFacet img { display: block; }
