/* @override http://stephanieevergreen.com/wp-content/uploads/rotatingtweets.css?ver=4.7.3 */

/* @override 
	http://www.dev.stephanieevergreen.com/wp-content/uploads/rotatingtweets.css?ver=4.7.3 */

/* 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 {
	background-image: url('bird_white_32.png');
	background-repeat:no-repeat;
	background-position:0 7px;
	padding-left: 38px;
	min-height: 36px;
}
div.rotatingtweets_format_0 p.rtw_meta {
	padding-left: 38px;
}

div.rotatingtweet a {
	color: #dddddd;
	text-decoration: underline;
}

div.rotatingtweet p.rtw_meta {
	font-size: 12px;
}

div.et_pb_newsletter_form {
	width: 100%;
}

div.rotatingtweet {
	padding: 15px;
}

div.rotatingtweet a {
	color: #dddddd !important;
}