/* 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! */

#rotatingtweets_widget-2 {
	height:128px;
}
#content .rotatingtweets, #content .norotatingtweets {
    border-top: 0;
    border-bottom: 0;
}

.rotatingtweets_format_1 {
	width:100% !important;
	height:128px !important;
}

.rotatingtweets_format_1 .rotatingtweet{
	width:100% !important;
}

.rotatingtweets_format_1 .rotatingtweet a{
	text-decoration:none;
}

.rotatingtweets_format_1 .rotatingtweet a:hover{
	text-decoration:underline;
	color:#00AED6;
	background-color:none;
}

.rotatingtweets_format_1 .rotatingtweet .rtw_info{
	width:100% !important;
}

.rotatingtweets_format_1 .rotatingtweet .rtw_meta{
	width:100% !important;
}

.rotatingtweets_format_1 .rotatingtweet .rtw_icon img{
	display:none;
}

.rotatingtweets_format_1 .rotatingtweet .rtw_name, .rotatingtweets_format_1 .rotatingtweet .rtw_id {
	display:inline-block;
}

.rotatingtweets_format_1 .rotatingtweet .rtw_name a {
	color:#391909;
	font-weight:800;
	
}

.rotatingtweets_format_1 .rotatingtweet .rtw_name a:hover {
	color:#391909;
}

.rotatingtweets_format_1 .rotatingtweet .rtw_id a {
	color:#391909;
}

.rotatingtweets_format_1 .rotatingtweet .rtw_twitter_icon {
	display:none;
}

.rotatingtweets_format_1 .rotatingtweet p.rtw_main {
	height: 62px;
    overflow: hidden;
    text-overflow: ellipsis;

}


