/*
 * Social Media Feeds Stylesheet
 */
 
.xd-smf-feeds {
	position: relative;
	text-align: right;
}

.xd-smf-feeds .xd-smf-feed-container {
	position: fixed;
	right: 0;
	z-index: 99995;
}

.xd-smf-feeds .xd-smf-feed-container > img {
	vertical-align: top;
}

.xd-smf-feed-container .feed {
	display: none;
	background: #FFF;
}

.xd-smf-feed-container.top {
	z-index: 99999;
}