.notify{
    position: relative;
    padding: 1px 1px;
    font:bold 19px/9px "Arial", Arial,sans-serif; 
    color: green;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.6);
}


.notify1{
    position: relative;
    padding: 1px 1px;
    text-decoration: none;
	font-weight:bold !important;
}

.notify span {
    position: absolute;
    top:1px;
    right: -4px;
    padding: 3px 9px;
    border: 0.5px solid white;
    border-radius:10px;
   background: rgba(0, 0, 0, 0) linear-gradient(#849cbb, #4a6c9b) repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(0,0,0,.5), 0 1px 4px rgba(0,0,0,.4), 0 0 1px rgba(0,0,0,.7) inset, 0 5px 0px rgba(255,255,255,.11) inset; 
    -webkit-background-clip: padding-box;
    font:bold 10px/10px "Helvetica Neue", sans-serif; 
    color: white;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0,0,0,.6);
}