@keyframes wbblink-notify {

	from {color: #1e91fc;}

    to {visibility: hidden;}

}



@-webkit-keyframes wbblink-notify {

	from {color: #1e91fc;}

    to {visibility: hidden;}

}



.wbicon_notify strong{

	color: #FF0000;

	animation: wbblink-notify 1s steps(2, start) infinite;

	-webkit-animation: wbblink-notify 1s steps(2, start) infinite;

}