.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.img-size-medium {
  max-width: 75%;
  height: auto;
}

img.img-size-half {
  max-width: 50%;
  height: auto;
}

img.img-size-small {
  max-width: 35%;
  height: auto;
}

/* Compact tables in Material for MkDocs */
.md-typeset table:not([class]) td,
.md-typeset table:not([class]) th {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}


