#facebook-feed-content,
#twitter-feed-content,
#linkedin-feed-content {
    height: 360px;
    word-wrap: normal;
    word-break: normal;
    overflow-y: scroll;
}

.feed-loading {
    width: 160px;
    height: 120px;
    margin: 0 auto;
    background-size: 100% 100%;
    background-image: url('../img/spinner.gif');
    background-repeat: no-repeat;
}