 .outdated {
     position: absolute;
     width: 100%;
     z-index: 999999999;
     text-align: center;
     background: rgba(255, 0, 0, 0.9);
     padding: 30px 30px 35px;
     color: #FFF;
     font-size: 19px;
     letter-spacing: 1px;
     display: none;
 }
 
 .socialbar__linkedin {
     background-size: 123px
 }
 
 .socialbar__tw {
     background-size: 35px 100%
 }
 
 html[data-useragent*='MSIE 10.0'] .outdated {
     display: block
 }
 
 @media screen and (-ms-high-contrast: active),
 (-ms-high-contrast: none) {
     .op-sgl__middle {
         flex: 1 1 800px;
     }
     .mapbar__lft {
         flex: 1 1 90%;
     }
     .downloads__right {
         flex: 1 1 80%;
     }
     .downloads__done .downloads__cmark:after {
         animation-duration: 0.1s;
         -ms-animation-duration: 0.1s;
     }
 }