#comments-form{
	padding-top:20px;
}

#comments-form .row{
	margin:10px 0;
}

#comments-form #comments-question{
	height:100px;
}

#comments-form .error{
	border-color:#dc3545;
}

#comments-form label.error{
	color:#dc3545;
}

#comments-form .captcha-img img{
	width:100%;
	max-width:185px;
	margin-right:10px;
	margin-bottom:10px;
}

#comments-form .col-no-padding{
	padding:0 !important;
}

#comments-form .col-no-padding a{
	float:left;
	width:auto;
	min-width:0;
}

#comments-form #comments-submit{
	margin-right:10px;
}

#comments-form .float-right{
	float:right;
}

#comments-form .float-left{
	float:left;
}