/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
}
/* IE Edge 12+ CSS styles go here */
@supports (-ms-accelerator: true) {
  /* IE Edge 12+ CSS styles go here */
}
/* CSS specific to iOS devices */
@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */
}
/* CSS for other than iOS devices */
@supports not (-webkit-overflow-scrolling: touch) {
  /* CSS for other than iOS devices */
}