
:root {
  --md-primary-fg-color:        #008877;
  --md-primary-fg-color--light: #F1F1F1;
  --md-primary-fg-color--dark:  #777;
  --md-accent-fg-color:         #008877;
}

:root > * {

    /* Code block color shades */
    --md-code-bg-color: hsla(0, 0%, 96%, 1);
    --md-code-fg-color: hsla(200, 18%, 26%, 1);

    /* Footer */
    --md-footer-bg-color: var(--md-primary-fg-color);
    --md-footer-bg-color--dark: hsla(0, 0%, 0%, 0.0);
    --md-footer-fg-color: hsla(0, 0%, 100%, 1);
    --md-footer-fg-color--light: hsla(0, 0%, 100%, 0.7);
    --md-footer-fg-color--lighter: hsla(0, 0%, 100%, 0.3);
  }

table {
  /* table-layout: fixed; */
  max-width: 100%;
}

.md-typeset code {
  overflow-wrap: break-word;
}

.email::before {
    content: attr(user) "\0040" attr(site);
}

a:link:not([class^="md-"]) {
  text-decoration: underline;
}
