.b-clubs-new__item{
  border-bottom: #e6ebef solid 1px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  min-height: 60px;
}

.b-clubs-new__item:after{
  content: ' ';
  clear: both;
  display: block;
  height: 1px;
}

.b-clubs-new__item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.b-clubs-new__item-avatar{
  float: left;
  width: 60px;
  height: 60px;
}

.b-clubs-new__item-body{
  margin-left: 75px;
}

.b-clubs-new__item-body-title{
  font-weight: bold;
  margin-bottom: 3px;
}

.b-clubs-new__item-body-topic{
  font-size: 13px;
  color: #9faeb8;
}

/*
.b-clubs-new__item-avatar {
  border-radius: .3rem;
  display: table-cell;
  padding-right: 1rem;
}

.b-clubs-new__item-avatar img{
  width: 4rem;
  height: 4rem;
}

.b-clubs-new__item-body {
  display: table-cell;
  vertical-align: top;
}

.b-clubs-new__item-body-title {
  margin-bottom: .2rem;
}

.b-clubs-new__item-body-topic {
  color: #bfbfbf;
  font-size: .8rem;
}*/