.section-content .row {
	margin-right: 0;
	margin-left: 0;
}

.section-content .row > .column {
	padding: 0;
}

span.keyline {
	display: inline-block;
	margin-top: 4px;
	border-top: 1px solid #f0f0f0;
	padding-top: 4px;
}

h2 {
	margin: 1em 0 0.5em 0;
}

tbody .typography-sosumi {
	margin-top: 1.5em;
}

th {
	width: 30%;
}

th.country,
th.language {
	width: 20%;
}

@media only screen and (max-width: 414px) {
	.typography-subbody,
	.typography-sosumi {
		font-size: 10px;
	}
	.typography-subbody-headline {
		font-size: 12px;
	}
}


/*  GEO Overrides
---------------------------------------- */
:lang(ko) th {
	width: 30%;
}
:lang(ko) th.country {
	width: 23%;
}
:lang(ko) th.language {
	width: 17%;
}

@media only screen and (max-width: 414px) {
	:lang(ko) th {
		width: 27%;
	}
	:lang(ko) th.country {
		width: 29%;
	}
	:lang(ko) th.language {
		width: 15%;
	}
}


/* Tables
---------------------------------------- */
table.stroke { width:100%; margin:0 0 1.6em; }
table.stroke th { font-weight:600; color:#000; }
table.stroke thead th { background:#F7F7F7; }
table.stroke th,
table.stroke td { padding:6px; vertical-align:top; border:1px solid #E5E5E5; }
table.stroke th:first-child,
table.stroke td:first-child { border-left:none; }
table.stroke th:last-child,
table.stroke td:last-child { border-right:none; }
table.stroke tr:first-child th,
table.stroke tr:first-child td { border-top:none; }
table.stroke tr:last-child th,
table.stroke tr:last-child td { border-bottom:none; }

table.stripe { width:100%; margin:0 0 1.6em; }
table.stripe th { padding:1em 6px; vertical-align:middle; }
table.stripe td { padding:4px 6px; vertical-align:top; }
table.stripe .odd th,
table.stripe .odd td { background:#F7F7F7; }


.icon-hero {
	background-repeat: no-repeat;
	background-size: 64px 64px;
	width: 64px;
	height: 64px;
	background-image: url("/contact/images/icons/svg/icon-cas-phone.svg");
	background-position: 0 0;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}