.ProductDetails .fctel-product-table-scroll > table.fctel-spec-table.fctel-product-table {
  width: 100% !important;
  min-width: 0 !important;
  margin: 14px 0 8px;
  border: 2px solid #279aa0 !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  table-layout: fixed !important;
  color: #111 !important;
  font-size: 18px !important;
  line-height: 1.65 !important;
  background: #fff !important;
}

.ProductDetails table.fctel-spec-table.fctel-product-table td {
  padding: 10px 14px !important;
  border: 1px solid #279aa0 !important;
  vertical-align: middle !important;
  overflow-wrap: anywhere;
}

.ProductDetails table.fctel-spec-table.fctel-product-table tr:nth-child(odd) td {
  background: #e4efd8 !important;
}

.ProductDetails table.fctel-spec-table.fctel-product-table tr:nth-child(even) td {
  background: #fff !important;
}

.ProductDetails table.fctel-spec-table.fctel-product-table td:first-child {
  width: 190px !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
  text-align: center !important;
  color: #111 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
}

.ProductDetails table.fctel-spec-table.fctel-product-table td:last-child {
  width: auto !important;
  color: #111 !important;
  text-align: left !important;
}

@media (max-width: 767px) {
  .ProductDetails .fctel-product-table-scroll > table.fctel-spec-table.fctel-product-table {
    min-width: 0 !important;
    font-size: 14px !important;
    line-height: 1.55;
  }

  .ProductDetails table.fctel-spec-table.fctel-product-table td {
    padding: 8px 9px !important;
  }

  .ProductDetails table.fctel-spec-table.fctel-product-table td:first-child {
    width: 30% !important;
    font-size: 15px !important;
    white-space: normal !important;
  }
}
