.b-browser-notice {
    position: fixed;
    z-index: 9000;
    padding: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 120px;
    width: 50%;
    min-width: 300px;
    color: #fff;
    background-color: #424242;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.b-browser-notice h2 {
    margin: 20px 0
}

@media (max-width:479px) {
    .b-browser-notice {
        width: 80%
    }
}

.b-browser-notice .b-icon--close-notice {
    position: absolute;
    display: block;
    z-index: 9999;
    display: block;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #e64626;
    text-decoration: none;
}

.b-browser-notice .b-icon--close-notice:hover {
    color: #ce3d20;
}

.b-browser-notice .b-icon--close-notice:focus {
    color: #ce3d20;
}
