/* CSS Document */


.em_twitter_feed .twitter_link {
  display: inline-block;
  margin: -4px;
  float:right;
}

.em_twitter_feed h3 {
	margin:0;
  background-color:#80BF28;
  background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.35, #80BF28),
		color-stop(1, #B3D77F)
	);
	background-image: -o-linear-gradient(bottom, #80BF28 35%, #B3D77F 100%);
	background-image: -moz-linear-gradient(bottom, #80BF28 35%, #B3D77F 100%);
	background-image: -webkit-linear-gradient(bottom, #80BF28 35%, #B3D77F 100%);
	background-image: -ms-linear-gradient(bottom, #80BF28 35%, #B3D77F 100%);
	background-image: linear-gradient(to bottom, #80BF28 35%, #B3D77F 100%);
}


.em_twitter_feed > ul {
  margin: 0;
  padding: 0;
}
.em_twitter_feed .user {
  display: none;
}
.em_twitter_feed li {
  font-size: 11px;
  list-style: none outside none;
  padding: 5px 0;
  overflow:hidden;
  line-height: normal;
}

.em_twitter_feed .tweet > a {
  font-size: 100%;
  font-weight: normal;
}
.em_twitter_feed .tweet {
  margin: 0;
  padding: 0;
}
.em_twitter_feed .timePosted {
  color: #888;
  font-style: italic;
  display: inline;
}
.em_twitter_feed .interact {
  float: right;
  display:none;
  font-size: 9px;
  text-align: right;
}

.em_twitter_feed li:hover .interact {
	display:block;
}

.em_twitter_feed .interact a {
  background-image:url('../img/twitter_reply.png');
  background-repeat:no-repeat;
  background-size:cover;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  overflow: hidden;
  text-indent: 100px;
  width: 14px;
}

.em_twitter_feed .interact a.twitter_retweet_icon {
 background-image:url('../img/twitter_retweet.png');
}

.em_twitter_feed .interact a.twitter_fav_icon {
 background-image:url('../img/twitter_favorite.png');
}
.em_twitter_feed .tweet > a[data-scribe="element:url"] {
  background-image: url("../img/read_more.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  color: red;
  display: inline-block;
  height: 11px;
  margin: 0 0 -1px 5px;
  overflow: hidden;
  text-indent: 69px;
  width: 69px;
}

#em_twitter_block {
  background-color: #f4f2f5;
  padding: 5px;
}