.byline {
  float:left;
  margin:0 2px;
}

.byline-first {
  margin-left: -15px;
}

.story-body-row {
  margin-top: 5px;
}

ul.timeline-list {
  width: 75%;
  margin-top:2em;
}
@media only screen and (max-device-width: 480px) and (min-device-width: 320px) {
 .story-body-row .rounded-border {
    border: 0;
    border-radius: 5px;
    padding: 15px;
  }

  ul.timeline-list {
    width: 100%;
    margin-top:2em;
  }
}
