#outdated {
    position: fixed;
    display: none;
    vertical-align: middle;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    text-transform: uppercase;
    z-index: 1500;
    background-color: rgba(0, 200, 255, 0.9);
    color: #fff;
}

#outdated .outdatedContainer {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    top: 30%;
}

#outdated .outdatedContainer h6 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 50px;
}

#outdated .outdatedContainer p {
    font-size: 50px;
    margin-top: 0;
    line-height: 1;
}

#outdated .outdatedContainer #btnUpdateBrowser {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 20px;
}

#outdated .outdatedContainer #btnCloseUpdateBrowser {
    position: absolute;
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 35px;
    top: 0;
    right: 0;
}