
.node-teaser .field-name-field-biblio-image {
  float: left;
  margin-right: 1em;
}

.node-biblio.node-teaser .field-name-field-upload {
  display: inline;
}

/* CSS for citation style example popup box */
.citation-example {
  margin-bottom: 5px;
}
.citebox {
  display: none;
  position: absolute;
  z-index: 99999;
  width: 400px;
  padding: 10px;
  background: #fff;
  color: #000000;
  border: 1px solid #4D4F53;
  margin: 0px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
  box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
}

.citebox h2 {
  background-color: #EFEFEF;
  color:  #000;
  font-size: 14px;
  display: block;
  width: 100%;
  margin: -10px 0px 8px -10px;
  padding: 5px 10px;
  border-bottom: 2px solid #C4C2C2;
}

a.cite-pop {
  color: #333;
  cursor: default;
}