@-webkit-keyframes progressBar100 {
	0% {
		width: 10%;
	}

	100% {
		width: 100%;
	}
}

@-moz-keyframes progressBar100 {
	0% {
		width: 10%;
	}

	100% {
		width: 100%;
	}
}

@-webkit-keyframes progressBar80 {
	0% {
		width: 10%;
	}

	100% {
		width: 80%;
	}
}

@-moz-keyframes progressBar80 {
	0% {
		width: 10%;
	}

	100% {
		width: 80%;
	}
}

@-webkit-keyframes progressBar75 {
	0% {
		width: 10%;
	}

	100% {
		width: 75%;
	}
}

@-moz-keyframes progressBar75 {
	0% {
		width: 10%;
	}

	100% {
		width: 75%;
	}
}

@-webkit-keyframes progressBar70 {
	0% {
		width: 10%;
	}

	100% {
		width: 70%;
	}
}

@-moz-keyframes progressBar70 {
	0% {
		width: 10%;
	}

	100% {
		width: 70%;
	}
}