
/*  */
/* 
*/
/*zebra pattern for publication table*/
table.tabelle_pubs tr:nth-child(even) {
  background-color: LightGrey;
}

table.tabelle_pubs tr:nth-child(odd) {
  background-color: white;
}
/*  */