#eb .eb-post-body .eb-img, #eb .eb-post-body img {
    float: left;
    margin: 0px 10px 8px 1px !important;
    box-shadow: 0 0 1px rgba(0,0,0,0.5);
    display: inline-block;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border: 5px solid #fff;
    border-radius: 2px;
    background: #FFFFFF;
}
#eb .eb-post p, #eb .eb-entry p {
    text-align: justify !important;
    font-size: 13px !important;
    font-weight: normal !important;
    color: 000# !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
      margin-left: 5px !important;
    margin-right: 5px !important;
}
#eb.eb-component, #eb .eb-post, #eb .eb-entry {
    font-family: Arial,sans-serif !important;
    font-size: 13px;
    line-height: 1.4;
}
#eb .eb-post-body {
    display: inline-block;
    width: 100%;
    word-break: break-word;
    text-align: justify !important;
  padding-left: 5px !important;
padding-right: 5px !important;
}
#eb .eb-post-avatar img {
    border-radius: 2px !important;
}
#eb .eb-post h1, #eb .eb-entry h1, #eb .eb-post h2, #eb .eb-entry h2, #eb .eb-post h3, #eb .eb-entry h3, #eb .eb-post h4, #eb .eb-entry h4, #eb .eb-post h5, #eb .eb-entry h5, #eb .eb-post h6, #eb .eb-entry h6 {
    font-weight: normal;
    line-height: 1.2;
}
#eb .eb-post-thumb .eb-post-image-cover {
    object-fit: cover !important;
    max-height: 150px !important;
}
