#notifier {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.notifier-content {
    padding: 10px 15px;
    background: #d00;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}

#notifier .notify-text {

    font-weight: 500;
    font-size: 14px;
    text-align: center;
    display: inline-block;
}

#notifier .notifty-icon {
    color: #fff;
    display: inline-block;
    margin-right: 10px;
}