@media only screen and (min-width: 768px) {
	.application > a > button {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.body-container {
		padding-top: 30px !important;
	}
}

@media only screen and (max-width: 768px) {
	.mobilefix > div {
		margin: 0px !important;
	}
}

#apply4 {
	text-align: center;
}

#apply4 > a > button {
	width: 100% !important;
	padding: 15px;
}

.gform_footer {
	padding-right: 0px !important;
}

@media (min-width:768px)  { #apply5 { display:none !important; } }
@media (min-width:1025px) { #apply5 { display:none !important; } }
@media (min-width:1281px) { #apply5 { display:none !important; } }

#apply5 > a > button {
	width: 100% !important;
}

.mobilefix > div {
	margin: 0px !important;
}
