.jnotify-item
{
    height: auto;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
}

.jnotify-item-close
{
    float: right;
    margin-left: 2px;
    font-size: 20px;
}

div.jnotify-item-wrapper {

    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    background: rgb(188, 245, 188, 0.92);
    border-bottom: 1px solid #006400;
    font-size: 16px;
    text-align: center;
    padding: 11px 15px 4px;
    color: #006400!important;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.23);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.23);    
}


div.jnotify-item-wrapper .jnotify-item span {
    color: #006400!important;
}




