@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    font-family: "Roboto" !important;
    font-weight: 400 !important;
    font-size: 1rem !important;
    line-height: 1.5;
  }

  .row > * {
    padding-right: 1rem;
    padding-left: 1rem;
    margin-top: 0;
  }
  
  .IE11gap { margin-top: 1rem; }
  .IE11gapleft { margin-left: 1rem; }
  .svgIE11fix {  width: 100%; }
  .content-IE-noshow { display: none;}
  .content-IE-nooverflowhidden { overflow:visible !important;}
  .mt-IE-adjust { margin-top: 4rem;}
  .bg-white {background-color: white;}
  .bg-success {background-color: rgb(7,124,118);}
  .text-primary {color: rgb(0,128,96);}
  .bg-danger {background-color:rgb(105,35,64);}
}