.altrow{
	background:#ddd;
}

.novo_comentario {
	margin-bottom: 30px;
}

.comentarios{
	background:#efefef;
	padding:10px;
	width:70%;
}
.comentario{
	padding: 20px;
}
.com_autor{
	font-size:150%;
}
.com_data{
	font-size:85%;
	float:right;
	margin-top:-20px;
}
.com_texto{
	margin-left:0px;
}

.excluir {
	background:red;
	text-decoration:none;
	color:white;
	font-size:11px;
	padding:0 3px;
	margin-left:10px;
}

.excluir:hover, .excluir:focus {
	background:white !important;
	color:red !important;
}