h1 {
  font-size: 1.875em;
  font-weight: 600;
  position: relative;
  border-top: 1px SOLID #ddd;
  margin-top: 0.75em;
  padding-top: 0.5em;
}
.item {
  position: relative;
  clear: both;
  line-height: 1.5em;
}
.item .question {
  padding-top: 1.5em;
  font-weight: 700;
}
.item table {
  margin: 0.5em 0em;
}
.item table td {
  border-collapse: collapse;
  border: 1px solid #CCCCCC;
  padding: 0.25em;
}
.item table p {
  margin: 0em 0em;
  padding: 0em;
}
.item .tagn {
  position: absolute;
  top: -3.75em;
  height: 1px;
  width: 1px;
  background-color: transparent;
}
.section + .section {
  margin-top: 1.5em;
  border-top: 1px SOLID #cccccc;
}
.item + .line {
  display: block;
  content: "";
  height: 1.5em;
  width: 100%;
  border-bottom: 1px SOLID #cccccc;
}
.item.d-none + .line {
  display: none;
}
.answer {
  overflow: auto;
}
.tags {
  display: none;
}
.search-box {
  max-width: 31.25em;
}
#search-line {
  padding-bottom: 0em;
  margin-bottom: 0em;
}
#search-count {
  color: #ff00ff;
  padding-bottom: 1.5em;
}
#os-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.subline {
  color: #ff00ff;
  font-size: 0.875em;
  display: none;
}
[curos="windows"] .s-windows,
[curos="mac"] .s-mac,
[curos="ios"] .s-ios,
[curos="android"] .s-android {
  display: block;
}
