.newsroom_feed-obal {
	background: #F5F8FC;
	width:100%;
	padding: 25px;
	text-align: center;
}
.newsroom_feed {
	max-width:500px;
	margin: 25px auto;
	height: 300px;
}
.newsroom_feed-title {
	display:none;
}

.newsroom_feed-title {
	display:block;
	width: 50%;
	float: left;
	line-height: 45px;
	padding-left: 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.textcontent a.newsroom_feed-title, .textcontent a.newsroom_feed-title:active, .textcontent a.newsroom_feed-title:visited {
	color: #fff;
	border-color: #fff;
}
.textcontent a.newsroom_feed-title:hover {
	border-color: #ddd;
}
.newsroom_feed-title-twitter {
	background: #55ACEE url(/program/detail15/assets/images/social/twitter.png) left center no-repeat;
	width: calc(50% - 5px);
	margin-left: calc(5px + 0px);
}
.newsroom_feed-title-facebook {
	background: #3B5998 url(/program/detail15/assets/images/social/fb.png) left center no-repeat;
	width: calc(50% - 5px);
	margin-right: calc(5px + 0px);
}

.newsroom_feed-obal .newsroom_feed-title {
	display: none;
}
@media (max-width: 639px) {
	.newsroom_feed-obal .newsroom_feed-title {
		display: block;
	}
	.newsroom_feed-obal {
		padding: 10px 0 0 0 ;
		background: none;
	}
	.newsroom_feed {
		display:none;
	}
}
@media (max-width: 319px) {
	.newsroom_feed-title {
		width: 100%;
		margin: 0;
	}
}
