.termHeader {
  background-color: #e0e0e0;
  color:black;
}

.course {
  cursor: pointer;
}
.course:hover, .course:focus {
  background-color:#29316921;
  transition: background-color .25s linear;
  border: 2px inset #0071b321;
}
.the-box.border-bottom {border-bottom: 1px solid #cee9a9 !important; padding-top: .5em;}

.smaller { font-size:smaller;}