/* Local Overrides */

/* Techspecs section titles */
@media (min-width: 1069px) {
	.techspecs
		.techspecs-section.section-chip
		.techspecs-row
		.techspecs-content
		.techspecs-column
		.column
		.column-wrapper
		p {
		text-wrap: nowrap;
	}
}

@media (min-width: 735px) and (max-width: 1068px) {
	.section-specs .section-storage .techspecs-rowheader {
		padding-right: 30px;
	}
}

@media (max-width: 429px) {
	#main
		> section.section.section-specs
		> div
		> div
		> div.techspecs-section.section-chip
		> div
		> div.techspecs-content
		> div:nth-child(3)
		> div
		> div
		> p.details
		> strong {
		padding-right: 31px;
	}
}
