.content-technical-data.center-h table {
  margin: 0 auto;
}
.content-technical-data.right table {
  margin: 0 0 0 auto;
}
.content-technical-data table {
  max-width: 870px;
  border-collapse: separate;
  border-spacing: 15px 0;
}
.content-technical-data table tr:first-of-type th,
.content-technical-data table tr:first-of-type td {
  border-top: 1px solid var(--ci-color);
}
.content-technical-data table tr th,
.content-technical-data table tr td {
  border-bottom: 1px solid grey;
  padding: 5px;
}
