/* accessibility section */
@media only screen and (min-width: 735px) {
	.techspecs-section .accessibility-features .techspecs-list li:nth-child(3) {
		padding-right: 14px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.techspecs-section .accessibility-features .techspecs-list li:nth-child(6) {
		margin-bottom: 32px;
	}
}

/* Built in apps grid */

@media only screen and (max-width: 734px) {
	#specs-icon-phone-1 {
		margin-top: 11px;
	}
}

@media only screen and (max-width: 436px) {
	.techspecs-section.section-built-in-apps
		.techspecs-appgrid
		.techspecs-appgrid-app:nth-child(11) {
		margin-bottom: 21px;
	}
}

@media only screen and (max-width: 331px) {
	#specs-icon-quicktime-1 {
		margin-top: 15px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	#specs-icon-iphonemirroring-1 {
		margin-top: 16px;
	}
}

/* accessibility section */

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.techspecs-section .custom-fsm {
		font-size: 20px;
	}
}

/* accessibility section grill */

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-accessibility .accessibility-features ul li:nth-child(1),
	.section-accessibility .accessibility-features ul li:nth-child(2),
	.section-accessibility .accessibility-features ul li:nth-child(6),
	.section-accessibility .accessibility-features ul li:nth-child(7),
	.section-accessibility .accessibility-features ul li:nth-child(8) {
		margin-bottom: 25px;
	}
}

/* section-environment - h2  */
@media only screen and (min-width: 1069px) {
	.section-environment .callout-techspecs-environment-header {
		width: 180px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-environment .callout-techspecs-environment-header {
		width: 160px;
	}
}

@media only screen and (max-width: 734px) {
	.section-environment .callout-techspecs-environment-header {
		width: 160px;
	}
}
