The GSS website renders perfectly on IE11:

On IE8 we have a nice failure mode where only the CSS gets rendered, so users of this crappy legacy browser can read everything, but don't get the layout. This is acceptable:

However, IE9&10 both have the issue where they render nothing:


We should investigate whether we can either:
- Fix GSS on those so that they will be like IE11
- Disable GSS on those so that they will have the nicer failure mode that you get with IE8