
/* projectDates.css v3 — make date line clearly visible under title */
.proj-date{
  display:block !important;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  color: #e8f0ff !important;
  opacity: 0.95 !important;
}
