#outdated {
    background-color: #000000 !important;
    bottom: 0;
    color: white;
    display: none;
    font-family: 'Noway Web', Helvetica, Arial, sans-serif;
    font-size: 16px;
    left: 0;
    overflow: hidden;
    padding: 26px 16px 26px 16px;
    position: absolute;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 1500;
    line-height: 1.6;
}

#outdated.fullscreen {
    height: 100%;
}

#outdated .vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#outdated h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 0 30px;
    width: 100%;
}

#outdated p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 12px;
    margin: 0;
    line-height: 1.6;
    width: 100%;
    display: block;
}

#outdated #buttonUpdateBrowser {
    border: 2px solid white;
    cursor: pointer;
    display: block;
    margin: 20px auto 0;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    display: table;
    color: white !important;
    font-weight: 700;
    font-size: 18px;
    background-color: rgb(0,0,0) !important;
    border: 2px solid white;
}

#outdated #buttonUpdateBrowser:hover, #outdated #buttonUpdateBrowser:active, #outdated #buttonUpdateBrowser:focus {
    background-color: rgb(100,100,100) !important;
}

#outdated .last {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    display: inline-table;
}

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

#outdated #buttonCloseUpdateBrowser {
    color: white;
    display: block;
    font-size: 36px;
    height: 100%;
    line-height: 36px;
    position: relative;
    text-decoration: none;
    padding: 16px;
    width: 100%;
}