/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

@media only screen and (min-width: 735px) {
	ul.tablist .form-choice-button {
		width: 220px;
	}
}

@media only screen and (max-width: 734px) {
	ul.tablist .form-choice-button {
		height: 62px;
		line-height: 22px;
	}

	.section-size-weight .table-16 .caption-depth {
		transform: translate(142px, 66px);
	}

	.section-size-weight .table-14 .caption-height {
		transform: translate(137px, 2px);
	}

	.section-size-weight .table-14 .caption-depth {
		transform: translate(137px, 63px);
	}

	.section-size-weight .table-16 .caption-height {
		transform: translate(142px, 3px);
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-memory .techspecs-column:nth-of-type(n+3) p:nth-last-of-type(1) {
		margin-top: 20px;
	}

	.section-size-weight .table-16 .caption-height {
		transform: translate(365px, 2px);
	}

	.section-size-weight .table-14 .caption-height {
		transform: translate(352px, 3px);
	}

}

@media only screen and (min-width: 1069px) {
	#regulated-copy {
		color: rgba(255, 255, 255, 0.6) !important;
		font-weight: 400 !important;
		font-size: 14px !important;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	#regulated-copy {
		color: rgba(255, 255, 255, 0.6) !important;
		font-weight: 400 !important;
		font-size: 14px !important;
	}
}

@media only screen and (max-width: 734px) {
	#regulated-copy {
		color: rgba(255, 255, 255, 0.6) !important;
		font-weight: 400 !important;
		font-size: 14px !important;
	}
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/