#outdated{
    display: none;
    width:100%;
    background-color: #f25648;
    position: fixed;
    top:0;
    text-align: center;
    padding: 10px 0 0;
    /*z-index: 100000;*/
    font-size: 18px;
}
#outdated.show{
    display: block;
}
#outdated a {color: #fff; display: -ms-inline-flexbox; text-decoration: underline}
#outdated h6{ font-size: 18px; text-transform: uppercase;}
#outdated h6,#outdated p{color: #fff;} /* test to be sure that I have inline colors! IE6-9 kills me!*/
#btnCloseUpdateBrowser{  position: fixed; top:10px; right:20px; font-size: 18px;}
#btnUpdateBrowser { display: block; margin: 10px auto 10px; text-decoration: underline;}
#btnCloseBrowser {border: 2px solid rgb(255, 255, 255); border-image: none; width: 25px; height: 25px; text-align: center; line-height: 18px; font-size: 18px; float: right;}
