body > .commenter, body > .commentTime, body > .commenterr, .commentReplyBox > .commenter, .commentReplyBox > .commentTime, .commentReplyBox > .commenterr, .replyReplyBox > .commenter, .replyReplyBox > .commentTime, .replyReplyBox > .commenterr
{
 display: table-cell !important;
 background-color: rgba(0, 0, 0, 0.8);
 padding: 0.5em;
}
body > .commenter, body > .commenterr, .commentReplyBox > .commenter, .commentReplyBox > .commenterr, .replyReplyBox > .commenter, .replyReplyBox > .commenterr
{
 white-space: nowrap;
}
body > .commenter, body > .commenterr
{
 border-radius: 0.5em 0 0 0;
}
.commenterr
{
 color: #C6C6FF;
 text-shadow: 2px 2px 3px #7595FF;
}
body >.commenter, body >.commentTime, body >.commentReply, .commentReplyBox >.commenter, .commentReplyBox >.commentTime, .commentReplyBox >.commentReply, .replyReplyBox >.commenter, .replyReplyBox >.commentTime, .replyReplyBox >.commentReply
{
 text-shadow: 0px 0px 0px;
}
body > div.commentTime
{
 border-radius: 0 0.5em 0 0;
}
body > div.commentTime, .commentReplyBox > div.commentTime, .replyReplyBox > div.commentTime
{
 width: 100%;
}
.comment
{
 background-color: rgba(0, 0, 0, 0.8);
 text-shadow: 0px 0px 0px;
 display: block;
 padding: 0em 0.5em 1em 1.5em;
}
body > .commentReply
{
 margin-top: -0.5em;
}
body > .commentSeeAll, .commentReplyBox > .commentReply, .replyReplyBox > .commentReply
{
 margin-top: 0px;
}
.commentSeeAll, .commentReply
{
 background-color: rgba(0, 0, 0, 0.8);
 display: block;
}
body > .commentSeeAll
{
 padding-top: 1em;
}
.commentReplyBox .comment
{
 margin-bottom: 0px;
}
.comment + hr.small, .commentReplyBox + hr.small
{
 margin-top: 1.5em;
}