.indented {
  margin-left: 25px; /* LTR */
}
.comment-unpublished {
  background-color: #fff4f4;
}
.comment-preview {
  background-color: #ffffea;
}

.comment-wrapper {
	width: 75%;
}

.comment-wrapper .comment {
	border-bottom: 1px solid;
	padding-top: .5em;
	padding-bottom: .5em;
}

.comment-wrapper .content {
	font-size: .925em;
}

.comment-wrapper .content p {
	text-indent: 0 !important;
	margin-top: .3em;
	margin-bottom: .3em;
}

.comment-form .user-picture img {
	width: 30px;
	height: auto;
	margin-left: 0.5em;
}

.comment-form .username {
	position: relative;
	top: -4px;
}

.comment-form .container-inline.form-wrapper .form-item {
	display: inline-block;
}

.comment-form .container-inline.form-wrapper .form-item label {
	display: block;
}

.comment .new {
	color: #F00;
}

.comment .content .field-type-text-long {
	padding: .6em;
}

.comment-form-block {
  margin-top: 1em;
}