.key-c-table {
	width: 100%;
	border-spacing: 0;
	margin: 30px 0;
	text-align: left;
}

.key-c-table-th {
	background-color: #fafafa;
	border: solid 1px #ccc;
	line-height: 17px;
	font-size: 14px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	padding: 14px 16px;
	font-weight: 400;
}

.key-c-table-td {
	background-color: #fff;
	border: solid 1px #ccc;
	border-top-color: rgb(204, 204, 204);
	border-top-style: solid;
	border-top-width: 1px;
	border-top: 0;
}

.key-c-table-td-content {
	padding: 14px 16px;
	position: relative;
}

.key-o-medium-text {
	font-size: 15px;
	font-weight: 400;
	color: #444;
	line-height: 22px;
	margin: 0;
	word-break: break-word;
}

.key-o-small-text {
	font-size: 13px;
	color: #444;
	line-height: 26px;
	margin: 0;
	word-break: break-word;
}

.key-h1 {
	font-size: 1.8em;
}