/* sizes */

 
/* suppress item display */
.jsk-HeaderWrapper { display: none; }  /* no comment header */
.jsk-ItemUserAvatarWrapper { display: none; } /* no avatar */
.jsk-ItemBody { margin-left: -48px; } /* compensate for removed avatar */
.js-singleViaLinkWrapper { display: none; }  /* no "Comment via" */
.js-CommentsSkin-echo div.jsk-ThreadWrapper { padding: 0px; }  /* no whitespace above "Leave a Comment" */
 
/* Use '!important' to override inline style */
.js-singleCommentAdminStar { display: none !important; } /* no administrator star */
 
/* layout */
.js-singleCommentName { margin-right: 1em; } /* add space after commenter name */
 
.js-kit-miniProfile { background-color:#FFFFFF; }               /* the color of the mini profile popup */
.jskit-MenuContainer { background-color:#FFFFFF; }              /* the background color of pulldown menus */
.jskit-MenuItemMO { background-color: #EDEDED; }                /* the color of pulldown menu items *


.jsk-PrimaryFontColor { color: #663300; }  
.jsk-ThreadWrapper a, .jsk-LinkColor { color: #663300; }