.md-typeset a {
    text-decoration: underline;
}

.md-typeset h1{
    color: #15141A
}

.md-typeset h2{
    color: #15141A
}

.md-tabs__item--active .md-tabs__link{
    font-weight: bolder;
}

.md-tabs__link{
    opacity: .9;
}

.md-typeset ul ul {
    list-style-type: circle;
}

.md-typeset p{
    margin-bottom: 0;
}

.md-typeset ul {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
}

.license {
    color: grey;
    font-family: "Courier New", monospace;
    font-weight: 400;
}

.license a {
    color: grey;
}