ul#tweets {
  list-style-type: none;
  margin: 0!important;
  overflow: hidden;
  height: 388px; }

#tweets li {
  position: relative;
  margin: 10px 0 0 0 !important; }
  #tweets li img {
    height: 48px;
    width: 48px;
    display: block;
    float: left;
    margin: 10px; }
  #tweets li h4 {
    text-decoration: none;
    font-size: 0.90em;
    display: block; }
    #tweets li h4 a {
      color: #333;
      text-decoration: none; }
    #tweets li h4 a:hover {
      text-decoration: underline; }
  #tweets li p {
    font-size: 0.9em;
    margin: 0 0 0 67px;
    width: 225px !important;
    padding: 0;
    clear: none; }
