
.wpp-thumbnail {
  display: inline;
  float: left;
  margin: 0 1rem 0 0;
}
.wpp-list-with-thumbnails img {
 width: 75px;
 height: 75px;
 border: double #ddd 3px;
 border-radius: 2px;
}
.wpp-post-title {
 font-weight: 700;
 display:block;
 line-height: 1.4;
 margin-bottom: 10px;
}
.wpp-excerpt {
 display: flex;
 justify-content: right;
 font-size: 1.2rem;
}
#side .wpp-list-with-thumbnails li {
 display: block;
 line-height: 1.4;
 margin-top: 10px;
 padding-bottom: 10px;
 border-bottom: 1px dotted #ccc;
}
#side .wpp-list-with-thumbnails li:last-of-type {
 border:none;
 padding-bottom: 0px;
}
.wpp-list li {
  overflow: hidden;
  float: none;
  clear: both;
  margin-bottom: 1rem;
}
.wpp-meta, .post-stats {
  display: block;
  font-size: 0.8em;
}