/* scrollbar on popup hidden by default; makes scrolling impossible if no scrollwheel mouse; change by JBW 2024-02-16 */
body:not(.webkit-scroll):not(.forceScroll), body:not(.webkit-scroll):not(.forceScroll) *, body.embed:not(.webkit-scroll):not(.forceScroll) * {
    scrollbar-width: auto;
}
/* Add emphasis to h2 and h3 tags by increasing size and changing color */
.featureContent h2 { font-size: 1.7em; color: #555; border-bottom: 1px solid #ccc; }
.featureContent h3 { font-size: 1.4em; color: #555; }