#latest-comments #the-comment-list .comment-item blockquote .excerpt-full p {
	display: block;
	margin: 0 0 1em;
}
.c2c_edrc {
	display: block;
}
.c2c_edrc_less,
.c2c_edrc_more {
	display: inline-block;
}
.c2c-edrc-hidden,
.c2c_edrc_all {
	display: none;
}
.c2c_edrc_more:before, .c2c_edrc_more_all:before, .c2c_edrc_less:before, .c2c_edrc_less_all:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 1em/1 'dashicons';
}
.c2c_edrc_more:before, .c2c_edrc_more_all:before {
	content: "\f347";
	vertical-align: text-bottom;
	margin-bottom: 0.1em;
	margin-right: 0.2em;
}
.c2c_edrc_less:before, .c2c_edrc_less_all:before {
	content: "\f343";
	vertical-align: text-top;
	margin-top: 0.1em;
	margin-right: 0.2em;
}
.c2c_edrc_less:focus,
.c2c_edrc_less_all:focus,
.c2c_edrc_more:focus,
.c2c_edrc_more_all:focus {
	box-shadow: none;
}
.c2c_edrc_less_all.c2c-edrc-all-active,
.c2c_edrc_more_all.c2c-edrc-all-active {
	color: #999;
}