.authors-bottom {
  padding-left: 180px;
  padding-bottom: 50px;
}

.related-featured-image {
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/*
.col-md-4{
    @include min-width-768px {
        To solve article layout crowding sidebar for tablet screen size 
        max-width: none;
    }
}
*/
.list-sidebar {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: left;
}

.more-from {
  height: 550px;
}

.article-body img {
  max-width: 800px;
  /*margin-bottom: 2rem; removed to bring captions on images up closer to images AFK 4/1/21*/
}

hr {
  border: none;
}

@media (max-width: 768px) {
  .authors-top {
    min-width: 800px;
  }
  .article-body img {
    height: 100%;
    width: 100%;
  }
  .authors-bottom {
    padding-left: 25px;
  }
}

/*# sourceMappingURL=Detail.ListArticle.css.map */
