.pace {
	-moz-user-select: none;
	pointer-events: none;
}
.pace-inactive {
	display: none;
}
.pace .pace-progress {
	background: none repeat scroll 0 0 #bd0002;
	height: 4px;
	left: 0;
	position: fixed;
	top: 0;
	transition: width 1s ease 0s;
	z-index: 2000;
}
.pace .pace-progress-inner {
	box-shadow: 0 0 10px #bd0002, 0 0 5px #bd0002;
	display: block;
	height: 100%;
	opacity: 1;
	position: absolute;
	right: 0;
	transform: rotate(3deg) translate(0px, -4px);
	width: 100px;
}
.pace .pace-activity {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	animation: 400ms linear 0s normal none infinite running pace-spinner;
	border-color: #bd0002 transparent transparent #bd0002;
	border-image: none;
	border-radius: 10px;
	border-right: 2px solid transparent;
	border-style: solid;
	border-width: 2px;
	display: block;
	height: 14px;
	position: fixed;
	right: 15px;
	top: 15px;
	width: 14px;
	z-index: 2000;
}
@keyframes pace-spinner {
0% {
	transform: rotate(0deg);
}
100% {
	transform: rotate(360deg);
}
}
@keyframes pace-spinner {
0% {
	transform: rotate(0deg);
}
100% {
	transform: rotate(360deg);
}
}