ul.pubs-list {
    list-style-type: none;
    padding-left: 0;
}

li.pub-item {
    margin: 1em 0 1em 0;
}

span.pub-title {
    font-style: italic;
    font-weight: 500;
}

span.me {
    color: rgba(1, 41, 161, 1);
}

span.pub-type {
    position: relative;
    display: block;
    margin-top: 1rem;
    margin-bottom: .5rem;
    text-transform: none;
    letter-spacing: normal;
    font-size: 1.2rem;
    font-weight: lighter;
}

span.pub-venue {
    font-weight: lighter;
}

div.pub-link-item {
    margin: 0 0.5em 0 0;
}

span.pub-link-item-text {
    background-position: bottom;
    background-size: 100% 6px;
    background-repeat: repeat-x;
    font-size: smaller;
    padding-left: 0.3em;
}

span.pub-link-item-text:hover {
    color: #0129a1;
    background-position: bottom;
    background-size: 100% 6px;
    background-repeat: repeat-x;
    background-image: linear-gradient(transparent, transparent 5px, #0129a1 5px, #0129a1);
    background-position: bottom;
    background-size: 100% 6px;
    background-repeat: repeat-x;
}

div.pub-link-items {
    margin-top: 0.25em;
}

span.pub-item-comment {
    font-size: smaller;
    font-style: italic;
    font-weight: lighter;
}
