/* reset the span */
.tweet-intent-icon {
	padding: 0;
	margin: 0 5px 0 0;
	width: 16px; height: 16px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	background-image: url(everything-spritev2.png);
	background-repeat: no-repeat;
}

.tweet-intent-reply .tweet-intent-icon {
	background-position: 0 0;
}
.tweet-intent-reply:hover .tweet-intent-icon {
	background-position: -16px 0;
}
.tweet-intent-reply.active .tweet-intent-icon,
.tweet-intent-reply.active:hover .tweet-intent-icon {
	background-position: -16px 0;
}

.tweet-intent-retweet .tweet-intent-icon {
	background-position: -80px 0;
}
.tweet-intent-retweet:hover .tweet-intent-icon {
	background-position: -96px 0;
}
.tweet-intent-retweet.active .tweet-intent-icon,
.tweet-intent-retweet.active:hover .tweet-intent-icon {
	background-position: -112px 0;
}

.tweet-intent-favorite .tweet-intent-icon {
	background-position: -32px 0;
}
.tweet-intent-favorite:hover .tweet-intent-icon {
	background-position: -48px 0;
}
.tweet-intent-favorite.active .tweet-intent-icon,
.tweet-intent-favorite.active:hover .tweet-intent-icon {
	background-position: -64px 0;
}

/* non single user timelines - date must go top right */
.tweet {
	position: relative;
	text-align: left;
	margin: 1em 0;
	overflow: hidden;
}

.tweet .tweet-content {
	margin: 0;
	overflow: hidden;
}

.tweet-date {
	float: left;
}

.twitter-show-profiles .tweet-date {
	position: absolute;
	top: 0;
	right: 0;
	float: none;
}

.twitter-user-profile {
	text-align: left;
}

.tweet-profile-link,
.tweet-profile-link:hover {
	text-decoration: none!important;
}

.tweet-profile-link img {
	float: left;
	margin-right: 5px;
	max-width: 48px;
	max-height: 48px;
	display: block;
}

.tweet-profile-link:hover .tweet-realname {
	text-decoration: underline;
}

.tweet-username {
	font-size: 90%;
	color: #999;
	font-weight: normal;
}
.tweet-username:hover {
	text-decoration: none;
}

.tweet-popular-text {
	color: #999;
}

.tweet-retweeted-by {
	color: #999;
	font-size: 90%;
}

.tweet-retweeted-by a {
	color: inherit;
}

.tweet-retweeted-by:hover a {
	text-decoration: underline;
}

.tweet-intents {
	float: right;
	opacity: 0;
}

.tweet-hover .tweet-intents,
.tweet-focus .tweet-intents {
	opacity: 1;
}

.tweet-intents a {
	color: #999;
	font-size: 90%;
	white-space: nowrap;
}

.twitter-tweet-box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	resize: vertical;
	height: 2.2em;
}

.twitter-follow-button {
	display: block;
}

.tweet-limit-count {}
.tweet-limit-danger {
	color: #700;
}
.tweet-limit-exceeded {
	color: #c00;
	font-weight: bold;
}

.tweet .tweet-media img,
.tweet .tweet-media embed,
.tweet .tweet-media object,
.tweet .tweet-media iframe {
	max-width: 100%;
}
