/*
INSTRUCTOR SPECIFIC SUBTHEME

The intent of this is to provide visual cues as to which section a student is currently looking at.

Don't go too crazy with diverging between sections - it's mostly color and icons

*/

/* If you're looking for the {{% meneely %}} shortcode styles - those are in swen.css since they're possible on every page */

/* Striped rows */

#schedule + ul>li:nth-child(2n) { background: #cadfcb; }
