#outdated-browser {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    text-transform: uppercase;
    z-index: 1500;
    background-color: #000000;
    color: #ffffff;
}

#outdated-browser h1,
#outdated-browser h2,
#outdated-browser h3,
#outdated-browser h4 {
    color: white;
}

* html #outdated-browser {
    position: absolute;
}

#outdated-browser #btnUpdateBrowser {
    display: block;
    position: relative;
    padding: 10px 20px;
    margin: 30px auto 0;
    width: 275px; /*need for IE*/
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #ffffff;
    cursor: pointer;
}

#outdated-browser #btnUpdateBrowser:hover {
    color: #000000 !important;
    background-color: #ffffff;
}

#outdated-browser .last {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 20px;
    height: 20px;
}

#outdated-browser .last[dir='rtl'] {
    right: auto !important;
    left: 25px !important;
}

#outdated-browser .logo {
    padding: 25px;
}

#outdated-browser .logo img {
    max-width: 320px;
}