.articleList {
	margin-left: 20px;
	color: black;
}

.articleList div.article {
	font-family: Times New Roman, Times, serif;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	margin: 0.5em 0em 1em 0em ;
}

.articleList div.citation {
	/*display: inline;*/
}

.articleList span.title, .articleList span.authors, .articleList span.doi {
	font-weight: normal;
	font-style: normal;
}

/* */
.articleList p.title {
	font-weight: bold;
	margin-top:0; 
	margin-bottom:0;
}

/* */
.articleList p.authors {
	font-style: italic;
	margin-top:1.3em; 
	margin-bottom:0;
}

/* */
.article p.journalgroup {
	margin-top:0;
	margin-bottom:0;
	margin-left:2em;

}

/* */
.article p.linksgroup {
	margin-top:0;
	margin-bottom:0;
	margin-left:1em;
}


.articleList span.journal {
	font-style:italic;
}

.articleList span.pubDate, .articleList span.volumeNum, .articleList span.citationNum {
	display: none;
}

.articleList span.acceptedDate {
	/*margin-left: 1.5em;*/
}

.articleList span.links {
	font-family: Arial, Verdana, Helvetica,  sans-serif;
	font-size: 95%;
	margin-left: 1.5em;
	margin-right: 0.3em;
}

