/* Local Overrides */

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

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

/* Chip */
@media only screen and (min-width: 416px) and (max-width: 515px) {
	#table-14
		> div:nth-child(2)
		> div.techspecs-section.section-chip
		> div
		> div:nth-child(4)
		> div
		> div:nth-child(2)
		> ul
		> li:nth-child(3) {
		max-width: 106px;
	}
}

/* Storage */
@media only screen and (min-width: 320px) and (max-width: 344px) {
	#table-14
		> div:nth-child(2)
		> div.techspecs-section.section-storage
		> div
		> div:nth-child(3)
		> p:nth-child(2) {
		max-width: 50px;
	}
}
