/* Custom styles for TensorToIntelligence */

/* Math rendering */
.arithmatex {
  overflow-x: auto;
}

/* Code blocks */
.highlight code {
  font-size: 0.85rem;
}

/* Table styling */
table {
  width: 100%;
}

th {
  text-align: left;
}

/* Progress tracker styling */
.md-typeset table:not([class]) th {
  min-width: 6rem;
}
