/*!
* Copyright (c) 2019 or the year of first publication, if earlier, HighQ Solutions Limited or its licensors
*/
.twittFeed .tweet-list {
	display: inline-block;
	width: 100%;
	margin-top: -24px;
	float: right;
	height:20px;
}
.twittFeed .tweet-list ul {
	list-style-type: none;
	line-height: inherit;
	display: table;
	padding-left: 0px;
	margin-top: 2px;
}
.twittFeed .tweet-list li {
	border-bottom: 1px solid #DDDDDD;
	margin-left: 0px;	
}

.twittFeed .tweet-list .tweet-actions{
	width: 100%;
}
.twittFeed .tweet-list .tweet-actions li{
	border-bottom: 0;	
	float: right;	
	margin-left: 5px;
}
.twittFeed .media .tweet-list{
	display:none;
}
.twittFeed .media:hover .tweet-list{
	display:block;
}
.twittFeed .media .tweet-list a.icon {color:#bbb}
