.badbrowser {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    white-space: nowrap;
    overflow: auto;
    z-index: 9999; /*fix overlay*/
}

.badbrowser_modal {
    background: rgba(0,0,0,.25);
}

    .badbrowser_modal .badbrowser__content {
        border: 1px solid #ccc;
        border-radius: 3px;
        background: #fff;
        padding: 15px;
    }

.badbrowser__logo {
    width: 50%;
}

.badbrowser__content, .badbrowser__helper {
    display: inline-block;
    vertical-align: middle;
}

.badbrowser__helper {
    height: 100%;
    margin-right: -.25em;
}

.badbrowser__content {
    white-space: normal;
}

.oldbrowser__browserLink {
    display: inline-block;
    width: 60px;
    height: 66px;
    background: url(/HK/Plugins/badbrowser/img/browsers.png) no-repeat 0 0;
    margin: 0 10px;
}
