.pmlinks a {
	display: block;
	padding: 5px 0;
}
.pmlinks a:hover {
	text-decoration: none;
}
.pmlinks a i {
	display: inline-block;
	margin-right: 7px;
}
.comment-photo {
	width: 36px;
    height: 36px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}
.comment-photo img {
	width: 100%;
}
.comment-text {
	margin-bottom: 15px;
}
.comment .block > div {
	margin-top: 15px;
}.comment {
	display: block;
    padding: 20px;
    border-bottom: #d9d9d9 1px solid;
	border-top: #d9d9d9 1px solid;
    margin-bottom: 20px;
}
.comment img {
	width: auto;
	max-width: 100%;
}
.block-block .comment {
	border-top: 0;
}
.comment:last-child {
	border-bottom: 0;
    margin-bottom: 0px;
}
.comment-avatar {
	width: 5%;
    display: inline-block;
    vertical-align: top;
}
.comment-avatar img {
	width: 100%;
	border-radius: 5px;
}
.comment-text {
	width: 93%;
    margin-left: 2%;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
}
.comment-poster {
	display: block;
    font-size: 12px;
    padding-bottom: 10px;
}
.comment-buttons {
	display: block;
    padding: 20px 0 0;
    line-height: 16px;
}
.comments-tree-list {
	list-style-type: none;
}
#dle-comments-list > ol.comments-tree-list {
	padding-inline-start: 0;
}
.comment-buttons a {
	display: inline-block;
}
.comment-buttons span.other {
	display: inline-block;
    padding: 3px 3px;
	margin-right: 15px;
	font-size: 12px;
}
.comment-buttons span.reply {
	display: inline-block;
    padding: 3px 7px;
    background: #324047;
    color: #fff;
    font-size: 12px;
    margin-right: 15px;
}
.comment-buttons span.commentrate {
	display: inline-block;
    padding: 3px 7px;
    background: #ffffff5c;
    color: #222;
    margin-right: 15px;
    font-size: 12px;
}
.comment-buttons span {
	border-radius: 5px;
    overflow: hidden;
}
.comment-buttons span.commentrate > span {
	display: inline-block;
	margin-left:5px;
	padding-left:5px;
	border-left: #dbdbdb 1px solid;
	vertical-align: top;
	border-radius: unset;
}
.comm-leftblocklink {
	display: block;
	border-bottom: #f1f1f1 1px solid!important;
    margin-bottom: 0px;
}
.comm-leftblocklink:last-child {
	display: block;
	border-bottom: 0px!important;
    margin-bottom: 0px!important;
}
.comment-leftblock {
	padding: 0 0 20px;
	color: #222;
	font-size: 12px;
}
.comment-leftblock .comment-avatar img {
	border-radius: 50px;
    height: 30px;
    width: 30px;
}
.comment-leftblock:hover {
	color: inherit;
}
.comment-leftblock .comment-avatar {
	width: 15%;
}
.comment-leftblock .comment-text {
	width: 70%;
	margin-left: 5%;
	font-size: 12px;
	line-height: 18px;
}
.comment-authorinfo {
	display: block;
	font-size: 10px;
	margin-top: 10px;
}
.comment-userinline {
	margin-top: 10px;
	font-size: 10px;
	color: #999;
}
.mass_comments_action {
	text-align: right;
}
.wb-nc {
	display: block;
    background: #fff;
    padding: 15px;
    border-bottom: #f1f1f1 1px solid;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.05);
}
.vm-main-comments {
 	margin: 25px 0 0;
    display: block;
    border-bottom: #f1f1f1 1px solid;   
}

@media screen and (max-width: 659px) {
	.comment-avatar {
		width: 50px;
	}
	.comment-text {
		width: calc(100% - 60px);
	}
	.comment-buttons a {
		display: block;
		margin: 15px 0;
	}
}