body {
  background: #000 url("assets/bg.gif") repeat;
  color: #ccc;
  font: 11px/1.5 Verdana, Geneva, Arial, sans-serif;
  margin: 0;
}

td {
  color: #ccc;
  font: 11px/1.5 Verdana, Geneva, Arial, sans-serif;
}

a {
  color: #fc0;
}

a:visited {
  color: #ccc;
}

a:hover {
  color: #e63105;
}

.mainnav {
  color: #fc0;
  font-weight: bold;
  text-decoration: none;
}

.mainnav:hover {
  text-decoration: underline;
}

.subnav {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.subnav:hover {
  text-decoration: underline;
}

.tabheader {
  color: #fc0;
  font-weight: bold;
  text-decoration: none;
}

.tabsubheader {
  background-color: #333;
  color: #ccc;
  font-weight: bold;
  text-decoration: none;
}

.form {
  color: #000;
  font: 11px Verdana, Geneva, Arial, sans-serif;
}

.dhp-body {
  min-height: 100vh;
}

.site-shell {
  background: #000;
  margin: 0 auto;
  max-width: 790px;
  padding: 0 15px 15px;
}

.site-header {
  align-items: center;
  background: #000;
  display: grid;
  gap: 0;
  grid-template-columns: 260px 1fr;
  padding-top: 12px;
}

.header-brand,
.header-hero {
  overflow: hidden;
}

.header-hero {
  text-align: right;
}

.header-hero img {
  display: block;
  height: auto;
  margin-left: auto;
  max-width: 100%;
}

.main-nav,
.sub-nav,
.search-strip,
.footer-bar {
  border-bottom: 1px solid #666;
  border-top: 1px solid #309;
}

.main-nav {
  background: #000032;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 7px 10px;
}

.sub-nav {
  align-items: center;
  background: #333;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 6px 11px;
}

.social-link {
  align-items: center;
  display: inline-flex;
}

.search-strip {
  align-items: center;
  background: #333;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: space-between;
  padding: 8px 11px;
}

.search-copy {
  color: #bbb;
}

.search-form {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.search-form input {
  min-width: 180px;
}

.content-grid {
  background: #0f0f0f;
  display: grid;
  gap: 15px;
  grid-template-columns: 180px 1fr;
  padding: 15px 0;
}

.left-rail,
.main-column,
.mixes-layout {
  min-width: 0;
}

.main-column {
  display: grid;
  gap: 15px;
}

.mixes-layout {
  background: #0f0f0f;
  display: grid;
  gap: 15px;
  padding: 15px 0;
}

.panel {
  border: 1px solid #309;
  background: #090909;
}

.panel-head {
  align-items: center;
  background: #000032;
  border-bottom: 1px solid #309;
  display: flex;
  justify-content: space-between;
  min-height: 22px;
  padding: 0 8px;
}

.panel-body {
  padding: 8px;
}

.panel-body.no-pad {
  padding: 0;
}

.mix-panel + .mix-panel {
  margin-top: 15px;
}

.mix-actions {
  align-items: center;
  display: flex;
  gap: 6px;
  margin-top: 6px;
}

.mix-actions.solo {
  margin-top: 10px;
}

.promo-head {
  gap: 10px;
  justify-content: flex-start;
  padding: 6px 8px;
}

.promo-title {
  text-align: center;
  width: 100%;
}

.promo-title a {
  color: #fc0;
}

.promo-body {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.promo-card {
  background: #111;
  border: 1px solid #333;
  min-height: 120px;
  padding: 12px;
}

.promo-label {
  color: #fc0;
  font-weight: bold;
  margin-bottom: 8px;
}

.mix-table {
  border-collapse: collapse;
  width: 100%;
}

.mix-table th,
.mix-table td {
  border-bottom: 1px solid #111;
  padding: 6px 8px;
  vertical-align: top;
}

.mix-table thead th {
  background: #333;
  color: #ccc;
  font-weight: bold;
  text-align: left;
}

.mix-table tbody tr:nth-child(odd) td {
  background: #000;
}

.mix-table tbody tr:nth-child(even) td {
  background: #090909;
}

.mix-table img {
  image-rendering: pixelated;
}

.mix-table-full th:nth-child(1),
.mix-table-full td:nth-child(1) {
  width: 7%;
}

.mix-table-full th:nth-child(2),
.mix-table-full td:nth-child(2) {
  width: 25%;
}

.mix-table-full th:nth-child(3),
.mix-table-full td:nth-child(3) {
  width: 28%;
}

.mix-table-full th:nth-child(4),
.mix-table-full td:nth-child(4) {
  width: 12%;
}

.mix-table-full th:nth-child(5),
.mix-table-full th:nth-child(6),
.mix-table-full th:nth-child(7),
.mix-table-full td:nth-child(5),
.mix-table-full td:nth-child(6),
.mix-table-full td:nth-child(7) {
  width: 9%;
}

.pagination-line,
.panel-footer-link {
  align-items: center;
  background: #333;
  color: #ccc;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  justify-content: space-between;
  padding: 6px 8px;
}

.muted {
  color: #666;
}

.thread-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.thread-list li + li {
  margin-top: 7px;
}

.thread-list span {
  color: #999;
}

.archive-notes p {
  margin: 0 0 10px;
}

.footer-bar {
  align-items: center;
  background: #333;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: space-between;
  padding: 8px 15px;
}

.footer-note,
.filter-status {
  color: #999;
}

@media (max-width: 820px) {
  .site-shell {
    padding: 0 10px 10px;
  }

  .site-header,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .header-brand {
    text-align: center;
  }

  .header-brand img,
  .header-hero img {
    max-width: 100%;
  }

  .left-rail {
    order: 2;
  }

  .promo-body {
    grid-template-columns: 1fr;
  }

  .mix-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
