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

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

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

@media only screen and (min-width: 1069px) {
	.section-accessibility .techspecs-os-features li:nth-child(2) {
		margin-left: -70px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-accessibility .techspecs-os-features li:nth-child(2) {
		margin-left: -30px;
	}
	
	.section-accessibility .techspecs-os-features li:nth-child(3) {
		margin-left: 30px;
	}
}

.section.section-techspecs {
    margin-bottom: 20px;
}

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