#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; }

