div.nteProductDetail {
  margin:2em;
  }
div.nteSpecs table {
  border:1px solid silver;
  border-collapse:collapse;
  width:85%;
  }
div.nteSpecs table caption {
  font-weight:bold;
  text-align:left;
  padding:.5em .5em .5em 2em;
  background-color:blue;
  color:white;
  }
div.nteSpecs table th, div.nteSpecs table td {
  border-top:1px solid silver;
  padding:.25em;
  }
div.nteSpecs table th {
  text-align:right;
  }
