#notificationWrapper {
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    opacity: 0;
    display: none;
}

#notificationCenter {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 607px;
    height: 367px;
    background: linear-gradient(135deg, #ffca01 0%,#ff5e3a 100%);
    border: 7px solid #fff;
    border-radius: 13px;
    padding: 17px;
}

#notificationBackButtonWrapper {
    position: absolute;
    height: 100%;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 133px;
    display: none;
    z-index: 1;
}

#notificationBackButton {
    background-image: url(../..//images/720p/button_standard.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 133px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#notificationBackButton.focus,
#notificationBackButton:hover {
    background-position: -127px 0;
}

#notificationBackButtonIcon {
    background-image: url(../..//images/720p/icon_back.png);
    background-repeat: no-repeat;
    background-position: 45px 48px;
    float: left;
    height: 100%;
    position: relative;
    width: 100%;
}

#notificationHeader {
    position: relative;
    float: left;
    width: 100%;
    height: 12%;
    font-size: 21px;
    text-align: center;
}

#notificationBody {
    position: relative;
    float: left;
    width: 100%;
    height: 88%;
}

#notificationCharacter {
    position: relative;
    float: left;
    width: 60%;
    height: 100%;
}

#notificationBg {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background-image: url(../..//images/720p/home_background_character.png);
    background-repeat: no-repeat;
    background-position: 0 12px;
}

#notificationCharacterImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../..//images/720p/junior_sad.png);
    background-repeat: no-repeat;
    background-position: 107px -1px;
}

#notificationInfo {
    position: relative;
    float: left;
    width: 40%;
    height: 100%;
}

#notificationText {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 40px;
    font-size: 19px;
}

#notificationButton {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    color: #fff;
    display: table;
    float: left;
    height: 50px;
    margin-top: 23px;
    position: relative;
    width: 133px;
}

#notificationButton.focus,
#notificationButton:hover {
    background-color: #fff;
    color: #000;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
}

#notificationButton p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 19px;
}