/* This style sheet contains local modifications for the generic Course-Schedule.css	 */


Projects {display: table}
 Entry {display: table-row} 
 Entry *{display:table-cell; padding:5px;}
  Quarter {font-weight: bold }
  CompletionDate {font-style: bold }
  StudentName {display: none; font-style: normal; color: teal;  }
  Topic {font-weight: bold; font-style: italic ; color: blue}
  Keywords {display: block; font-size: small; color: purple}
  ProjectProposal {display: none; font-weight: normal }
  ProjectFinalReport {display: none; font-weight: normal }
  Notes {display: none}