/**********************************************************************************************************************
 * SplendidCRM is a Customer Relationship Management program created by SplendidCRM Software, Inc. 
 * Copyright (C) 2005-2015 SplendidCRM Software, Inc. All rights reserved.
 * 
 * This program is free software: you can redistribute it and/or modify it under the terms of the 
 * GNU Affero General Public License as published by the Free Software Foundation, either version 3 
 * of the License, or (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; 
 * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
 * See the GNU Affero General Public License for more details.
 * 
 * You should have received a copy of the GNU Affero General Public License along with this program. 
 * If not, see <http://www.gnu.org/licenses/>. 
 * 
 * You can contact SplendidCRM Software, Inc. at email address support@splendidcrm.com. 
 * 
 * In accordance with Section 7(b) of the GNU Affero General Public License version 3, 
 * the Appropriate Legal Notices must display the following words on all interactive user interfaces: 
 * "Copyright (C) 2005-2011 SplendidCRM Software, Inc. All rights reserved."
 *********************************************************************************************************************/
.twitter-stream
{
	font-size: 12px;
}
.twitter-stream-items
{
	list-style: none;
}
.twitter-stream-item
{
}
.twitter-stream-item-tweet
{
	position: relative;
	padding: 9px 12px;
	border-bottom: 1px solid #e8e8e8;
	min-height: 51px;
}
.twitter-stream-item-header
{
}
.twitter-stream-item-header-username
{
}
.twitter-stream-item-header-avatar
{
	float: left;
	margin-top: 3px;
	margin-left: -58px;
	width: 48px;
	height: 48px;
	border-radius: 5px;
}
a.twitter-stream-item-header-fullname
{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
a.twitter-stream-item-header-screenname
{
	padding-left: 4px;
	color: #999;
	text-decoration: none;
}
.twitter-stream-item-header-time
{
	position: relative;
	float: right;
	margin-top: 1px;
}
a.twitter-stream-item-header-timestamp
{
	color: #bbb;
	text-decoration: none;
}
.twitter-stream-item-tweet-text
{
	white-space: pre-wrap;
	word-wrap: break-word;
}
.twitter-stream-item-footer
{
	font-size: 10px;
	padding-top: 3px;
}


