/* The container with the associated posts */
.associated-posts.dq-full-content-pagination {
}

.associated-posts.dq-full-content-pagination .pagination:after {
  display: table;
  content: " ";
  clear: both;
}
.associated-posts.dq-full-content-pagination .pagination .prev-page {
  float: left;
}
.associated-posts.dq-full-content-pagination .pagination .next-page {
  float: right;
}


/* The container with ONE associated post */
.associated-posts.dq-full-content-pagination .associated-post {
}


/* The header element with the title of the post */
.associated-posts.dq-full-content-pagination .associated-post .post-title {
}


/* The link element inside the header with the title of the post */
.associated-posts.dq-full-content-pagination .associated-post .post-title a {
}


/* The element which contains the post content. (Only if you set up 'show the whole post content.') */
.associated-posts.dq-full-content-pagination .associated-post .post-content {
}


/* The clearing element. You can use it if you want. */
.associated-posts.dq-full-content-pagination .clear {
  clear: both;
}

