@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  html {
    width: 100%;
    height: 100%;
    display: table; }
  body {
    width: 100%;
    display: table-cell;
    position: relative; }
  html, body {
    margin: 0px;
    padding: 0px; }
  main {
    margin-bottom: 40px; }
  footer {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; } }
