.full-text { 
  word-wrap: break-word;
}
.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 { font-size: 22px; font-weight: 700; }
.full-text p {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}
.full-text img:not(.emoji) {display: block; margin-left: auto; margin-right: auto; margin-bottom: 1rem; border-radius: 0.75rem;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}

.img_short_story {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  border-radius: 0.75rem;
}

.demo {
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed #dbdfea;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;              /* "overflow" value must be different from  visible"*/ 
    -o-text-overflow: ellipsis;    /* Opera < 11*/
    text-overflow:    ellipsis;    /* IE, Safari (WebKit), Opera >= 11, FF > 6 */
}