/* Local Overrides */

/* Apps grid */

.section-built-in-apps .techspecs-appgrid {
	align-items: flex-start;
}

@media only screen and (max-width: 320px) {
	.techspecs-appgrid-app.customized {
		width: 94px;
	}
}

@media (max-width: 350px) {
	.section-size-weight .image-wrapper .caption-wrapper .caption {
		margin-right: 80px;
	}
}

@media (max-width: 392px) {
	.table-table-14
		.section-memory
		.techspecs-column:nth-of-type(3)
		p:nth-last-of-type(1) {
		margin-top: 20px;
	}
}

@media (min-width: 393px) and (max-width: 549px) {
	.table-table-14
		.section-memory
		.techspecs-column:nth-of-type(3)
		p:nth-last-of-type(1) {
		margin-top: 45px;
	}
}

@media (min-width: 550px) and (max-width: 734px) {
	.table-table-14
		.section-memory
		.techspecs-column:nth-of-type(3)
		p:nth-last-of-type(1) {
		margin-top: 20px;
	}
}

/* tech specs */

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-storage .techspecs-row .customized-m {
		margin-bottom: 45px;
	}
}

@media only screen and (max-width: 344px) {
	.section-techspecs .section-chip .techspecs-subheader:first-of-type {
		max-width: 100px;
	}
	.section-storage .techspecs-row .customized-xs {
		margin-bottom: 45px;
	}
}

@media only screen and (max-width: 323px) {
	.section-chip li.customized {
		margin-bottom: 31px;
	}
}

@media only screen and (max-width: 321px) {
	.section-chip li.customized-b {
		margin-bottom: 31px;
	}
}

/* measurements */
@media only screen and (max-width: 328px) {
	.caption-wrapper.caption-height:first-of-type {
		margin-left: -10px;
	}
}
