Put this in your filters in the "Comment" section:
-----
#Reddit posts
/reddit/i;highlight:reddit;top:no;
-----
And put this in your custom CSS:
-----
.reddit div.reply{
background-color:#F7F7F8;
border-radius:3px;
padding:10px;
padding-bottom:15px;
padding-left:25px;
border:1px solid #dee5e7;
background-image: url('
http://i.imgur.com/sVUnVUQ.png'),url('
http://i.imgur.com/eY8I1e0.png');
background-repeat:no-repeat,no-repeat;
background-position: bottom left, top left;
color:rgb(34, 34, 34);
min-width: 400px;
}
.reddit
span.name {
text-decoration: underline;
color:#369!important;
font-family:verdana,helvetica,sans-serif;
font-size:10px;
line-height:14px;
cursor:pointer;
}
.reddit span.dateTime {
color: #888;
font-size: x-small;
}
-----