/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    text-align: left;
    z-index: 1500;
    background-color: #FFFF99;
    color: #000000;
    font-weight: bolder;
    border-bottom: solid 1px #b0afaf;
}

* html #outdated {
    position: absolute
}

#outdated p {
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    font-weight: bolder;
}