/* this rule is to override another rule that puts icons next to PDF links */
a[href$="pdf"]:after { content: " " !important; }

/* allows for styling paper titles where we do not have a link to a PDF or DOI yet */
span[class="nopaperlink"] {
    font-style: italic;
}
