/**
 * User name
 */

.twitterFollowingUser {
	margin-bottom: 1em;
}

.twitterFollowingUserName {
	display: block;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
	color: #333;
}

.twitterFollowingUserScreenName {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	text-decoration: none;
	color: #8899a6;
}

/**
 * List
 */

.twitterFollowingList ol  {
	margin: 0;
	padding: 0;
	list-style: none;
}

.twitterFollowingListUser {
	overflow: hidden;
	padding: 13px 0 12px 58px;
	border-bottom: 1px solid #e1e8ed;
}

.twitterFollowingListUser.last {
	border-bottom: none;
}

.twitterFollowingListUserLink,
.twitterFollowingListUserLink:hover {
	text-decoration: none;
}

.twitterFollowingListUserImage {
	float: left;
	margin-left: -58px;
	border-radius: 5px;
}

.twitterFollowingListMeta {
	display: block;
	font-size: 13px;
	line-height: 1.3;
	color: #8899a6;
}

.twitterFollowingListUserName {
	font-size: 14px;
	font-weight: 700;
	color: #333;
}

.twitterFollowingListUserLink:hover .twitterFollowingListUserName {
	text-decoration: underline;
}

.twitterFollowingListUserDescription {
	margin-bottom: 0;
	font-size: 14px;
}