@import url(../../css/common2026.css);

:root {
  --special-theme-color-rgb: 204, 204, 179; /* #ccccb3 */
}

h2, h3, h4,
.table > thead > tr > th {
  background-color: rgba(var(--special-theme-color-rgb), 0.3);
}

#astroguide {
  border-color: #1567b3;
}

#astroguide h2 {
  font-size: 1.2rem;
  padding: .5rem 1rem;
}
