<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* This style sheet contains local modifications for the generic Course-Schedule.css	 */
/* It may be adapted to a specific course through a style sheet for that course, e.g. 581-Schedule.css */
/* Disable the display of specific items in the local style sheet by setting {display: none;} */

FOOTER { color: teal; font-size: xx-small }

.TableHeader {font-weight: bold; font-style: italic ; color: black !important; background-color: silver}
.DueDate {color: red}

Schedule {display: table; font-size: small; }
 Entry {display: table-row} 
 Entry *{display: table-cell; padding: 5px; vertical-align: top}
  Week {font-weight: bold }
    Date {font-style: oblique }
  Topic {font-weight: bold; font-style: italic ; color: Teal}
  Keywords {font-size: small; color: purple}
  Description {font-size: small; color: purple}
  Readings {font-size: tiny; color: teal}
  Speaker {font-size: small; color: blue }
  SpeakerTopic {font-style: italic; font-size: small; color: blue}
  SpeakerAffiliation {font-style: normal }
  SpeakerBackup {font-style: normal }
  Due {font-style: normal; font-size: small; color: red }
  Lab {font-style: normal; font-size: small; color:  teal}
  Assignment {font-size: small; color: green }
  Project {font-size: small; color: purple }
  StudentPresentation {font-style: normal; font-size: small; color: teal; }
  StudentCommentator {font-style: normal; color: purple; }
  Notes {font-size: small; }

</pre></body></html>