/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.0.1 - 2014
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/

#outdated{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    text-align: center;
    z-index:1500;
    background-color: #0d1f2a!important;
    color: #ffffff;
    font-family: RobotoRegular;
    border-bottom: 1px solid #FFF;
}
* html #outdated{position: absolute;}
#outdated h6 {
    text-transform: none;
    font-size: 36px;
    color: white;
    line-height: 15px;
    margin: 30px 0 19px;
    font-family: RobotoThin;
    font-weight: normal;
    letter-spacing: -0.8px;
}
#outdated p{font-size: 12px; line-height: 18px;}
#outdated a:hover{text-decoration: none; cursor: pointer!important;}
#outdated #btnUpdateBrowser{
    cursor: pointer!important;
    text-decoration: none;
    width: 200px;
    background-image: url("/wp-content/themes/brandwatch/images/padded-chevron.png");
    background-position: right 48%;
    background-color: #e0004d!important;
    background-repeat: no-repeat;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #FFFFFF!important;
    font-family: RobotoLight;
    font-size: 19px;
    margin: auto;
    margin-top: 20px;
    padding: 8px 19px 9px 9px;
    text-transform: uppercase;
    border: 0;
    text-align: left;
    letter-spacing: -0.5px;
}
/* #outdated #btnUpdateBrowser:hover{color: #f25648; background-color:#ffffff;}*/
#outdated .last{position: absolute; top: 20px; right: 30px; width: 15px; height: 15px;}
#outdated #btnCloseUpdateBrowser{
    display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%;
    text-decoration: none; color: #ffffff; font-size: 36px;
}
