/* This style sheet contains local modifications for the generic ~fkurfess/css/Course-Schedule.css	 */
Schedule {display: table}
 Entry {display: table-row} 
 Entry *{display:table-cell; padding:5px;}
  Week {font-weight: oblique }
  Date {font-style: bold }
  Topic {display: block; font-weight: bold; font-style: italic; color: black;  }
  Description {display: block; color: red;  }  
  Keywords {display: none; font-size: small; color: purple}
  Documents {font-size: small; }
 
  Notes {display: block; font-size: small; color: teal}