/* Local Overrides */

/* 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
		.caption.diagram-text.smart-connector {
		min-width: 97px;
	}

	.section-buttons-and-connectors .diagram-text.magnetic-connector {
		width: 50px;
	}
}

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

	.section.section-specs
		.section-buttons-and-connectors
		.techspecs-column
		.caption.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
		.caption.diagram-text.magnetic-connector {
		left: 139px;
	}
}

/* Display */

/* Large Viewport */

@media only screen and (min-width: 1069px) {
	.section-display .stat-eleven-inch {
		left: 63px;
	}

	.section-display .stat-thirteen-inch {
		left: 79px;
	}
}

/* Medium Viewport */

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-display .stat-eleven-inch {
		left: 49px;
	}

	.section-display .stat-thirteen-inch {
		left: 66px;
	}
}

/* Small Viewport */

@media only screen and (max-width: 734px) {
	.section-display .stat-eleven-inch {
		left: 37px;
	}

	.section-display .stat-thirteen-inch {
		left: 47px;
	}
}
