.layout_latest {
  border-bottom: 2px dotted #ccc;
  margin-bottom: 0.5em;
  padding-bottom: 1em;
}
.mod_newslist .layout_latest h2 {
    padding-left:0;
    border-bottom:0;
    text-indent:0;
}

.rounded img {
  border-radius:50%;
}

.info {
  font-size: 0.833em;
}
.layout_latest .info {
  margin-bottom: 0;
  margin-top: 1em;
}

.info + .image_container + h2 {
  margin-top: 0.2em;
}

.mod_newsreader h2 {
    margin-left:0;
    padding-left:0;
    border:0;
    font:1.25em Roboto;
    color:#333;
    text-indent:0;
}
.mod_newsreader .layout_full h3 {
    padding-bottom:.5em;
    padding-left:0;
    border-bottom:2px solid #690034;
    font:1.266em Quicksand;
    color:#690034;
    text-indent:0;
    font-weight:600;
}
.mod_newslist figure {
    width:10em;
    height:10em;
    margin-top:0em;
    float:right;
    shape-outside: circle (50% at 50% 50%);
    position:relative;
    margin-left:1em;
}

.mod_newslist figure:after {
	height:2em;
	width:0.75em;
	content:" ";
	background-color:#690034;
	position:absolute;
	left:0.2em;
	bottom: 0.5em;
	transform:rotate(45deg);
}
.mod_newslist figure img {
    width: 9em;
      height: 9em;
      border: 2px solid rgba(74,2,37,.5);
      border-radius: 50%;
      z-index: 3;
}
.mod_newsreader .layout_full figure {
    border:1px solid #ccc;
  margin-left: 2em;
  line-height: 0;
}

