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

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

/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/
@media only screen and (min-width: 735px) {
	.section-welcome .marquee-detail {
		padding: 0px;
		padding-inline-start: 0px;
	}
}

.workout-body-disclaimer {
	font-size: 14px;
	color: #b7b7ba;
	font-weight: 500;
}

@media only screen and (min-width: 1069px) {
	.section-battery .stats-container .stat-value {
		font-size: 58px;
	}
}

@media only screen and (max-width: 734px) {
	.section-battery .stats-container .stat-caption {
		max-width: 250px;
	}
}

@media only screen and (min-width: 384px) and (max-width: 408px) {
	.section-battery .stats-container .stat-faster {
		margin-top: 20px;
	}
}

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