.flex-social-fb-post,
.flex-social-tweet {
   padding: 20px 0;
   border-bottom: 1px solid #c9c9c9;
   font-size: 14px;
}

.flex-social-fb-post:first-child,
.flex-social-tweet:first-child {
   padding-top: 0;
}

.fb-social-fb-tweet:last-child,
.flex-social-tweet:last-child {
   border-bottom: none;
}

.flex-social-fb-post.no-posts,
.flex-social-tweet.no-tweets {
   text-align: center;
   margin-top: 35%;
}

.flex-social-fb-header,
.flex-social-tweet-header {
   font-size: 14px;
   margin: 10px;
   padding: 0 10px;
   background-repeat: no-repeat;
   background-size: contain;
   background-position: 95% center;
   background-color: #fff;
   position: relative;
   z-index: 1000;
   line-height: 32px !important;
}


.flex-social-fb-header a,
.flex-social-tweet-header a {
   display: inline;
}

.flex-social-fb-header a img,
.flex-social-tweet-header a img {
   width: 32px;
   height: 32px;
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   -o-box-shadow: none;
   -ms-box-shadow: none;
   box-shadow: none;
   float: right;
}

.flex-social-tweet-meta {
   margin-bottom: 10px;
   line-height: 5px;
}

.flex-social-user-avatar,
.flex-social-tweet-meta a,
.flex-social-tweet-created-at {
   float: left;
}

.flex-social-tweet-meta a {
   margin-bottom: 0;
   line-height: 9px;
}

.flex-social-tweet-created-at {
   font-size: 12px;
   color: #c9c9c9;
}

.flex-social-fb-post-created-at {
   margin-bottom: 10px;
}

.flex-social-fb-picture-link + .flex-social-user-avatar,
.flex-social-fb-story + .flex-social-user-avatar {
   margin-top: 10px;
}

.flex-social-user-avatar {
   margin-right: 10px;
}

a.flex-social-twitter-link {
   display: inline;
   font-size: 14px;
}

.tweet-media-container {
   margin: 20px 0;
}

.tweet-media-container img {
   max-width: 80%;
   display: block;
   margin: 0 auto;
}

.tweet-media-container img + img {
   margin-top: 20px;
}
