
      .round-image{
        border-radius:50%;
        height:30px;
        width:30px;
      }



      .yellow{

        color: yellow;
      }



      
.avatar {
  border-radius: 50%;
  margin: 0;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
}
.avatar img {
  width: 100%;
  vertical-align: top
}
.avatar.avatar-30 {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.avatar.avatar-40 {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.avatar.avatar-120 {
  width: 120px;
  height: 120px;
  line-height: 120px;
}
.userlist_large {
  position: relative;
  padding: 15px;
}
.userlist_large .media {
  flex-flow: column;
  text-align: center;
  position: relative;
}
.userlist_large .media figure {
  margin: 0 auto;
}
.userblock-ht {
  height: 170px;
}


.avatar img {
  border-radius: 50% !important;
  height: 100% !important;
}