/* techspecs.css */
.module_tech_specs {
	padding: 50px 0;
	padding-bottom: 63px;
}

.module_tech_specs .headline_container, .module_tech_specs .subheader_container {
	text-align: center;
}

.module_tech_specs .subheader_container {
	padding-top: 2px;
}

.module_tech_specs table {
	width: 100%;
	/* table-layout: fixed; */
	margin-top: 37px;
}

.module_tech_specs tr {
	border-top: 1px solid #c4c5c6;
}

.module_tech_specs table a {
	padding: 0;
}

.module_tech_specs tr:last-of-type {
	border-bottom: 1px solid #c4c5c6;
}

.module_tech_specs tr:last-of-type td {
	padding-bottom: 40px;
}

.module_tech_specs td {
	padding-top: 24px;
	padding-bottom: 49px;
	vertical-align: top;
}

.module_tech_specs td.text_td {
	padding-bottom: 46px;
}

.module_tech_specs td,
.module_tech_specs td p {
	color: #878c95;
	font-size: 14px;
	line-height: 18px;
}

.module_tech_specs .subtable_leftcol {
	width: 248px;
	padding-right: 10px;
	display: inline-block;
	vertical-align: top;
	font-family: 'Montserrat SemiBold';
	font-size: 14px;
	line-height: 25px;
}

.module_tech_specs .subtable_rightcol {
	display: inline-block;
	font-size: 14px;
	line-height: 25px;
}

.module_tech_specs .table_row tr>td:first-of-type {
	vertical-align: top;
	text-transform: uppercase;
	font-size: 12px;
	color: #3c3e43;
	padding-top: 26px;
	font-family: 'Montserrat Bold';
	letter-spacing: 2px;
	padding-right: 15px;
	width: 315px;
}

.module_tech_specs img {
	padding-top: 20px;
	padding-bottom: 12px;
}

.module_tech_specs .blocklink {
	margin-top: 13px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.module_tech_specs .subtable_leftcol {
		width: auto;
	}
}

@media (max-width: 991px) {
	.module_tech_specs td, .module_tech_specs .td_heading {
		display: block;
		width: 100%;
		padding-top: 15px !important;
		padding-bottom: 0px;
	}

	.module_tech_specs tr>td:last-of-type {
		padding-bottom: 20px;
	}

	.module_tech_specs .td_heading {
		padding-bottom: 0;
	}

	.module_tech_specs tr:last-of-type td {
		padding-bottom: 0;
	}

	.module_tech_specs tr:last-of-type td:last-of-type {
		padding-bottom: 29px;
	}

	.module_tech_specs .blocklink {
		margin-top: 8px;
	}
}

@media (max-width: 767px) {
	.module_tech_specs .subtable_leftcol {
		width: auto;
	}

	.module_tech_specs .subtable_td {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
