
.custom-marker summary::marker {
    font-size: 2em; /* Adjust this value to change the size */
    color: #0c6339 /* Optional: Change the color */
}


a.publ { color: black; font-weight: normal; text-decoration: underline; }
a.publ:link { color: black; font-weight: normal; text-decoration: underline; }
a.publ:visited { color: black; font-weight: normal; text-decoration: underline; }
a.publ:hover { color: #0c6339; font-weight: normal; text-decoration: underline; }
a.publ:active { color: #0c6339; font-weight: normal; text-decoration: underline; }

a.db { color: black; font-weight: 700; text-decoration: underline; }
a.db:link { color: black; font-weight: 700; text-decoration: underline; }
a.db:visited { color: black; font-weight: 700; text-decoration: underline; }
a.db:hover { color: #0c6339; font-weight: 700; text-decoration: underline; }
a.db:active { color: #0c6339; font-weight: 700; text-decoration: underline; }

a.fossil { color: gray; font-weight: 700; text-decoration: underline; }
a.fossil:link { color: gray; font-weight: 700; text-decoration: underline; }
a.fossil:visited { color: gray; font-weight: 700; text-decoration: underline; }
a.fossil:hover { color: #0c6339; font-weight: 700; text-decoration: underline; }
a.fossil:active { color: #0c6339; font-weight: 700; text-decoration: underline; }

.hanging {
  padding-left: 22px ;
  text-indent: -22px ;
}


