#push-notification {
    display: inline-block;
    height: auto;
    min-height: 100px;
    max-width: 430px;
    -webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.25);
    background-color: #f7f7f7;
    font-family: Georgia, serif;
    box-sizing: border-box;
}
.push-notification__logo-container {
    width: 100px;
    height: 100px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    box-sizing: border-box;
    text-decoration: none;
}
.push-notification__logo {
    width: 100%;
    height: 100%;
    background-image: url(/ContentFlex/images/ER_blue.png);
    background-size: contain;
    box-sizing: border-box;
    background-repeat: no-repeat;
}
.push-notification__text {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    margin-right: 30px;
    color: #000;
    text-decoration: none;
    width: 300px;
    padding: 10px;
}
.push-notification__body {
    width: 250px;
    box-sizing: border-box;
    color: #5d5d5d;
    margin-top: 10px;
    font-size: 13px;
    line-height: 17px;
}
.push-notification__title {
    font-weight: bold;
    font-size: 14px;
}
#push-notification__close {
    font-size: 17px;
    font-weight: bold;
    position: absolute;
    top: 2px;
    right: 5px;
    cursor: pointer;
}
#push-container {
    display: inline-block;
    box-sizing: border-box;
    position: fixed;
    top: 83px;
    right: -440px;
    transition: 0.2s;
    z-index: 10;
}
.push-link {
    cursor: pointer;
}