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

/* section-environment - h2  */
@media only screen and (min-width: 1069px) {
	.section-environment .callout-techspecs-environment-header {
		width: 220px;
	}
}
/* pending */
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-environment .callout-techspecs-environment-header {
		width: 185px;
	}
}

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

/* section built-in-apps */

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

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

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

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

/* 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(6),
	.section-accessibility .accessibility-features ul li:nth-child(7) {
		margin-bottom: 25px;
	}
}
