.notification_bottom{
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99999;
    background: #555;
    padding: 28px 10px 20px 10px;
    text-align: center;
    left: 0;
    max-width: 100%!important;
}

.notification_bottom.closed{
    display: none;
}

.notification_text{
    font-size: 14px;
    margin-bottom: 15px;
    color: white;
}

.fa-close{
    color: white;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10%;
}