/**
 * Topical Tweets style sheet
 * @version 1.0.2
 * @author Hamish Campbell
 * @url http://all.or.nothing.net.nz/widgets-topical-tweets/
 */
.widget-topicaltweets-container { 
	margin-left: 5px; 
	margin-right: 5px;
}
	.widget-topicaltweets-about, .widget-topicaltweets-empty {
		margin-bottom: 5px;
		font-size:13px;
		text-align: center;
	}
	.widget-topicaltweets-tweet { margin-bottom: 5px; }
		.widget-topicaltweets-timestamp{ 
			margin-bottom: 2px; font-weight: bold;
		}
		.widget-topicaltweets-content{ 
			margin-bottom: 2px;
		}
	.widget-topicaltweets-author { font-style: italic; }
