.article.b.s {
  position: relative;
}
.article.b.s:before,
.article.b.s:after {
  content: " ";
  display: table;
}
.article.b.s:after {
  clear: both;
}
.article.b.s > a {
  float: left;
}
.article.b.s .photo {
  display: block;
  width: 95px;
  height: 95px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0;
  margin: 0 8px 0 0;
}
.article.b.s > .header-title a {
  font-weight: bold;
}
.article.b.s .short-description {
  color: #999999;
}
.article.b.s > h3,
.article.b.s > h4,
.article.b.s > .header-title {
  margin: 0;
  display: inline;
}
.article.b.s .photo {
  height: 96px;
  width: 96px;
  float: left;
}
.article.b.s .short-description {
  display: block;
}
.article.b.s .like-button {
  display: block;
  text-align: left;
  margin-top: -20px;
  overflow: hidden;
  height: 20px;
}
.article.b.s .geo {
  display: none;
}
