IE9 ignoring CSS
IE cannot handle more than 4096 selectors in a stylesheet. Therefore it was ignoring all the style rules after it reached its limit of 4096 selectors. After splitting the CSS file into two separate files, the problem was fixed.