
table {
	width: 100%;
	margin: 1em 0;
}
table th,
table td {
	padding: 1em 0;
	border-bottom: 1px solid #ccc;
}
th.header {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.285em;
	background: none;
	text-align: left;
}
th.fixed-width {
	width: 128px;
	font-size: 0.8571em;
	font-weight: bold;
	text-align: center;
}
td {
	text-align: center;
}
td:first-child {
	text-align: left;
}

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;
}


/* ========== 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: 3em;
		padding-bottom: 3em;
	}
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
}