/*
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 {{% rabb %}} shortcode styles - those are in swen.css since they're possible on every page */

/* Striped rows */

#schedule + ul>li:nth-child(2n) { background: #d2c33a; }

* {
    font-size: 100%;
    font-family: Calibri;
   }

