.course-facts {
  margin-top: 20px;
  font-family: Georgia, "PT Serif", serif;
  color: #333;
}

.course-facts h3 {
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 10px;
}

.key-facts-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95em;
}

.key-facts-table th,
.key-facts-table td {
  padding: 8px 10px;
  border: 1px solid #e0ded9;
  vertical-align: top;
  text-align: left;
}

.key-facts-table th {
  background-color: #f9f9f9;
  font-weight: normal;
}

.key-facts-table td:first-child {
  border-left: none;
}

.key-facts-table tr:first-child td {
  border-top: none;
}

.note {
  font-size: 0.85em;
  color: #666;
  margin-top: 8px;
}
