/* remove zebra and highlighting in table body */
:root {
  --pst-color-table-row-zebra-low-bg: hsla(0, 0%, 100%, 0)!important;
  --pst-color-table-row-zebra-high-bg: hsla(0, 0%, 100%, 0)!important;
  --pst-color-table-row-hover-bg: hsla(0, 0%, 100%, 0)!important;
}

/* Sidebar nav icons for event pages (Oceania events) */
.bd-sidebar-primary a.reference.internal[href="event1.html"]::before,
.bd-sidebar-primary a.reference.internal[href="event2.html"]::before,
.bd-sidebar-primary a.reference.internal[href="event6.html"]::before,
.bd-sidebar-primary a.reference.internal[href="event7.html"]::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.2em;
  vertical-align: middle;
  background: url("logo/Oceania_Icon_mini.png") no-repeat center / contain;
}

/* Sidebar nav icons for event pages (ASOC events) */
.bd-sidebar-primary a.reference.internal[href="event3.html"]::before,
.bd-sidebar-primary a.reference.internal[href="event4.html"]::before,
.bd-sidebar-primary a.reference.internal[href="event5.html"]::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.2em;
  vertical-align: middle;
  background: url("logo/ASOC_Icon_mini.png") no-repeat center / contain;
}
