/* ========== Local Nav ========== */
#overview .link-overview,
#analytics .link-analytics,
#api .link-api,
#testflight .link-flight,
#whats-new .link-whats-new {
	color: rgba(51, 51, 51, 0.6);
	pointer-events: none;
}

/* ========== Global ========== */
.button-pill {
	border-radius: 1em;
}

.nowrap {
	line-height: 1.2em;
}

.developer-router-links a.block {
	width: 226px;
}

#main .footnote:hover,
#globalfooter .footnote:hover {
	color: #888;
}

.developer-router-links + #globalfooter-wrapper > *:first-child {
	margin-top: 0;
	border-top: 1px solid #d6d6d6;
	padding-top: 17px;
}
.developer-router-links
	+ #globalfooter-wrapper
	> #globalfooter
	> .footnote
	+ .footer-breadory {
	margin-top: 17px;
}

@media only screen and (max-width: 767px) {
	html body .localnav-actions-center .localnav-action-menucta {
		margin-left: 0;
		left: unset;
		right: 0;
	}
}

@media only screen and (max-width: 320px) {
	html body .localnav-actions-center .localnav-action-menucta {
		left: 12px;
	}
}

/* ========== Grid ========== */
#main section.section {
	padding-top: 4em;
	padding-bottom: 4em;
}
#main section .section-content .row {
	margin-left: 0;
	margin-right: 0;
}
#main section .section-content .row > .column {
	padding: 0;
}

@media only screen and (max-width: 1068px) {
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
}

@media only screen and (max-width: 734px) {
	#main section.section {
		padding-top: 2em;
		padding-bottom: 2em;
	}
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 1em 0;
	}
}
