#ui_notifIt{
    position: fixed;
    top: 30% !important;
    right: 20% !important;
    left: 20% !important;
    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: 9999;
    display: table;
    height: 40% !important;
    width: 50% !important;

}
#ui_notifIt p{
    text-align: center;
    font-family: sans-serif;
    font-size: 20px;
    padding: 0;
    margin: 0;
    line-height: 100%;
    display: table-cell; 
    vertical-align: middle; 
    text-align: center; 
}

/* Color setup */
/* Configure this if you want */
.success{
    background-color: yellowgreen;
    color: white;
}
.error{
    background-color: orangered;
    color: white;
}
.warning{
    background-color: orange;
    color: white;
}
.info{
    background-color: #393939;
    color: white;
    opacity: 0.93;
}
.default{
    background-color: #EEE;
   
}