.article-feed,
.article-feed-activity,
.article-feed-social,
.article-feed-activity_social {
    display: table;
    box-sizing: border-box;
    padding: 24px;
    background-color: #f3f3f3;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

table .article-feed,
table .article-feed-activity,
table .article-feed-social,
table .article-feed-activity_social {
	border-collapse: separate;
}

.article-feed-social .content-feed-nw {
    padding-left: 0;
}

.article-feed-social .content-feed-nw h5 {
    color: #4a4a4a;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
}

.article-feed-social .data-feed-nw p {
    color: #b2b2b2;
    margin-top: 16px;
}

.article-feed-social .text-feed-nw p {
    color: #4a4a4a;
    line-height: 21px;
    margin-top: 0;
    margin-bottom: 16px;
}

.article-feed-social .text-feed-nw a {
    color: #3EA2D9;
}

.social-post-feed {
    float: left;
    width: 100%;
    padding-bottom: 3.28%
}

.social-feed {
    float: left;
    width: 100%;
    padding-bottom: 24px;
}

.avatar-feed-nw {
    padding: 0;
    margin-right: 20px;
    width: 10.666667%;
}

.avatar-feed-nw img {
    background-color: #ccc;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

#messageContainer article.alert-activity-danger .avatar-feed-activities-icon {
    background: url(/images/negative-activities.png) 0 0 no-repeat;
}

#messageContainer article.alert-activity-success .avatar-feed-activities-icon {
    background: url(/images/positive-activities.png) 0 0 no-repeat;
}
#messageContainer article.alert-activity-info .avatar-feed-activities-icon {
    background: url(/images/neutral-activities.png) 0 0 no-repeat;
}

.avatar-feed-ac-nw {
    padding: 0;
    margin-right: 3.1%;
    width: 48px;
    height: 48px;
}

.avatar-feed-activities-icon {
    height: 48px;
    padding: 0;
    margin-right: 3.1%;
    width: 48px;
	float: left;
}

.alert-activity-success .text-feed-ac-nw span.alert-label {
	color: #529C55;
	font-weight: bold;
}

.alert-activity-info .text-feed-ac-nw span.alert-label {
	color: #1377BA;
	font-weight: bold;
}

.alert-activity-danger .text-feed-ac-nw span.alert-label {
	color: #C42A2D;
	font-weight: bold;
}

.avatar-feed-ac-nw img {
    background-color: #ccc;
    height: 48px;
    width: 48px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    display: inline-block;
}

.avatar-feed-nw-social {
    padding: 0;
    margin-right: 3.1%;
    width: 48px;
    height: 48px;
    background-color: #E0E0E0;
    border: 1px solid #C1C1C1;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.Twitter {
    background-image: url(/images/twitter-social-avatar.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.Facebook {
    background-image: url(/images/facebook-social-avatar.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

#sa_link {
    text-indent: -9999px;
    display: block;
    height: 48px;
    width: 48px;
}

.content-feed-nw {
    padding-left: 0;
}

.social-time {
    width: 50%;
}

.content-feed-nw h5 {
    color: #4a4a4a;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    margin-top: 0;
    margin-bottom: 20px;
}

.data-feed-nw p {
    color: #b2b2b2;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 0;
}

.data-feed-ac-nw {
    color: #949494;
    width: 50%;
}

.data-feed-ac-nw p {
    margin-bottom: 5px;
	margin-top: 0;
}

.data-feed-ac-nw p.user {
    color: #333;
    font-weight: bold;
}

.alert-content {
    width: 85%;
}

.alert-content .data-feed-ac-nw p {
    margin-bottom: 2.9%;
}

.text-feed-nw p {
    color: #4a4a4a;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.text-feed-nw p span, .text-feed-nw p a {
    font-size: 12px;
}

.text-feed-ac-nw p {
    margin-bottom: 0;
}

#messageContainer {
    margin-top: 24px;
}

#messageContainer  .alert-activity-danger {
    background-color: #FAECEB;
    border-top: 5px solid #C62A2A;
}

#messageContainer article.alert-activity-danger .text-feed-ac-nw .activity-title {
    color: #C62828;
    font-weight: 700;
}

#messageContainer article.alert-activity-danger .activities-icon {
    background: url(/images/negative-activities.png) 0 0 no-repeat;
}

#messageContainer article.alert-activity-success {
    background-color: #EDFAF1;
    border-top: 5px solid #B9F6CA;
}

#messageContainer article.alert-activity-success .text-feed-ac-nw .activity-title {
    color: #388E3C;
    font-weight: 700;
}

#messageContainer article.alert-activity-success .activities-icon {
    background: url(/images/positive-activities.png) 0 0 no-repeat;
}

#messageContainer article.alert-activity-info {
    background-color: #EDF6FA;
    border-top: 5px solid #80D8FF;
}

#messageContainer article.alert-activity-info .text-feed-ac-nw .activity-title {
    color: #0277BD;
    font-weight: 700;
}

#messageContainer article.alert-activity-info .activities-icon {
    background: url(/images/neutral-activities.png) 0 0 no-repeat;
}

.activities-icon {
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
}

.share-feed-nw button {
    background: url(/images/share-icon.png) 6px 5px no-repeat;
    border: 1px solid #d9d9d9;
    min-height: 30px;
    min-width: 30px;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
    opacity: .6;
    transition: opacity .35s ease;
}

.share-feed-nw button:hover {
    opacity: 1;
}

.share-feed-nw ul {
    list-style: none;
    margin-left: 5px;
    overflow: hidden;
    padding: 0;
}

.share-feed-nw ul li {
    float: left;
}

.share-feed-nw ul li {
    display: block;
    margin-right: 10px;
    margin-top: 5px;
}

.comment-name .name span, .comment-name .name h3 {
	font-size: 13px;
}
.comment-name .name h3 {
	margin: 0;
}

.comment-content p {
	font-size: 12px;
	line-height: 16px;
	margin: 7px 0;
}

.textarea-insert-post {
	font-size: 12px;
}

.entity-name .data a {
	color: #9e9e9e;
}

.comment-info-wrap {
	margin: 0 0 20px;
}

.like-comment-btn {
	padding-top: 9px;
	padding-left: 5px;
}

.like-counter {
	margin: 1px 0 0 3px;
}

.post-content p, .post-content a, .comment-content p, .comment-content a {
	font-size: 12px;
}

.post-content a, .post-content a:hover, .comment-content a, .comment-content a:hover {
	color: #428bca;
}

.upload-image-message {
	font-size: 10px;
}

#messageContainer article .comment-item {
	padding-bottom: 0px;
}

.container-feed-global {
	width: 573px;
}

.media .media-body {
	overflow: visible;
}