﻿@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .breadcrumb {
 width:100vw;
    }
    footer a {
        color:#333!important;
    }
    footer #footer-links {  
        position:relative;
        padding-right:3rem;
        display:block;
    }
        footer #footer-links a.backtotop {
            display: inline-block;
            width: 2rem;
            height: 2rem;
            border: solid 1px #333;
            overflow: hidden; 
        }
            footer #footer-links a.backtotop svg {
                width: 1.5rem;
                height: 2rem;
            }
            footer #footer-links a {
            display: inline-block;
            width: auto !important; 
        }
}
