.r-post{
  text-transform:capitalize;
  background:#017239;
  width:200px;
  position:relative;
  color:#efefef;
  padding:8px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
}
.r-post:after{
  content:'';
  position:absolute;
  width:100%;
  height:100%;
  background:transparent;
  border-bottom:3px solid #017239;
  left:0;
  bottom:0;
  width:260px;
}
.bg-green{
 background:#017239 !important;
}
.bg-light-green{
  background:#6bfeb5 !important;
}
