.comment-form-container .comentario {
	border-bottom:1px solid #dedede;
}

.comment-form-container .input-row {
	margin-bottom: 20px;
}

.comment-form-container .input-field {
	width: 100%;
	border-radius: 2px;
	padding: 10px;
	border: #e0dfdf 1px solid;
}

.comment-form-container .btn-submit {
	padding: 10px 20px;
	background: #333;
	border: #1d1d1d 1px solid;
	color: #f0f0f0;

	width: 150px;
	border-radius: 2px;
	cursor: pointer;
	float:right;
}

.comment-form-container ul {
	list-style-type: none;
}

.comment-row {
	margin-bottom: 15px;
padding: 15px;
display: inline-block;
width: 100%;
}

.outer-comment {

	
}



.comment-text {
	
}

.comment-form-container .btn-reply {
	font-size: 0.8em;
	text-decoration: underline;
	color: #888787;
	cursor: pointer;
}

#comment-message {
	margin-left: 20px;
	color: #189a18;
	display: none;
}

.like-unlike {
	vertical-align: text-bottom;
	cursor: pointer;
}

.post-action {
	
}
span.posted-at {
    
}