/* Local Overrides */

/* Memory */
@media only screen and (max-width: 734px) {
	.table-table-14
		.section-memory
		.techspecs-column:nth-of-type(3)
		p:last-of-type {
		margin-top: 20px;
	}
}

/* Storage 14-in*/
@media only screen and (max-width: 407px) {
	.table-table-14
		.section-storage
		.techspecs-column:nth-of-type(3)
		p:nth-of-type(3) {
		margin-top: 45px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.table-table-14
		.section-storage
		.techspecs-column:nth-of-type(n + 4)
		p:nth-of-type(3) {
		margin-top: 45px;
	}
}

@media (max-width: 734px) {
	.section-storage .techspecs-column:nth-of-type(n + 4) {
		margin-top: 20px;
	}
}

/* Storage 16-in */
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.table-table-16
		.section-storage
		.techspecs-column:nth-of-type(n + 4)
		p:nth-of-type(3) {
		margin-top: 45px;
	}
}

@media (max-width: 734px) {
	.section-storage .techspecs-column:nth-of-type(n + 4) {
		margin-top: 20;
	}
}

/* Size and weight */
@media only screen and (min-width: 1069px) {
	.section-size-weight .table-14 .caption-height {
		transform: translate(490px, 0px);
	}
}

@media only screen and (max-width: 734px) {
	.section-size-weight .table-14 .caption-depth {
		transform: translate(120px, 55px);
	}
	.section-size-weight .table-14 .caption-height {
		transform: translate(125px, 2px);
	}
}

/* MBP Captions */
.section-charging .model-1 .connection-14-figure-1 .caption-2 {
	left: 112px;
}
@media only screen and (max-width: 734px) {
	.section-charging .model-1 .connection-14-figure-1 .caption-2 {
		left: 16px;
	}

	.section-charging .model-2 .connection-14-figure-1 .caption-2 {
		left: 48px;
	}
}

/* App grid */
.section-built-in-apps .techspecs-appgrid-app {
	justify-content: flex-start;
}

/* Chip */
.section-techspecs .techspecs-subheader:first-of-type {
	width: 87%;
}

/* Built in apps */
@media (max-width: 734px) {
	.section-built-in-apps .techspecs-appgrid-app {
		flex-basis: 32.8%;
	}
}

/* memory */
@media (min-width: 735px) and (max-width: 1068px) {
	.section-memory .techspecs-column p:nth-of-type(3) {
		margin-top: 45px;
	}
}
