#comments .comment {
    margin-bottom:1em;
    list-style-type:none;
    position:relative;
}


#comments .pending {
    color:#999;
}

#comments .permalink a {
    text-decoration:none;
    color:#666;
}

#comments .pending .permalink a {
    color:#CCC;
}


#comments .info {
    color:#666;
}

#comments .pending .info:after {
	content: ' - in attesa di approvazione';
	color: #F00;
}

#comments .rejected .info:after {
	content: ' - rifiutato';
	color: #F00;
	font-weight:bold;
}

#comments .approved .button-approve {
	display:none;
}

#comments .rejected .button-reject {
	display:none;
}

#comments .info .date, #comments .info .name {
    font-weight:bold;
    color:#333;
}


#comments .pending-warning {
    font-weight:bold;
    color:red;
    font-style:italic;
}
