.outdated-browser-notice__wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #262a2b;
    text-align: center;
    vertical-align: middle;
}
.outdated-browser-notice__table {
    display: table;
    height: 100%;
    width: 100%;
}
.outdated-browser-notice__cell {
    display: table-cell;
    vertical-align: middle;
}
.outdated-browser-notice {
    display: inline-block;
    background: #383e40;
    width: 500px;
    padding: 30px;
    font-size: 16px;
    -webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 35px 0 rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 35px 0 rgba(0,0,0,0.6);
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.6)
}

.outdated-browser-notice__title {
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 30px;
    color: #4ec1ff;
}

.outdated-browser-notice__good-but-old {
    margin: 1em 0;
    text-align: center;
}

.outdated-browser-notice__description {
    margin: 1em 0 2em;
    text-align: center;
}

.outdated-browser-notice__browser-link {
    display: inline-block;
    text-align: center;
    min-width: 108px;
    color: #ced5da;
    text-decoration: none;
}

.outdated-browser-notice__icon {
    width: 40px;
    height: 40px;
    max-width: 100%;
    border: 0;
}

.outdated-browser-notice__browser-title {
    display: block;
    text-decoration: none;
    color: #4ec1ff;
}

.outdated-browser-notice__ok {
    min-height: 30px;
    padding: 8px 0 6px;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: -webkit-linear-gradient(top, #3789b5 0, #317aa1 100%);
    background: -moz-linear-gradient(top, #3789b5 0, #317aa1 100%);
    background: -ms-linear-gradient(top, #3789b5 0, #317aa1 100%);
    background: -o-linear-gradient(top, #3789b5 0, #317aa1 100%);
    background: linear-gradient(top, #3789b5 0, #317aa1 100%);
    cursor: pointer;
    width: 140px;
    margin: 30px auto 10px;
}
