
.container-avatar-name {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}
.container-avatar-name img {
  width: 30px;
  height: 30px;
  border-radius: 80%;
  margin: 0 10px 0 0;
}
.article-no-image {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  color: #bbb !important;
}

