.authors-list {
    padding-left: 0;
}

.author-item {
    margin: 10px 5px;
}

.author-item a {
    height: inherit;
    text-decoration: none;
    opacity: 0.95;
}

.author-item:hover a {
    text-decoration: underline;
    opacity: 1;
}

.author-item:active a {
    text-decoration: underline;
    opacity: 1;
    transform: scale(0.95);
}

.authors-wrap {
    padding-top: 20px;
}

.author-name {
    font-size: 22px;
    color: #000;
}
