.spec_table_v4-wrapper {
	font-size: 16px;
}
.spec_table_v4-wrapper table{
	vertical-align: middle;
	margin: 0 auto 10px;
}
.spec_table_v4-wrapper th,
.spec_table_v4-wrapper b {
	color: #00aeaf;
}
.spec_table_v4-wrapper th {
	padding-bottom: 5px;
}
.spec_table_v4-wrapper th,
.spec_table_v4-wrapper td {
	width: 190px;
	text-align: center;
}
.spec_table_v4-wrapper td {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 600;
	background-color: #fafafa;
}
.spec_table_v4-wrapper a {
	color: #000;
	outline: 0;
	word-break: break-all;
	word-wrap: break-word;
}
.spec_table_v4-wrapper a:hover,
.spec_table_v4-wrapper a:active,
.spec_table_v4-wrapper a:focus {
	color: #ed0000;
}
.spec_table_v4-title {
	margin-bottom: 10px;
}
@media (min-width: 1200px) and (max-width: 1559px) {
	.spec_table_v4-wrapper {
		font-size: 13px;
	}
	.spec_table_v4-wrapper th,
	.spec_table_v4-wrapper td {
		width: 141.25px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.spec_table_v4-wrapper {
		font-size: 14px;
	}
	.spec_table_v4-wrapper th,
	.spec_table_v4-wrapper td {
		width: 156.6666666666667px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.spec_table_v4-wrapper {
		font-size: 12px;
	}
	.spec_table_v4-wrapper th,
	.spec_table_v4-wrapper td {
		width: 120px;
		word-break: break-all;
		word-wrap: break-word;
	}
}
@media (min-width: 0) and (max-width: 767px) {
	.spec_table_v4-wrapper {
		font-size: 12px;
	}
	.spec_table_v4-wrapper table {
		width: 100%;
	}
	.spec_table_v4-wrapper th,
	.spec_table_v4-wrapper td {
		word-break: break-all;
		word-wrap: break-word;
	}
}