﻿/* Browser warning and test environment bar */
.browser-warning {
    display:none;
}

.browser-warning .browser-text {
    max-width:1144px;
    margin:0 auto;
    
    /* Warning Icon: https://www.iconfinder.com/icons/183533/warning_icon#size=32 */
    background:url(images/ico-browser-warning.png) 0px center no-repeat;
}

.browser-warning p {
    font-size:11px;
    padding-left:38px;
    color:#3c3c3c;
    margin:0;
}

.browser-text {
    position: relative;
}

.browser-text a {
    font-family: "helvetica-neue-medium";
    color: #000;
    display: inline-block;
}

.test-environment {
    position: relative;
    display:block;
    background:#fff074;
    width:100%;
    height:32px;
    padding: 1px 0px;
}

.test-environment .browser-text {
    min-height: 32px;
    line-height: 32px;
}
