table th {
  /* seeing if we can improve tables, visually */
  font-weight: bold;
  background-color: #d7e7c9; /* Light green background */
  border-bottom: 2px solid #333; /* Dark solid border */
}

.md-typeset figure {
	 margin: 1em 0; /* Add vertical spacing around figures */
	 text-align: center; /* Center the figure */
}

