 
    
    /* make debit amounts show up in red */
    .rot {
      color: red;
    }
.listing-item
{
  float:left;
  margin:5px;;
  padding:10px;
}
.after
{
  clear:both;
}
.entry-thumbnail
{
  display:none;
}
    
  