#jGrowl { 
    margin:0px 12px 0; 
}
.jGrowl.top-right { 
    top:45% !important;
    right:50% !important; 
    margin-right: -175px !important;
}
#jGrowl .jGrowl-notification {
    position: relative;
    width: 350px;
    font-size: 150%;
    margin: 19px auto;
    padding: 20px 10px;
    background: #005FE4 !important;
    box-shadow: 0 0 0 2px #fff !important;
    border: 0px!important;
    border-radius: 3px !important;
}
#jGrowl .jGrowl-notification .jGrowl-close {
    position: absolute;
    right: 4px;
    top: 4px;
    color: #fff !important;
}
#jGrowl .jGrowl-notification .jGrowl-message {
    color: #fff !important;
    font-size: 119%;
    line-height: 109%;
}
#jGrowl .jGrowl-closer {
    margin: 0 auto;
    font-size: 119%;
    line-height: 100%;
}
#jGrowl .office-message-success {
    background-color: green !important;
}
#jGrowl .ms2-message-success {
    background-color: green !important;
}