.references_header {
	font-size: 15px;
	font-weight: bold; 
	margin-top: 10px; 
	margin-left: 20px;
}

.references-list {
	position: relative;
	float: left;
	margin-left: 0;
	list-style-type: none;
	padding: 0 0 0 30px;
	text-indent: -10px;
}

.references-list > li {
   padding: 0 0;
   font-size: 12px;
   margin-right: 10px;
}

/* stijl van de references */

.ref-booktitle {
   font-style: italic;
}

ul.publications {
	visibility: collapse;	
}

ul[class="references-list"] {
	visibility: "collapse";
}

/* uitzonderingen op eind-punt */
ul[class="references-list"] > li > .pub-location:after {
	content: ': ';
}

ul[class="references-list"] > li[class="thesis"] > .publisher:after,
ul[class="references-list"] > li[class="journal-article"] > .full-title:after,
ul[class="references-list"] > li[class="journal-article"] > .secondary-title:after {
	content: ' ';
}

ul[class="references-list"] > li[class="book-section"] > .secondary-authors:before {
	content: ' In ';
}

ul[class="references-list"] > li[class="book-section"] > .secondary-authors:after {
	content: ' (eds.). ';
}

/* cursief: titels van book, titel van thesis, full-title, secondary-title van journal article, secondary-title van book-section, booktitle van incollection */
ul[class="references-list"] > li[class="book"] > .title,
ul[class="references-list"] > li[class="thesis"] > .title,
ul[class="references-list"] > li[class="electronic"] > .title,
ul[class="references-list"] > li[class="journal-article"] > .full-title,
ul[class="references-list"] > li[class="journal-article"] > .secondary-title,
ul[class="references-list"] > li[class="inproceedings"] > .booktitle,
ul[class="references-list"] > li[class="incollection"] > .booktitle,
ul[class="references-list"] > li[class="book-section"] > .secondary-title,
ul[class="references-list"] > li[class="unpublished"] > .title {
	font-style: italic;
}

#bibrefDetails {
	height: auto;
	max-height: 200px;
	border-radius: 10px;
	display: none;
}

.book_title,
.journal {
	font-style: italic;
}

.references-list .journal,
.references-list > .booktitle {
	font-style: italic;
}

/* .references-list  span:nth-child(n+2):not(.pages):not(.volume):not(.publisher):not(.editor)::not(.number):before, .references-list  span:nth-child(n+2):not(.pages):not(.volume):not(.publisher):not(.editor):before{ */
.references-list  span:nth-child(n+2):not(.pages):not(.volume):not(.publisher):not(.editor):not(.number):before {
	content: ". ";
}

.references-list  span:last-child:after {
	content: ".";
}

.references-list .editor:before {
	content: ". In: ";
}

.references-list .volume:before {
	content: "\00a0";
}

.references-list .number:before {
	content: "-";
}

.references-list  .pages:before {
	content: ", ";
}

/* alleen combinaties address+publisher worden 'adres:publisher' */ 
.references-list  .publisher:before {
	content: ": ";
}

.references-list  span:not(.address) + .publisher:before {
	content: ". ";
}
