/* Page-specific styles for /assembly.
   Moved here from base.css so other pages don't get unintended striping. */

section:nth-of-type(even) {
    background-color: var(--light-gray);
}
