.s378 .twitterTimeline {
    height: 100%;
    overflow: auto;
}

.s378 .twitterTimeline lh {
    font-size: 1.2em;
    font-weight: bold;
}

.s378 .twitterTimeline .author,
.s378 .twitterTimeline .published {
    font-size: 0.8em;
}

.s378 .twitterTimeline .author {
    clear: left;
    margin: 10px 0 0 0;
    font-weight: bold;
}

.s378 .twitterTimeline .profilePic {
    float: left;
    margin: 0 10px 0 0;
}

.s378 .twitterTimeline .profilePic img {
    width: 48px;
    height: auto;
}

