.jGrowl {
    z-index: 9999;
    color: #fff;
    position: absolute;
    right: 0;
    top: 100%;
}

.jGrowl-message {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.1;
    color: #fff;
    text-align: center;
}


.jGrowl.center .jGrowl-closer,.jGrowl.center .jGrowl-notification {
    margin-left: auto;
    margin-right: auto
}

.jGrowl-notification {
    width: 210px;
    padding: 10px 20px;
    margin: 5px;
    text-align: left;
    display: none;
    border-radius: 25px;    
}

.jGrowl-notification .ui-state-highlight,.jGrowl-notification .ui-widget-content .ui-state-highlight,.jGrowl-notification .ui-widget-header .ui-state-highlight {
    color: #fff
}

.jGrowl-notification .jGrowl-header {
    font-weight: 700;
    font-size: 14px;
}

.jGrowl-notification .jGrowl-close {
    background-color: transparent;
    color: inherit;
    border: none;
    z-index: 99;
    float: right;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    display: none !important;
}

.jGrowl-closer {
    width: 230px;
    padding: 10px 20px;
    margin: 0 10px 10px;
    display: none !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    color: #981E32;
    text-align: center;
}

.jGrowl-closer .ui-state-highlight,.jGrowl-closer .ui-widget-content .ui-state-highlight,.jGrowl-closer .ui-widget-header .ui-state-highlight {

    color: #981E32;
}

@media print {.jGrowl {display: none}}

@media screen and (max-width: 768px) {
    .jGrowl {
        top: 120%;
    }
    .jGrowl-message {
        font-size: 10px;
        line-height: 1;
    }
    .jGrowl-notification {
        width: 180px;
        padding: 5px 12px;
        margin: 5px;
        border-radius: 25px;    
    }

}