.news_article{
  /*border-bottom: 1px solid black;*/
  padding-bottom: 50px;
}
.read-more-show, .read-more-hide{
	color: white;
    top: 20px;
    position: initial;
    display: inline-table;
    /* float: right; */
    background: #338c26;
    border-bottom: 2px solid #436b3d;
    padding: 2px 10px;
    margin: 10px 0 !important;
    text-align: center;
    width: 100px;
}
.hide {
  display: none;
}
