noscript { text-transform: uppercase; color: yellow; }

a:link { color: yellow; text-decoration: underline; }
a:hover { text-decoration-color: rgb(191, 191, 0); }
a:visited { color: rgb(191, 191, 0); text-decoration-color: rgb(63, 63, 0); }

h1 { text-align: center; }

#query_list > li
{
	opacity: 0.5;
	border: none;
	margin: 0;
	list-style-type: circle;
}
#query_list > li.selected
{
	opacity: 1.0;
	border: medium solid white;
	border-radius: 1em;
	padding: 0 1em;
	margin: 1em 1em 1em 0;
	list-style-type: none;
}

.searchSummary > header { margin-bottom: initial; text-align: start; cursor: pointer; border-bottom: thin solid white; }
.counter
{
	font-size: smaller;
	color: black;
	background-color: yellow;
	border-radius: 1em;
	padding: 0 0.5em;
	margin-left: 1em;
}

footer { padding-top: 3em; clear: both; text-align: center; font-size: smaller; }
