/* return form */
.return-form {
	padding: 0 15px;
	overflow: hidden;
	display: block;
	float: left;
	width: 100%;
	margin-top: 50px;
}
.return-form .gform_footer {
	text-align: center;
	margin-bottom: 100px;
}
.return-form .csc-firstHeader {
	text-align: center;
}

	/* media specific styles */
	@media( min-width: 768px ){
		.return-form {
			max-width: 840px;
			margin: 0 auto;
			float: none;
			margin-top: 65px;
		}
	}