/* compiled by scssphp v0.0.12 on Thu, 13 Jun 2019 10:26:41 +1200 (0.007s) */

.specs-table {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.specs-table td, .specs-table th {
  padding: 10px 15px;
  background: #fff;
  text-align: left;
}
.specs-table td.section-title {
  font-size: 22px;
  font-weight: bold;
}
.specs-table th {
  text-align: center;
}
.specs-table td.section-title {
  border-top: 1px solid #ccc;
}
.specs-table td.category-title {
  font-weight: bold;
  white-space: nowrap;
}
.specs-table .new-row td {
  border-top: 2px solid #ccc;
}
.specs-table .alt-0 td {
  background: #eee;
}
.specs-table td.line-title, .specs-table td.spec, .specs-table td.section-title, .specs-table th {
  border-bottom: 1px solid #ccc;
}
.specs-table td.line-title {
  border-left: 1px solid #ccc;
}
.specs-table td.spec {
  border-left: 1px solid #ddd;
  white-space: nowrap;
  text-align: center;
}
.specs-table .section-title a {
  display: inline-block;
  margin-right: 5px;
  color: inherit;
}
.specs-table .section-title a .fa-plus-square, .specs-table .section-title a.hidden .fa-minus-square {
  display: none;
}
.specs-table .section-title a.hidden .fa-plus-square {
  display: inline-block;
}
