.ewt-spec-table-wrap {
	width: 100%;
}

.ewt-spec-table-wrap.ewt-spec-table--scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.ewt-spec-table {
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100%;
	margin: 0;
	table-layout: fixed;
}

.ewt-spec-table th,
.ewt-spec-table td {
	box-sizing: border-box;
}

.ewt-spec-table__cell {
	border-style: solid;
	border-color: #D9DDE1;
	border-width: 1px;
}

.ewt-spec-table__heading-cell {
	text-align: left;
	font-weight: 700;
	line-height: 1.3;
}

.ewt-spec-table__heading-text {
	display: block;
	margin: 0;
	font: inherit;
	color: inherit;
}

.ewt-spec-table__label {
	font-weight: 700;
	vertical-align: middle;
	overflow-wrap: anywhere;
}

.ewt-spec-table__value {
	font-weight: 400;
	vertical-align: middle;
	overflow-wrap: anywhere;
}

.ewt-spec-table tbody tr {
	transition: background-color .2s ease;
}

.ewt-spec-table--scroll {
	min-width: 620px;
}

@media (max-width: 767px) {
	.ewt-spec-table {
		table-layout: auto;
	}

	.ewt-spec-table__label {
		min-width: 170px;
	}

	.ewt-spec-table__value {
		min-width: 300px;
	}
}
