/*
CSS for Show Unread Comments Plugin
*/

img.suc_read
{
	border: 1px solid #CCCCCC;
}

img.suc_unread
{
	border: none;
}
img.neu-radpropaganda{
    border: 1px solid red;
}


/* styling the sidebar output */

.sidebarstyles{
    margin-top: 10px;
    background-color: black;
    color: white;


}
