ul.header > li {
  list-style-type: square;
}

td {
  padding:10px;
  margin:10px;
}

table.plain, table.plain td {
  border:none;
}

table.schedule  {
  border:2px solid black;
  border-collapse: collapse;
}

.schedule th {
  padding: 5px;
  background: #ccc;
}

.schedule td {
  padding: 5px;
  background: inherit;
  border: 1px solid #aaa;
}

col.firstCol , col.secondCol {
  background: #eef;
}

.schedule .break {
  background: #efe;
  text-align:center;
  border: 1px dotted;
}

.schedule .final {
  background: #fff;
  text-align:center;
  border: 1px dotted;
}

td.exam {
  background: #fcc;
  font-weight:bold;
}

td.lab {
  background: #ffc;
}

td.presentations {
  background: #dfe;
}

td.ncaa {
  color: #6b00c8;
  font-weight: bold;
  background-color: #f0e8f5; /* Light green background */
  padding: 2px 4px;
  border-radius: 3px;
}

td.noclass {
  background: #eee;
  color: #777;
  font-style:italic;
}
td.noclass:before {
  content: "(no class)";
}

img.mode_icon {
  height: 1.3em;
  vertical-align: middle;
  margin-right: 6px;
}
.slides {
  color: #704bdf;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px solid #3d3c3a;
}

.slides:hover {
  color: #452e49; /* Slightly darker yellow */
  border-bottom: 2px solid #3d3c3a;
}

.lab {
  color: #00C853;
  font-weight: bold;
  background-color: #E8F5E9; /* Light green background */
  padding: 2px 4px;
  border-radius: 3px;
}

.worksheet {
  color: #8E44AD; /* Evaluative purple */
  font-weight: bold;
  text-decoration: underline;
}

.worksheet:hover {
  color: #9B59B6; /* Slightly brighter purple */
  border-bottom: 2px solid #9B59B6;
}

.quiz {
  color: #da4b4b; /* Evaluative purple */
  font-weight: bold;
  text-decoration: underline;
}

.quiz:hover {
  color: #ee5c5e; /* Slightly brighter purple */
  border-bottom: 2px solid #934b4c;
}

