/* specifications-table.css */

#websiteContentFragment .specifications-table {
  margin-top: 20px;
}

#websiteContentFragment .group-title {
  margin: 0;
  padding: 6px 12px;
  background: #2c4148;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #777;
}

#websiteContentFragment .specifications-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
}

#websiteContentFragment .specifications-table th,
#websiteContentFragment .specifications-table td {
  padding: 6px 10px;
  border: 1px solid #9a9a9a;
  vertical-align: middle;
}

#websiteContentFragment .specifications-table th {
  width: 50%;
  font-weight: 400;
  text-align: left;
}

#websiteContentFragment .specifications-table td {
  width: 50%;
  vertical-align: middle;
}

#websiteContentFragment .specifications-table td span {
  white-space: normal !important;
}
