#ui_notifIt
{
    position: fixed;
    top: 10px;
    right: 0px;
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    z-index: 10001;
}
#ui_notifIt p
{
    text-align: center;
    font-family: sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: White;
}

/* Color setup */
/* Configure this if you want */
.n-success {
    background-color: yellowgreen;
    color: white;
}
.n-error {
    background-color: orangered;
    color: white;
}
.n-warning {
    background-color: orange;
    color: white;
}
.n-info {
    background-color: deepskyblue;
    color: white;
}
.n-default {
    background-color: #EEE;
    color: #444;
}
#ui_notifIt p a
{
    color: #ff0;
}
