
/*  */
/* 
*/
#bibbase_header li.dropdown {
  display: none;
}


/* General utility class to mark things that &quot;changed&quot;, e.g. when dates have been updated */
.text-red {
    color: red;
}

div.text p.researchers {
    font-weight: bold;
    font-style: italic;
    margin-top: 3px;
}

div.text p.researchers a {
    font-weight: bold;
}

/* Make the h3 headings on the research description smaller, otherwise they steal too much focus */

.text h3.research-description {
    font-size: 1.25rem;
}

.text h3:not(.underlined).research-description::after {
    border-bottom-width: 2px;
    width: 4rem;
}

.text * + h2.research-topic {
    margin-top: 2em;
}
/*  */