@CHARSET "ISO-8859-1";

.empty-inline-text
{
	background-color: pink;
	border: 1px solid grey;
}

a.tweetabletext
{
  text-decoration: underline;
}

a.tweetabletext:hover
{
  background-color: #A9F43B;
  color: #2C4414;
  text-decoration: none;
}

a.tweetabletext::after
{
  display: inline-block;
  background: url("http://i.imgur.com/ikC8axw.png") no-repeat center center;
  width: 16px;
  height: 16px;
  content: "\00a0";
  text-decoration: none;
  margin: 0;
  margin-left: 5px;
  right: 0px;
  position: relative;
  padding: 0;
  top: 3px;
}
