/***
MS 10+ specific styles
***/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active)
{
  .feature-icons .img img[src$=".svg"] {
    width: inherit !important;
    height: 100% !important;
  }

  .p-tab-pane .c-table + .c-button-group .c-button {white-space: normal;}
}
