/* The container with the associated posts */
.associated-posts.thumbnail-title {
  overflow: hidden;
}

/* The container for each associated post */
.associated-posts.thumbnail-title .associated-post {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
  vertical-align: top;
}

/* The element which contains the post thumbnail image element */
.associated-posts.thumbnail-title .associated-post .thumb-frame {
}

/* The post thumbnail image element itself */
.associated-posts.thumbnail-title .associated-post .thumb-frame img {
}

/* The element which contains the post title link */
.associated-posts.thumbnail-title .associated-post .post-title {
  text-align: center;
}


/* The post title link itself */
.associated-posts.thumbnail-title .associated-post .post-title a {
  display: block;
}
