/**
 * Template Name:  Normal
 * Template URI:   http://333ttt.vip/ttt/
 * Author:         TTT
 * Author URI:     http://333ttt.vip/ttt/
 * Description:    Displays tweets for multiple accounts Powered by TTT. 
 * Version:        2.5.1
 * License:        GNU General Public License v2 or later
 * License URI:    http://www.gnu.org/licenses/gpl-2.0.html
 * Tags:           default
 * Text Domain:    fetch-tweets
 */


.fetch-ntweets {
    overflow-y: auto;	
	overflow-x: hidden;
    width: inherit;
}

.fetch-ntweets > .fetch-ntweets-item {
	display: inline-block; 
	padding: 0.5em ;
	margin:0 0.1em 0.5em 0.1em;	
    border: 1px solid #cccccc;
	border-radius:5px;
	width: 94%;
}

.fetch-ntweets > .fetch-ntweets-item a {
    border-bottom: 0;
}

.fetch-ntweets > .fetch-ntweets-retweet {

}

.fetch-ntweets-item > .fetch-ntweets-main {
	padding: 0 0.8em;
	/* display: table-cell !important; */
}

.fetch-ntweets-heading > .fetch-ntweets-heading {
	vertical-align: text-top;
	line-height: 1em;
}

.fetch-ntweets-item  > .fetch-ntweets-profile-image {
	margin: 0 0 0 0;
}

.fetch-ntweets-heading > .fetch-ntweets-user-name {
	margin-bottom: 0.3em;
	display: inline-block; 
}

.fetch-ntweets-heading > .fetch-ntweets-user-name a {
	text-decoration: none;
}

.fetch-ntweets-heading > .fetch-ntweets-tweet-created-at {
	display: inline;
	float: right; 
	font-size: smaller; 
	margin-left: 1em;
}

.fetch-ntweets-heading > .fetch-ntweets-tweet-created-at a {
	text-decoration: none;
}

.fetch-ntweets-main > .fetch-ntweets-body {

}

.fetch-ntweets-body > .fetch-ntweets-text {
	margin-bottom: 0;
}

div.fetch-ntweets-body > p.fetch-ntweets-text {
	margin-bottom: 0;
}

.fetch-ntweets-text > .fetch-ntweets-retweet-credit {
	float: right;
	margin-left: 0.5em;
	font-size: smaller;
}

.fetch-ntweets-text > .fetch-ntweets-retweet-credit a {
	text-decoration: none;
}

.fetch-ntweets .fetch-ntweets-body > .fetch-ntweets-external-media {
	clear: both;
    margin: 0.4em 0;
}

.fetch-ntweets .fetch-ntweets-media > .fetch-ntweets-media-photo {

}

.fetch-ntweets .fetch-ntweets-body > .fetch-ntweets-external-media img,
.fetch-ntweets .fetch-ntweets-media > .fetch-ntweets-media-photo img {
	max-width: 100%;
	height: auto;
}

.fetch-ntweets .fetch-ntweets-body > .fetch-ntweets-media {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}



.fetch-ntweets-body > .fetch-ntweets-intent-buttons {
	float: right;
	font-size: smaller;
	margin: 0;
	padding: 0;	
}

.fetch-ntweets-body > .fetch-ntweets-intent-buttons a ,

.fetch-ntweets-intent-buttons .fetch-ntweets-intent-icon a:hover {
	text-decoration: none;
}

.fetch-ntweets-body > ul.fetch-ntweets-intent-buttons > li {
	display: inline;
	margin-left: 0;
	list-style-type: none;
}

.fetch-ntweets-intent-buttons span.fetch-ntweets-intent-buttons-text {
	vertical-align: middle;
}



.fetch-ntweets-intent-buttons span.fetch-ntweets-intent-icon {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background-position: 0 0;
	background-repeat:no-repeat;
}

.fetch-ntweets-intent-buttons span.fetch-ntweets-intent-icon:hover  {
	background-position: -16px 0;
}

.fetch-ntweets-heading > .fetch-ntweets-follow-button {
    margin-left:0.4em; 
    float:right;
    vertical-align: middle;
}
