table.ul-product-specs {
  border-collapse: collapse;
  width: 100% !important;
}

.ul-product-specs th, td {
  text-align: left;
  padding: 8px;
}

.ul-product-specs tr:nth-child(odd) {background-color: #f8f8f8;}
.ul-product-specs .spec-title { text-transform: uppercase; font-weight: bold; }