html, body {
	background: #bcbcbc;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#shelf-customizer-container {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: #bcbcbc; /* Old browsers */
}

.loader{
	border: 16px solid #2fa1d6;
	border-radius: 50%;
	border-top: 16px solid #4bcbf2;
	width: 50px;
	height: 50px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	position: relative;
	z-index: 1;
}

#spinner-container {
    margin: 0 auto;
    width: 50px;
    top: 40%;
    position: relative;
}

@-webkit-keyframes spin {
  	0% { -webkit-transform: rotate(0deg); }
  	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  	0% { transform: rotate(0deg); }
  	100% { transform: rotate(360deg); }
}

div.tp-dfwv {
	position: absolute;
	top: auto;
	bottom: 2px;
	left: 50%;
	z-index: 10;
	width: 256px;
	transform: translateX(-50%);
}

@media (min-width: 540px) {
	div.tp-dfwv {
		top: 8px;
		bottom: auto;
		left: 8px;
		transform: none;
	}
}
