/* this stylesheet should ONLY be used for */ 
/* pages that use js/expandAll/expand.js   */
/* like the STAR_pubs2014.php and similar  */

/* first 2 rules not related to the script */

div.collapse strong {
	color: #8C170F;
	font-size: 1.1em;
}

div.demo p {
/* this is to make a hanging indent for the ref style */
	text-indent: -20px !important;
	margin-left: 30px;
	margin-bottom: 12px;
}

.demo {
  margin:1.5em 0;
  padding:1.5em 1.5em 0.75em;
  border:1px solid #ccc;
  position:relative;
  overflow:hidden
}

.collapse p {
	padding: 0 10px 1em;
}

/* --- Headings  --- */
.expand { 
	padding-bottom:.75em
}

.pubNavBox {
	float: right; 
	width: 380px;
	padding: 15px; 
	font-size: 1.1em;
}

div.pubNavBox div {
	width: 40px; 
	padding: 8px 6px; 
	float: left;
}

.demo h3 {
	font-size: 1.1em !important;
}




</style>