/*!https://veryseal.com/es/?code-snippets-css=1&ver=11*/table.minimalistBlack {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

table.minimalistBlack td,
table.minimalistBlack th {
  border-bottom: 1px solid #ddd;
  padding: 5px 4px;
}

table.minimalistBlack tbody td {
  font-size: 18px;
}

/* Remove bottom border from the last row */
table.minimalistBlack tr:last-child td,
table.minimalistBlack tr:last-child th {
  border-bottom: none;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.spec-table tr:nth-child(odd) {
  background-color: #F0F0F0;
}

.spec-table tr:nth-child(even) {
  background-color: #ffffff;
}

.spec-table th,
.spec-table td {
  padding: 10px;
  text-align: left;
}

.spec-table th {
  font-weight: bold;
}

.spec-table td:first-child {
  width: 30%;
}