button.button.bbp-inline-reply-cancel {
    padding: 1px 23px;
    margin-right: 3px;
}
/* Inline quick reply shell under a post */
#bbpress-forums .bbp-inline-reply-host {
	margin-top: 1rem;
	padding: 1rem 1.25rem;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 4px;
	background: #fafafa;
}

#bbpress-forums .bbp-inline-reply-host .bbp-reply-form {
	margin: 0;
}

#bbpress-forums .bbp-inline-reply-host .bbp-reply-form fieldset legend {
	font-size: 1rem;
}

#bbpress-forums .bbp-reply-focus-notice {
	margin-bottom: 1.25rem;
}

#bbpress-forums ul.forums.bbp-replies-focus {
	margin-bottom: 1rem;
}

/* Quoted parent context (prepended to reply body when using “Reply” to a message) */
#bbpress-forums .bbp-reply-to-reference {
	margin: 0 0 0.5rem;
	font-size: 0.92em;
	color: #444;
}

#bbpress-forums .bbp-reply-to-reference a {
	text-decoration: none;
}

#bbpress-forums .bbp-reply-to-reference a:hover {
	text-decoration: underline;
}

#bbpress-forums .bbp-reply-to-parent-num {
	color: #666;
}

#bbpress-forums .bbp-reply-to-quote {
	margin: 0 0 1rem;
	padding: 0.65rem 1rem;
	border-left: 4px solid #ccc;
	background: #f5f5f5;
	font-size: 0.95em;
	color: #333;
}

#bbpress-forums .bbp-reply-to-quote p {
	margin: 0;
}
