#ui_notifIt {
    width:100% !important;
    margin-top: 5% !important;
    display: block;
    position: fixed;
    /*top: 50px;*/
    /*right: 10px;*/
    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: 100001;
}
#ui_notifIt p
{
    text-align: center;
    font-family: sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: White;
   
}
#ui_notifIt p a
{
    color:Yellow;
}
/* Color setup */
/* Configure this if you want */
.success
{
    background: rgba(149, 183, 93, 1);
    color: white;
}
.error
{
    background: rgba(254, 162, 35, 1);
    color: black;
}
.warning
{
    background: rgba(254, 162, 35, 1);
    color: black;
}
.info
{
    background: rgba(63, 186, 228, 1);
    color: black;
}
.default
{
    background-color: #EEE;
    color: black;
}
