/*
Template Name: Plain
Template URI: http://en.michaeluno.jp
Author: Michael Uno
Author URI: http://en.michaeluno.jp
Description: Displays tweets for multiple accounts. 
Version: 1.3.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-tweets {
	overflow-y: auto;	
	overflow-x: hidden;
}
.fetch-tweets-item {
	display: inline-block; 
	padding-bottom: 0.5em;	
	width: 100%;
}
.fetch-tweets-retweet {
}
.fetch-tweets-main {
	padding: 0 0.8em;
	/* display: table-cell; */
}
.fetch-tweets-heading {
	vertical-align: text-top;
	line-height: 1em;
}
.fetch-tweets-profile-image {
	/* display: table-column; */
	/* float: left; */
	/* clear: left; */
	margin: 0 0 0 0;
}
.fetch-tweets-user-name {
	margin-bottom: 0.3em;
	display: inline-block; 

}
.fetch-tweets-user-name a {
	text-decoration: none;
}
.fetch-tweets-tweet-created-at {
	display: inline;

	float: right; 
	font-size: smaller; 
	margin-left: 1em;
}
.fetch-tweets-tweet-created-at a {
	text-decoration: none;
}
.fetch-tweets-body {
	/* clear: right; */
}
.fetch-tweets-text {
	margin-bottom: 0;
}
div.fetch-tweets-body p.fetch-tweets-text {
	margin-bottom: 0;
}
.fetch-tweets-retweet-credit {
	float: right;
	margin-left: 0.5em;
	font-size: smaller;
}
.fetch-tweets-retweet-credit a {
	text-decoration: none;
}
.fetch-tweets .fetch-tweets-external-media {
	clear: both;
}
.fetch-tweets .fetch-tweets-media-photo {
}
.fetch-tweets .fetch-tweets-external-media img,
.fetch-tweets .fetch-tweets-media-photo img {
	max-width: 100%;
	height: auto;	
}
.fetch-tweets .fetch-tweets-media {
}

.fetch-tweets-intent-buttons {
	float: right;
	font-size: smaller;
	margin: 0;
	padding: 0;		
}
.fetch-tweets-intent-buttons a ,
.fetch-tweets-intent-icon a:hover {
	text-decoration: none;
}
.fetch-tweets-intent-buttons li {
	display: inline;
}
ul.fetch-tweets-intent-buttons li {
	margin-left: 0;
}
.fetch-tweets-intent-buttons-text {
	vertical-align: middle;
}

.fetch-tweets-intent-icon {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background-position: 0 0;
	background-repeat:no-repeat;
}
.fetch-tweets-intent-icon:hover  {
	background-position: -16px 0;
}
