.notif-alert-header {
    margin-top: 2px;
    font-family: 'SegoeUI Semibold';
}

.notif-alert-box a {
    text-decoration: none;
    color: #FFF;
}

.notif-alert-box {
    border: 10px solid red;
}

.notif-alert-bl-close {
    position: relative;
}

.notif-alert-btn-close {
    position: absolute;
    right: 0.3em;
    width: 20px;
    margin: 0;
    height: 26px;
    z-index: 100;
}

.notif-alert-btn-close > span {
    text-align: center;
    background-color: red;
    background-size: 50px;
    width: 24px;
    height: 24px;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    font-weight: bold;
    cursor: pointer;
}

.notif-alert-title {
    color: red;
    font-size: 26px;
    font-weight: bold;
    word-wrap: break-word;
    text-transform: uppercase;
}

.notif-alert-center {
    padding: 15px;
    text-align: center;
}

.notif-alert-content {
    padding: 10px 0;
}

.notif-alert-btn-got_it {
    background-color: red;
    border: 3px solid;
    padding: 17px 26px;
    max-width: 200px;
    display: inline-block;
    font-weight: bold;
    word-wrap: break-word;
}

.notif-alert-btn-got_it:hover,
.notif-alert-btn-got_it:focus {
    background-color: #FFF;
    color: red;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.notif-alert-btn-close > span:hover,
.notif-alert-btn-close > span:focus {
    background-color: #FFF;
    color: red;
}