@charset "utf-8";
/* CSS Document */

/*********************************
   The list of publication items
 *********************************/
/* The list of items */
.biblist { }

/* The item */
.biblist li { }

/* You can define custom styles for plstyle field here. */


/*************************************
   The box that contain BibTeX code
 *************************************/
div.noshow { display: none; }
div.bibtex {
	margin-right: 0%; /* for the box in the total text */
	margin-left: 0%;
	margin-top: 1em;
	margin-bottom: 1em;
	border: 1px solid silver;
	padding: -1em 0.1em; /* for the text inside the box */
	background:#FCF;
}
div.bibtex pre {
	font-size: 75%;
	overflow: auto;
	width: auto;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
 }