/*!--------------------------------------------------------------------
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: 170px;
    text-align: center;
    /*text-transform: lowercase;*/
    z-index: 1500;
    background-color: #f25648;
    color: #fff;
    font-size:14px;
}

* html #outdated {
    position: absolute;
}

    #outdated h6 {
        font-size: 25px;
        line-height: 25px;
        margin: 30px 0 10px;
    }

    #outdated p {
        font-size: 12px;
        line-height: 12px;
        margin: 0;
    }

    #outdated #btnUpdateBrowser {
        display: inline;
        position: relative;
        padding: 10px 20px;
        margin: 30px auto 0;
        width: 230px;
        color: #fff;
        text-decoration: none;
        border: 2px solid #fff;
        cursor: pointer;
    }

        #outdated #btnUpdateBrowser:hover {
            color: #f25648;
            background-color: #fff;
        }

    #outdated .last {
        position: absolute;
        top: 10px;
        right: 25px;
        width: 20px;
        height: 20px;
    }

    #outdated #btnCloseUpdateBrowser {
        display: inline-block;
        position: relative;
        padding: 10px 20px;
        margin: 30px auto 0;
        width: 100px;
        color: #fff;
        text-decoration: none;
        border: 2px solid #fff;
        cursor: pointer;
        margin-left:5px;
        /*display: inline;
        position: relative;
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: #fff;
        font-size: 36px;
        line-height: 36px;*/
    }
.outdated-p {
     color: #ffffff; text-align: center; padding-left: 15%; padding-right: 15%; line-height: 1.5; height: auto; border: 1px solid #f25648; 
}

     #outdated #btnCloseUpdateBrowser:hover {
            color: #f25648 !important;
            background-color: #fff ;
        }
     @media only screen and (max-width: 340px) {
        .outdated_p {
            margin-bottom: 22px !important;
        }
        /*#outdated {
            margin-bottom:0px;
        }*/
    }