.bibtex-article {
	color:#333333;
	font-style: normal; 
	max-width:600px;
	font-size:14px;
}

.bibtex-article.att2 {
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding: 20px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	margin:5px 0 5px 0;
}


.bibtex-title {
	text-align:center;
	font-size:150%;
	font-weight:bold;
	padding: 20px 0;
}

.bibtex-author {
	text-align:center;
	font-size:90%;
	font-weight:bold;
	margin-bottom:20px;
}

.bibtex-keywords-label {
	font-weight:bold;
	margin-top:20px;
	font-size:90%;
}

.bibtex-abstract-label {
	font-weight:bold;
	font-size:120%;
	margin-top:10px;
}

.bibtex-doi {
	margin-top:10px;
}

.bibtex-abstract {
	font-size:100%;
	color:#666666;
	clear:both;
	margin-bottom:10px;
}

.bibtex-journal, .bibtex-publisher, .bibtex-year, .bibtex-month {
	margin-left:0.3em;
}

.bibtex-thumbnail {
	float:right;
	max-width:250px;
}

.bibtex-url {
	text-align:right;
}
.bibtex-url  a {
	width:150px;
}
.bibtex-bibtex {
	margin-top:5px;
	font-size:80%;
	word-wrap: normal;
	white-space: pre;
	overflow-x:hide;
}