bib\:authorlist {
  /* top right bottom left */
  margin: 5 20 10 20;
  font-size: 10px;
}

bib\:header {
  /* top right bottom left */
  margin: 10px 5px 5px 5px;
  padding: 3px;
  font-size: 9px;
  border : solid #C0C0C0 1px;
  background: #E8E8E8;
  display: block;
}

bib\:ref {
  /* top right bottom left */
  margin: 8px 15px 3px 10px;
  padding: 0px;
  font-size: 10px;
  display: block;
}

bib\:ref.indent {
  /* top right bottom left */
  margin: 8px 15px 3px 25px;
  text-indent: -18;
}

/* bib\:ref span.title:before {content: open-quote} */
bib\:ref span.title {font-weight: bold;}
/* bib\:ref span.title:after {content: close-quote} */
/* bib\:ref span.booktitle {font-style: italic;} */

bib\:ref a {
  font-size: 9px;
}

