h2 {
  color: #005587; /* A classic UBC blue */
}

.reveal img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.reveal .subtitle {
  font-style: italic;
  font-size: 1em; /* Increase size */
}



.reveal .title {
  font-size: 2.5em; /* Increase size */
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; /* More modern, readable font */
}

.reveal .date {
  font-size: 1em;
  color: #666;
}

.group-row {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 20px;
}

table {
  border-collapse: collapse;
}

table tbody tr:nth-child(odd) {
  background-color: #f2f2f2; /* light gray stripe */
}
