/* styling for publications */
.fulltext,
.openaccess {
  font-size: 70%;
  padding: 0 4px;
  position: relative;
  top: -0.3em;
}
.fulltext {
  background-color: #728302;
}
.openaccess {
  background-color: #003366;
}
.fulltext a, 
.fulltext a:link,
.fulltext a:visited,
.fulltext a:hover,
.openaccess a, 
.openaccess a:link,
.openaccess a:visited,
.openaccess a:hover {
  color: white;
  text-decoration: none;
}
