#overview .link-overview,
#payouts .link-payouts,
#requirements .link-requirements {
	color: rgba(51, 51, 51, 0.6);
	pointer-events: none;
}

.button-pill {
  border-radius: 1em;
}

.compound-item-list li {
	margin-bottom: 1em;
}

.compound-item-list li:last-of-type {
	margin-bottom: 0;
}

.compound-item-list li ul li,
.compound-item-list li ol li {
	margin-bottom: 0.5em;
}



@media only screen and (max-width: 767px) {
	body .localnav-action-button, .localnav-action-violator {
		margin-top: -4px;
	}
	body .localnav-actions-center .localnav-action-menucta {
		margin-left: 36px;
	}
}

@media only screen and (max-width: 320px) {
	body .localnav-actions-center .localnav-action-menucta {
		margin-left: 4px;
	}
	.se-hide {
		display: none;
	}
}


/* ========== 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: 735px) {
	#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;
	}
}
