.bibauthor { font-variant:small-caps; }
.bibtitle { font-style:italic; }
.bibbooktitle { }
.bibpublisher { }
.bibref { padding-top:8ex; }

/*body {
  color:#142c62;
  padding: 12ex 1em 1em 1em;
  background-color: #e9edf7;
  /*font-family: Helvetica,Arial,sans-serif;
  float:left;
  width: 80%;
  font-size: 80%;
 }*/

/*a:hover {color: black;}*/

.bibitem  {
  border-top:1px solid #28458f;
  padding: 0px;	
  padding-bottom: 0.5ex;
  padding-left:1em;
 }

table#searchbar {
  /*border-bottom:2px solid #28458f;*/
  width: 100%;
/*  position:fixed;*/
  top : 0pt;
  left : 1.5em;
  background-color: #e9edf7;
  padding: 1.5ex 2em 2ex 1.5em ;
 }

/*.result tr:nth-of-type(2n-1) {/* works*/
/*tr.bibline:nth-child(2n-1) {/* works */
/*tr.even {  /* does not work */
	/*background-color: #f8f9fa;*/
/*	background-color: #dadffd;*/
/*}*/
tr.bibline:nth-child(2n) td.bibitem {
	background-color: #e0e8fa;
 }
table.result {
	width: 100%;
}
/* table: result (ganze tabelle)
tr bibline (ein bibeintrag)
td bibref (leer), bibitem
a biburl 
*/


/* Hide new header lines */
.sheader { 
	/*display : none ;*/
	font-weight:bold;
  	border-top:2px solid #28458f;
 }
