/*
Template Name: MvdW
Template URI: https://github.com/michaeluno/fetch-tweets-sample-template
Author: Michael Uno
Author URI: http://en.michaeluno.jp
Description: A very simple sample template added as a WordPress plugin.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: sample
Text Domain: fetch-tweets
*/



.fetch-tweets-main {
    margin: 0;
    padding: 0 !important;
}

.fetch-tweets-profile-image {
    display: none;
}

.fetch-tweets-tweet-created-at {  
font-size: inherit;  
margin-left: 0;  
}
.fetch-tweets-main {
    margin-left: 0;
}
 
.fetch-tweets-item  {
	display: inline-block;  
	margin-bottom: 12px;	 
	width: 100%;
} 