.authors {
    display: flex;
    flex-flow: wrap row;
    align-content: space-between;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
}

    .authors .author {
        display: flex;
        flex-flow: wrap row;
        align-items: center;
        margin-bottom: 20px;
    }

        .authors .author a {
            color: #007589;
        }

.author-desc {
    margin-bottom: 4px;
    margin-right: 4px;
    font-weight: 700;
}

.author .author-name {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #007589;
}

    .author .author-name a {
        color: #007589;
    }

.author .author-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 0px 1px rgba(0,0,0,.1);
    margin-right: 10px;
    overflow: hidden;
}

    .author .author-img img {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
    }

.author .sm-author-img {
    width: 16px;
    height: 16px;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 6px;
}

.author .author-title {
    font-size: 11px;
    color: #999999;
}

.author-det {
    flex-basis: calc((100%) - 60px);
}

.author-det-2 {
    flex-basis: calc((100%) - 22px);
}
