@media all and (max-width:720px) {
	.comments-block {
		width: 100% !important;
		margin: 0.5em 0 0.5em 0 !important;
	}
	.c-form-button {
		padding: 10px 1px 2px;
	}
	.c-form-button > input {
		padding:5px 10px 3px 10px !important;
	}
}
.c-form-button > input {
    padding:5px 10px 5px 10px;
	border-radius: 5px;
	font-weight: bold;
	margin-right: 5px;
	background-color:#721524;
	color: white;
	border: 1px solid white;
	cursor: pointer;
}