/* Publication titles */
.publication-title {
    text-decoration: none;
}

.publication-title:hover {
    text-decoration: underline;
}

/* Extra links: video, demo, paper, software, etc. */
.publication-extras {
    white-space: nowrap;
}

.publication-extras a {
    display: inline-block;
    color: black;
    background: white;
    border: 1px solid black;
    padding: .1em .35em;
    margin-left: .2em;
    border-radius: .2em;
    text-decoration: none;
}

.publication-extras a:hover {
    background: #eee;
    text-decoration: underline;
}

/* Awards / notes */
.publication-note {
    display: inline-block;
    background: red;
    color: white;
    font-weight: bold;
    padding: .1em .35em;
    margin-left: .2em;
    border-radius: .2em;
}

/* Publication filtering navigation */
.publication-nav a.active {
    font-weight: bold;
    text-decoration: none;
}