table.typography-caption {
	min-width: 628px;
}

table thead th {
	font-weight: 600;
	padding-right: 1em;
	text-align: left;
	border-bottom: 1px solid #999;
}

table tbody td {
	padding-right: 1em;
	vertical-align: top;
	text-align: left;
}

table thead th:first-of-type,
table tbody td:first-of-type {
	font-weight: 600;
}

table tbody td:last-of-type {
	padding-right: 0;
}

table tbody tr:last-of-type td {
	border-bottom: none;
}

table tbody td:nth-of-type(1) {
	width: 85px;
}
table tbody td:nth-of-type(2) {
	width: 158px;
}
table tbody td:nth-of-type(6) {
	width: 128px;
}

h2 {
	margin-top: 1.6em;
}

h4.typography-subbody {
	font-weight: 600;
}

h4.typography-headline-body + p {
	margin-top: 0.8em;
}

.table-caption strong {
	font-weight: 600;
}

@media only screen and (max-width: 734px) {
	table.typography-caption {
		font-size: 12px;
	}
	.section-xcode .section-content {
		overflow-x: auto;
	}
}

.accordion-content-paragraph,
.accordion-content,
table.typography-caption {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
