.listing.b.s {
  position: relative;
}
.listing.b.s:before,
.listing.b.s:after {
  content: " ";
  display: table;
}
.listing.b.s:after {
  clear: both;
}
.listing.b.s .photo-c {
  float: left;
  margin: 0 8px 0 0;
  width: 96px;
  height: 96px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.listing.b.s .photo-c img {
  display: block;
  width: 100%;
  height: 100%;
}
.listing.b.s > .title {
  height: 48px;
  overflow: hidden;
  font-weight: bold;
}
.listing.b.s .description {
  height: 48px;
  color: #9e9e9e;
  overflow: hidden;
  margin: 4px 0 0 0;
}
.listing.b.s .name {
  display: inline-block;
  vertical-align: top;
}
.listing.b.s .name:before {
  content: "Guided by ";
  display: block;
  color: #9e9e9e;
}
.listing.b.s .items {
  display: block;
  list-style: none;
  clear: both;
}
.listing.b.s .items > li {
  float: left;
  width: 140px;
  color: #58B7E1;
}
.listing.b.s .photo {
  display: block;
  width: 95px;
  height: 95px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 15px 0 0;
  border: none;
}
