
/*
body {
	padding-top: 70px
}
*/
.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

p.justify {
	text-align: justify;
}
p.people {
	padding: 2% 0% 0% 2%;
}
img.people{
padding-right: 2%;
padding-bottom: 2%;
float: left;
}

.imgright{
padding-left: 2%;
float: right;
margin: 2%;		
}

.imgleft{
padding-right: 2%;
float: left;
margin: 2%	
}


.page-header {
  padding-bottom: 9px;
  margin: 0px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

.vspace { height: 60px;}


/** 
*** BibBase reference-specific additions 
**/
img.bibbase_icon {
  display: none;
}

/* remove linkout to bibbase, but make it bold */
.bibbase_paper_title a {
  color: #333;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
  font-weight: bold;
}

/* remove bibbase link to authors with bibbase accounts */
a.bibbase.author.link {
  color: #333;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

/* reformat refs borked by bootstrap css */
.bibbase_group_body {
  padding-left: 15px;
}

/* put links on same line as citation */
br.bibbase_paper_content {
  display: none;	
}

/* resize link text */
.bibbase_paper_content {
  font-size: smaller;
}

/* space out separate refs */
.bibbase_paper {
  margin-bottom: 5px;
}

/* force display of year ref counts */
.bibbase_group_count {
  display: initial;
  font-weight: normal;
}
