a.linkified-type {
    color: var(--md-primary-fg-color);
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 2px;
}
a.linkified-type:hover {
    color: var(--md-primary-fg-color);
    text-decoration: underline;
    text-decoration-style: solid;
}
table thead {
    display: none;
}
.md-typeset h1 {
    margin: 0 0 0;
}