ul.feed {
  position: relative;
  top: 20px;
  left: 15px;
  width: 220px; }

#tweets li {
  height: 70px;
  position: relative; }
  #tweets li img {
    height: 48px;
    width: 48px; }
  #tweets li h4 {
    position: absolute;
    left: 58px;
    top: 0; }
    #tweets li h4 a {
      color: white;
      text-decoration: none; }
    #tweets li h4 a:hover {
      text-decoration: underline; }
  #tweets li p {
    position: absolute;
    left: 58px;
    top: 12px; }

#facebook_feed li {
  position: relative;
  height: 70px; }
  #facebook_feed li img.profile_image {
    height: 48px;
    width: 48px; }
  #facebook_feed li.photo img.picture {
    position: relative;
    bottom: 36px;
    left: 60px; }
  #facebook_feed li p {
    position: relative;
    left: 57px;
    bottom: 50px; }
  #facebook_feed li a {
    position: relative;
    bottom: 48px;
    color: white;
    left: 57px; }
  #facebook_feed li.photo a {
    position: absolute;
    bottom: 23px;
    color: white; }
