/* Local Overrides */

/* Apps Screen */

.section-built-in-apps .techspecs-app-icon-calendar {
	background-image: url(/ca/fr/ipad-pro/images/specs/icon_calendar__fka791xvwfqu_large.png);
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
	.section-built-in-apps .techspecs-app-icon-calendar {
		background-image: url(/ca/fr/ipad-pro/images/specs/icon_calendar__fka791xvwfqu_large_2x.png);
	}
}

/* Buttons and Conectors */

/* Large Vierport */
@media only screen and (min-width: 1069px) {
	.section-buttons-and-connectors .diagram-text.top-button {
		top: -35px;
	}

	.section-specs
		.section-buttons-and-connectors
		.techspecs-column
		.diagram-text.smart-connector {
		min-width: 97px;
	}
}

/* Medium Viewport */
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section.section-specs
		.section-buttons-and-connectors
		.techspecs-column
		.diagram-text.speaker-2 {
		padding-right: 12px;
	}

	.section.section-specs
		.section-buttons-and-connectors
		.techspecs-column
		.diagram-text.speaker-1 {
		padding-left: 11px;
	}
}

/* Small Viewport */

@media only screen and (max-width: 734px) {
	.section.section-specs
		.techspecs-section.section-buttons-and-connectors
		.techspecs-column
		.diagram-text.magnetic-connector {
		left: 139px;
	}
}
