.noshow {
	display: none;
}

.highlight, .abstract, .review, .bibtex {
	background: #e0e0e0; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#f0f0f0'); /* for IE */
	background: -webkit-gradient(linear, top, bottom, from(#e0e0e0), to(#f0f0f0)); /* for old webkit browsers */
	background: -webkit-linear-gradient(top, #e0e0e0, #f0f0f0); /* for new webkit browsers */
	background: -moz-linear-gradient(top,  #e0e0e0,  #f0f0f0); /* for firefox 3.6+ */ 
	background: -o-linear-gradient(top,  #e0e0e0,  #f0f0f0); /* for opera */ 
} 

.highlight { 
	border-top: 1px black solid;
	/*font-weight: bold;*/
}
.abstract, .review, .bibtex {
	margin-top: 5px; 
	border-bottom: 1px black solid; 
	text-align: justify; 
}

.nextshow { 
	border-bottom: none; 
}

.bibtex pre { 
	width: 100%;
	overflow: auto;
  white-space: pre-wrap;
}

.infolinks { 
	margin: 0.5em 0em 0em 0em; 
	padding: 0px; 
}
