.reactions {
  margin-top:0.7em;
  margin-bottom:1.2em;
  padding-left:0px;
  padding-right:1.5em;
}
.tweet {
  display: block;
  margin-bottom: 1.375em;
}
.tweet_container img{
  width: 48px;
  height: 48px;
  margin: 5px;
  padding: 4px;
  background-color: #fff;
  border: 0;
  float: left;
   -webkit-border-top-left-radius: 7px;
   -webkit-border-bottom-right-radius: 7px;
   border-top-left-radius: 7px;
   border-bottom-right-radius: 7px;
}
.tweet .tweet_container{
  height: 5.5em;
  background-color: #0A2637;
  width: 500px;
  font-size: 0.75em;
  text-shadow: 1px 1px 0 #000;
  color: #eee;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.tweet .tweet_content {
  padding-top: 4px;
  padding-left: 6em;
  padding-right: 7em;
}
.tweet .tweet_handle{
  font-weight: bold;
  float:right;
  padding-top:3.125em;
  padding-right: 0.425em;
  margin-left: 0.333em;
} 

.tweet a, .tweet a:visited {
  color: #5a2;
  background-color: transparent;
}
.tweet a:hover {
  color: #a33;
}



