/* Rename this file to rotatingtweets.css and upload it to /wp-content/uploads/rotatingtweets.css and it will automatically be included in the rotatingtweets CSS by the plug in */
/* It shouldn't be overwritten when the plug-in is upgraded! */
/* This particular CSS makes a bird appear to the left of your tweets - you can find more birds at https://dev.twitter.com/docs/image-resources */
div.rotatingtweets_format_0 p.rtw_main {
	padding-left: 2em;
	min-height: 36px;
    text-indent: -1.8em;
    font-size:0.9em;
    color: #535353;
    line-height: 1.2em;
}
div.rotatingtweets_format_0 p.rtw_main::before {
	font-family: FontAwesome;
	content: "\f099";
	padding-right: .2em; 
    font-size: 1.6em;
    color: #ea6a20;
//    color: #726795;
}
div.rotatingtweets_format_0 p.rtw_meta {
	padding-left: 0;
}
div.rotatingtweets_format_0 p.rtw_main {
}