/* CSS Document */

.itemWrapper {
display: block;
width: 100%;
margin-bottom: 15px;	
}
.itemWrapper:after {
  content: "";
  display: table;
  clear: both;
}
.itemLeftColumn{
	display: block;
	float:left;
	width: 17%;
	margin-right: 2%;
}
.itemRightColumn{
	display: block;
	float:left;
	width: 80%;
}

.weewords {
	font-size: 0.75em;
	line-height: 1.5em;
	
}
.pale {
	color: #aaa;	
}
.itemKeywords {
	font-style: italic;
	}
.itemAuthors {}
.itemAuthorRole {
	color:#aaa;
	}
.itemTitleLink {
	font-weight: bold;
	}
.journaltitle {
	font-style:italic;
	font-weight:bold;
	font-size: 0.8em;
	line-height: 1.6em;
}

