/* Page HAL PLUS CSS */

.badge {
	display: inline-block;
	padding: .35em .65em;
	font-size: .75em;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
}

/* http://www.informatik.uni-trier.de/~ley/faq/What+is+the+meaning+of+the+colors+in+the+publication+lists.html */

/* DBLP: Books and Theses*/
.label-these, .label-hdr, .label-ouv {
	background-color: #F8C91F;
}
/* DBLP: Journal Articles*/
.label-art {
	background-color: #AB4173;
}
/* DBLP: Conference and Workshop Papers*/
.label-comm, .label-presconf, .label-poster {
	background-color: #3262A4;
}
/* DBLP: Parts in Books or Collections */
.label-couv {
	background-color: #EF942D;
}
/* DBLP: editorship */
.label-douv {
	background-color: #56C1B7;
}
/* DBLP: Reference Works*/
.label-ref {
	background-color: #B6D235;
}
/* DBLP: Data and Artifacts */
.label-report, .label-mem, .label-patent, .label-lecture, .label-minutes, .label-note, .label-otherreport {
	background-color: #885522;
}
/* DBLP: Informal and Other Publications */
.label-other, .label-undefined, .label-img, .label-video, .label-son, .label-map {
	background-color: #626A70;
}
.label-tout {
	background-color: black;
}
.label-renatech {
	background-color: #A5D6D2;
	color: #000;
	font-weight: normal; 
	font-size: 0.85em;
}

ul.wphal-typesdoc li{
    list-style: none !important;
}

#wphal-doctype{
    max-height : 500px;
    overflow: auto;
}

#wphal-collabs{
    max-height : 500px;
    overflow: auto;
}

.collabs {
	font-style: italic;
}

 .widget-meta-link {
 	font-style: italic;
 }
