.media.about-the-author {
 margin-bottom: .5rem;
}

.media.about-the-author .media-body {
    margin: 1rem 0 0 1rem;
}

.media.about-the-author .media-body a.analyst-links {
    text-decoration: underline;
}

.preview-content {
    font-size: .9em;
    line-height: 130%;
}

.preview-content.open {
    height: 100%;
}

.preview-content.closed {
    height: 100px;
    overflow: hidden;
}

a.show-more {
    display: block;
    width: 100%;
    border-top: solid 1px rgb(200,200,200);
    margin-top: .5em;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
}