.pioPulseAnimation {
	animation: pioPulse .5s normal forwards ease-in-out;
}

@keyframes pioPulse {
	0% {
	transform: scale(1);
	}
	50% {
	transform: scale(1.1);
	}
	100% {
	transform: scale(1);
	}
}

#wp-admin-bar-pio-elemcopy-support a.ab-item{

	padding-left: 32px !important;
}
#wp-admin-bar-pio-elemcopy-support a.ab-item::before{
	content: '';
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-image: url(help.png) !important;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}