
@charset "UTF-8";
/* CSS Document */

.application-form a {text-decoration:none; color:#fff}
.application-form a:hover {color:black}

@media screen and (max-width:3000px) and (min-width:601px) {
	.wider {max-width:700px; }
}
	
@media screen and (max-width:600px) {

	.wider {max-width:400px; }
}