IE10 hack
/* #ie10 will only be red in MSIE 10, both in high contrast (display setting) and default mode */ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { #ie10 { color: red; } }