/* Author information */
.view-author-block .list-group {
    margin-bottom: 48px;
}

.view-author-block .list-group-item:nth-child(2n + 1) {
    clear: both;
}

.view-author-block .list-group-item {
    font-family: Roboto, sans-serif;
    font-size: 1.6rem !important;
    line-height: 2.4rem !important;
}

.view-author-block .list-group-item strong {
    font-weight: 700;
}

.borderless .list-group-item {
    border: none;
}

/* First author should start with "By" */
.view-author-block .list-group-item:nth-child(1):before {
    content: "By";
    float: left;
    font-weight: 700;
    margin-right: 0.5rem;
}

/* Every other author should start with "and" */
.view-author-block .list-group-item:not(:first-child):before {
    content: "and";
    float: left;
    font-weight: 700;
    margin-right: 0.5rem;
}
