html,body
{
	background-color:#32383e;
	margin: 0;
	padding: 0;
	height: 100%;
}

.table
{
	opacity: 0.7;
}

.progress-bar
{
	width: 0%;
	transition: all 800ms ease;
}
.progress-bar.active
{
	width: inherit;
	transition: all 800ms ease;
}
