.ui-pnotify {
    top: 25px;
    right: 25px;
    position: absolute;
    height: auto;
    z-index: 9999;padding: 6px 8px 8px;width:300px;max-height: 200px;  background-color: #ffffff;
}

html > body > .ui-pnotify {
    position: fixed;
}

.ui-pnotify .ui-pnotify-shadow {
    -webkit-box-shadow: 0 2px 10px rgba(50,50,50,.5);
    -moz-box-shadow: 0 2px 10px rgba(50,50,50,.5);
    box-shadow: 0 2px 10px rgba(50,50,50,.5);
}

.ui-pnotify-container {
    background-position: 0 0;
    /*padding: .8em;*/
    height: 100%;
    margin: 0;  background-color: #ffffff;
}

.ui-pnotify-sharp {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-pnotify-title {
    /*border-color: #1AB394;border-style: solid solid none;border-width: 4px 0px 0;margin-bottom: 0;
padding: 0px 5px 7px;
 
    display: block;
    
    margin-top: 0px;*/
    background-color: #ffffff;
border-color: #1AB394;
border-image: none;
border-style: solid solid none;
border-width: 4px 0px 0;
color: inherit;
margin-bottom: 0;
padding: 10px ;
height: 48px;
}

.ui-pnotify-text {
    display: block;
    padding: 15px 20px 20px 20px;
border-color: #e7eaec;
  background-color: #ffffff;
border-image: none;
border-style: solid solid none;
border-width: 1px 0px;
}

.ui-pnotify-icon, .ui-pnotify-icon span {
    display: block;
    float: left;
    margin-right: .2em;
}

.ui-pnotify.stack-bottomleft, .ui-pnotify.stack-topleft {
    left: 25px;
    right: auto;
}

.ui-pnotify.stack-bottomleft, .ui-pnotify.stack-bottomright {
    bottom: 25px;
    top: auto;
}

.ui-pnotify-closer, .ui-pnotify-sticker {
    float: right;
    margin-left: .2em;
}

.ui-pnotify-history-container {
    position: absolute;
    top: 0;
    right: 18px;
    width: 70px;
    border-top: none;
    padding: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
    z-index: 10000;
}

    .ui-pnotify-history-container.ui-pnotify-history-fixed {
        position: fixed;
    }

    .ui-pnotify-history-container .ui-pnotify-history-header {
        padding: 2px;
        text-align: center;
    }

    .ui-pnotify-history-container button {
        cursor: pointer;
        display: block;
        width: 100%;
    }

    .ui-pnotify-history-container .ui-pnotify-history-pulldown {
        display: block;
        margin: 0 auto;
    }
