<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.post_wpcomment {
	font-size:11px;
	margin:0 0 20px 0;
}
.post_wpcomment #comments{
	text-align:right;
}

.post_wpcomment .comment-body {
	border-top:1px solid #E9E9E9;
	padding:3px;
}
.post_wpcomment .comment-body p{
	padding:3px 0;
}
.post_wpcomment  .children{
	padding:0 0 0 30px;
}

.post_wpcomment .comment-author {
	display:inline;
}
.post_wpcomment .comment-author .avatar{
	display:inline;
	margin:0 !important
}
.post_wpcomment .comment-meta {
	display:inline;
}

.post_wpcomment .navigation {
	margin:0 0 10px 0;
}
.post_wpcomment .navigation .alignleft{
	display:inline;
	background:#ccc;
}
.post_wpcomment .navigation .alignleft a{
	padding:10px;
	color:#fff;
}
.post_wpcomment .navigation .alignright{
	display:inline;
	background:#ccc;
}
.post_wpcomment .navigation .alignright a{
	padding:10px;
	color:#fff;
}
.post_wpcomment #respond #commentform input[type=text]{
	border:1px solid #bbb;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding:5px;
	margin:0  0 5px 0;
}
.post_wpcomment #respond #commentform textarea{
	width:100%;
	height:60px;
	border:1px solid #bbb;
	margin:0  0 10px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
</pre></body></html>