a.with-icon::after {
    display: inline-block;
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    vertical-align: text-top;
    background-size: 0.8rem 0.8rem;
}
a.arxiv::after {
    background-image: url('/users/loi/icons/arxiv.svg');
}
a.cccg::after {
    background-image: url('/users/loi/icons/cccg.png');
}
a.cg-society::after {
    background-image: url('/users/loi/icons/cg-society.svg');
}
a.dagstuhl::after {
    background-image: url('/users/loi/icons/dagstuhl.svg');
}
a.dblp::after {
    background-image: url('/users/loi/icons/dblp.svg');
}
a.hsbo::after {
    background-image: url('/users/loi/icons/hsbo.svg');
}
a.ieee::after {
    background-image: url('/users/loi/icons/ieee.svg');
}
a.ieee-ras::after {
    background-image: url('/users/loi/icons/ieee-ras.png');
}
a.orcid::after {
    background-image: url('/users/loi/icons/orcid.svg');
}
a.scholar::after {
    background-image: url('/users/loi/icons/scholar.svg');
}
a.springer::after {
    background-image: url('/users/loi/icons/springer.svg');
}

.papers li span.paper-title {
    scroll-margin-top: 10rem;
    font-size: 1.1rem;
    font-weight: 500;
    color: inherit;
}

.papers li span.authors {
    font-size: 0.9em;
    font-style: italic;
}

.papers li span.authors .me {
    font-size: 0px;
}

.papers li span.authors::before {
    content: "with ";
}

.papers li span.arxiv{
    font-size: 0.9em;
    font-style: italic;
}

.papers li span.arxiv::before {
    content: "arXiv: ";
    font-style: normal;
    font-weight: normal;
}
.papers li span.preprint{
    font-size: 0.9em;
    font-style: italic;
}

.papers li span.preprint::before {
    content: "Short preprint in the ";
    font-style: normal;
    font-weight: normal;
}
.papers li span.inproceedings{
    font-size: 0.9em;
    font-style: italic;
}

.papers li span.inproceedings::before {
    content: "In Proceedings of the ";
    font-style: normal;
    font-weight: normal;
}

.papers li span.toappear {
    font-size: 0.9em;
    font-style: italic;
}
.papers li span.toappear::before {
    content: "To appear in Proceedings of the ";
    font-style: normal;
}

.papers li.under-review {
    color: #666;
}
