.title th{
  /* font-family: "PT Serif", Georgia, 'Times New Roman', serif; */
  font-weight: 700;
  font-size: 1.3em;
  text-decoration: none;
  color: #003865;
}

.course-group{
  /* font-family: "PT Serif", Georgia, 'Times New Roman', serif; */
  font-weight: 700;
  
  text-decoration: none;
  color: #003865;
}

.course-title{
  /* font-family: "PT Serif", Georgia, 'Times New Roman', serif; */
  font-weight: 700;
  font-size: 1.3em;
  text-decoration: none;
  color: #003865;
}

.course-department {
  /* font-family: "PT Serif 700italic",Georgia,'Times New Roman',serif; */
  font-style: italic;
  font-size: 1.22em;
}

.course-cell{
  width : 85%;
}

.course-mode-of-study, .course-duration {
  /* font-family: "PT Serif", Georgia, 'Times New Roman', serif; */
  font-weight: 500;
  font-size: 1.3em;
  
}

.course-listing td {
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}

.link-button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: #2F72A8;
  text-decoration: none;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
}

.link-button:hover {
  text-decoration: underline;
}
