<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/**
* Refine/Narrow Your Search
* ----------------------------------------------------------------
*/
.nys { margin-bottom: 30px; }
	.nys .col_head { font-size: 12px; font-weight: bold; }
	.nys_section { margin-bottom: 5px; }
	.nys_subtitle {
		display: block;
		margin-bottom: 1px;
		padding: 5px;
		font-size: 12px;
		font-weight: bold;
		line-height: 15px;
		background-color: #eee;
		border-bottom: 1px solid #ccc;
		cursor: pointer; 
	}
		.nys_subtitle:before {
			margin-right: 3px;
			content: "\f117";
			font-family: "FontAwesome";
			font-weight: normal;
		}
		.nys_subtitle.collapsed:before {
			content: "\f116";
		}
	.nys_options {
		padding: 5px;
		font-size: 12px;
		background-color: #fff; }
		.nys_options label {
			position: relative;
			display: block;
			margin-bottom: 0;
			padding: 2px 2px 2px 20px;
			overflow: hidden;
			font-size: 12px;
			line-height: 1.5;
			cursor: pointer; }
		.nys_options label:hover,
		.nys_options label:focus {
			color: #000;
		}
		.nys_options label input {
			position: absolute;
			left: 0; }
		/*.nys_options label span {
			float: left;
			margin-left: 20px;
			line-height: 20px; }*/
			.nys_options label span small {
				font-size: 11px;
				color: #888; }
		.nys_action {
			overflow: hidden;
			margin-top: 5px;
			border-top: 1px solid #ccc; }
			.nys_getmore {
				float: left;
				padding: 5px;
				font-size: 11px;
				text-decoration: none;
				color: #888; }
	.nys_popout { text-align: left; }
		.nys_popout label {
			float: left;
			width: 160px;
			margin-right: 10px; }
	.nys_selections {
		margin-bottom: 10px;
		font-size: 12px;
		background-color: #eee;
		padding: 10px; }
		.nys_clear_selections {
			float: right;
			font-size: 10px; }
		.nys_selected_title {
			margin-top: 5px;
			margin-bottom: 1px;
			padding: 2px 5px;
			font-weight: bold;
			background-color: #555;
			color: #fff; }
		.nys_selected {
			overflow: hidden;
			margin-bottom: 1px;
			padding: 3px 5px;
			background-color: #fff; }
	#nys_processing {
		text-align: center; }
		#nys_processing .ui-widget-overlay {
			position: fixed;
			z-index: 100001; }
		#nys_processing .message {
			position: fixed;
			z-index: 100002;
			top: 50%; left: 50%;
			margin: -6px 0 0 -121px;
			padding: 20px;
			background: #fff;
			border: 1px solid #aaa;
			-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
			-ms-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
			-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
			-o-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
			box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
			opacity: 1;
			filter: none; }
		#nys_processing .message p {
			font-size: 18px;
			font-weight: bold;
			color: #555; }




.nys_search_terms {
	max-height: 20em;
	overflow-y: auto;
}


.nys_remove {
	display: inline-block;
	max-width: 92%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.nys_remove:before {
	content: "\00d7";
	margin-right: 3px;
}
	
</pre></body></html>