.download_request { display: block; }

.download_request__row { 
	display: block; 
	margin-top: 5px; 
}
.download_request__row--centered { text-align: center; }
.download_request__row--header { 
	font-size: 1.5em; 
	font-weight: bold;
}

.download_request__field { 
	display: inline-block; 
	width: 100%;
}
.download_request__field--checkbox,
.download_request__field--radio { width: auto; }
.download_request__field--image{ 
	width: auto;
	max-width: 100%; 
}