.ww-notification {
    position: fixed;  
    border-bottom-left-radius: 5px; 
    margin: 0; 
    top: 0; 
    right: 0; 
    width: 25%; 
    min-width: 20rem;
    min-height: 6rem; 	
    opacity: 0.95; 
    z-index: 500;
    padding-left: 1rem;
    transition: opacity 2.5s linear;
}
