/*=============================================================================
  SPECIFICATIONS TABLE

  * Shows specs table on desc page
=============================================================================*/

#product_specs .table-responsive {
    overflow-x: auto;
}

.product-info__section table.specs-table.is-rod {
	width: 100%;
    max-width: 1200px;
}

.product-info__section table.specs-table th,
.product-info__section table.specs-table td {
	vertical-align: middle;
    white-space: nowrap;
}

.product-info__section table.specs-table a {
	text-decoration: underline;
}

.product-info__section table.specs-table a:focus,
.product-info__section table.specs-table a:active,
.product-info__section table.specs-table a:hover {
	text-decoration: none;
    color: var(--color-text-link-hover);
}
