#publications ul {
  list-style: none;
}

.bibtexentry { display: block; }

#bibtex_display h1.YEAR {
  font-size: 2em;
  color: #777;
  text-align: center;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  padding: 5px 0;
  margin: 5px 0;
}

.bibtexentry .fulltext, .bibtexentry .poster, .bibtexentry .slides {color: rgb(238,61,35); float:right; font-size: 1.5em; margin: 5px;}
.bibtexentry .url, .bibtexentry .doi {color:black; font-size:0.9em; }
.bibtexentry .title:before, .bibtexentry .title:after { content: "\"" }
.bibtexentry .title { font-weight: bold; }
.bibtexentry .keywords { display: none;}
.bibtexentry .type { display: none;}

.publicationentry:target {
  background-color: lightyellow;
}

.clipboardbutton {
  cursor: pointer;
  transition: color 0.5s;
}

.clipboardbutton:hover {
  color: #2d6cc0;
}

.bibtex_display.minimal {
  font-size: 0.8em;
  line-height: 1em;
}