.md-typeset h1 {
    font-weight: normal;
    color: rgb(64,81,181);
	font-weight:bold;
}

.md-typeset h2 {
    font-weight: normal;
    color: rgb(64,81,181);
	font-weight:bold;
}

.md-typeset h3 {
    font-weight: normal;
    color: rgb(64,81,181);
	text-decoration: underline;
}

.md-typeset thead {
    font-size: 0.7rem;
}

.md-typeset td {
    font-size: 0.7rem;
}

.md-typeset .highlight{
    font-size: 0.9rem;
}

.md-typeset .highlighttable {
    font-size: 0.9rem;
}

.md-typeset .admonition {
    font-size: 0.8rem;
}

.md-typeset details {
    font-size: 0.8rem;
}

.center {
    display: block;
    margin: 0 auto;
}