#ls-notifier {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 9999;
}
.ls-notification {
    position: relative;
    padding: 15px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    color: #fff;
    background-color: #349d08f2;
}
.ls-notification.ls-notification--error {
    background-color: #f12d1ee6;
    color: #fff;
}
.ls-notification p {
    margin: 0;
}