#R-body img[alt*="avatar"] {
  float: left;         /* Aligns the image to the left */
  margin-right: 15px;    /* Adds space between the image and the text on the right */
  border: 0px;
}

.list-image {
  float: left;
  margin-right: 15px !important;
  margin-top: center !important;
  border: 0px;
  width: 100px !important;
  margin-bottom: 0px !important;
}

.latest-list-item {
  display: block;
  margin: 10px;
  margin-left: 0px;
  min-height: 100px;
}

.list-item-date {
  float: right;
  font-size: 0.9rem;
  color: var(--INTERNAL-MAIN-TEXT-color);
  font-style: italic;
  font-weight: var(--INTERNAL-MAIN-TITLES-H6-font-weight);
  
}

#R-body img {
  margin-top: 10px;
  margin-bottom: 10px;
}
