.vc_column_container {
	padding-left: 10%!important;
	padding-right: 10%!important;	
}

/* controls the sandbox graphic */

#float-sandbox {
	/* border: 1px dotted #663300; *//* border here let's me see where stuff is */
	opacity: 0.2;
	width: 100%;
	/* vertical | horizontal */
	margin: 0 auto;
	position: absolute;
	text-align: center;
}

/* controls the text in the box */

#float-idea {
	position: absolute;
	margin-top: 15%;
	margin-left:27%;
	line-height:1.4em;
	height: 25%;
	width: 51%;
	text-align: center;
	z-index: 2;	
}

/* next button */

.next-button {
	z-index: 10; 
	position: relative;
	margin-left: 35%;
	top: 166px; 
	width: 200px; 
	height: 25px;
	
}

/* turns "more" text into button */

#float-idea a {
	font-weight: bold !important;
	background-color: #FFF5DC;
	padding-left: 10px;
	padding-right: 10px;
	-moz-box-shadow: 2px 2px #9cd7dc;
	box-shadow: 2px 2px #9cd7dc;
	text-align: center;
	/* vertical | horizontal */
	margin: 0 auto;
}


/* move copyright down */

.fusion-footer {
	margin-top: 52%;
}

