 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
/* IE10+ CSS styles go here */
  
  .table-footable.footable.breakpoint > tbody > tr > td > span.footable-toggle {
    left: -25px;
    top: 70%;
  }
  *::-ms-backdrop,  .table-footable.footable.breakpoint > tbody > tr > td > span.footable-toggle {
    left: -25px;
    top: 70%;
  }
  
}