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

:root {
  --special-theme-color-rgb: 235, 97, 0; /* #eb6100 */
}

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

section#time table.table tbody tr td:nth-child(1) {
  min-width: 6rem;
}

section#time ul.icon-head li::before {
  color: rgba(var(--special-theme-color-rgb), 1.0);
  content: "☀ ";
}

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

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