/* The container with the associated posts */
.associated-posts.title-only {
}


/* The container with ONE associated post */
.associated-posts.title-only .associated-post {
}


/* The link element inside the header with the title of the post */
.associated-posts.title-only .associated-post a {
}


/* The clearing element. You can use it if you want. */
.associated-posts.title-only .clear {
  clear: both;
}