.bibl3block p{
  margin: 0 0 0.2em 0;
}

.bibl-author{
  font-weight:bold;
}

.bibl-serial{
  font-style:italic;
}

html:lang(en) div.department h3.bibl-title::before{
  content: 'Department: ';
}
html:lang(en) div.project h3.bibl-title::before{
  content: 'Project: ';
}
html:lang(en) div.author h3.bibl-title::before{
  content: 'Author: ';
}

html:lang(cs) div.department h3.bibl-title::before{
  content: 'Oddělení: ';
}
html:lang(cs) div.project h3.bibl-title::before{
  content: 'Projekt: ';
}
html:lang(cs) div.author h3.bibl-title::before{
  content: 'Autor: ';
}
html:lang(en) div.book h4.bibl-header::before{
  content: 'Books and Chapters: ';
}
html:lang(cs) div.book h4.bibl-header::before{
  content: 'Knihy a Kapitoly: ';
}
html:lang(en) div.article h4.bibl-header::before{
  content: 'Journal articles: ';
}
html:lang(cs) div.article h4.bibl-header::before{
  content: 'Články: ';
}
html:lang(en) div.other h4.bibl-header::before{
  content: 'Other publications: ';
}
html:lang(cs) div.other h4.bibl-header::before{
  content: 'Ostatní publikace: ';
}
