
form#quicksearch {
	border-style: solid;
	border-color: gray;
	border-width: 1px 0px;
	padding: 0.7em 0.5em;
	margin-top: 1.5em;
}

span#searchstat {padding-left: 1em;}

div#settings { margin-top:0.7em; /* border-bottom: 1px transparent solid; background-color: #efefef; border: 1px grey solid; */ }
div#settings ul {margin: 0; padding: 0; }
div#settings li {margin: 0; padding: 0 1em 0 0; display: inline; list-style: none; }
div#settings li + li { border-left: 2px #efefef solid; padding-left: 0.5em;}
div#settings input { margin-bottom: 0px;}
div#settings.hidden {display:none;}

#showsettings { border: 1px grey solid; padding: 0 0.5em; float:right; line-height: 1.6em; text-align: right; }
#showsettings:hover { cursor: pointer; }

.invalidsearch { background-color: red; }
input[type="button"] { background-color: #efefef; border: 1px #2E2E2E solid;}

#qs_table { border: 1px gray none; width: 100%; empty-cells: show; border-spacing: 0em 0.1em; margin: 1em 0em; }
#qs_table th, td { border: none; padding: 0.5em; vertical-align: top; text-align: justify; }

#qs_table td a { color: navy;
text-decoration: underline; 
/*text-decoration: none;*/
 }
#qs_table td a:hover  {  }

#qs_table tr.noshow { display: none;}
#qs_table tr.highlight td { background-color: #EFEFEF; border-top: 1px #5E5E5E solid;
/* font-weight: bold;*/
 }
#qs_table tr.abstract td, tr.annote td, tr.bibtex td { background-color: #EFEFEF; text-align: justify; border-bottom: 1px #5E5E5E solid; }
#qs_table tr.nextshow td { border-bottom-style: none; }

#qs_table tr.bibtex pre { width: 100%; overflow: auto; white-space: pre-wrap;}
#qs_table p.infolinks { margin: 0.3em 0em 0em 0em; padding: 0px; }

@media print {
	#qs_table p.infolinks, #qs_settings, #quicksearch, t.bibtex { display: none !important; }
	#qs_table tr { page-break-inside: avoid; }
}

#qs_table tr.show {
  display: table-row!important;
}
