#results_page textarea {
    overflow-y: hidden;  // Hide vertical scrollbar
    // resize: none;        // Disable textarea resizing (optional)
}
