/* Override theme's fixed height on .form-control so textarea respects rows attribute. */
textarea.form-control {
	height: auto;
	min-height: 2.75rem;
}
