.screen-notification {
    z-index: 100000;
}
.screen-notification .msg .notification {
    background: none;
    border: 0 !important;
    padding: 0 0 0 10px !important;
    margin: 0 !important;
    color: #fff;
}

.screen-notification .msg .notification i {
    display: none;
}

.screen-notification .msg .notification a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}

.screen-notification .msg .notification a:hover {
    text-decoration: none;
}