.commenter
{
 font-weight: bold;
}
.commenterr
{
 font-weight: bold;
 text-decoration: none !important;
}
.commenter::before
{
 border: 1px solid #000000;
 /* background: #A4A4A4 url(//realityripple.com/images/anon.png) top left no-repeat; */
}
.commenterr::before
{
 content: url(//realityripple.com/images/ico.png);
 border-radius: 8px;
}
@media only screen and (min-resolution: 1.1dppx)
{
 .commenterr::before
 {
  content: url(//realityripple.com/images/ico32.png);
  border-radius: 16px;
 }
}
@media only screen and (min-resolution: 2.1dppx)
{
 .commenterr::before
 {
  content: url(//realityripple.com/images/ico48.png);
  border-radius: 24px;
 }
}
.commenter::before, .commenterr::before
{
 width: 16px;
 height: 16px;
 line-height: 0;
 margin-right: 0.5em;
 vertical-align: top;
 box-shadow: 2px 2px 1px;
 display: inline-block;
 /*
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
 */
}
@media only screen and (min-resolution: 1.1dppx)
{
 .commenter::before, .commenterr::before
 {
  width: 32px;
  height: 32px;
  margin-top: -8px;
  margin-right: 0;
  transform: scale(0.5);
 }
}
@media only screen and (min-resolution: 2.1dppx)
{
 .commenter::before, .commenterr::before
 {
  width: 48px;
  height: 48px;
  margin-top: -16px;
  margin-right: 0;
  transform: scale(0.333);
 }
}
body > .commenter, body > .commenterr, .commentReplyBox > .commenter, .commentReplyBox > .commenterr, .replyReplyBox > .commenter, .replyReplyBox > .commenterr
{
 display: inline-block;
}
body > .commentTime, .commentReplyBox > .commentTime, .replyReplyBox > .commentTime
{
 text-indent: 2.5em;
 display: inline-block;
}
body > .commentReply, .commentReplyBox > .commentReply, .replyReplyBox > .commentReply
{
 margin-bottom: 1.5em;
 padding-left: 0.5em;
}
.commentReply > input[type="radio"]
{
 display:none;
}
.commentReplyForm
{
 display:none;
 margin-left: 1em;
}
.commentFlex
{
 display: flex;
 flex-direction: row;
 max-width: calc(21em + 16px);
 margin-right: 0.5em;
}
.commentFlex label
{
 flex-grow: 1;
 flex-shrink: 1;
 flex-basis: 4.5em;
}
.commentFlex input[type="text"]
{
 flex-grow: 4;
 flex-shrink: 4;
 flex-basis: 16em;
}
.commentFlex textarea
{
 flex-grow: 4;
 flex-shrink: 4;
 flex-basis: calc(16.5em + 16px);
}
.commentReply > input[type="radio"].show:checked + label
{
 display: none;
}
.commentReply > input[type="radio"].show:not(checked) + label
{
 margin-bottom: 1em;
}
.commentReply > input[type="radio"].show:checked ~ .commentReplyForm
{
 display:block; 
}
.commentReply > input[type="radio"].hide:checked + label
{
 display: none;
}
.commentReply > input[type="radio"].hide:checked ~ .commentReplyForm
{
 display:none;
}
p.commentSeeAll
{
 margin-bottom: 0.5em;
 padding-bottom: 1.5em;
 padding-left: 0.5em;
}
a.commentSeeMore
{
 font-size: 60%;
}
a.commentSeeMore span.count
{
 font-weight: bold;
}
.commentTime
{
 font-style: italic;
}
.comment
{
 padding-top: 0.5em;
 padding-left: 1em;
 margin-bottom: 0.5em;
 word-wrap: break-word;
 white-space: pre-wrap;
}
.commentReplyBox
{
 margin-top: 1em;
 margin-left: 1em;
}
.replyReplyBox
{
 margin-left: 1em;
}
.comment + hr.small, .commentReplyBox + hr.small
{
 margin-bottom: 1.5em;
}
form.commentSend label
{
 display: inline-block;
 margin-top: 0.5em;
 vertical-align: top;
 min-width: 4.5em;
}
form.commentSend button
{
 margin-left: 7em;
 margin-top: 1em;
 margin-bottom: 3em;
}
.commentReplyForm form.commentSend button, .replyReplyForm form.commentSend button
{
 margin-bottom: 1em;
}
img.imgPreview
{
 width: 16px;
 height: 16px;
 margin: 0.5em 0 0.5em 0.5em;
}
span.commentCaptcha
{
 border: 1px solid #808080;
 padding: 0.5em;
 margin: 0.5em;
 display: inline-block;
}
.paginate
{
 float: right;
 font-size: 90%;
}