a:link {
	color: #707070;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
.timeline {
	border-radius: 5px;
	border: 1px solid #e8e8e8;
}
.stream {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-weight: normal;
	line-height: 16px;
}
.entry-title a:link, .entry-title a:visited, .entry-title a:hover, .entry-title a:active {
	color: #0084b4;
}

.tweet {
	position: relative;
	list-style: none;
	padding: 5px 5px 5px 5px;
	border: 1px solid #e8e8e8;
	border-width: 0 0 1px;
	background-color: white;
	min-height: 50px;
}
.tweet-content {
	margin-left: 57px;
}
.tweet-right {
	float: right;
}
.permalink {
	text-decoration: none;
	float: right;
}
.avatar {
	float: left;
	width: 48px;
	height: 48px;
	border-radius: 4px;
	margin: 2px;
}
.feed {
	padding: 0;
	margin: 0;
}
.entry-title {
	margin: 0 5px 0 0;
	word-wrap: break-word;
}
.tweet-actions {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}
.tweet-actions li {
	float: left;
}
.ic-mask {
	background: transparent url(/static/sprite.png) no-repeat 0 0;
	display: inline-block;
	background-size: 177px 191px;
	background-color: #000;
	vertical-align: middle;
}
.ic-twitter-badge {
	position: absolute;
	top: 18px;
	left: 7px;
	width: 18px;
	height: 15px;
	background-position: -19px -160px;
	background-color: transparent;
}
.ic-rt {
	width: 14px;
	height: 16px;
	margin-right: 4px;
	background-position: -20px -2px;
	background-color: #fff
}
.ic-reply {
	width: 19px;
	height: 15px;
	background-position: 0 -87px;
}
.ic-retweet {
	width: 22px;
	height: 15px;
	background-position: -31px -87px;
}
.ic-quote {
	width: 24px;
	height: 25px;
}
.ic-fav {
	width: 16px;
	height: 15px;
	background-position: -60px -87px;
}

.timeline-header {
	position: relative;
	padding: 10px 6px 10px 30px;
	background: #e8e8e8;
}

.tweet-box-button {
	background: #fff;
	display: block;
	padding: 6px;
	border: 1px #ccc solid;
	border-radius: 4px;
}