.right.tck-module {
    padding-bottom: 10px;
}

/* Override #777 colors to #2D6BA2 */

/* Message paragraphs */
#jc p.message {
    color: #2D6BA2 !important;
}

/* Comment anchor links */
#comments .comment-anchor {
    color: #2D6BA2 !important;
}

/* Comment body text */
#jc #comments .comment-body {
    color: #2D6BA2 !important;
}

/* Quote text in comments */
#comments .quote {
    color: #2D6BA2 !important;
}

/* Form elements text */
#comments-form p,
#comments-report-form p,
#comments-form span,
#comments-form .counter {
    color: #2D6BA2 !important;
}

/* Required field labels */
#comments-form span.comments-form-title-label-required {
    color: #2D6BA2 !important;
}

/* Comments policy text */
div.comments-policy {
    color: #2D6BA2 !important;
}

/* Pagination elements */
#jc #nav-bottom span.page,
#jc #nav-top span.page {
    color: #2D6BA2 !important;
}

#jc #nav-bottom span.hoverpage,
#jc #nav-top span.hoverpage {
    color: #2D6BA2 !important;
}

#jc #nav-bottom span,
#jc #nav-top span {
    color: #2D6BA2 !important;
}

/* Rating section */
#jc div.jcomment-your-rating {
    color: #2D6BA2 !important;
}

/* Reactions total count */
#jc span.reactions-given-total {
    color: #2D6BA2 !important;
}

/* white link for comment submit button */
#comments-report-form div.btn-jcomment a, #comments-form div.btn-jcomment span {
    color: #FFF !important;
}