.wcfp-loading {
    display:none;
	-webkit-animation: rotation 1s infinite linear;
}
@-webkit-keyframes rotation {
	from {
			-webkit-transform: rotate(0deg);
	}
	to {
			-webkit-transform: rotate(359deg);
	}
}
.wcfp_notice{
    display: none;
}