.comment {
    padding: 5px;
}
.comment .reply {
    margin: 20px 0 0 80px;
}
.comment-content {
    margin: 0 20px 20px 80px;
}
.comment_starter {
    background: none repeat scroll 0 0 #e9ecf0;
    border-radius: 3px 3px 0 0;
    color: #444;
    display: block;
    font-size: 0.9em;
    line-height: 150%;
    padding: 10px 15px;
    position: relative;
    width: 100%;
}

.comment_reply {
    background: none repeat scroll 0 0 #f2f4f6;
	border-top: 1px solid #ddd;
    color: #717171;
    display: block;
    font-size: 0.9em;
    line-height: 150%;
    padding: 10px 15px 10px;
    position: relative;
    width: 100%;
}

.comment .reply .comment-content > span {
    background: none repeat scroll 0 0 #f2f4f6;
}
.comment p {
    font-family: inherit;
    text-shadow: 1px 1px 2px #fff;
}
.comment strong {
    font-weight: 700;
}
.comment .author {
    font-size: 0.8em;
    font-weight: 300;
}
.comment .comment_avatar img {
    border: 3px solid rgba(111, 111, 111, 0.1);
	border-radius: 4px;
    display: inline-block;
    float: left;
    margin: 0 10px;
	max-height: 50px;
    max-width: 50px;
}
.comment footer {
    background-color: #e9ecf0;
    border-radius: 0 0 3px 3px;
    padding: 10px 10px 10px 7px;
}
.comment footer .comment_footer_avatar img {
    border: 3px solid rgba(255, 255, 255, 0.5);
	border-radius: 4px;
	float: left;
    max-width: 35px;
	margin: 3px 10px 0 0;
}

.comment .comment_reply .comment_reply_avatar img {
    border: 3px solid rgba(255, 255, 255, 0.5);
	border-radius: 4px;
	float: left;
	max-height: 35px;
    max-width: 35px;
	margin: 0 13px 0 2px;
}

.comment footer > .message-input {
    margin-left: 60px;
}
.comment-control {
    border: medium none;
    border-radius: 2px;
    color: #555;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 8px;
    width: 100%;
	line-height: 1.7;
}

.comment-body {
    margin-left: 47px;
}


.comment_pad {
    margin-bottom: 35px;
	margin-right:20px;
}

.profile-reply-btns {
    position: absolute;
    right: 5px;
    top: 10px;
}

.profile-notices {
    bottom: 0;
    position: absolute;
    right: 14px;
}


.profile-comments-editor
{
	display: none;
}


.soft-deleted {
	background-color: #ECD5D8;
}
.soft-deleted-text {
	float:right;
	font-size:80%;
}


@media (min-width: 260px) and (max-width: 600px) {
.comment-content {
    margin: 60px 0 0;
}

.comment_pad {
    margin-right: 0;
}

.comment .comment_reply .comment_reply_avatar img {
    margin: 0 4px 0 2px;
}

.comment .comment_avatar img {
    margin: 2px 3px 2px 0;
}

.comment-body {
    margin-left: 0;
}

.reply-time,
.comment-starter-time {
    display: block;
    font-size: 12px;
}

}