/* Prevent resizing and auto-size height to content */
textarea {
	resize: none;
    height: auto;
}
