.news-entry-content {
    margin: 8px 0;
}

.news-entry-content a {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.pub-entry {
    margin: 8px 0;
}

.pub-title a {
    color:#55595c
}

.pub-venue a {
    text-decoration: underline;
    text-underline-offset: 4px;
    color:#55595c
}

.pub-suppl a {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.pub-year {
    margin: 8px 0;
    font-size: 1.2em;
    font-weight: bold;
}

.col-md-2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-10 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .col-md-2, .col-md-10 {
        float: left;
    }

    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
}

@media (max-width: 991px) {
    .pub-year {
        margin-top: 20px;
    }
}