/*/ styles for the article asset /*/
.withImage .articleContent, .linkedImage .articleContent {
  width:100%;
  overflow:hidden;
}
.withImage .articleImage, .linkedImage .articleImage {
  float:right;
  margin:0 0 10px 10px;
}
.linkedImage .caption {
  display:block;
}
