#mainContainer {

	margin-top: 80px;

}


.spinner-wrapper {
	background: #000;
	opacity: 0.7;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.spinner-wrapper .spinner-border {
	width: 60px;
	height: 60px;
}

#mainFooter { border-top:1px solid #DDD; }