/* 
 * <!-- Cascading Style Sheet (CSS) for an overview table with Senior Project and Master's Thesis information -->
 * <!-- Just for testing: -->
 * <!-- <EM>CSS File Execution Started!</EM> -->
 */

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

