.hcc-ct-wrap {
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin: 1.25em 0;
}

.hcc-ct-heading {
	margin: 0 0 0.75em;
	font-size: 1.35em;
	line-height: 1.3;
	font-weight: 600;
}

.hcc-ct {
	width: 100%;
	border-collapse: collapse;
	font-size: inherit;
	line-height: 1.5;
}

.hcc-ct th,
.hcc-ct td {
	padding: 0.65em 0.85em;
	vertical-align: top;
	text-align: left;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.hcc-ct a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.hcc-ct a:hover,
.hcc-ct a:focus {
	opacity: 0.85;
}

.hcc-ct-minimal th,
.hcc-ct-minimal td {
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.hcc-ct-striped tbody tr:nth-child(even) {
	background: rgba(0, 0, 0, 0.03);
}

.hcc-ct-spec-params th[scope="row"] {
	width: 38%;
	background: rgba(0, 0, 0, 0.04);
	font-weight: 600;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.hcc-ct-spec-params td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.hcc-ct-spec-params.hcc-ct-has-header {
	border: 1px solid rgba(0, 0, 0, 0.12);
}

.hcc-ct-spec-params.hcc-ct-has-header thead th,
.hcc-ct-spec-params.hcc-ct-has-header tbody th,
.hcc-ct-spec-params.hcc-ct-has-header tbody td {
	border: 1px solid rgba(0, 0, 0, 0.12);
}

.hcc-ct-spec-params.hcc-ct-has-header thead th,
.hcc-ct-spec-params.hcc-ct-has-header tbody th[scope="row"] {
	background: rgba(0, 0, 0, 0.04);
	font-weight: 600;
}

.hcc-ct-spec-params.hcc-ct-has-header tbody th[scope="row"] {
	width: auto;
}

.hcc-ct-size-chart {
	border: 1px solid #000;
}

.hcc-ct-size-chart thead th {
	background: #f6f7f7;
	font-weight: 600;
	text-align: center;
	border: 1px solid #000;
}

.hcc-ct-size-chart tbody th {
	background: #f6f7f7;
	font-weight: 600;
	border: 1px solid #000;
}

.hcc-ct-size-chart td {
	border: 1px solid #000;
}

.hcc-ct-spec-grid {
	border: 1px solid rgba(0, 0, 0, 0.12);
}

.hcc-ct-spec-grid thead th {
	background: #2c3338;
	color: #fff;
	font-weight: 600;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.hcc-ct-spec-grid td,
.hcc-ct-spec-grid tbody th {
	border: 1px solid rgba(0, 0, 0, 0.12);
}

@media (max-width: 640px) {
	.hcc-ct-responsive-scroll {
		margin-left: -0.25rem;
		margin-right: -0.25rem;
		padding-bottom: 0.25rem;
	}

	.hcc-ct-responsive-scroll .hcc-ct {
		min-width: 520px;
	}
}

.hcc-ct-editor-chrome {
	display: none !important;
}
