.wrapper-reply {
	display: flex;
	justify-content: flex-end;
	padding: 10px 0;
}
.wrapper-reply .reply a, .leave-new-comment a {
	background-color: #dfdfdf;
	text-transform: none;
	color: #000;
	font-weight: 600;
	margin-left: 10px;
	padding: 5px 10px;
	margin-top: 15px;
	font-size: 11pt;
	border: 1px solid #ddd;
}
.wrapper-reply .reply a:hover, .leave-new-comment a:hover {
	background: #eee;
	border: 1px solid #eee;
}

@media(max-width: 768px) {
	.wrapper-reply {
		flex-wrap: wrap;
	}
	.reply {
		margin-bottom: 10px;
	}
}
