/* Accesibility */
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-accessibility .techspecs-os-features li {
		margin-right: 2.2rem;
	}
}

/* Color labels */
@media only screen and (max-width: 734px) {
	.color-label-blush,
	.color-label-citrus,
	.color-label-indigo {
		text-transform: lowercase;
	}
}

/* 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) {
		margin-bottom: 25px;
	}
}

/* Build-in apps */

@media (max-width: 734px) {
	.section-built-in-apps
		.techspecs-appgrid.weather-chiclet-update
		.techspecs-appgrid-app:nth-last-of-type(-n + 3) {
		margin-bottom: auto;
	}
}

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