.right-col-content {
    position: relative;
}
.right-col-content:before,
.right-col-content:after {
	content: "";
	display: table;
}
.right-col-content:after {
	clear: both;
}
#maker-loading-gif img {
	position: absolute;
	margin-left: -40px;
	margin-top: -40px;
	top: 50%;
	left: 50%;
	z-index: 10;
}