/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03/10/2019, 16:12:07
    Author     : Eduardo
*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
     .advise-unsupported-modal {
    width: 100%;
    height: 100%;
    min-width: 100%;
    background: rgba(255,255,255,0.95);
    position: absolute;/*older ie*/
    position: fixed;
    z-index: 1000;
    display: block !important;
    top: 0px;
     }                               
    
    .browser-text{
    background-color: #ffe3e3;
    color: #df280a;
    width: 300px;
    min-height: 150px;
    margin: 20% auto;
    border-radius: 5px;
    border: 3px solid #f16048;
}
.browser-text h2{
    font-size: 150%;
    color: #df280a;
}
.browser-text i{
    display: block;
    margin: 10px auto;
    font-size: 200%;
}
.browser-text p{
    
}
    

}


