.ui-growl {
    width: 450px;
    z-index: 300000 !important;
}

.ui-growl-item-container {
    z-index: 300001 !important;
}

body .ui-growl:hover .ui-growl-item-container {
    opacity: 1.00 !important;
    filter: alpha(opacity=100) !important;
}

.ui-growl-error, .ui-growl-fatal {
    opacity: 0.90 !important;
    filter: alpha(opacity=90);
}

.ui-growl-warn {
    opacity: 0.90 !important;
    filter: alpha(opacity=90);
}

body .ui-growl-item-container {
    opacity: 0.90;
    filter: alpha(opacity=90);
}

body .ui-growl {
    top: 96px;
    color: black;
}

.ui-growl-message::after {
}
.ui-growl-message {
    /*white-space : nowrap;*/
    white-space: pre-wrap;
    display: block;
    word-wrap: break-word;
    padding: 0 0 5px 0;
    width: 360px;
    float: right;
}

.ui-growl-title {
    white-space: pre-wrap;
    margin-right: 20px;
}

.ui-growl-item-container:hover .ui-growl-message p {
    display: block;
}

.ui-growl-item-container:hover .ui-growl-message p::after {
    font-size: .9em;
    font-style: italic;
     content: "\A\2139 Mit ESC werden alle Nachrichten geschlossen";
    //content: "";
}

.ui-growl-message p {
    margin-top: 20px;
    text-shadow: none;
    font-size: 100%;
    display: none;
    white-space: pre-wrap;
}