
/* Header text above each comment */
div.js-singleCommentHeader{color:black}
 
/* Color of the wrapper around each comment */
div.js-CommentsSkin-smoothgray .js-OldComments {background-color:black}
 
/* Color of commenter's name */
.js-CommentsSkin-smoothgray .js-OldComments .js-singleCommentName {color:white}
 
/* The color of the border between the inner and outter wrappers*/
.js-CommentsSkin-smoothgray .js-OldComments{border:1px solid black}
 
/* The color of the outter wrapper */
.js-CommentsSkin-smoothgray .js-OldCommentsWrap{background-color:black}
 
/* Color of each comment's background */
.js-CommentsSkin-smoothgray .js-singleCommentBody{background-color:black}
 
/* Color of Karma text */
.js-singleCommentKarma{color:white}
 
/* Color of comment body text */
table.js-singleCommentBodyT{color:white}
 
/* Torn Paper Seperator Colors */
div.js-TornPageDivider {background-color:black}
div.js-TornPageDividerTop {background-color:black;}
div.js-TornPageDividerBottom {background-color:black;}
 
/* Color and border of Comment Form Panel*/
.js-CreateCommentFieldsWrap {
background-color:black;
border:1px solid black;
padding:4px;
}
 
/* Color of comment form */
.js-CommentsArea .js-CreateCommentArea{background-color:black}
 
/* Color of text above comment form - Typically reads 'Leave a Comment'  */
.js-commentFieldSubject{color:white}
 
/* Color of comment form fields */
.js-CreateCommentFields {
background-color:white;
color:white;
padding:4px;
}
 
/* Color of 'Add Pictures' button text */
.js-uploadImageButton {color:black}
 
/* Color of Powered by JS-Kit and Akismet Text (Link and brackets) */
.js-poweredBy a {color:black}
.js-poweredBy{color:black}
