body,
html {
  padding: 0;
  margin: 0;
  line-height: 1.2;
}
@media (prefers-color-scheme: dark) {
  body,
  html {
    background: #111;
    color: #ccc;
  }
}
* {
  box-sizing: border-box;
}
body,
td,
th {
  font-family: sans-serif;
}
a {
  color: #134239;
  text-decoration: none;
}
@media (prefers-color-scheme: dark) {
  a {
    color: #088c71;
  }
}
a:hover {
  color: #96311f;
  text-decoration: underline;
  text-underline-offset: 2px;
}
h1 {
  font-weight: normal;
}
h2 {
  border-bottom: 1px solid #134239;
  font-size: 1em;
}
h3 {
  font-size: 10px;
}
@media print {
  .no-print {
    display: none;
  }
}
header {
  background: #134239;
  color: white;
}
header > div {
  max-width: 1140px;
  margin: 0 auto;
}
header a {
  display: inline-block;
  padding: 5px 10px;
  color: white;
}
header .branding {
  font-size: 1.2em;
  padding: 5px 10px;
  display: flex;
  align-items: center;
}
header nav {
  display: inline;
  font-size: 0.83333333em;
  width: 100%;
  text-align: right;
}
header nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
header nav ul li {
  display: inline;
}
div.main {
  padding: 15px;
  max-width: 1140px;
  margin: 0 auto;
}
div.flashes .message {
  padding: 5px;
  background: #fff0c9;
  border: 1px solid #c27b00;
  border-radius: 5px;
  margin: 5px 0;
}
.centermessage {
  text-align: center;
  padding: 15px;
}
/* The header widget for board view */
.board-header {
  padding: 15px;
  display: grid;
  grid-gap: 30px;
  grid-template-rows: min-content 1fr min-content;
  justify-content: center;
  align-content: center;
  grid-template-areas: "image title" "image description";
}
@media screen and (max-width: 600px) {
  .board-header {
    grid-template-areas: "image" "title" "description";
  }
}
.board-header img {
  grid-area: image;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .board-header img {
    width: 100%;
  }
}
.board-header .name {
  grid-area: title;
}
.board-header a.manufacturer {
  color: #666;
}
.board-header .description {
  grid-area: description;
}
.board-header .linkbox > a {
  background-color: #96311f;
  border: 1px solid #134239;
  border-radius: 5px;
  color: white;
  padding: 5px 10px;
}
main.board {
  padding: 15px;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-template-areas: "specs extras";
}
@media screen and (max-width: 600px) {
  main.board {
    grid-template-areas: "specs" "extras";
  }
}
main.board .detail {
  grid-area: specs;
}
main.board .extras {
  grid-area: extras;
}
.comparison {
  overflow-x: auto;
  /* Enable horizontal scrolling */
}
.comparison td {
  text-align: center !important;
  width: 250px;
}
.comparison th,
.comparison td {
  border: 1px solid #999 !important;
}
@media (prefers-color-scheme: dark) {
  .comparison th,
  .comparison td {
    border-color: #444 !important;
  }
}
.comparison .close {
  text-align: right;
}
.comparison .close a {
  color: #666;
}
@media print {
  .comparison {
    overflow: hidden;
  }
  .comparison td,
  .comparison th {
    width: auto;
  }
  .comparison table {
    table-layout: fixed;
    width: 100%;
  }
  .comparison .close {
    display: none;
  }
}
#loginpage h1 {
  text-align: center;
}
#loginpage form {
  background: #e6f2ef;
  max-width: 33%;
  margin: 0 auto;
  padding: 15px;
}
#loginpage form label {
  display: block;
  font-weight: bold;
  font-size: 0.8em;
}
#loginpage form #submit {
  display: block;
}
#loginpage form input[type=text],
#loginpage form input[type=password] {
  width: 100%;
  margin-bottom: 10px;
}
.message {
  padding: 0.5em;
  border-left: 1px solid #999;
  background-color: #e6f2ef;
  font-size: 0.8em;
}
div.choices__inner {
  background: white;
  border: 1px solid #999;
}
@media (prefers-color-scheme: dark) {
  div.choices__inner {
    background: #1d2422;
    border: 1px solid #444;
    color: #ccc;
  }
}
@media (prefers-color-scheme: dark) {
  div.choices__list--dropdown,
  div.choices__list[aria-expanded] {
    background-color: #1d2422;
    border: 1px solid #444;
    color: #ccc;
  }
}
div.choices__list--dropdown .choices__item--selectable.is-highlighted,
div.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #28322f !important;
}
@media (prefers-color-scheme: dark) {
  .choices[data-type*="select-one"] input.choices__input {
    background-color: #1d2422;
    color: #ccc;
  }
}
.filters section,
.filters .section {
  margin-bottom: 10px;
  border-left: 1px solid #134239;
  background: #e6f2ef;
  padding: 4px;
}
@media (prefers-color-scheme: dark) {
  .filters section,
  .filters .section {
    background: #1d2422;
  }
}
.filters section.facet-active,
.filters .section.facet-active {
  border-left-width: 4px;
  background: #d7f2eb;
}
@media (prefers-color-scheme: dark) {
  .filters section.facet-active,
  .filters .section.facet-active {
    background: #11201c;
  }
}
.filters section > summary,
.filters .section > summary,
.filters section h3,
.filters .section h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 10px;
}
.filters section summary::marker,
.filters .section summary::marker {
  content: '';
}
.filters section input[type=text],
.filters .section input[type=text],
.filters section input[type=range],
.filters .section input[type=range] {
  width: 100%;
}
@media (prefers-color-scheme: dark) {
  .filters section input[type=text],
  .filters .section input[type=text],
  .filters section input[type=range],
  .filters .section input[type=range] {
    background: #28322f;
    color: #ccc;
    border: 1px solid #444;
  }
}
.filters section .range-value,
.filters .section .range-value {
  font-size: 0.8em;
}
.filters section label,
.filters .section label {
  font-size: 0.8em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filters section label:hover span,
.filters .section label:hover span {
  color: #96311f;
}
.filters section span.count,
.filters .section span.count {
  float: right;
  color: #134239;
}
@media (prefers-color-scheme: dark) {
  .filters section span.count,
  .filters .section span.count {
    color: #088c71;
  }
}
.filters section .novalues,
.filters .section .novalues {
  font-size: 0.8em;
}
.filters section button,
.filters .section button {
  background: #134239;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 2px 8px;
  font-size: 0.8em;
  margin-top: 5px;
}
.filters section button:hover,
.filters .section button:hover {
  background: #19564a;
}
.filters section button:active,
.filters .section button:active {
  position: relative;
  top: 1px;
}
.facet-checkbox label,
.facet-bool label,
.facet-boolgroup label {
  display: block;
}
#mobileapply {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background: #e6f2ef;
  border-bottom: 1px solid #ccc;
  text-align: right;
  display: none;
}
#mobileapply button {
  background: #134239;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 6px 16px;
}
div.collapse label.collapse {
  display: block;
  color: #134239;
}
div.collapse label.collapse:hover {
  color: #1e6a5b;
}
div.collapse label.collapse:after {
  content: " show more";
}
div.collapse input.collapse {
  display: none;
}
div.collapse .collapsible {
  display: none;
}
div.collapse input.collapse:checked + .collapsible {
  display: block;
}
div.collapse input.collapse:checked + .collapsible + label.collapse:after {
  content: " show less";
}
div.container {
  display: flex;
  gap: 10px;
}
div.container main {
  flex-grow: 1;
}
div.container details.filters {
  width: 220px;
}
div.container details.filters > summary {
  border-bottom: 1px solid #134239;
  font-size: 1em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  font-weight: bold;
}
div.container details.filters > summary::marker {
  content: '';
}
@media (max-width: 600px) {
  div.container {
    flex-direction: column;
  }
  div.container details.filters {
    width: 100%;
  }
  div.container details.filters > summary {
    padding: 5px;
    background: #e6f2ef;
  }
  div.container details.filters > summary::marker {
    content: initial;
  }
}
#filters {
  padding-bottom: 15px;
}
span.filter {
  font-size: 0.8em;
  display: inline-block;
  background: #1e6a5b;
  color: white;
  padding: 3px 0 3px 8px;
  border-radius: 5px;
  margin-bottom: 5px;
}
span.filter span.values {
  font-weight: bold;
}
span.filter span.delete a {
  color: white;
  text-decoration: none;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
article {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  padding-bottom: 5px;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: min-content 1fr;
  grid-template-rows: min-content 1fr;
  gap: 0px 10px;
  grid-template-areas: "image title" "image subtitle" "image detail";
}
@media screen and (max-width: 600px) {
  article {
    grid-template-rows: min-content min-content min-content min-content;
  }
}
@media (prefers-color-scheme: dark) {
  article {
    border-bottom-color: #444;
  }
}
article a.image {
  display: block;
  width: 82px;
  height: 82px;
  border: 1px solid #ccc;
  grid-area: image;
  padding: 0;
}
@media (prefers-color-scheme: dark) {
  article a.image {
    border-color: #444;
  }
}
article a.title {
  grid-area: title;
}
article .subtitle {
  grid-area: subtitle;
  font-size: 0.8em;
  color: #666;
}
@media (prefers-color-scheme: dark) {
  article .subtitle {
    color: #999;
  }
}
article div.detail {
  grid-area: detail;
  font-size: 0.8em;
}
@media only screen and (max-device-width: 480px) {
  div.container {
    flex-direction: column;
  }
  div.container aside {
    width: 100%;
  }
}
.range-number-entry {
  width: 3em;
  background-color: transparent;
  color: black;
  border: 1px solid #999;
  text-align: center;
}
@media (prefers-color-scheme: dark) {
  .range-number-entry {
    border-color: #444;
    color: #ccc;
  }
}
.suggestions-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.suggestions-grid .card {
  padding: 5px;
  flex: 1 1 30%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td,
table th {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
  vertical-align: top;
}
@media (prefers-color-scheme: dark) {
  table td,
  table th {
    border-bottom-color: #444;
  }
}
table td:not([align]),
table th:not([align]) {
  text-align: inherit;
}
table tr:last-child td,
table tr:last-child th {
  border-bottom: none;
}
table td.winner {
  background: #e6f2ef;
}
@media (prefers-color-scheme: dark) {
  table td.winner {
    background: #1d2422;
  }
}
/*# sourceMappingURL=style.css.map */