html {
  font-size: 100%;
}

body { background-color: white; font-family: Arial, sans-serif; font-size: 14px; line-height: 1.2; padding: 1em; color: #444444; width: 80%; margin: auto auto; }

form#quicksearch { width: auto; border-style: solid; border-color: gray; border-width: 1px 0px; padding: 0.7em 0.5em; display:none; position:relative; }
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;}

table { border: 1px gray none; width: 100%; empty-cells: show; border-spacing: 0em 0.4em; margin: 1em 0em; }
th, td { border: none; padding: 0.6em; vertical-align: top; text-align: justify; }
/*td i {font-weight: bold; color: navy;} *//* added by konyo */
td i {font-weight:bold;} /* added by konyo */
tr.title_year {font-weight: bold; font-size: 18px;}

td a { color: navy; text-decoration: none; }
td a:hover  { text-decoration: underline; }

tr.noshow { display: none;}
tr.highlight td { background-color: #EFEFEF; border-top: 2px #2E2E2E solid; font-weight: bold; }
tr.abstract td, tr.review td, tr.bibtex td { background-color: #EFEFEF; text-align: justify; border-bottom: 2px #2E2E2E solid; }
tr.nextshow td { border-bottom-style: none; }

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

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

.award { color: rgb(0, 153, 0) ! important;}
