/* Force tables to occupy 100% width of the content container */
.md-typeset__table {
    width: 100%;
}

/* Forces the whole table to expand and not just the place where the table should be */
.md-typeset__table table:not([class]) {
    display: table;
}

/* Customize accent color */
:root  > * {
    --md-accent-fg-color:        #25C3B0;
    --md-accent-fg-color--light: #25C3B0;
    --md-accent-fg-color--dark:  #25C3B0;
  }