This is similar to another query that came up recently. The Display “form” is not an HTML form. So there are no input or textarea elements. You should use your browsers developer tools to investigate the elements that make up the display.
In general, if you want to keep the CSS simple. Use ID’s not tag names.