.default-theme.busy {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
	display: inline-block;
	font-size: inherit;
	font-style: normal;
	font-family: FontAwesome;
}

.default-theme.busy:before {
	content: "\f110"; /* fa-spinner */
}