I always feel weird about using "display: none" in CSS to hide unwanted elements. A cleaner answer would be to just allow the relevant element to be disabled server side so it doesn't output the cruft I don't want. Would certainly result in less bloated web pages. 🙄