div#gNotif{
    background-color: black;
    border-radius: 3px;
    height: auto;
    left: 5px;
    opacity: 0.6;
    padding: 5px;
    position: fixed;
    top: 5px;
    width: 98%;
    z-index: 1;
}

#gNotif .title{
    color: white;
    font-weight: bold;
}
#gNotif .content{
    color: #bfbfbf;    
}