.bibbottombar {
    position: relative;
    vertical-align: middle;
    font-size: 0.7rem;
    line-height: 1rem;
}

.bibbottombar > .bibbottomitem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 1px 5px;
}

.bibinfo {
    color:#fefefe;
    display: inline-block;
    vertical-align: top;
}

.bibinfoitem {
    position: relative;
    float: left;
    padding: 1px 5px;
    background-color: rgb(0,104,180);    
    border: 1px solid transparent;
    border-radius: 3px;
}

.bibinfoitem:hover {
    background-color: rgb(0, 70, 121);
}

.bibinfo > .bibinfoitem:first-child {
  margin-left:0;
}
.bibinfo > .bibinfoitem:not(:last-child) {
  border-right: 1px solid rgb(0, 70, 121);  
}

.bibinfo > .bibinfoitem:first-child:not(:last-child) {
 border-top-right-radius:0;
 border-bottom-right-radius:0
}
.bibinfo > .bibinfoitem:last-child:not(:first-child) {
 border-top-left-radius:0;
 border-bottom-left-radius:0
}

.bibinfo > .bibinfoitem:not(:first-child):not(:last-child) {
  border-radius:0;
}

.buttonabstract, .buttonbibtex {
  cursor:pointer;
}

.bibtex > pre{
  max-width: 550px;
  word-break: break-all;
  word-wrap: break-word;
  overflow: auto;
}

.tgl {
  margin: 10px;
  padding: 5px;
  border-top: 1px solid rgb(92, 92, 92);
  border-bottom: 1px solid rgb(92, 92, 92);
}

.abstract {
  text-align: justify;
  text-justify: inter-word;
}

.award {
  color: #ac7b1d;
  font-weight: bold;
}

.publikationsblock {
  margin: 10px 0px 15px 0px;
}
