@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .footer_mouse {
        width: 28px;
    }

    .show_less {
        display: none;
    }

    body {
        height: 100% !important;
    }

    .table-extended {
        overflow: inherit;
    }


    html {
        height: 100%;
    }
}